All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Stefan Nuernberger <snu@amazon.com>
Cc: stable@vger.kernel.org, Amit Shah <aams@amazon.com>,
	David Woodhouse <dwmw@amazon.com>, Will Woods <wwoods@redhat.com>
Subject: Re: [PATCH] fanotify: fix -EOVERFLOW with large files on 64-bit
Date: Thu, 16 Nov 2017 21:28:21 +0100	[thread overview]
Message-ID: <20171116202821.GA11348@kroah.com> (raw)
In-Reply-To: <20171116194353.20100-1-snu@amazon.com>

On Thu, Nov 16, 2017 at 08:43:53PM +0100, Stefan Nuernberger wrote:
> From: Will Woods <wwoods@redhat.com>
> 
> commit 1e2ee49f7f1b79f0b14884fe6a602f0411b39552 upstream.
> 
> On 64-bit systems, O_LARGEFILE is automatically added to flags inside
> the open() syscall (also openat(), blkdev_open(), etc).  Userspace
> therefore defines O_LARGEFILE to be 0 - you can use it, but it's a
> no-op.  Everything should be O_LARGEFILE by default.
> 
> But: when fanotify does create_fd() it uses dentry_open(), which skips
> all that.  And userspace can't set O_LARGEFILE in fanotify_init()
> because it's defined to 0.  So if fanotify gets an event regarding a
> large file, the read() will just fail with -EOVERFLOW.
> 
> This patch adds O_LARGEFILE to fanotify_init()'s event_f_flags on 64-bit
> systems, using the same test as open()/openat()/etc.
> 
> Addresses https://bugzilla.redhat.com/show_bug.cgi?id=696821
> 
> Signed-off-by: Will Woods <wwoods@redhat.com>
> Acked-by: Eric Paris <eparis@redhat.com>
> Reviewed-by: Jan Kara <jack@suse.cz>
> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
> 
> [snu: Backported to 3.2 / 3.10: adjusted context]
> 
> Signed-off-by: Stefan Nuernberger <snu@amazon.com>
> Reviewed-by: Pawel Wieczorkiewicz <wipawel@amazon.de>
> Reviewed-by: Simon Veith <sveith@amazon.de>
> 
> Cc: <stable@vger.kernel.org> # 3.2.x and 3.10.x

3.10.y is end-of-life :(

See the front page of www.kernel.org for that list if you are curious.

thanks,

greg k-h

      reply	other threads:[~2017-11-16 20:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-16 19:43 [PATCH] fanotify: fix -EOVERFLOW with large files on 64-bit Stefan Nuernberger
2017-11-16 20:28 ` Greg KH [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171116202821.GA11348@kroah.com \
    --to=greg@kroah.com \
    --cc=aams@amazon.com \
    --cc=dwmw@amazon.com \
    --cc=snu@amazon.com \
    --cc=stable@vger.kernel.org \
    --cc=wwoods@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.