mbox series

[GIT,PULL] parisc architecture bug and warning fixes for kernel v5.16-rc4

Message ID Ya0fu9qlJFsBdjWF@ls3530 (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] parisc architecture bug and warning fixes for kernel v5.16-rc4 | expand

Pull-request

http://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/for-5.16/parisc-6

Message

Helge Deller Dec. 5, 2021, 8:23 p.m. UTC
The following changes since commit d58071a8a76d779eedab38033ae4c821c30295a5:

  Linux 5.16-rc3 (2021-11-28 14:09:19 -0800)

are available in the Git repository at:

  http://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/for-5.16/parisc-6

for you to fetch changes up to afdb4a5b1d340e4afffc65daa21cc71890d7d589:

  parisc: Mark cr16 CPU clocksource unstable on all SMP machines (2021-12-04 21:36:04 +0100)

----------------------------------------------------------------
parisc architecture bug and warning fixes for kernel v5.16-rc4

Some bug and warning fixes:
- Fix "make install" to use debians "installkernel" script which is now in /usr/sbin
- Fix the bindeb-pkg make target by giving the correct KBUILD_IMAGE file name
- Fix compiler warnings by annotating parisc agp init functions with __init
- Fix timekeeping on SMP machines with dual-core CPUs
- Enable some more config options in the 64-bit defconfig

----------------------------------------------------------------
Helge Deller (5):
      parisc: Fix KBUILD_IMAGE for self-extracting kernel
      parisc: Enable sata sil, audit and usb support on 64-bit defconfig
      parisc/agp: Annotate parisc agp init functions with __init
      parisc: Fix "make install" on newer debian releases
      parisc: Mark cr16 CPU clocksource unstable on all SMP machines

 arch/parisc/Makefile                        |  5 +++++
 arch/parisc/configs/generic-64bit_defconfig | 14 +++++++++++++-
 arch/parisc/install.sh                      |  1 +
 arch/parisc/kernel/time.c                   | 30 ++++++++---------------------
 drivers/char/agp/parisc-agp.c               |  6 +++---
 5 files changed, 30 insertions(+), 26 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 5, 2021, 9:06 p.m. UTC | #1
The pull request you sent on Sun, 5 Dec 2021 21:23:23 +0100:

> http://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/for-5.16/parisc-6

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/268ba095371cb28841bd9bd7f61c73290104a064

Thank you!