The patch titled Subject: bcachefs-do-not-use-pf_memalloc_noreclaim-fix has been added to the -mm mm-unstable branch. Its filename is bcachefs-do-not-use-pf_memalloc_noreclaim-fix.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/bcachefs-do-not-use-pf_memalloc_noreclaim-fix.patch This patch will later appear in the mm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Michal Hocko <mhocko@xxxxxxxx> Subject: bcachefs-do-not-use-pf_memalloc_noreclaim-fix Date: Tue, 10 Sep 2024 09:24:51 +0200 fix kerneldoc issues Link: https://lkml.kernel.org/r/Zt_05Dqf3bBZL-H2@tiehlicka Link: https://lkml.kernel.org/r/202409051713.LFVMScXi-lkp@xxxxxxxxx Signed-off-by: Michal Hocko <mhocko@xxxxxxxx> Cc: Al Viro <viro@xxxxxxxxxxxxxxxxxx> Cc: Christian Brauner <brauner@xxxxxxxxxx> Cc: Christoph Hellwig <hch@xxxxxx> Cc: Dave Chinner <dchinner@xxxxxxxxxx> Cc: James Morris <jmorris@xxxxxxxxx> Cc: Jan Kara <jack@xxxxxxx> Cc: Kent Overstreet <kent.overstreet@xxxxxxxxx> Cc: Paul Moore <paul@xxxxxxxxxxxxxx> Cc: Serge E. Hallyn <serge@xxxxxxxxxx> Cc: Vlastimil Babka <vbabka@xxxxxxx> Cc: Yafang Shao <laoar.shao@xxxxxxxxx> Cc: "Theodore Ts'o" <tytso@xxxxxxx> Cc: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/inode.c | 2 ++ 1 file changed, 2 insertions(+) --- a/fs/inode.c~bcachefs-do-not-use-pf_memalloc_noreclaim-fix +++ a/fs/inode.c @@ -149,9 +149,11 @@ static int no_open(struct inode *inode, * inode_init_always - perform inode structure initialisation * @sb: superblock inode belongs to * @inode: inode to initialise + * @gfp: allocation flags * * These are initializations that need to be done on every inode * allocation as the fields are not initialised by slab allocation. + * If there are additional allocations required @gfp is used. */ int inode_init_always_gfp(struct super_block *sb, struct inode *inode, gfp_t gfp) { _ Patches currently in -mm which might be from mhocko@xxxxxxxx are bcachefs-do-not-use-pf_memalloc_noreclaim.patch bcachefs-do-not-use-pf_memalloc_noreclaim-fix.patch revert-mm-introduce-pf_memalloc_noreclaim-pf_memalloc_nowarn.patch