# git rev-parse -q --verify 23a46422c56144939c091c76cf389aa863ce9c18^{commit} 23a46422c56144939c091c76cf389aa863ce9c18 already have revision, skipping fetch # git checkout -q -f -B kisskb 23a46422c56144939c091c76cf389aa863ce9c18 # git clean -qxdf # < git log -1 # commit 23a46422c56144939c091c76cf389aa863ce9c18 # Merge: a0f90c881570 fd20d9738395 # Author: Linus Torvalds # Date: Thu Jan 27 20:58:39 2022 +0200 # # Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from Jakub Kicinski: # "Including fixes from netfilter and can. # # Current release - new code bugs: # # - tcp: add a missing sk_defer_free_flush() in tcp_splice_read() # # - tcp: add a stub for sk_defer_free_flush(), fix CONFIG_INET=n # # - nf_tables: set last expression in register tracking area # # - nft_connlimit: fix memleak if nf_ct_netns_get() fails # # - mptcp: fix removing ids bitmap setting # # - bonding: use rcu_dereference_rtnl when getting active slave # # - fix three cases of sleep in atomic context in drivers: lan966x, gve # # - handful of build fixes for esoteric drivers after netdev->dev_addr # was made const # # Previous releases - regressions: # # - revert "ipv6: Honor all IPv6 PIO Valid Lifetime values", it broke # Linux compatibility with USGv6 tests # # - procfs: show net device bound packet types # # - ipv4: fix ip option filtering for locally generated fragments # # - phy: broadcom: hook up soft_reset for BCM54616S # # Previous releases - always broken: # # - ipv4: raw: lock the socket in raw_bind() # # - ipv4: decrease the use of shared IPID generator to decrease the # chance of attackers guessing the values # # - procfs: fix cross-netns information leakage in /proc/net/ptype # # - ethtool: fix link extended state for big endian # # - bridge: vlan: fix single net device option dumping # # - ping: fix the sk_bound_dev_if match in ping_lookup" # # * tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (86 commits) # net: bridge: vlan: fix memory leak in __allowed_ingress # net: socket: rename SKB_DROP_REASON_SOCKET_FILTER # ipv4: remove sparse error in ip_neigh_gw4() # ipv4: avoid using shared IP generator for connected sockets # ipv4: tcp: send zero IPID in SYNACK messages # ipv4: raw: lock the socket in raw_bind() # MAINTAINERS: add missing IPv4/IPv6 header paths # MAINTAINERS: add more files to eth PHY # net: stmmac: dwmac-sun8i: use return val of readl_poll_timeout() # net: bridge: vlan: fix single net device option dumping # net: stmmac: skip only stmmac_ptp_register when resume from suspend # net: stmmac: configure PTP clock source prior to PTP initialization # Revert "ipv6: Honor all IPv6 PIO Valid Lifetime values" # connector/cn_proc: Use task_is_in_init_pid_ns() # pid: Introduce helper task_is_in_init_pid_ns() # gve: Fix GFP flags when allocing pages # net: lan966x: Fix sleep in atomic context when updating MAC table # net: lan966x: Fix sleep in atomic context when injecting frames # ethernet: seeq/ether3: don't write directly to netdev->dev_addr # ethernet: 8390/etherh: don't write directly to netdev->dev_addr # ... # < /opt/cross/kisskb/korg/gcc-10.1.0-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-10.1.0-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 23a46422c56144939c091c76cf389aa863ce9c18 # < make -s -j 48 ARCH=sh O=/kisskb/build/linus_se7619_defconfig_sh4-gcc10 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-10.1.0-nolibc/sh4-linux/bin/sh4-linux- se7619_defconfig # < make -s -j 48 ARCH=sh O=/kisskb/build/linus_se7619_defconfig_sh4-gcc10 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-10.1.0-nolibc/sh4-linux/bin/sh4-linux- help # make -s -j 48 ARCH=sh O=/kisskb/build/linus_se7619_defconfig_sh4-gcc10 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-10.1.0-nolibc/sh4-linux/bin/sh4-linux- olddefconfig # make -s -j 48 ARCH=sh O=/kisskb/build/linus_se7619_defconfig_sh4-gcc10 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-10.1.0-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1517:2: warning: #warning syscall clone3 not implemented [-Wcpp] In file included from /kisskb/src/arch/sh/include/asm/hw_irq.h:6, from /kisskb/src/include/linux/irq.h:594, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/sh/include/asm/hardirq.h:9, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/serial_core.h:13, from /kisskb/src/include/linux/serial_sci.h:6, from /kisskb/src/arch/sh/kernel/cpu/sh2/setup-sh7619.c:11: /kisskb/src/include/linux/sh_intc.h:100:63: warning: division 'sizeof (void *) / sizeof (void)' does not compute the number of array elements [-Wsizeof-pointer-div] 100 | #define _INTC_ARRAY(a) a, __same_type(a, NULL) ? 0 : sizeof(a)/sizeof(*a) | ^ /kisskb/src/include/linux/sh_intc.h:105:24: note: in expansion of macro '_INTC_ARRAY' 105 | _INTC_ARRAY(vectors), _INTC_ARRAY(groups), \ | ^~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:124:8: note: in expansion of macro 'INTC_HW_DESC' 124 | .hw = INTC_HW_DESC(vectors, groups, mask_regs, \ | ^~~~~~~~~~~~ /kisskb/src/arch/sh/kernel/cpu/sh2/setup-sh7619.c:58:8: note: in expansion of macro 'DECLARE_INTC_DESC' 58 | static DECLARE_INTC_DESC(intc_desc, "sh7619", vectors, NULL, | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:100:63: warning: division 'sizeof (void *) / sizeof (void)' does not compute the number of array elements [-Wsizeof-pointer-div] 100 | #define _INTC_ARRAY(a) a, __same_type(a, NULL) ? 0 : sizeof(a)/sizeof(*a) | ^ /kisskb/src/include/linux/sh_intc.h:106:2: note: in expansion of macro '_INTC_ARRAY' 106 | _INTC_ARRAY(mask_regs), _INTC_ARRAY(prio_regs), \ | ^~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:124:8: note: in expansion of macro 'INTC_HW_DESC' 124 | .hw = INTC_HW_DESC(vectors, groups, mask_regs, \ | ^~~~~~~~~~~~ /kisskb/src/arch/sh/kernel/cpu/sh2/setup-sh7619.c:58:8: note: in expansion of macro 'DECLARE_INTC_DESC' 58 | static DECLARE_INTC_DESC(intc_desc, "sh7619", vectors, NULL, | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:100:63: warning: division 'sizeof (void *) / sizeof (void)' does not compute the number of array elements [-Wsizeof-pointer-div] 100 | #define _INTC_ARRAY(a) a, __same_type(a, NULL) ? 0 : sizeof(a)/sizeof(*a) | ^ /kisskb/src/include/linux/sh_intc.h:107:2: note: in expansion of macro '_INTC_ARRAY' 107 | _INTC_ARRAY(sense_regs), _INTC_ARRAY(ack_regs), \ | ^~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:124:8: note: in expansion of macro 'INTC_HW_DESC' 124 | .hw = INTC_HW_DESC(vectors, groups, mask_regs, \ | ^~~~~~~~~~~~ /kisskb/src/arch/sh/kernel/cpu/sh2/setup-sh7619.c:58:8: note: in expansion of macro 'DECLARE_INTC_DESC' 58 | static DECLARE_INTC_DESC(intc_desc, "sh7619", vectors, NULL, | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:100:63: warning: division 'sizeof (void *) / sizeof (void)' does not compute the number of array elements [-Wsizeof-pointer-div] 100 | #define _INTC_ARRAY(a) a, __same_type(a, NULL) ? 0 : sizeof(a)/sizeof(*a) | ^ /kisskb/src/include/linux/sh_intc.h:107:27: note: in expansion of macro '_INTC_ARRAY' 107 | _INTC_ARRAY(sense_regs), _INTC_ARRAY(ack_regs), \ | ^~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:124:8: note: in expansion of macro 'INTC_HW_DESC' 124 | .hw = INTC_HW_DESC(vectors, groups, mask_regs, \ | ^~~~~~~~~~~~ /kisskb/src/arch/sh/kernel/cpu/sh2/setup-sh7619.c:58:8: note: in expansion of macro 'DECLARE_INTC_DESC' 58 | static DECLARE_INTC_DESC(intc_desc, "sh7619", vectors, NULL, | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/serial/sh-sci.c: In function 'sci_remap_port': /kisskb/src/drivers/tty/serial/sh-sci.c:2651:19: warning: unused variable 'sport' [-Wunused-variable] 2651 | struct sci_port *sport = to_sci_port(port); | ^~~~~ Completed OK # rm -rf /kisskb/build/linus_se7619_defconfig_sh4-gcc10 # Build took: 0:00:28.275398