# git rev-parse -q --verify cd8dead0c39457e58ec1d36db93aedca811d48f1^{commit} cd8dead0c39457e58ec1d36db93aedca811d48f1 already have revision, skipping fetch # git checkout -q -f -B kisskb cd8dead0c39457e58ec1d36db93aedca811d48f1 # git clean -qxdf # < git log -1 # commit cd8dead0c39457e58ec1d36db93aedca811d48f1 # Merge: 11bfe6473bf2 20ff83f10f11 # Author: Linus Torvalds # Date: Wed Apr 24 16:18:59 2019 -0700 # # Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net # # Pull networking fixes from David Miller: # "Just the usual assortment of small'ish fixes: # # 1) Conntrack timeout is sometimes not initialized properly, from # Alexander Potapenko. # # 2) Add a reasonable range limit to tcp_min_rtt_wlen to avoid # undefined behavior. From ZhangXiaoxu. # # 3) des1 field of descriptor in stmmac driver is initialized with the # wrong variable. From Yue Haibing. # # 4) Increase mlxsw pci sw reset timeout a little bit more, from Ido # Schimmel. # # 5) Match IOT2000 stmmac devices more accurately, from Su Bao Cheng. # # 6) Fallback refcount fix in TLS code, from Jakub Kicinski. # # 7) Fix max MTU check when using XDP in mlx5, from Maxim Mikityanskiy. # # 8) Fix recursive locking in team driver, from Hangbin Liu. # # 9) Fix tls_set_device_offload_Rx() deadlock, from Jakub Kicinski. # # 10) Don't use napi_alloc_frag() outside of softiq context of socionext # driver, from Ilias Apalodimas. # # 11) MAC address increment overflow in ncsi, from Tao Ren. # # 12) Fix a regression in 8K/1M pool switching of RDS, from Zhu Yanjun. # # 13) ipv4_link_failure has to validate the headers that are actually # there because RAW sockets can pass in arbitrary garbage, from Eric # Dumazet" # # * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: (43 commits) # ipv4: add sanity checks in ipv4_link_failure() # net/rose: fix unbound loop in rose_loopback_timer() # rxrpc: fix race condition in rxrpc_input_packet() # net: rds: exchange of 8K and 1M pool # net: vrf: Fix operation not supported when set vrf mac # net/ncsi: handle overflow when incrementing mac address # net: socionext: replace napi_alloc_frag with the netdev variant on init # net: atheros: fix spelling mistake "underun" -> "underrun" # spi: ST ST95HF NFC: declare missing of table # spi: Micrel eth switch: declare missing of table # net: stmmac: move stmmac_check_ether_addr() to driver probe # netfilter: fix nf_l4proto_log_invalid to log invalid packets # netfilter: never get/set skb->tstamp # netfilter: ebtables: CONFIG_COMPAT: drop a bogus WARN_ON # Documentation: decnet: remove reference to CONFIG_DECNET_ROUTE_FWMARK # dt-bindings: add an explanation for internal phy-mode # net/tls: don't leak IV and record seq when offload fails # net/tls: avoid potential deadlock in tls_set_device_offload_rx() # selftests/net: correct the return value for run_afpackettests # team: fix possible recursive locking when add slaves # ... # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-ld --version # < git log --format=%s --max-count=1 cd8dead0c39457e58ec1d36db93aedca811d48f1 # < make -s -j 10 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- mpc85xx_defconfig # make -s -j 10 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:187:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/mm/hugetlb.c: In function 'alloc_pool_huge_page': /kisskb/src/mm/hugetlb.c:1435:5: warning: 'page' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/soc/codecs/wm8960.c: In function 'wm8960_configure_clocking': /kisskb/src/sound/soc/codecs/wm8960.c:803:70: warning: 'j' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/soc/codecs/wm8960.c:800:68: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2594:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_raw_write': /kisskb/src/drivers/base/regmap/regmap.c:1855:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_generic_scl_recovery': /kisskb/src/drivers/i2c/i2c-core-base.c:235:5: warning: 'ret' 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:337:21: note: 'pdeo' was declared here /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c: In function 'allocate_bd': /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:139:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] /kisskb/src/fs/udf/unicode.c: In function 'udf_name_conv_char': /kisskb/src/fs/udf/unicode.c:132:8: warning: 'c' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c: In function 'univ8250_release_irq': /kisskb/src/drivers/tty/serial/8250/8250_core.c:247:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c:227:19: note: 'i' was declared here /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8541cds.dts:334.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8555cds.dts:334.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) INFO: Uncompressed kernel (size 0xbc9020) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbc9020) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbc9020) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbc9020) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbc9020) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbc9020) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbc9020) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbc9020) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbc9020) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbb8858) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) Image Name: Linux-5.1.0-rc6-gcd8dead0c394 Created: Thu Apr 25 10:15:38 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5717109 Bytes = 5583.11 KiB = 5.45 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.1.0-rc6-gcd8dead0c394 Created: Thu Apr 25 10:15:38 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5717110 Bytes = 5583.12 KiB = 5.45 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.1.0-rc6-gcd8dead0c394 Created: Thu Apr 25 10:15:38 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5717126 Bytes = 5583.13 KiB = 5.45 MiB Load Address: 00c00000 Entry Point: 00c002e8 Image Name: Linux-5.1.0-rc6-gcd8dead0c394 Created: Thu Apr 25 10:15:38 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5686686 Bytes = 5553.40 KiB = 5.42 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.1.0-rc6-gcd8dead0c394 Created: Thu Apr 25 10:15:38 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5719058 Bytes = 5585.02 KiB = 5.45 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.1.0-rc6-gcd8dead0c394 Created: Thu Apr 25 10:15:38 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5716979 Bytes = 5582.99 KiB = 5.45 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.1.0-rc6-gcd8dead0c394 Created: Thu Apr 25 10:15:38 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5716747 Bytes = 5582.76 KiB = 5.45 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.1.0-rc6-gcd8dead0c394 Created: Thu Apr 25 10:15:38 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5718496 Bytes = 5584.47 KiB = 5.45 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.1.0-rc6-gcd8dead0c394 Created: Thu Apr 25 10:15:38 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5718871 Bytes = 5584.83 KiB = 5.45 MiB Load Address: 00c00000 Entry Point: 00c002a8 INFO: Uncompressed kernel (size 0xbc9020) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbc9020) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbc9020) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbc9020) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) Image Name: Linux-5.1.0-rc6-gcd8dead0c394 Created: Thu Apr 25 10:15:38 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5719131 Bytes = 5585.09 KiB = 5.45 MiB Load Address: 00c00000 Entry Point: 00c002a8 INFO: Uncompressed kernel (size 0xbc9020) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbc9020) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) Image Name: Linux-5.1.0-rc6-gcd8dead0c394 Created: Thu Apr 25 10:15:40 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5716751 Bytes = 5582.76 KiB = 5.45 MiB Load Address: 00c00000 Entry Point: 00c002e8 Image Name: Linux-5.1.0-rc6-gcd8dead0c394 Created: Thu Apr 25 10:15:40 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5717151 Bytes = 5583.16 KiB = 5.45 MiB Load Address: 00c00000 Entry Point: 00c002e8 Image Name: Linux-5.1.0-rc6-gcd8dead0c394 Created: Thu Apr 25 10:15:40 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5717158 Bytes = 5583.16 KiB = 5.45 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.1.0-rc6-gcd8dead0c394 Created: Thu Apr 25 10:15:40 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5717223 Bytes = 5583.23 KiB = 5.45 MiB Load Address: 00c00000 Entry Point: 00c002a8 Image Name: Linux-5.1.0-rc6-gcd8dead0c394 Created: Thu Apr 25 10:15:40 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5716973 Bytes = 5582.98 KiB = 5.45 MiB Load Address: 00c00000 Entry Point: 00c002e8 Image Name: Linux-5.1.0-rc6-gcd8dead0c394 Created: Thu Apr 25 10:15:40 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5716749 Bytes = 5582.76 KiB = 5.45 MiB Load Address: 00c00000 Entry Point: 00c002e8 Completed OK # rm -rf /kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.6 # Build took: 0:01:57.358164