On 19 May 2026, at 8:45, Andrew Morton wrote: > On Tue, 19 May 2026 07:39:07 +0800 Zi Yan <[email protected]> wrote: > >> On 19 May 2026, at 6:21, Andrew Morton wrote: >> >>> On Sun, 17 May 2026 09:54:02 -0400 Zi Yan <[email protected]> wrote: >>> >>>> Hi all, >>>> >>>> This patchset removes READ_ONLY_THP_FOR_FS Kconfig and enables creating >>>> file-backed THPs for FSes with large folio support (the supported orders >>>> need to include PMD_ORDER) by default, including for writable files. >>> >>> Cool. Sashiko wasn't able to apply this (presumably because of Mike's >>> CI-friendly series). I take it that the AI review from v5 >>> (https://sashiko.dev/#/patchset/[email protected]) >>> was considered? >>> >>> Also, please check that the below were considered: >>> >>> https://lore.kernel.org/[email protected] >>> https://lore.kernel.org/[email protected] >>> https://lore.kernel.org/[email protected] >>> https://lore.kernel.org/[email protected] >>> >>> https://lore.kernel.org/[email protected] >>> https://lore.kernel.org/[email protected] >>> >> >> I addressed all of them, except the second one and I will reply to the >> second one soon. > > Great. > >>> >>>> is an in-place replacement of V5 in mm-new. It affects Mike Rapoport's >>>> "make MM selftests more CI friendly", since "selftests/mm: khugepaged: >>>> use kselftest framework" needs to be updated. I updated it and put it at >>>> the end of this cover letter. >>> >>> Helpful, thanks. It was a little complicated because your email client >>> messes with whitespace (it always has!), but I figured it out. >> >> You mean tabs become whitespace? And does all my patches have the whitespace >> issue or the one I put at the bottom? I am trying to figure out the issue. >> BTW, All patches are sent via git send-email using mstmp and >> I copied the bottom one from git format-patch. I wonder which part went >> wrong. > > Your regular patches are OK - but when you informally paste a patch > into the message body the tabs turn into whitespace.
I did that before, since I was copying diffs directly from a GUI terminal that converts tabs to whitespaces. Since you mentioned it last time, I always do git format-patch and copy the content from the patch file and it should work. For the patch I pasted in this cover letter, I copied it from the patch file directly using neovim, but somehow tabs from surrounding code are converted to whitespaces (tabs from +/- are not). I noticed it when I checked my original cover letter just now. So my email client does not cause the issue. Anyway, I will be more careful next time. Sorry for the trouble. > > You aren't the only one ;) I usually don't comment... Thank you for reminding me of the issue. Best Regards, Yan, Zi

