public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Two copy_in_user() declaration fixes
@ 2017-08-23 22:29 Bart Van Assche
  2017-08-23 22:29 ` [PATCH 1/2] <linux/uaccess.h>: Fix copy_in_user() declaration Bart Van Assche
  2017-08-23 22:29 ` [PATCH 2/2] compat_hdio_ioctl: Fix a declaration Bart Van Assche
  0 siblings, 2 replies; 6+ messages in thread
From: Bart Van Assche @ 2017-08-23 22:29 UTC (permalink / raw)
  To: Al Viro; +Cc: linux-block, linux-kernel, Bart Van Assche

Hello Al,

When I analyzed the block layer core with sparse I noticed that the declaration
of copy_in_user() and also that of a pointer in compat_hdio_ioctl() are wrong.
Please consider these two patches for kernel v4.14.

Thanks,

Bart.

Bart Van Assche (2):
  <linux/uaccess.h>: Fix copy_in_user() declaration
  compat_hdio_ioctl: Fix a declaration

 block/compat_ioctl.c    | 2 +-
 include/linux/uaccess.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.14.0

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-08-31 21:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-23 22:29 [PATCH 0/2] Two copy_in_user() declaration fixes Bart Van Assche
2017-08-23 22:29 ` [PATCH 1/2] <linux/uaccess.h>: Fix copy_in_user() declaration Bart Van Assche
2017-08-31 21:21   ` Bart Van Assche
2017-08-31 21:24     ` Al Viro
2017-08-23 22:29 ` [PATCH 2/2] compat_hdio_ioctl: Fix a declaration Bart Van Assche
2017-08-24 14:40   ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox