From: Guo Ren <redacted>
This macro isn't used in Linux, now. Delete in include/linux/sched.h
and arch's include/asm. This would confuse people who are
implementing the COMPAT feature for architecture.
Here is the comment by Arnd:
Looking through the git history, I see commit a06db751c321 ("pagemap:
check permissions and capabilities at open time") removing the last
user.
Signed-off-by: Guo Ren <redacted>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
---
include/linux/sched.h | 4 ----
1 file changed, 4 deletions(-)
@@ -2166,10 +2166,6 @@ static inline bool vcpu_is_preempted(int cpu)externlongsched_setaffinity(pid_tpid,conststructcpumask*new_mask);externlongsched_getaffinity(pid_tpid,structcpumask*mask);-#ifndef TASK_SIZE_OF-#define TASK_SIZE_OF(tsk) TASK_SIZE-#endif-#ifdef CONFIG_SMP/* Returns effective CPU energy utilization, as seen by the scheduler */unsignedlongsched_cpu_util(intcpu,unsignedlongmax);
--
2.25.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
On Sat, Dec 25, 2021 at 12:54:27PM +0800, guoren@kernel.org wrote:
From: Guo Ren <redacted>
This macro isn't used in Linux sched, now. Delete in
include/linux/sched.h and arch's include/asm.
Signed-off-by: Guo Ren <redacted>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
---
arch/s390/include/asm/processor.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
I could pick this up for s390, however sender (From: field) of this patch
series does not match From: and Signed-off-by: fields above.
In general I don't pick up such patches, since this doesn't match the
"Developer's Certificate of Origin" requirements.
-> Documentation/process/submitting-patches.rst
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
On Sun, Dec 26, 2021 at 12:26 AM Heiko Carstens [off-list ref] wrote:
On Sat, Dec 25, 2021 at 12:54:27PM +0800, guoren@kernel.org wrote:
quoted
From: Guo Ren <redacted>
This macro isn't used in Linux sched, now. Delete in
include/linux/sched.h and arch's include/asm.
Signed-off-by: Guo Ren <redacted>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
---
arch/s390/include/asm/processor.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
I could pick this up for s390, however sender (From: field) of this patch
series does not match From: and Signed-off-by: fields above.
Thx.
In general I don't pick up such patches, since this doesn't match the
"Developer's Certificate of Origin" requirements.
-> Documentation/process/submitting-patches.rst
I've updated .mailmap with:
Guo Ren [off-list ref] [off-list ref]
Guo Ren [off-list ref] [off-list ref]
------
If you are still concerned, how about:
From: Guo Ren <redacted>
This macro isn't used in Linux sched, now. Delete in
include/linux/sched.h and arch's include/asm.
Signed-off-by: Guo Ren <redacted>
Signed-off-by: Guo Ren <guoren@kernel.org>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
--
Best Regards
Guo Ren
ML: https://lore.kernel.org/linux-csky/
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel