# git rev-parse -q --verify 20621d2f27a0163b81dc2b74fd4c0b3e6aa5fa12^{commit} 20621d2f27a0163b81dc2b74fd4c0b3e6aa5fa12 already have revision, skipping fetch # git checkout -q -f -B kisskb 20621d2f27a0163b81dc2b74fd4c0b3e6aa5fa12 # git clean -qxdf # < git log -1 # commit 20621d2f27a0163b81dc2b74fd4c0b3e6aa5fa12 # Merge: fec3036200b7 81065b35e248 # Author: Linus Torvalds # Date: Sun Sep 19 13:29:36 2021 -0700 # # Merge tag 'x86_urgent_for_v5.15_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip # # Pull x86 fixes from Borislav Petkov: # # - Prevent a infinite loop in the MCE recovery on return to user space, # which was caused by a second MCE queueing work for the same page and # thereby creating a circular work list. # # - Make kern_addr_valid() handle existing PMD entries, which are marked # not present in the higher level page table, correctly instead of # blindly dereferencing them. # # - Pass a valid address to sanitize_phys(). This was caused by the # mixture of inclusive and exclusive ranges. memtype_reserve() expect # 'end' being exclusive, but sanitize_phys() wants it inclusive. This # worked so far, but with end being the end of the physical address # space the fail is exposed. # # - Increase the maximum supported GPIO numbers for 64bit. Newer SoCs # exceed the previous maximum. # # * tag 'x86_urgent_for_v5.15_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: # x86/mce: Avoid infinite loop for copy from user recovery # x86/mm: Fix kern_addr_valid() to cope with existing but not present entries # x86/platform: Increase maximum GPIO number for X86_64 # x86/pat: Pass valid address to sanitize_phys() # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 20621d2f27a0163b81dc2b74fd4c0b3e6aa5fa12 # < make -s -j 8 ARCH=m68k O=/kisskb/build/linus_m5272c3_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- m5272c3_defconfig # < make -s -j 8 ARCH=m68k O=/kisskb/build/linus_m5272c3_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 8 ARCH=m68k O=/kisskb/build/linus_m5272c3_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 8 ARCH=m68k O=/kisskb/build/linus_m5272c3_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- In file included from /kisskb/src/include/linux/string.h:20, from /kisskb/src/include/linux/bitmap.h:10, from /kisskb/src/include/linux/cpumask.h:12, from /kisskb/src/include/linux/mm_types_task.h:14, from /kisskb/src/include/linux/mm_types.h:5, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/net/ethernet/freescale/fec_main.c:25: In function 'fec_get_mac', inlined from 'fec_enet_init' at /kisskb/src/drivers/net/ethernet/freescale/fec_main.c:3510:8, inlined from 'fec_probe' at /kisskb/src/drivers/net/ethernet/freescale/fec_main.c:3932:8: /kisskb/src/arch/m68k/include/asm/string.h:72:25: warning: '__builtin_memcpy' reading 6 bytes from a region of size 0 [-Wstringop-overread] 72 | #define memcpy(d, s, n) __builtin_memcpy(d, s, n) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/freescale/fec_main.c:1771:9: note: in expansion of macro 'memcpy' 1771 | memcpy(ndev->dev_addr, iap, ETH_ALEN); | ^~~~~~ Completed OK # rm -rf /kisskb/build/linus_m5272c3_defconfig_m68k-gcc11 # Build took: 0:00:53.261725