* [merged mm-nonmm-stable] kernel-remove-duplicated-include-in-posix-stubsc.patch removed from -mm tree
@ 2023-06-24 0:04 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2023-06-24 0:04 UTC (permalink / raw)
To: mm-commits, arnd, abaci, yang.lee, akpm
The quilt patch titled
Subject: kernel/time/posix-stubs.c: remove duplicated include
has been removed from the -mm tree. Its filename was
kernel-remove-duplicated-include-in-posix-stubsc.patch
This patch was dropped because it was merged into the mm-nonmm-stable branch
of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
------------------------------------------------------
From: Yang Li <yang.lee@linux.alibaba.com>
Subject: kernel/time/posix-stubs.c: remove duplicated include
Date: Thu, 8 Jun 2023 16:23:12 +0800
./kernel/time/posix-stubs.c: linux/syscalls.h is included more than once.
Link: https://lkml.kernel.org/r/20230608082312.123939-1-yang.lee@linux.alibaba.com
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=5463
Fixes: c1956519cd7e ("syscalls: add sys_ni_posix_timers prototype")
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
kernel/time/posix-stubs.c | 1 -
1 file changed, 1 deletion(-)
--- a/kernel/time/posix-stubs.c~kernel-remove-duplicated-include-in-posix-stubsc
+++ a/kernel/time/posix-stubs.c
@@ -16,7 +16,6 @@
#include <linux/posix-timers.h>
#include <linux/time_namespace.h>
#include <linux/compat.h>
-#include <linux/syscalls.h>
#ifdef CONFIG_ARCH_HAS_SYSCALL_WRAPPER
/* Architectures may override SYS_NI and COMPAT_SYS_NI */
_
Patches currently in -mm which might be from yang.lee@linux.alibaba.com are
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-06-24 0:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-24 0:04 [merged mm-nonmm-stable] kernel-remove-duplicated-include-in-posix-stubsc.patch removed from -mm tree Andrew Morton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.