# git rev-parse -q --verify 0844895a2e5161d2fc1674e870a0fd8286a3e18b^{commit} 0844895a2e5161d2fc1674e870a0fd8286a3e18b already have revision, skipping fetch # git checkout -q -f -B kisskb 0844895a2e5161d2fc1674e870a0fd8286a3e18b # git clean -qxdf # < git log -1 # commit 0844895a2e5161d2fc1674e870a0fd8286a3e18b # Merge: 47dcb0802d28 dbde117c3126 # Author: Linus Torvalds # Date: Sun Dec 9 10:43:17 2018 -0800 # # Merge tag 'char-misc-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc # # Pull char/misc driver fixes from Greg KH: # "Here are some small driver fixes for 4.20-rc6. # # There is a hyperv fix that for some reaon took forever to get into a # shape that could be applied to the tree properly, but resolves a much # reported issue. The others are some gnss patches, one a bugfix and the # two others updates to the MAINTAINERS file to properly match the gnss # files in the tree. # # All have been in linux-next for a while with no reported issues" # # * tag 'char-misc-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: # MAINTAINERS: exclude gnss from SIRFPRIMA2 regex matching # MAINTAINERS: add gnss scm tree # gnss: sirf: fix activation retry handling # Drivers: hv: vmbus: Offload the handling of channels to two workqueues # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-gcc --version # < git log --format=%s --max-count=1 0844895a2e5161d2fc1674e870a0fd8286a3e18b # < make -s -j 48 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 48 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/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; ^ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_newlink': /kisskb/src/net/core/rtnetlink.c:3224:1: warning: the frame size of 1296 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ LINK linux Completed OK # rm -rf /kisskb/build/linus_um-defconfig_um-x86_64 # Build took: 0:00:37.308625