# git rev-parse -q --verify d2da77f431ac49b5763b88751a75f70daa46296c^{commit} d2da77f431ac49b5763b88751a75f70daa46296c already have revision, skipping fetch # git checkout -q -f -B kisskb d2da77f431ac49b5763b88751a75f70daa46296c # git clean -qxdf # < git log -1 # commit d2da77f431ac49b5763b88751a75f70daa46296c # Merge: 4892711acee0 43266838515d # Author: Linus Torvalds # Date: Sun Nov 26 09:59:39 2023 -0800 # # Merge tag 'parisc-for-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux # # Pull parisc architecture fixes from Helge Deller: # "This patchset fixes and enforces correct section alignments for the # ex_table, altinstructions, parisc_unwind, jump_table and bug_table # which are created by inline assembly. # # Due to not being correctly aligned at link & load time they can # trigger unnecessarily the kernel unaligned exception handler at # runtime. While at it, I switched the bug table to use relative # addresses which reduces the size of the table by half on 64-bit. # # We still had the ENOSYM and EREMOTERELEASE errno symbols as left-overs # from HP-UX, which now trigger build-issues with glibc. We can simply # remove them. # # Most of the patches are tagged for stable kernel series. # # Summary: # # - Drop HP-UX ENOSYM and EREMOTERELEASE return codes to avoid glibc # build issues # # - Fix section alignments for ex_table, altinstructions, parisc unwind # table, jump_table and bug_table # # - Reduce size of bug_table on 64-bit kernel by using relative # pointers" # # * tag 'parisc-for-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux: # parisc: Reduce size of the bug_table on 64-bit kernel by half # parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codes # parisc: Use natural CPU alignment for bug_table # parisc: Ensure 32-bit alignment on parisc unwind section # parisc: Mark lock_aligned variables 16-byte aligned on SMP # parisc: Mark jump_table naturally aligned # parisc: Mark altinstructions read-only and 32-bit aligned # parisc: Mark ex_table entries 32-bit aligned in uaccess.h # parisc: Mark ex_table entries 32-bit aligned in assembly.h # < /opt/cross/kisskb/korg/gcc-12.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-12.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 d2da77f431ac49b5763b88751a75f70daa46296c # make -s -j 40 ARCH=powerpc O=/kisskb/build/linus_pseries_le_defconfig+NO_SPLPAR_powerpc-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- pseries_le_defconfig Using /kisskb/src/arch/powerpc/configs/ppc64_defconfig as base Merging /kisskb/src/arch/powerpc/configs/le.config Merging /kisskb/src/arch/powerpc/configs/guest.config Value of CONFIG_VIRTIO_BLK is redefined by fragment /kisskb/src/arch/powerpc/configs/guest.config: Previous value: CONFIG_VIRTIO_BLK=m New value: CONFIG_VIRTIO_BLK=y Value of CONFIG_SCSI_VIRTIO is redefined by fragment /kisskb/src/arch/powerpc/configs/guest.config: Previous value: CONFIG_SCSI_VIRTIO=m New value: CONFIG_SCSI_VIRTIO=y Value of CONFIG_VIRTIO_NET is redefined by fragment /kisskb/src/arch/powerpc/configs/guest.config: Previous value: CONFIG_VIRTIO_NET=m New value: CONFIG_VIRTIO_NET=y Value of CONFIG_VIRTIO_CONSOLE is redefined by fragment /kisskb/src/arch/powerpc/configs/guest.config: Previous value: CONFIG_VIRTIO_CONSOLE=m New value: CONFIG_VIRTIO_CONSOLE=y Value of CONFIG_VIRTIO_PCI is redefined by fragment /kisskb/src/arch/powerpc/configs/guest.config: Previous value: CONFIG_VIRTIO_PCI=m New value: CONFIG_VIRTIO_PCI=y Value of CONFIG_VIRTIO_BALLOON is redefined by fragment /kisskb/src/arch/powerpc/configs/guest.config: Previous value: CONFIG_VIRTIO_BALLOON=m New value: CONFIG_VIRTIO_BALLOON=y Value of CONFIG_VHOST_NET is redefined by fragment /kisskb/src/arch/powerpc/configs/guest.config: Previous value: CONFIG_VHOST_NET=m New value: CONFIG_VHOST_NET=y Value of CONFIG_IBMVETH is redefined by fragment /kisskb/src/arch/powerpc/configs/guest.config: Previous value: CONFIG_IBMVETH=m New value: CONFIG_IBMVETH=y Value of CONFIG_IBMVNIC is redefined by fragment /kisskb/src/arch/powerpc/configs/guest.config: Previous value: CONFIG_IBMVNIC=m New value: CONFIG_IBMVNIC=y Merging /kisskb/src/arch/powerpc/configs/kvm_guest.config # # merged configuration written to .config (needs make) # # Added to kconfig CONFIG_PPC_SPLPAR=n # < make -s -j 40 ARCH=powerpc O=/kisskb/build/linus_pseries_le_defconfig+NO_SPLPAR_powerpc-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 40 ARCH=powerpc O=/kisskb/build/linus_pseries_le_defconfig+NO_SPLPAR_powerpc-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 40 ARCH=powerpc O=/kisskb/build/linus_pseries_le_defconfig+NO_SPLPAR_powerpc-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- Completed OK # rm -rf /kisskb/build/linus_pseries_le_defconfig+NO_SPLPAR_powerpc-gcc12 # Build took: 0:02:23.584804