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