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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4D86CC197A0 for ; Mon, 20 Nov 2023 07:51:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232018AbjKTHvq (ORCPT ); Mon, 20 Nov 2023 02:51:46 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36026 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229483AbjKTHvo (ORCPT ); Mon, 20 Nov 2023 02:51:44 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8EE07B5 for ; Sun, 19 Nov 2023 23:51:41 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 30B43C433C8; Mon, 20 Nov 2023 07:51:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1700466701; bh=6Dy5lixQag+5xA6J3MfdiClmJxKC1ANcF4CazvLin9s=; h=Date:From:To:Cc:Subject:From; b=qH/Tr60auyxGVkxJaxwaFjtFeS8eh/bLuYf0dSEc+0IrhpSn0NdDXuXI4fWclzdCc NYZjOSuA7HAZp7Q0taRR0FyW2khvO2esrsTCPMKYFk58lz4mLrX+C6Ykfh5ZtSsc6D Ulv9Xpkeh/Di5FZ8HdEZQwbLFkux2nr1msChzyDAAhVroljo2CB1Nlwx/F9mRXEWYj 69eu7+MpLsAWgS1q2i5apGUD1nKhao+R0w3pDBD+hq2R11sT2GDtWh0hw/h+RPOY2r 1SZjNBttBWEjllfaQplatzvwveiQqF+VWGp/S6/+ae/UYEntlZZWnDfVl/w/TcHL2E RaeIZzKAsA7LQ== Date: Mon, 20 Nov 2023 15:51:34 +0800 From: Gao Xiang To: Linus Torvalds Cc: LKML , Chao Yu , Yue Hu , Jingbo Xu , linux-erofs@lists.ozlabs.org Subject: [GIT PULL] erofs fixes for 6.7-rc3 Message-ID: Mail-Followup-To: Linus Torvalds , LKML , Chao Yu , Yue Hu , Jingbo Xu , linux-erofs@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Could you consider these patches for 6.7-rc3? One patch fixes a regression in fscache mode introduced in this cycle. Another patch adds EROFS webpages which contains more technical internals: . The remaining one is a trivial cleanup. All commits have been in -next and no potential merge conflict is observed. Thanks, Gao Xiang The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86: Linux 6.7-rc1 (2023-11-12 16:19:07 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-6.7-rc3-fixes for you to fetch changes up to 62b241efff99fc4d88a86f1c67c7516e31f432a3: MAINTAINERS: erofs: add EROFS webpage (2023-11-17 19:55:46 +0800) ---------------------------------------------------------------- Changes since last update: - Tidy up erofs_read_inode() for simplicity; - Fix broken fscache mode due to NULL dereference of dif->bdev_handle; - Add the EROFS webpage to MAINTAINERS, documentation, and Kconfig. ---------------------------------------------------------------- Ferry Meng (1): erofs: simplify erofs_read_inode() Gao Xiang (1): MAINTAINERS: erofs: add EROFS webpage Jingbo Xu (1): erofs: fix NULL dereference of dif->bdev_handle in fscache mode Documentation/filesystems/erofs.rst | 4 ++ MAINTAINERS | 1 + fs/erofs/Kconfig | 2 +- fs/erofs/data.c | 5 +- fs/erofs/inode.c | 98 +++++++++++++------------------------ 5 files changed, 44 insertions(+), 66 deletions(-)