From: David Sterba <dsterba@suse.com>
To: torvalds@linux-foundation.org
Cc: David Sterba <dsterba@suse.com>,
linux-btrfs@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] Btrfs fixes for 5.9-rc7
Date: Wed, 23 Sep 2020 11:07:20 +0200 [thread overview]
Message-ID: <cover.1600846065.git.dsterba@suse.com> (raw)
Hi,
syzkaller started to hit us with reports, in this pull request there's a
fix for one type (stack overflow when printing checksums on read error).
The other patch is a fix for sysfs object, we have a test for that and
it leads to a crash.
The other syzkaller reports are most likely races around device locking,
we have a candidate fix that's been in the development queue. Some
reports don't have a reproducer and validating the fix is not
straightforward, I'll send another pull request once this is finished.
Please pull, thanks.
----------------------------------------------------------------
The following changes since commit 1c78544eaa4660096aeb6a57ec82b42cdb3bfe5a:
btrfs: fix wrong address when faulting in pages in the search ioctl (2020-09-14 17:27:16 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-5.9-rc6-tag
for you to fetch changes up to b5ddcffa37778244d5e786fe32f778edf2bfc93e:
btrfs: fix put of uninitialized kobject after seed device delete (2020-09-22 15:57:52 +0200)
----------------------------------------------------------------
Anand Jain (1):
btrfs: fix put of uninitialized kobject after seed device delete
Johannes Thumshirn (1):
btrfs: fix overflow when copying corrupt csums for a message
fs/btrfs/disk-io.c | 11 +++++------
fs/btrfs/sysfs.c | 16 ++++++++++------
2 files changed, 15 insertions(+), 12 deletions(-)
next reply other threads:[~2020-09-23 9:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-23 9:07 David Sterba [this message]
2020-09-23 21:54 ` [GIT PULL] Btrfs fixes for 5.9-rc7 pr-tracker-bot
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=cover.1600846065.git.dsterba@suse.com \
--to=dsterba@suse.com \
--cc=linux-btrfs@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.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.