Linux Btrfs filesystem development
 help / color / mirror / Atom feed
From: Yichong Chen <chenyichong@uniontech.com>
To: lkp@intel.com
Cc: boris@bur.io, chenyichong@uniontech.com,
	chris.mason@fusionio.com, dsterba@suse.com,
	linux-btrfs@vger.kernel.org, linux-kernel@vger.kernel.org,
	oe-kbuild-all@lists.linux.dev, willy@infradead.org
Subject: Re: [PATCH] btrfs: remove verity Merkle folio from page cache on error
Date: Mon, 17 Aug 2026 10:37:26 +0800	[thread overview]
Message-ID: <20260817023726.1731478-1-chenyichong@uniontech.com> (raw)
In-Reply-To: <202608150828.VDr6P7DT-lkp@intel.com>

Hi,

Thanks for the report.

This was a problem in v1.  The patch called filemap_remove_folio(), which is
not exported and therefore breaks when btrfs is built as a module.

I avoided filemap_remove_folio() in v2, and the patch has since been reworked
further.  The latest version no longer calls filemap_remove_folio():

  [PATCH v4] btrfs: retry verity reads for not-uptodate Merkle folios
  https://lore.kernel.org/all/20260722025435.1493093-1-chenyichong@uniontech.com/

Thanks,
Yichong

  reply	other threads:[~2026-08-17  2:39 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-06  5:39 [PATCH] btrfs: remove verity Merkle folio from page cache on error Yichong Chen
2026-07-07  5:35 ` Yichong Chen
2026-07-07  5:55 ` [PATCH v2] btrfs: add verity Merkle folio to page cache after reading it Yichong Chen
2026-07-16 16:23   ` Boris Burkov
2026-07-20  3:12     ` Yichong Chen
2026-08-15  0:46 ` [PATCH] btrfs: remove verity Merkle folio from page cache on error kernel test robot
2026-08-17  2:37   ` Yichong Chen [this message]
2026-08-17  5:23     ` Philip Li

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=20260817023726.1731478-1-chenyichong@uniontech.com \
    --to=chenyichong@uniontech.com \
    --cc=boris@bur.io \
    --cc=chris.mason@fusionio.com \
    --cc=dsterba@suse.com \
    --cc=linux-btrfs@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lkp@intel.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=willy@infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox