# git rev-parse -q --verify 9aa900c8094dba7a60dc805ecec1e9f720744ba1^{commit} 9aa900c8094dba7a60dc805ecec1e9f720744ba1 already have revision, skipping fetch # git checkout -q -f -B kisskb 9aa900c8094dba7a60dc805ecec1e9f720744ba1 # git clean -qxdf # < git log -1 # commit 9aa900c8094dba7a60dc805ecec1e9f720744ba1 # Merge: f558b8364e19 05c8a4fc44a9 # Author: Linus Torvalds # Date: Sun Jun 7 10:59:32 2020 -0700 # # Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc # # Pull char/misc driver updates from Greg KH: # "Here is the large set of char/misc driver patches for 5.8-rc1 # # Included in here are: # # - habanalabs driver updates, loads # # - mhi bus driver updates # # - extcon driver updates # # - clk driver updates (approved by the clock maintainer) # # - firmware driver updates # # - fpga driver updates # # - gnss driver updates # # - coresight driver updates # # - interconnect driver updates # # - parport driver updates (it's still alive!) # # - nvmem driver updates # # - soundwire driver updates # # - visorbus driver updates # # - w1 driver updates # # - various misc driver updates # # In short, loads of different driver subsystem updates along with the # drivers as well. # # All have been in linux-next for a while with no reported issues" # # * tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (233 commits) # habanalabs: correctly cast u64 to void* # habanalabs: initialize variable to default value # extcon: arizona: Fix runtime PM imbalance on error # extcon: max14577: Add proper dt-compatible strings # extcon: adc-jack: Fix an error handling path in 'adc_jack_probe()' # extcon: remove redundant assignment to variable idx # w1: omap-hdq: print dev_err if irq flags are not cleared # w1: omap-hdq: fix interrupt handling which did show spurious timeouts # w1: omap-hdq: fix return value to be -1 if there is a timeout # w1: omap-hdq: cleanup to add missing newline for some dev_dbg # /dev/mem: Revoke mappings when a driver claims the region # misc: xilinx-sdfec: convert get_user_pages() --> pin_user_pages() # misc: xilinx-sdfec: cleanup return value in xsdfec_table_write() # misc: xilinx-sdfec: improve get_user_pages_fast() error handling # nvmem: qfprom: remove incorrect write support # habanalabs: handle MMU cache invalidation timeout # habanalabs: don't allow hard reset with open processes # habanalabs: GAUDI does not support soft-reset # habanalabs: add print for soft reset due to event # habanalabs: improve MMU cache invalidation code # ... # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 9aa900c8094dba7a60dc805ecec1e9f720744ba1 # < make -s -j 48 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- randconfig KCONFIG_SEED=0xDEB63008 # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_CC_STACKPROTECTOR_STRONG=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # < make -s -j 48 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 48 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig .config:5819:warning: override: reassigning to symbol STANDALONE .config:5820:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD # make -s -j 48 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- /kisskb/src/net/core/filter.c: In function '_bpf_setsockopt': /kisskb/src/net/core/filter.c:4291:6: warning: unused variable 'ifindex' [-Wunused-variable] int ifindex; ^~~~~~~ /kisskb/src/net/core/filter.c:4290:14: warning: unused variable 'net' [-Wunused-variable] struct net *net; ^~~ /kisskb/src/net/core/filter.c:4289:7: warning: unused variable 'devname' [-Wunused-variable] char devname[IFNAMSIZ]; ^~~~~~~ /kisskb/src/net/core/filter.c: In function '_bpf_setsockopt': /kisskb/src/net/core/filter.c:4291:6: warning: unused variable 'ifindex' [-Wunused-variable] int ifindex; ^~~~~~~ /kisskb/src/net/core/filter.c:4290:14: warning: unused variable 'net' [-Wunused-variable] struct net *net; ^~~ /kisskb/src/net/core/filter.c:4289:7: warning: unused variable 'devname' [-Wunused-variable] char devname[IFNAMSIZ]; ^~~~~~~ /bin/sh: 1: -n: not found cat: write error: Broken pipe make[3]: *** [/kisskb/src/kernel/Makefile:130: kernel/config_data.gz] Error 127 make[3]: *** Deleting file 'kernel/config_data.gz' make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/Makefile:1777: kernel] Error 2 make[1]: *** [/kisskb/src/Makefile:1131: autoksyms_recursive] Error 2 make: *** [Makefile:185: __sub-make] Error 2 Command 'make -s -j 48 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 # Build took: 0:08:32.526656