* [PATCH] dccp __user annotations
@ 2006-10-10 21:44 Al Viro
2006-10-10 22:08 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Al Viro @ 2006-10-10 21:44 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
include/linux/dccp.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/linux/dccp.h b/include/linux/dccp.h
index d6f4ec4..53553c9 100644
--- a/include/linux/dccp.h
+++ b/include/linux/dccp.h
@@ -191,7 +191,7 @@ enum {
/* this structure is argument to DCCP_SOCKOPT_CHANGE_X */
struct dccp_so_feat {
__u8 dccpsf_feat;
- __u8 *dccpsf_val;
+ __u8 __user *dccpsf_val;
__u8 dccpsf_len;
};
--
1.4.2.GIT
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] dccp __user annotations
2006-10-10 21:44 [PATCH] dccp __user annotations Al Viro
@ 2006-10-10 22:08 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2006-10-10 22:08 UTC (permalink / raw)
To: viro; +Cc: torvalds, linux-kernel
From: Al Viro <viro@ftp.linux.org.uk>
Date: Tue, 10 Oct 2006 22:44:37 +0100
>
> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-10-10 22:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-10 21:44 [PATCH] dccp __user annotations Al Viro
2006-10-10 22:08 ` David Miller
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.