The quilt patch titled Subject: bcachefs-do-not-use-pf_memalloc_noreclaim-fix has been removed from the -mm tree. Its filename was bcachefs-do-not-use-pf_memalloc_noreclaim-fix.patch This patch was dropped because it was folded into bcachefs-do-not-use-pf_memalloc_noreclaim.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: bcachefs-do-not-use-pf_memalloc_noreclaim-fix Date: Fri Sep 27 08:38:06 AM PDT 2024 fix kerneldoc warnings Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Closes: https://lkml.kernel.org/r/20240927133041.0b54641d@xxxxxxxxxxxxxxxx Cc: Kent Overstreet <kent.overstreet@xxxxxxxxx> Cc: Michal Hocko <mhocko@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- security/security.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/security/security.c~bcachefs-do-not-use-pf_memalloc_noreclaim-fix +++ a/security/security.c @@ -740,6 +740,7 @@ static int lsm_file_alloc(struct file *f /** * lsm_inode_alloc - allocate a composite inode blob * @inode: the inode that needs a blob + * @gfp: allocation flags * * Allocate the inode blob for all the modules * @@ -1678,7 +1679,7 @@ int security_path_notify(const struct pa /** * security_inode_alloc() - Allocate an inode LSM blob * @inode: the inode - * #gfp: allocation flags + * @gfp: allocation flags * * Allocate and attach a security structure to @inode->i_security. The * i_security field is initialized to NULL when the inode structure is _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are bcachefs-do-not-use-pf_memalloc_noreclaim.patch