From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 785CFC43461 for ; Mon, 14 Sep 2020 15:58:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 35A0A20756 for ; Mon, 14 Sep 2020 15:58:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726480AbgINP54 (ORCPT ); Mon, 14 Sep 2020 11:57:56 -0400 Received: from mx2.suse.de ([195.135.220.15]:33804 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726446AbgINP5d (ORCPT ); Mon, 14 Sep 2020 11:57:33 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 0863FAD64; Mon, 14 Sep 2020 15:57:48 +0000 (UTC) Received: by ds.suse.cz (Postfix, from userid 10065) id 79037DA86B; Mon, 14 Sep 2020 17:56:18 +0200 (CEST) From: David Sterba To: torvalds@linux-foundation.org Cc: David Sterba , linux-btrfs@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] Btrfs fix for 5.9-rc6 Date: Mon, 14 Sep 2020 17:56:17 +0200 Message-Id: X-Mailer: git-send-email 2.25.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-)