# git rev-parse -q --verify 3215b9d57a2c75c4305a3956ca303d7004485200^{commit} 3215b9d57a2c75c4305a3956ca303d7004485200 already have revision, skipping fetch # git checkout -q -f -B kisskb 3215b9d57a2c75c4305a3956ca303d7004485200 # git clean -qxdf # < git log -1 # commit 3215b9d57a2c75c4305a3956ca303d7004485200 # Merge: 303851e 7997f3b # Author: Linus Torvalds # Date: Tue Mar 20 17:44:27 2018 -0700 # # Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux # # Pull clk fixes from Stephen Boyd: # "A late collection of fixes for regressions seen this release cycle. # Normally I send this earlier than now but real life got in the way. # Things are back to normal now. # # There's the normal set of SoC driver fixes: i.MX boot warning, TI # display clks, allwinner clk ops being wrong (fun), driver probe # badness on error paths, correctness fix for the new aspeed driver, and # even a fix for a race condition in the bcm2835 clk driver. # # At the core framework level we also got some fixes for the clk phase # API caching at the wrong time, better handling of the enabled state of # orphan clks, and a fix for a newly introduced bug in how we handle # rate calculations for pass-through clks" # # * tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux: # clk: bcm2835: Protect sections updating shared registers # clk: bcm2835: Fix ana->maskX definitions # clk: aspeed: Prevent reset if clock is enabled # clk: aspeed: Fix is_enabled for certain clocks # clk: qcom: msm8916: Fix return value check in qcom_apcs_msm8916_clk_probe() # clk: hisilicon: hi3660:Fix potential NULL dereference in hi3660_stub_clk_probe() # clk: fix determine rate error with pass-through clock # clk: migrate the count of orphaned clocks at init # clk: update cached phase to respect the fact when setting phase # clk: ti: am43xx: add set-rate-parent support for display clkctrl clock # clk: ti: am33xx: add set-rate-parent support for display clkctrl clock # clk: ti: clkctrl: add support for CLK_SET_RATE_PARENT flag # clk: imx51-imx53: Fix UART4/5 registration on i.MX50 and i.MX53 # clk: sunxi-ng: a31: Fix CLK_OUT_* clock ops # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < git log --format=%s --max-count=1 3215b9d57a2c75c4305a3956ca303d7004485200 # < make -s -j 120 ARCH=sh O=/kisskb/build/linus_se7705_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- se7705_defconfig # make -s -j 120 ARCH=sh O=/kisskb/build/linus_se7705_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] /kisskb/src/arch/sh/kernel/cpu/sh3/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh3/../../entry-common.S:389: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/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/rcu/srcutree.c: In function 'init_srcu_struct_fields': /kisskb/src/kernel/rcu/srcutree.c:127:33: warning: 'levelspread[]' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/rcu/srcutree.c:94:6: note: 'levelspread[]' was declared here /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/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 *' Kernel: arch/sh/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_se7705_defconfig_sh4 # Build took: 0:00:20.531148