From: Greg KH <gregkh@linuxfoundation.org>
To: Gabriel de Perthuis <g2p.code@gmail.com>
Cc: linux-btrfs@vger.kernel.org, Josef Bacik <jbacik@fusionio.com>,
stable@vger.kernel.org,
Tristan Seligmann <mithrandi@mithrandi.net>
Subject: Re: [PATCH] btrfs: don't stop searching after encountering the wrong item
Date: Mon, 6 May 2013 11:38:21 -0700 [thread overview]
Message-ID: <20130506183821.GA13827@kroah.com> (raw)
In-Reply-To: <5187EB02.8030207@gmail.com>
On Mon, May 06, 2013 at 07:40:18PM +0200, Gabriel de Perthuis wrote:
> The search ioctl skips items that are too large for a result buffer, but
> inline items of a certain size occuring before any search result is
> found would trigger an overflow and stop the search entirely.
>
> Bug: https://bugzilla.kernel.org/show_bug.cgi?id=57641
>
> Signed-off-by: Gabriel de Perthuis <g2p.code+btrfs@gmail.com>
> ---
> fs/btrfs/ioctl.c | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
<formletter>
This is not the correct way to submit patches for inclusion in the
stable kernel tree. Please read Documentation/stable_kernel_rules.txt
for how to do this properly.
</formletter>
next prev parent reply other threads:[~2013-05-06 18:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-06 17:40 [PATCH] btrfs: don't stop searching after encountering the wrong item Gabriel de Perthuis
2013-05-06 18:38 ` Greg KH [this message]
2013-05-06 21:39 ` Gabriel de Perthuis
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=20130506183821.GA13827@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=g2p.code@gmail.com \
--cc=jbacik@fusionio.com \
--cc=linux-btrfs@vger.kernel.org \
--cc=mithrandi@mithrandi.net \
--cc=stable@vger.kernel.org \
/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.