All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] fs: copy_mount_options improvements
@ 2016-06-10 20:11 Andy Lutomirski
  2016-06-10 20:11 ` [PATCH 1/2] fs: Improve and simplify copy_mount_options Andy Lutomirski
  2016-06-10 20:11 ` [PATCH 2/2] fs: Disallow mount options strings longer than PAGE_SIZE - 1 Andy Lutomirski
  0 siblings, 2 replies; 3+ messages in thread
From: Andy Lutomirski @ 2016-06-10 20:11 UTC (permalink / raw)
  To: Linux FS Devel, Al Viro; +Cc: Stephen Rothwell, Andrew Morton, Andy Lutomirski

Patch 1 fixes what is arguably a bug.  I suspect it could cause
crashes or very large latency under unusual circumstanes.  Since it
also deletes a bunch of code, I think it's a nice fix.

Patch 2 is an ABI change/fix.  Any user code that would be affected
is currently buggy (i.e. results in incorrect option parsing), so I
suspect it can be applied safely.

Andy Lutomirski (2):
  fs: Improve and simplify copy_mount_options
  fs: Disallow mount options strings longer than PAGE_SIZE - 1

 fs/namespace.c | 60 +++++++++++++---------------------------------------------
 1 file changed, 13 insertions(+), 47 deletions(-)

-- 
2.5.5


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

end of thread, other threads:[~2016-06-10 20:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-10 20:11 [PATCH 0/2] fs: copy_mount_options improvements Andy Lutomirski
2016-06-10 20:11 ` [PATCH 1/2] fs: Improve and simplify copy_mount_options Andy Lutomirski
2016-06-10 20:11 ` [PATCH 2/2] fs: Disallow mount options strings longer than PAGE_SIZE - 1 Andy Lutomirski

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.