# git rev-parse -q --verify 645ff1e8e704c4f33ab1fcd3c87f95cb9b6d7144^{commit} 645ff1e8e704c4f33ab1fcd3c87f95cb9b6d7144 already have revision, skipping fetch # git checkout -q -f -B kisskb 645ff1e8e704c4f33ab1fcd3c87f95cb9b6d7144 # git clean -qxdf # < git log -1 # commit 645ff1e8e704c4f33ab1fcd3c87f95cb9b6d7144 # Merge: d548e65904ae 592b15ba7260 # Author: Linus Torvalds # Date: Wed Jan 2 18:56:59 2019 -0800 # # Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input # # Pull input updates from Dmitry Torokhov: # "A tiny pull request this merge window unfortunately, should get more # material in for the next release: # # - new driver for Raspberry Pi's touchscreen (firmware interface) # # - miscellaneous input driver fixes" # # * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: # Input: elan_i2c - add ACPI ID for touchpad in ASUS Aspire F5-573G # Input: atmel_mxt_ts - don't try to free unallocated kernel memory # Input: drv2667 - fix indentation issues # Input: touchscreen - fix coding style issue # Input: add official Raspberry Pi's touchscreen driver # Input: nomadik-ske-keypad - fix a loop timeout test # Input: rotary-encoder - don't log EPROBE_DEFER to kernel log # Input: olpc_apsp - remove set but not used variable 'np' # Input: olpc_apsp - enable the SP clock # Input: olpc_apsp - check FIFO status on open(), not probe() # Input: olpc_apsp - drop CONFIG_OLPC dependency # clk: mmp2: add SP clock # dt-bindings: marvell,mmp2: Add clock id for the SP clock # Input: ad7879 - drop platform data support # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 645ff1e8e704c4f33ab1fcd3c87f95cb9b6d7144 # < make -s -j 80 ARCH=um O=/kisskb/build/linus_um-defconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 defconfig # make -s -j 80 ARCH=um O=/kisskb/build/linus_um-defconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 /kisskb/src/arch/um/kernel/skas/uaccess.c: In function 'do_op_one_page': /kisskb/src/arch/um/kernel/skas/uaccess.c:62:10: warning: unused variable 'buf' [-Wunused-variable] jmp_buf buf; ^ /kisskb/src/arch/um/os-Linux/umid.c: In function 'is_umdir_used': /kisskb/src/arch/um/os-Linux/umid.c:138:2: warning: ISO C90 forbids variable length array 'file' [-Wvla] char file[strlen(uml_dir) + UMID_LEN + sizeof("/pid\0")]; ^ /kisskb/src/arch/um/os-Linux/umid.c: In function 'create_pid_file': /kisskb/src/arch/um/os-Linux/umid.c:213:2: warning: ISO C90 forbids variable length array 'file' [-Wvla] char file[strlen(uml_dir) + UMID_LEN + sizeof("/pid\0")]; ^ /kisskb/src/arch/um/os-Linux/umid.c: In function 'remove_umid_dir': /kisskb/src/arch/um/os-Linux/umid.c:388:2: warning: ISO C90 forbids variable length array 'dir' [-Wvla] char dir[strlen(uml_dir) + UMID_LEN + 1], err; ^ LINK linux Completed OK # rm -rf /kisskb/build/linus_um-defconfig_um-x86_64 # Build took: 0:00:44.593944