# git rev-parse -q --verify 738a7832d21e3d911fcddab98ce260b79010b461^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master error: The last gc run reported the following. Please correct the root cause and remove .git/gc.log. Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. # git rev-parse -q --verify 738a7832d21e3d911fcddab98ce260b79010b461^{commit} 738a7832d21e3d911fcddab98ce260b79010b461 # git checkout -q -f -B kisskb 738a7832d21e3d911fcddab98ce260b79010b461 # git clean -qxdf # < git log -1 # commit 738a7832d21e3d911fcddab98ce260b79010b461 # Author: Christian Brauner # Date: Thu Apr 18 12:18:39 2019 +0200 # # signal: use fdget() since we don't allow O_PATH # # As stated in the original commit for pidfd_send_signal() we don't allow # to signal processes through O_PATH file descriptors since it is # semantically equivalent to a write on the pidfd. # # We already correctly error out right now and return EBADF if an O_PATH # fd is passed. This is because we use file->f_op to detect whether a # pidfd is passed and O_PATH fds have their file->f_op set to empty_fops # in do_dentry_open() and thus fail the test. # # Thus, there is no regression. It's just semantically correct to use # fdget() and return an error right from there instead of taking a # reference and returning an error later. # # Signed-off-by: Christian Brauner # Acked-by: Oleg Nesterov # Cc: Arnd Bergmann # Cc: "Eric W. Biederman" # Cc: Kees Cook # Cc: Thomas Gleixner # Cc: Jann Horn # Cc: David Howells # Cc: "Michael Kerrisk (man-pages)" # Cc: Andy Lutomirsky # Cc: Andrew Morton # Cc: Oleg Nesterov # Cc: Aleksa Sarai # Cc: Al Viro # Signed-off-by: Linus Torvalds # < /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 738a7832d21e3d911fcddab98ce260b79010b461 # < make -s -j 120 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- randconfig KCONFIG_SEED=0xDE2B902C # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # yes \n | make -s -j 120 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- oldconfig yes: standard output: Broken pipe # make -s -j 120 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- arch/arm64/Makefile:27: ld does not support --fix-cortex-a53-843419; kernel may be susceptible to erratum arch/arm64/Makefile:40: LSE atomics not supported by binutils arch/arm64/Makefile:27: ld does not support --fix-cortex-a53-843419; kernel may be susceptible to erratum arch/arm64/Makefile:40: LSE atomics not supported by binutils /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c: In function 'sh_mobile_i2c_isr': /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c:399:26: warning: 'data' may be used uninitialized in this function [-Wmaybe-uninitialized] pd->msg->buf[real_pos] = data; ^ /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c:372:16: note: 'data' was declared here unsigned char data; ^ In file included from /kisskb/src/include/linux/rwsem.h:16:0, from /kisskb/src/include/linux/notifier.h:15, from /kisskb/src/include/linux/clk.h:17, from /kisskb/src/drivers/tty/serial/sh-sci.c:24: /kisskb/src/drivers/tty/serial/sh-sci.c: In function 'sci_dma_rx_submit': /kisskb/src/include/linux/spinlock.h:279:3: warning: 'flags' may be used uninitialized in this function [-Wmaybe-uninitialized] _raw_spin_unlock_irqrestore(lock, flags); \ ^ /kisskb/src/drivers/tty/serial/sh-sci.c:1353:16: note: 'flags' was declared here unsigned long flags; ^ arch/arm64/Makefile:27: ld does not support --fix-cortex-a53-843419; kernel may be susceptible to erratum arch/arm64/Makefile:40: LSE atomics not supported by binutils Completed OK # rm -rf /kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 # Build took: 0:02:58.153306