# git rev-parse -q --verify cd3f77d74ac31b4627cdfa70812338076a1ea475^{commit} cd3f77d74ac31b4627cdfa70812338076a1ea475 already have revision, skipping fetch # git checkout -q -f -B kisskb cd3f77d74ac31b4627cdfa70812338076a1ea475 # git clean -qxdf # < git log -1 # commit cd3f77d74ac31b4627cdfa70812338076a1ea475 # Merge: fd4f84f 249a32b # Author: Linus Torvalds # Date: Thu Jul 26 09:29:29 2018 -0700 # # Merge tag 'usb-4.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb # # Pull USB fixes from Greg KH: # "Here are a number of USB fixes and new device ids for 4.18-rc7. # # The largest number are a bunch of gadget driver fixes that got delayed # in being submitted earlier due to vacation schedules, but nothing # really huge is present in them. There are some new device ids and some # PHY driver fixes that were connected to some USB ones. Full details # are in the shortlog. # # All have been in linux-next for a while with no reported issues" # # * tag 'usb-4.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: (28 commits) # usb: core: handle hub C_PORT_OVER_CURRENT condition # usb: xhci: Fix memory leak in xhci_endpoint_reset() # usb: typec: tcpm: Fix sink PDO starting index for PPS APDO selection # usb: gadget: f_fs: Only return delayed status when len is 0 # usb: gadget: f_uac2: fix endianness of 'struct cntrl_*_lay3' # usb: dwc2: Fix inefficient copy of unaligned buffers # usb: dwc2: Fix DMA alignment to start at allocated boundary # usb: dwc3: rockchip: Fix PHY documentation links. # tools: usb: ffs-test: Fix build on big endian systems # usb: gadget: aspeed: Workaround memory ordering issue # usb: dwc3: gadget: remove redundant variable maxpacket # usb: dwc2: avoid NULL dereferences # usb/phy: fix PPC64 build errors in phy-fsl-usb.c # usb: dwc2: host: do not delay retries for CONTROL IN transfers # usb: gadget: u_audio: protect stream runtime fields with stream spinlock # usb: gadget: u_audio: remove cached period bytes value # usb: gadget: u_audio: remove caching of stream buffer parameters # usb: gadget: u_audio: update hw_ptr in iso_complete after data copied # usb: gadget: u_audio: fix pcm/card naming in g_audio_setup() # usb: gadget: f_uac2: fix error handling in afunc_bind (again) # ... # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < git log --format=%s --max-count=1 cd3f77d74ac31b4627cdfa70812338076a1ea475 # < make -s -j 120 ARCH=sh O=/kisskb/build/linus_landisk_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- landisk_defconfig # make -s -j 120 ARCH=sh O=/kisskb/build/linus_landisk_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1317:2: warning: #warning syscall pkey_mprotect not implemented [-Wcpp] :1320:2: warning: #warning syscall pkey_alloc not implemented [-Wcpp] :1323:2: warning: #warning syscall pkey_free not implemented [-Wcpp] :1326:2: warning: #warning syscall statx not implemented [-Wcpp] :1332:2: warning: #warning syscall io_pgetevents not implemented [-Wcpp] :1335:2: warning: #warning syscall rseq not implemented [-Wcpp] /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:389: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:392: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/clock-cpg.c: In function 'cpg_clk_init': /kisskb/src/arch/sh/kernel/cpu/clock-cpg.c:53:3: warning: 'arch_init_clk_ops' is deprecated (declared at /kisskb/src/arch/sh/include/asm/clock.h:8) [-Wdeprecated-declarations] /kisskb/src/arch/sh/kernel/cpu/clock-cpg.c: In function 'arch_clk_init': /kisskb/src/arch/sh/kernel/cpu/clock-cpg.c:77:2: warning: 'cpg_clk_init' is deprecated (declared at /kisskb/src/arch/sh/kernel/cpu/clock-cpg.c:47) [-Wdeprecated-declarations] /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:183:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:65:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:339:21: note: 'pdeo' was declared here /kisskb/src/drivers/sh/clk/cpg.c: In function 'r8': /kisskb/src/drivers/sh/clk/cpg.c:41:2: warning: passing argument 1 of 'ioread8' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:29:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r16': /kisskb/src/drivers/sh/clk/cpg.c:46:2: warning: passing argument 1 of 'ioread16' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:30:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r32': /kisskb/src/drivers/sh/clk/cpg.c:51:2: warning: passing argument 1 of 'ioread32' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:32:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/net/tun.c: In function 'tun_get_user': /kisskb/src/drivers/net/tun.c:1835:30: warning: 'copylen' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/tun.c:1545:34: warning: 'linear' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/tun.c:1745:46: note: 'linear' was declared here Kernel: arch/sh/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_landisk_defconfig_sh4 # Build took: 0:00:18.813695