The quilt patch titled Subject: pidfd: prevent a kernel-doc warning has been removed from the -mm tree. Its filename was pidfd-prevent-a-kernel-doc-warning.patch This patch was dropped because it was merged into the mm-hotfixes-stable branch of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm ------------------------------------------------------ From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Subject: pidfd: prevent a kernel-doc warning Date: Mon, 11 Sep 2023 23:08:22 -0700 Change the comment to match the function name that the SYSCALL_DEFINE() macros generate to prevent a kernel-doc warning. kernel/pid.c:628: warning: expecting prototype for pidfd_open(). Prototype was for sys_pidfd_open() instead Link: https://lkml.kernel.org/r/20230912060822.2500-1-rdunlap@xxxxxxxxxxxxx Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Cc: Christian Brauner <brauner@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/pid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/kernel/pid.c~pidfd-prevent-a-kernel-doc-warning +++ a/kernel/pid.c @@ -609,7 +609,7 @@ int pidfd_create(struct pid *pid, unsign } /** - * pidfd_open() - Open new pid file descriptor. + * sys_pidfd_open() - Open new pid file descriptor. * * @pid: pid for which to retrieve a pidfd * @flags: flags to pass _ Patches currently in -mm which might be from rdunlap@xxxxxxxxxxxxx are