# git rev-parse -q --verify 3281366a8e79a512956382885091565db1036b64^{commit} 3281366a8e79a512956382885091565db1036b64 already have revision, skipping fetch # git checkout -q -f -B kisskb 3281366a8e79a512956382885091565db1036b64 # git clean -qxdf # < git log -1 # commit 3281366a8e79a512956382885091565db1036b64 # Author: Peter Bergner # Date: Wed Feb 14 16:34:06 2024 -0600 # # uapi/auxvec: Define AT_HWCAP3 and AT_HWCAP4 aux vector, entries # # The powerpc toolchain keeps a copy of the HWCAP bit masks in the TCB # for fast access by the __builtin_cpu_supports() built-in function. The # TCB space for the HWCAP entries - which are created in pairs - is an ABI # extension, so waiting to create the space for HWCAP3 and HWCAP4 until # they are needed is problematic. Define AT_HWCAP3 and AT_HWCAP4 in the # generic uapi header so they can be used in glibc to reserve space in the # powerpc TCB for their future use. # # I scanned through the Linux and GLIBC source codes looking for unused # AT_* values and 29 and 30 did not seem to be used, so they are what I # went with. # # Signed-off-by: Peter Bergner # Acked-by: Adhemerval Zanella # Acked-by: Nicholas Piggin # Acked-by: Szabolcs Nagy # Acked-by: Arnd Bergmann # Signed-off-by: Michael Ellerman # Link: https://msgid.link/a406b535-dc55-4856-8ae9-5a063644a1af@linux.ibm.com # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 3281366a8e79a512956382885091565db1036b64 # make -s -j 40 ARCH=powerpc O=/kisskb/build/powerpc-next_linkstation_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- linkstation_defconfig # < make -s -j 40 ARCH=powerpc O=/kisskb/build/powerpc-next_linkstation_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 40 ARCH=powerpc O=/kisskb/build/powerpc-next_linkstation_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 40 ARCH=powerpc O=/kisskb/build/powerpc-next_linkstation_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/arch/powerpc/platforms/embedded6xx/ls_uart.c:59:6: error: no previous prototype for 'avr_uart_configure' [-Werror=missing-prototypes] void avr_uart_configure(void) ^ /kisskb/src/arch/powerpc/platforms/embedded6xx/ls_uart.c:82:6: error: no previous prototype for 'avr_uart_send' [-Werror=missing-prototypes] void avr_uart_send(const char c) ^ cc1: error: unrecognized command line option '-Wno-shift-negative-value' [-Werror] cc1: all warnings being treated as errors make[6]: *** [/kisskb/src/scripts/Makefile.build:243: arch/powerpc/platforms/embedded6xx/ls_uart.o] Error 1 make[5]: *** [/kisskb/src/scripts/Makefile.build:481: arch/powerpc/platforms/embedded6xx] Error 2 make[4]: *** [/kisskb/src/scripts/Makefile.build:481: arch/powerpc/platforms] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:481: arch/powerpc] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/Makefile:1921: .] 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=powerpc O=/kisskb/build/powerpc-next_linkstation_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/powerpc-next_linkstation_defconfig_powerpc-gcc5 # Build took: 0:00:34.820850