public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Sed-opal Fixes
@ 2017-02-10 16:00 Scott Bauer
  2017-02-10 16:00 ` [PATCH V4 1/2] uapi: sed-opal fix IOW for activate lsp to use correct struct Scott Bauer
  2017-02-10 16:00 ` [PATCH V4 2/2] Move stack parameters for sed_ioctl to prevent oversized stack with CONFIG_KASAN Scott Bauer
  0 siblings, 2 replies; 5+ messages in thread
From: Scott Bauer @ 2017-02-10 16:00 UTC (permalink / raw)
  To: linux-nvme
  Cc: David.Laight, arnd, axboe, keith.busch, jonathan.derrick, hch,
	linux-kernel, linux-block

changes from v3->v4:

Changed manual kzalloc + copy from user to memdup_user.

This small series fixes a small ABI issue when using the _IOC_SIZE
with the Activate Locking SP ioctl. I had put the wrong structure
in the IOW macro in the uapi header which caused issues when trying
to copy in the contents for the command.

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

end of thread, other threads:[~2017-02-13  7:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-10 16:00 Sed-opal Fixes Scott Bauer
2017-02-10 16:00 ` [PATCH V4 1/2] uapi: sed-opal fix IOW for activate lsp to use correct struct Scott Bauer
2017-02-13  7:50   ` Christoph Hellwig
2017-02-10 16:00 ` [PATCH V4 2/2] Move stack parameters for sed_ioctl to prevent oversized stack with CONFIG_KASAN Scott Bauer
2017-02-13  7:54   ` Christoph Hellwig

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