[PATCH 17/29] fix __user annotations in drivers/base/memory.c

From: Al Viro
Date: Tue Feb 07 2006 - 22:22:34 EST


Date: 1138791976 -0500

sysfs store doesn't deal with userland pointers

Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>

---

drivers/base/memory.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

be7ee9b2f5ef11448f79c2ff7f47eb21b7c008b4
diff --git a/drivers/base/memory.c b/drivers/base/memory.c
index d1a0522..105a0d6 100644
--- a/drivers/base/memory.c
+++ b/drivers/base/memory.c
@@ -303,7 +303,7 @@ static int block_size_init(void)
*/
#ifdef CONFIG_ARCH_MEMORY_PROBE
static ssize_t
-memory_probe_store(struct class *class, const char __user *buf, size_t count)
+memory_probe_store(struct class *class, const char *buf, size_t count)
{
u64 phys_addr;
int ret;
--
0.99.9.GIT

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/