Re: [patch v2] ipmi: info leak in compat_ipmi_ioctl()

2013-05-31 Thread Corey Minyard
On 05/31/2013 07:46 AM, Dan Carpenter wrote: On x86_64 there is a 4 byte hole between ->recv_type and ->addr. Got it, in my tree now. Thanks. Signed-off-by: Dan Carpenter --- v2: fixed the changelog a little. Also added LKML because the openipmi is a moderated list (and the moderator thou

[patch v2] ipmi: info leak in compat_ipmi_ioctl()

2013-05-31 Thread Dan Carpenter
On x86_64 there is a 4 byte hole between ->recv_type and ->addr. Signed-off-by: Dan Carpenter --- v2: fixed the changelog a little. Also added LKML because the openipmi is a moderated list (and the moderator thought my email was spam). diff --git a/drivers/char/ipmi/ipmi_devintf.c b/drivers/cha