Hi Linus, please pull two small fixes for the parisc architecture for 6.4-rc2. Fix the swap entry encoding calculation (tagged for backport) and avoid a gcc-12 warning. Thanks, Helge --- The following changes since commit ac9a78681b921877518763ba0e89202254349d1b: Linux 6.4-rc1 (2023-05-07 13:34:35 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/parisc-for-6.4-2 for you to fetch changes up to 6f9e98849edaa8aefc4030ff3500e41556e83ff7: parisc: Fix encoding of swp_entry due to added SWP_EXCLUSIVE flag (2023-05-14 02:04:27 +0200) ---------------------------------------------------------------- parisc architecture fixes for kernel v6.4-rc2: - Fix encoding of swp_entry due to added SWP_EXCLUSIVE flag - Include reboot.h to avoid gcc-12 compiler warning ---------------------------------------------------------------- Helge Deller (1): parisc: Fix encoding of swp_entry due to added SWP_EXCLUSIVE flag Simon Horman (1): parisc: kexec: include reboot.h arch/parisc/include/asm/pgtable.h | 8 ++++---- arch/parisc/kernel/kexec.c | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-)