linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHES] misc dead code removals in arch/* - mostly asm/pgtable.h
@ 2025-09-11  1:51 Al Viro
  2025-09-11  1:52 ` [PATCH 1/6] csky: remove BS check for FAULT_FLAG_ALLOW_RETRY Al Viro
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Al Viro @ 2025-09-11  1:51 UTC (permalink / raw)
  To: linux-arch
  Cc: Arnd Bergmann, Guo Ren, linux-alpha, Geert Uytterhoeven,
	Michal Simek, Max Filippov, Jonas Bonn

	Several old patches that had been bouncing around in
my tree for a while.  This stuff sits in
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git #work.misc
if any architecture tree would like to pick some of those - just
yell, I'll be only glad to get that off my hands.  Anything left
unclaimed will go to Linus come next window, so if you have objections,
please say so.
	Individual patches in followups.

Shortlog:
	csky: remove BS check for FAULT_FLAG_ALLOW_RETRY
	PAGE_PTR() had been last used outside of arch/* in 1.1.94
	SET_PAGE_DIR() users had been gone since 2.3.12pre1
	alpha: get rid of the remnants of BAD_PAGE and friends
	kill FIRST_USER_PGD_NR
	alpha: unobfuscate _PAGE_P() definition

Diffstat:
 arch/alpha/include/asm/pgtable.h      | 25 +------------------------
 arch/alpha/mm/init.c                  | 27 ---------------------------
 arch/csky/mm/fault.c                  |  2 +-
 arch/m68k/include/asm/pgtable_mm.h    | 10 ----------
 arch/microblaze/include/asm/pgtable.h |  1 -
 arch/openrisc/include/asm/pgtable.h   | 17 -----------------
 arch/xtensa/include/asm/pgtable.h     |  1 -
 7 files changed, 2 insertions(+), 81 deletions(-)

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

end of thread, other threads:[~2025-09-15  6:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-11  1:51 [PATCHES] misc dead code removals in arch/* - mostly asm/pgtable.h Al Viro
2025-09-11  1:52 ` [PATCH 1/6] csky: remove BS check for FAULT_FLAG_ALLOW_RETRY Al Viro
2025-09-11  2:55   ` Guo Ren
2025-09-11  1:53 ` [PATCH 2/6][alpha,m68k,openrisc] PAGE_PTR() had been last used outside of arch/* in 1.1.94 Al Viro
2025-09-11  7:29   ` Geert Uytterhoeven
2025-09-11  1:53 ` [PATCH 3/6][openrisc] SET_PAGE_DIR() users had been gone since 2.3.12pre1 Al Viro
2025-09-11  1:54 ` [PATCH 4/6] alpha: get rid of the remnants of BAD_PAGE and friends Al Viro
2025-09-11  1:54 ` [PATCH 5/6][microblaze,xtensa] kill FIRST_USER_PGD_NR Al Viro
2025-09-11 14:57   ` Max Filippov
2025-09-15  6:42   ` Michal Simek
2025-09-11  1:55 ` [PATCH 6/6] alpha: unobfuscate _PAGE_P() definition Al Viro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).