All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3 0/8] sched: Remove unused TASK_SIZE_OF for all archs
@ 2021-12-28  6:47 ` guoren
  0 siblings, 0 replies; 41+ messages in thread
From: guoren @ 2021-12-28  6:47 UTC (permalink / raw)
  To: guoren, will, tglx, benh, arnd, mingo, peterz, juri.lelli,
	christophe.leroy, hca
  Cc: linux-kernel, linux-riscv, linux-s390, sparclinux, linuxppc-dev,
	inux-parisc, linux-mips, linux-arm-kernel, x86, Guo Ren

From: Guo Ren <guoren@linux.alibaba.com>

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.

Changes in v3:
 - Fixup Documentation/process/submitting-patches.rst, add sender
   Signed-off-by.

Changes in v2:
 - Add Arnd's comment in main patch
 - Optimize coding convention with Christophe's advise

Guo Ren (8):
  sched: Remove unused TASK_SIZE_OF
  sched: x86: Remove unused TASK_SIZE_OF
  sched: sparc: Remove unused TASK_SIZE_OF
  sched: powerpc: Remove unused TASK_SIZE_OF
  sched: s390: Remove unused TASK_SIZE_OF
  sched: parisc: Remove unused TASK_SIZE_OF
  sched: arm64: Remove unused TASK_SIZE_OF
  sched: mips: Remove unused TASK_SIZE_OF

 arch/arm64/include/asm/processor.h      | 2 --
 arch/mips/include/asm/processor.h       | 3 ---
 arch/parisc/include/asm/processor.h     | 3 +--
 arch/powerpc/include/asm/task_size_64.h | 6 +-----
 arch/s390/include/asm/processor.h       | 3 +--
 arch/sparc/include/asm/processor_64.h   | 3 ---
 arch/x86/include/asm/page_64_types.h    | 2 --
 include/linux/sched.h                   | 4 ----
 8 files changed, 3 insertions(+), 23 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 41+ messages in thread

end of thread, other threads:[~2022-01-10  1:57 UTC | newest]

Thread overview: 41+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-28  6:47 [PATCH V3 0/8] sched: Remove unused TASK_SIZE_OF for all archs guoren
2021-12-28  6:47 ` guoren
2021-12-28  6:47 ` guoren
2021-12-28  6:47 ` guoren
2021-12-28  6:47 ` [PATCH V3 1/8] sched: Remove unused TASK_SIZE_OF guoren
2021-12-28  6:47   ` guoren
2021-12-28  6:47   ` guoren
2021-12-28  6:47   ` guoren
2021-12-28  6:47 ` [PATCH V3 2/8] sched: x86: " guoren
2021-12-28  6:47   ` guoren
2021-12-28  6:47   ` guoren
2021-12-28  6:47   ` guoren
2021-12-28  6:47 ` [PATCH V3 3/8] sched: sparc: " guoren
2021-12-28  6:47   ` guoren
2021-12-28  6:47   ` guoren
2021-12-28  6:47   ` guoren
2021-12-28  6:47 ` [PATCH V3 4/8] sched: powerpc: " guoren
2021-12-28  6:47   ` guoren
2021-12-28  6:47   ` guoren
2021-12-28  6:47   ` guoren
2021-12-28  6:47 ` [PATCH V3 5/8] sched: s390: " guoren
2021-12-28  6:47   ` guoren
2021-12-28  6:47   ` guoren
2021-12-28  6:47   ` guoren
2021-12-28 17:00   ` Heiko Carstens
2021-12-28 17:00     ` Heiko Carstens
2021-12-28 17:00     ` Heiko Carstens
2021-12-28 17:00     ` Heiko Carstens
2021-12-28  6:47 ` [PATCH V3 6/8] sched: parisc: " guoren
2021-12-28  6:47   ` guoren
2021-12-28  6:47   ` guoren
2021-12-28  6:47   ` guoren
2021-12-28  6:47 ` [PATCH V3 7/8] sched: arm64: " guoren
2021-12-28  6:47   ` guoren
2021-12-28  6:47   ` guoren
2021-12-28  6:47   ` guoren
2021-12-28  6:47 ` [PATCH V3 8/8] sched: mips: " guoren
2021-12-28  6:47   ` guoren
2021-12-28  6:47   ` guoren
2021-12-28  6:47   ` guoren
2022-01-10  1:50 ` (subset) [PATCH V3 0/8] sched: Remove unused TASK_SIZE_OF for all archs Michael Ellerman

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.