The following changes since commit 455e73a07f6e288b0061dfcf4fcf54fa9fe06458: Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux (2022-01-12 17:02:27 -0800) are available in the Git repository at: http://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/for-5.17/parisc-2 for you to fetch changes up to d24846a4246b6e61ecbd036880a4adf61681d241: parisc: pdc_stable: Fix memory leak in pdcs_register_pathentries (2022-01-21 22:48:54 +0100) ---------------------------------------------------------------- parisc architecture fixes & enhancements for kernel v5.17-rc1 - a memory leak fix in an error path in pdc_stable (Miaoqian Lin) - two compiler warning fixes in the TOC code - added autodetection for currently used console type (serial or graphics) which inserts console=<type> if it's missing ---------------------------------------------------------------- Helge Deller (4): parisc: Add visible flag to toc_stack variable parisc: Use safer strscpy() in setup_cmdline() parisc: Autodetect default output device and set console= kernel parameter parisc: Fix missing prototype for 'toc_intr' warning in toc.c Miaoqian Lin (1): parisc: pdc_stable: Fix memory leak in pdcs_register_pathentries arch/parisc/include/asm/processor.h | 1 + arch/parisc/kernel/setup.c | 15 +++++++++++++-- arch/parisc/kernel/toc.c | 3 ++- drivers/parisc/pdc_stable.c | 4 +++- 4 files changed, 19 insertions(+), 4 deletions(-)