# git rev-parse -q --verify a33f5c380c4bd3fa5278d690421b72052456d9fe^{commit} a33f5c380c4bd3fa5278d690421b72052456d9fe already have revision, skipping fetch # git checkout -q -f -B kisskb a33f5c380c4bd3fa5278d690421b72052456d9fe # git clean -qxdf # < git log -1 # commit a33f5c380c4bd3fa5278d690421b72052456d9fe # Merge: 112450df61b7 4a9bca86806f # Author: Linus Torvalds # Date: Sat Jan 15 07:47:40 2022 +0200 # # Merge tag 'xfs-5.17-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux # # Pull xfs fixes from Darrick Wong: # "These are the last few obvious fixes that I found while stress testing # online fsck for XFS prior to initiating a design review of the whole # giant machinery. # # - Fix a minor locking inconsistency in readdir # # - Fix incorrect fs feature bit validation for secondary superblocks" # # * tag 'xfs-5.17-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux: # xfs: fix online fsck handling of v5 feature bits on secondary supers # xfs: take the ILOCK when readdir inspects directory mapping data # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 a33f5c380c4bd3fa5278d690421b72052456d9fe # < make -s -j 24 ARCH=powerpc O=/kisskb/build/linus_pmac32_defconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- pmac32_defconfig # < make -s -j 24 ARCH=powerpc O=/kisskb/build/linus_pmac32_defconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 24 ARCH=powerpc O=/kisskb/build/linus_pmac32_defconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 24 ARCH=powerpc O=/kisskb/build/linus_pmac32_defconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/drivers/net/ethernet/apple/mace.c: In function 'mace_probe': /kisskb/src/drivers/net/ethernet/apple/mace.c:170:34: error: assignment of read-only location '*(dev->dev_addr + (sizetype)j)' 170 | dev->dev_addr[j] = rev ? bitrev8(addr[j]): addr[j]; | ^ /kisskb/src/drivers/net/ethernet/apple/mace.c: In function 'mace_reset': /kisskb/src/drivers/net/ethernet/apple/mace.c:349:32: warning: passing argument 2 of '__mace_set_address' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 349 | __mace_set_address(dev, dev->dev_addr); | ~~~^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/apple/mace.c:93:62: note: expected 'void *' but argument is of type 'const unsigned char *' 93 | static void __mace_set_address(struct net_device *dev, void *addr); | ~~~~~~^~~~ /kisskb/src/drivers/net/ethernet/apple/mace.c: In function '__mace_set_address': /kisskb/src/drivers/net/ethernet/apple/mace.c:388:43: error: assignment of read-only location '*(dev->dev_addr + (sizetype)i)' 388 | out_8(&mb->padr, dev->dev_addr[i] = p[i]); | ^ make[5]: *** [/kisskb/src/scripts/Makefile.build:288: drivers/net/ethernet/apple/mace.o] Error 1 make[4]: *** [/kisskb/src/scripts/Makefile.build:550: drivers/net/ethernet/apple] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:550: drivers/net/ethernet] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:550: drivers/net] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1840: drivers] Error 2 make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 24 ARCH=powerpc O=/kisskb/build/linus_pmac32_defconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_pmac32_defconfig_powerpc-gcc11 # Build took: 0:02:32.776953