# git rev-parse -q --verify 3c3ff7be9729959699eb6cbc7fd7303566d74069^{commit} 3c3ff7be9729959699eb6cbc7fd7303566d74069 already have revision, skipping fetch # git checkout -q -f -B kisskb 3c3ff7be9729959699eb6cbc7fd7303566d74069 # git clean -qxdf # < git log -1 # commit 3c3ff7be9729959699eb6cbc7fd7303566d74069 # Merge: 3f386cb8ee9f 9ff0251b2eb5 # Author: Linus Torvalds # Date: Fri Jul 19 21:00:33 2024 -0700 # # Merge tag 'powerpc-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux # # Pull powerpc updates from Michael Ellerman: # # - Remove support for 40x CPUs & platforms # # - Add support to the 64-bit BPF JIT for cpu v4 instructions # # - Fix PCI hotplug driver crash on powernv # # - Fix doorbell emulation for KVM on PAPR guests (nestedv2) # # - Fix KVM nested guest handling of some less used SPRs # # - Online NUMA nodes with no CPU/memory if they have a PCI device # attached # # - Reduce memory overhead of enabling kfence on 64-bit Radix MMU kernels # # - Reimplement the iommu table_group_ops for pseries for VFIO SPAPR TCE # # Thanks to: Anjali K, Artem Savkov, Athira Rajeev, Breno Leitao, Brian # King, Celeste Liu, Christophe Leroy, Esben Haabendal, Gaurav Batra, # Gautam Menghani, Haren Myneni, Hari Bathini, Jeff Johnson, Krishna # Kumar, Krzysztof Kozlowski, Nathan Lynch, Nicholas Piggin, Nick Bowler, # Nilay Shroff, Rob Herring (Arm), Shawn Anastasio, Shivaprasad G Bhat, # Sourabh Jain, Srikar Dronamraju, Timothy Pearson, Uwe Kleine-König, and # Vaibhav Jain. # # * tag 'powerpc-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: (57 commits) # Documentation/powerpc: Mention 40x is removed # powerpc: Remove 40x leftovers # macintosh/therm_windtunnel: fix module unload. # powerpc: Check only single values are passed to CPU/MMU feature checks # powerpc/xmon: Fix disassembly CPU feature checks # powerpc: Drop clang workaround for builtin constant checks # powerpc64/bpf: jit support for signed division and modulo # powerpc64/bpf: jit support for sign extended mov # powerpc64/bpf: jit support for sign extended load # powerpc64/bpf: jit support for unconditional byte swap # powerpc64/bpf: jit support for 32bit offset jmp instruction # powerpc/pci: Hotplug driver bridge support # pci/hotplug/pnv_php: Fix hotplug driver crash on Powernv # powerpc/configs: Update defconfig with now user-visible CONFIG_FSL_IFC # powerpc: add missing MODULE_DESCRIPTION() macros # macintosh/mac_hid: add MODULE_DESCRIPTION() # KVM: PPC: add missing MODULE_DESCRIPTION() macros # powerpc/kexec: Use of_property_read_reg() # powerpc/64s/radix/kfence: map __kfence_pool at page granularity # powerpc/pseries/iommu: Define spapr_tce_table_group_ops only with CONFIG_IOMMU_API # ... # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 3c3ff7be9729959699eb6cbc7fd7303566d74069 # make -s -j 40 ARCH=m68k O=/kisskb/build/linus_allmodconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # < make -s -j 40 ARCH=m68k O=/kisskb/build/linus_allmodconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 40 ARCH=m68k O=/kisskb/build/linus_allmodconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 40 ARCH=m68k O=/kisskb/build/linus_allmodconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_lookup_dentry': /kisskb/src/fs/btrfs/inode.c:5674:5: error: 'location.type' may be used uninitialized in this function [-Werror=maybe-uninitialized] if (location.type == BTRFS_INODE_ITEM_KEY) { ^ /kisskb/src/fs/btrfs/inode.c:5603:9: error: 'location.objectid' may be used uninitialized in this function [-Werror=maybe-uninitialized] return btrfs_iget_path(ino, root, NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/btrfs/inode.c:5663:19: note: 'location.objectid' was declared here struct btrfs_key location; ^~~~~~~~ cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:244: fs/btrfs/inode.o] Error 1 make[4]: *** [/kisskb/src/scripts/Makefile.build:485: fs/btrfs] Error 2 make[4]: *** Waiting for unfinished jobs.... /kisskb/src/fs/bcachefs/data_update.c: In function '__bch2_data_update_index_update': /kisskb/src/fs/bcachefs/data_update.c:338:1: error: the frame size of 1032 bytes is larger than 1024 bytes [-Werror=frame-larger-than=] } ^ cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:244: fs/bcachefs/data_update.o] Error 1 make[4]: *** [/kisskb/src/scripts/Makefile.build:485: fs/bcachefs] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:485: fs] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/Makefile:1934: .] Error 2 make[1]: *** [/kisskb/src/Makefile:240: __sub-make] Error 2 make: *** [Makefile:240: __sub-make] Error 2 Command 'make -s -j 40 ARCH=m68k O=/kisskb/build/linus_allmodconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/linus_allmodconfig_m68k-gcc8 # Build took: 0:05:47.928408