All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Disable compat cruft on ppc64le
@ 2019-08-27 20:21 ` Michal Suchanek
  0 siblings, 0 replies; 24+ messages in thread
From: Michal Suchanek @ 2019-08-27 20:21 UTC (permalink / raw)
  To: linuxppc-dev
  Cc: David Hildenbrand, Dmitry V. Levin, Max Filippov, Paul Mackerras,
	Breno Leitao, Michael Neuling, Firoz Khan, Hari Bathini,
	Michal Suchanek, Joel Stanley, Nicholas Piggin, Steven Rostedt,
	Thomas Gleixner, Allison Randal, Greg Kroah-Hartman, linux-kernel,
	Eric W. Biederman, Andrew Donnellan, linux-fsdevel, Andrew Morton,
	Alexander Viro

With endian switch disabled by default the ppc64le compat supports
ppc32le only which is something next to nobody has binaries for.

Less code means less bugs so drop the compat stuff.

I am not particularly sure about the best way to resolve the llseek
situation. I don't see anything in the syscal tables making it
32bit-only so I suppose it should be available on 64bit as well.

This is tested on ppc64le top of

https://patchwork.ozlabs.org/cover/1141078/
https://patchwork.ozlabs.org/cover/1153556/
https://patchwork.ozlabs.org/cover/1150815/

Thanks

Michal

Michal Suchanek (4):
  fs: always build llseek.
  powerpc: move common register copy functions from signal_32.c to
    signal.c
  powerpc/64: make buildable without CONFIG_COMPAT
  powerpc/64: Disable COMPAT if littleendian.

 arch/powerpc/Kconfig               |   2 +-
 arch/powerpc/include/asm/syscall.h |   2 +
 arch/powerpc/kernel/Makefile       |  15 ++-
 arch/powerpc/kernel/entry_64.S     |   2 +
 arch/powerpc/kernel/signal.c       | 146 ++++++++++++++++++++++++++++-
 arch/powerpc/kernel/signal_32.c    | 140 ---------------------------
 arch/powerpc/kernel/syscall_64.c   |   5 +-
 arch/powerpc/kernel/vdso.c         |   4 +-
 arch/powerpc/perf/callchain.c      |  14 ++-
 fs/read_write.c                    |   2 -
 10 files changed, 177 insertions(+), 155 deletions(-)

-- 
2.22.0


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

end of thread, other threads:[~2019-08-29 10:08 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-27 20:21 [PATCH 0/4] Disable compat cruft on ppc64le Michal Suchanek
2019-08-27 20:21 ` Michal Suchanek
2019-08-27 20:21 ` [PATCH 1/4] fs: always build llseek Michal Suchanek
2019-08-27 20:21   ` Michal Suchanek
2019-08-28 15:15   ` Christoph Hellwig
2019-08-28 15:15     ` Christoph Hellwig
2019-08-28 16:15     ` Michal Suchánek
2019-08-28 16:15       ` Michal Suchánek
2019-08-29  6:22       ` Christoph Hellwig
2019-08-29  6:22         ` Christoph Hellwig
2019-08-29 10:06         ` Michal Suchánek
2019-08-29 10:06           ` Michal Suchánek
2019-08-28 18:13   ` Eric W. Biederman
2019-08-28 18:13     ` Eric W. Biederman
2019-08-28 18:16     ` Eric W. Biederman
2019-08-28 18:16       ` Eric W. Biederman
2019-08-27 20:21 ` [PATCH 2/4] powerpc: move common register copy functions from signal_32.c to signal.c Michal Suchanek
2019-08-27 20:21   ` Michal Suchanek
2019-08-27 20:21 ` [PATCH 3/4] powerpc/64: make buildable without CONFIG_COMPAT Michal Suchanek
2019-08-27 20:21   ` Michal Suchanek
2019-08-27 20:36   ` Michal Suchánek
2019-08-27 20:36     ` Michal Suchánek
2019-08-27 20:21 ` [PATCH 4/4] powerpc/64: Disable COMPAT if littleendian Michal Suchanek
2019-08-27 20:21   ` Michal Suchanek

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.