public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* xfs compat ioctls fixlets
@ 2019-08-16  6:35 Christoph Hellwig
  2019-08-16  6:35 ` [PATCH 1/2] xfs: fall back to native ioctls for unhandled compat ones Christoph Hellwig
  2019-08-16  6:35 ` [PATCH 2/2] xfs: compat_ioctl: use compat_ptr() Christoph Hellwig
  0 siblings, 2 replies; 9+ messages in thread
From: Christoph Hellwig @ 2019-08-16  6:35 UTC (permalink / raw)
  To: linux-xfs; +Cc: Arnd Bergmann, Eric Sandeen

Hi all,

this series has two fixes for the XFS compat ioctl handling:

 1) always fall back to the native handler if we don't have a compat
    handler.  This ensures we don't miss adding new ioctls, like we
    did for a few recent ones
 2) use compat_ptr() properly (from Arnd)

Depending on how important this is we could either queue it up for
5.3, or hand it off to Arnd for his compat ioctl cleanup series
targeted at 5.4.

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

end of thread, other threads:[~2019-08-19 16:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-16  6:35 xfs compat ioctls fixlets Christoph Hellwig
2019-08-16  6:35 ` [PATCH 1/2] xfs: fall back to native ioctls for unhandled compat ones Christoph Hellwig
2019-08-16 13:51   ` Eric Sandeen
2019-08-17  1:42   ` Darrick J. Wong
2019-08-16  6:35 ` [PATCH 2/2] xfs: compat_ioctl: use compat_ptr() Christoph Hellwig
2019-08-16 14:05   ` Eric Sandeen
2019-08-17  1:42   ` Darrick J. Wong
2019-08-18  8:35     ` Christoph Hellwig
2019-08-19 16:42       ` Darrick J. Wong

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