Re: [GIT PULL] Btrfs fix for 5.9-rc6

2020-09-14 Thread pr-tracker-bot
The pull request you sent on Mon, 14 Sep 2020 17:56:17 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-5.9-rc5-tag

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/fc4f28bb3daf3265d6bc5f73b497306985bb23ab

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html


[GIT PULL] Btrfs fix for 5.9-rc6

2020-09-14 Thread David Sterba
Hi,

one of the recent lockdep fixes introduced a bug that breaks the search
ioctl, which is used by some applications (bees, compsize). The patch
made it to stable trees so we need this fixup to make it work again.

Please pull, thanks.


The following changes since commit 2d892ccdc163a3d2e08c5ed1cea8b61bf7e4f531:

  btrfs: fix NULL pointer dereference after failure to create snapshot 
(2020-09-07 21:18:35 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-5.9-rc5-tag

for you to fetch changes up to 1c78544eaa4660096aeb6a57ec82b42cdb3bfe5a:

  btrfs: fix wrong address when faulting in pages in the search ioctl 
(2020-09-14 17:27:16 +0200)


Filipe Manana (1):
  btrfs: fix wrong address when faulting in pages in the search ioctl

 fs/btrfs/ioctl.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)