All of lore.kernel.org
 help / color / mirror / Atom feed
From: Helge Deller <deller@gmx.de>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	linux-kernel@vger.kernel.org, linux-parisc@vger.kernel.org,
	James Bottomley <James.Bottomley@hansenpartnership.com>,
	John David Anglin <dave.anglin@bell.net>
Subject: [GIT PULL] parisc architecture fixes for kernel v5.15-rc1
Date: Fri, 10 Sep 2021 11:17:20 +0200	[thread overview]
Message-ID: <YTsioP7hPOP47cfn@ls3530> (raw)

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(-)

             reply	other threads:[~2021-09-10  9:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-10  9:17 Helge Deller [this message]
2021-09-10 18:57 ` [GIT PULL] parisc architecture fixes for kernel v5.15-rc1 Linus Torvalds
2021-09-11 21:20   ` Helge Deller
2021-09-10 19:25 ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YTsioP7hPOP47cfn@ls3530 \
    --to=deller@gmx.de \
    --cc=James.Bottomley@hansenpartnership.com \
    --cc=dave.anglin@bell.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-parisc@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.