All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] parisc architecture fixes for kernel v5.15-rc1
@ 2021-09-10  9:17 Helge Deller
  2021-09-10 18:57 ` Linus Torvalds
  2021-09-10 19:25 ` pr-tracker-bot
  0 siblings, 2 replies; 4+ messages in thread
From: Helge Deller @ 2021-09-10  9:17 UTC (permalink / raw)
  To: Linus Torvalds, linux-kernel, linux-parisc, James Bottomley,
	John David Anglin

Hi Linus,

please pull some more parisc architecture fixes for kernel 5.15-rc1 from:

  http://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/for-5.15/parisc-3

Fixes:
* Build warning fixes in Makefile and Dino PCI driver
* Fix when sched_clock is marked unstable
* Drop strnlen_user() in favour of generic version
* Prevent kernel to write outside userspace signal stack
* Remove CONFIG_SET_FS incl. KERNEL_DS and USER_DS from parisc and switch to
  __get/put_kernel_nofault()

Thanks,
Helge

------------
The following changes since commit a3fa7a101dcff93791d1b1bdb3affcad1410c8c1:

  Merge branches 'akpm' and 'akpm-hotfixes' (patches from Andrew) (2021-09-08 18:52:05 -0700)

are available in the Git repository at:

  http://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-5.15-3

for you to fetch changes up to 671028728083e856e9919221b109e3b2cd2ccc49:

  parisc: Implement __get/put_kernel_nofault() (2021-09-09 22:53:09 +0200)

----------------------------------------------------------------
Guenter Roeck (1):
      parisc: Move pci_dev_is_behind_card_dino to where it is used

Helge Deller (7):
      parisc: Add missing FORCE prerequisite in Makefile
      parisc: Drop strnlen_user() in favour of generic version
      parisc: Drop useless debug info and comments from signal.c
      parisc: Check user signal stack trampoline is inside TASK_SIZE
      parisc: Reduce sigreturn trampoline to 3 instructions
      parisc: Mark sched_clock unstable only if clocks are not syncronized
      parisc: Implement __get/put_kernel_nofault()

 arch/parisc/Kconfig                   |   2 -
 arch/parisc/boot/compressed/Makefile  |  18 ++---
 arch/parisc/include/asm/processor.h   |   4 --
 arch/parisc/include/asm/rt_sigframe.h |   2 +-
 arch/parisc/include/asm/thread_info.h |   2 -
 arch/parisc/include/asm/uaccess.h     | 125 +++++++++++++++++-----------------
 arch/parisc/kernel/asm-offsets.c      |   1 -
 arch/parisc/kernel/parisc_ksyms.c     |   1 -
 arch/parisc/kernel/setup.c            |   2 -
 arch/parisc/kernel/signal.c           |  45 +++++-------
 arch/parisc/kernel/signal32.h         |   2 +-
 arch/parisc/kernel/time.c             |   7 +-
 arch/parisc/lib/lusercopy.S           |  52 +-------------
 drivers/parisc/dino.c                 |  18 ++---
 14 files changed, 102 insertions(+), 179 deletions(-)

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

end of thread, other threads:[~2021-09-11 21:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-10  9:17 [GIT PULL] parisc architecture fixes for kernel v5.15-rc1 Helge Deller
2021-09-10 18:57 ` Linus Torvalds
2021-09-11 21:20   ` Helge Deller
2021-09-10 19:25 ` pr-tracker-bot

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.