# git rev-parse -q --verify 08ad43d554bacb9769c6a69d5f771f02f5ba411c^{commit} 08ad43d554bacb9769c6a69d5f771f02f5ba411c already have revision, skipping fetch # git checkout -q -f -B kisskb 08ad43d554bacb9769c6a69d5f771f02f5ba411c # git clean -qxdf # < git log -1 # commit 08ad43d554bacb9769c6a69d5f771f02f5ba411c # Merge: cd89db60e228 661e5ebbafd2 # Author: Linus Torvalds # Date: Thu Nov 24 11:19:20 2022 -0800 # # Merge tag 'net-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from Paolo Abeni: # "Including fixes from rxrpc, netfilter and xfrm. # # Current release - regressions: # # - dccp/tcp: fix bhash2 issues related to WARN_ON() in # inet_csk_get_port() # # - l2tp: don't sleep and disable BH under writer-side sk_callback_lock # # - eth: ice: fix handling of burst tx timestamps # # Current release - new code bugs: # # - xfrm: squelch kernel warning in case XFRM encap type is not # available # # - eth: mlx5e: fix possible race condition in macsec extended packet # number update routine # # Previous releases - regressions: # # - neigh: decrement the family specific qlen # # - netfilter: fix ipset regression # # - rxrpc: fix race between conn bundle lookup and bundle removal # [ZDI-CAN-15975] # # - eth: iavf: do not restart tx queues after reset task failure # # - eth: nfp: add port from netdev validation for EEPROM access # # - eth: mtk_eth_soc: fix potential memory leak in mtk_rx_alloc() # # Previous releases - always broken: # # - tipc: set con sock in tipc_conn_alloc # # - nfc: # - fix potential memory leaks # - fix incorrect sizing calculations in EVT_TRANSACTION # # - eth: octeontx2-af: fix pci device refcount leak # # - eth: bonding: fix ICMPv6 header handling when receiving IPv6 # messages # # - eth: prestera: add missing unregister_netdev() in # prestera_port_create() # # - eth: tsnep: fix rotten packets # # Misc: # # - usb: qmi_wwan: add support for LARA-L6" # # * tag 'net-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (95 commits) # net: thunderx: Fix the ACPI memory leak # octeontx2-af: Fix reference count issue in rvu_sdp_init() # net: altera_tse: release phylink resources in tse_shutdown() # virtio_net: Fix probe failed when modprobe virtio_net # net: wwan: t7xx: Fix the ACPI memory leak # octeontx2-pf: Add check for devm_kcalloc # net: enetc: preserve TX ring priority across reconfiguration # net: marvell: prestera: add missing unregister_netdev() in prestera_port_create() # nfc: st-nci: fix incorrect sizing calculations in EVT_TRANSACTION # nfc: st-nci: fix memory leaks in EVT_TRANSACTION # nfc: st-nci: fix incorrect validating logic in EVT_TRANSACTION # Documentation: networking: Update generic_netlink_howto URL # net/cdc_ncm: Fix multicast RX support for CDC NCM devices with ZLP # net: usb: qmi_wwan: add u-blox 0x1342 composition # l2tp: Don't sleep and disable BH under writer-side sk_callback_lock # net: dm9051: Fix missing dev_kfree_skb() in dm9051_loop_rx() # arcnet: fix potential memory leak in com20020_probe() # ipv4: Fix error return code in fib_table_insert() # net: ethernet: mtk_eth_soc: fix memory leak in error path # net: ethernet: mtk_eth_soc: fix resource leak in error path # ... # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 08ad43d554bacb9769c6a69d5f771f02f5ba411c # < make -s -j 160 ARCH=sh O=/kisskb/build/linus_sh-allnoconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/sh4-linux/bin/sh4-linux- allnoconfig # < make -s -j 160 ARCH=sh O=/kisskb/build/linus_sh-allnoconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/sh4-linux/bin/sh4-linux- help # make -s -j 160 ARCH=sh O=/kisskb/build/linus_sh-allnoconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/sh4-linux/bin/sh4-linux- olddefconfig # make -s -j 160 ARCH=sh O=/kisskb/build/linus_sh-allnoconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.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:596, 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:31: note: in expansion of macro '_INTC_ARRAY' 105 | _INTC_ARRAY(vectors), _INTC_ARRAY(groups), \ | ^~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:124:15: 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:9: note: in expansion of macro '_INTC_ARRAY' 106 | _INTC_ARRAY(mask_regs), _INTC_ARRAY(prio_regs), \ | ^~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:124:15: 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:9: note: in expansion of macro '_INTC_ARRAY' 107 | _INTC_ARRAY(sense_regs), _INTC_ARRAY(ack_regs), \ | ^~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:124:15: 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:34: note: in expansion of macro '_INTC_ARRAY' 107 | _INTC_ARRAY(sense_regs), _INTC_ARRAY(ack_regs), \ | ^~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:124:15: 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, | ^~~~~~~~~~~~~~~~~ Kernel: arch/sh/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_sh-allnoconfig_sh4-gcc11 # Build took: 0:00:51.657263