# git rev-parse -q --verify 06821504fd47a5e5b641aeeb638a0ae10a216ef8^{commit} 06821504fd47a5e5b641aeeb638a0ae10a216ef8 already have revision, skipping fetch # git checkout -q -f -B kisskb 06821504fd47a5e5b641aeeb638a0ae10a216ef8 # git clean -qxdf # < git log -1 # commit 06821504fd47a5e5b641aeeb638a0ae10a216ef8 # Merge: 555df336c754 cfef46d692ef # Author: Linus Torvalds # Date: Mon Aug 19 10:00:01 2019 -0700 # # Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from David Miller: # # 1) Fix jmp to 1st instruction in x64 JIT, from Alexei Starovoitov. # # 2) Severl kTLS fixes in mlx5 driver, from Tariq Toukan. # # 3) Fix severe performance regression due to lack of SKB coalescing of # fragments during local delivery, from Guillaume Nault. # # 4) Error path memory leak in sch_taprio, from Ivan Khoronzhuk. # # 5) Fix batched events in skbedit packet action, from Roman Mashak. # # 6) Propagate VLAN TX offload to hw_enc_features in bond and team # drivers, from Yue Haibing. # # 7) RXRPC local endpoint refcounting fix and read after free in # rxrpc_queue_local(), from David Howells. # # 8) Fix endian bug in ibmveth multicast list handling, from Thomas # Falcon. # # 9) Oops, make nlmsg_parse() wrap around the correct function, # __nlmsg_parse not __nla_parse(). Fix from David Ahern. # # 10) Memleak in sctp_scend_reset_streams(), fro Zheng Bin. # # 11) Fix memory leak in cxgb4, from Wenwen Wang. # # 12) Yet another race in AF_PACKET, from Eric Dumazet. # # 13) Fix false detection of retransmit failures in tipc, from Tuong # Lien. # # 14) Use after free in ravb_tstamp_skb, from Tho Vu. # # * git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (101 commits) # ravb: Fix use-after-free ravb_tstamp_skb # netfilter: nf_tables: map basechain priority to hardware priority # net: sched: use major priority number as hardware priority # wimax/i2400m: fix a memory leak bug # net: cavium: fix driver name # ibmvnic: Unmap DMA address of TX descriptor buffers after use # bnxt_en: Fix to include flow direction in L2 key # bnxt_en: Use correct src_fid to determine direction of the flow # bnxt_en: Suppress HWRM errors for HWRM_NVM_GET_VARIABLE command # bnxt_en: Fix handling FRAG_ERR when NVM_INSTALL_UPDATE cmd fails # bnxt_en: Improve RX doorbell sequence. # bnxt_en: Fix VNIC clearing logic for 57500 chips. # net: kalmia: fix memory leaks # cx82310_eth: fix a memory leak bug # bnx2x: Fix VF's VLAN reconfiguration in reload. # Bluetooth: Add debug setting for changing minimum encryption key size # tipc: fix false detection of retransmit failures # lan78xx: Fix memory leaks # MAINTAINERS: r8169: Update path to the driver # MAINTAINERS: PHY LIBRARY: Update files in the record # ... # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/hppa64-linux/bin/hppa64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/hppa64-linux/bin/hppa64-linux-ld --version # < git log --format=%s --max-count=1 06821504fd47a5e5b641aeeb638a0ae10a216ef8 # < make -s -j 80 ARCH=parisc O=/kisskb/build/linus_a500_defconfig_parisc64 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/hppa64-linux/bin/hppa64-linux- a500_defconfig # make -s -j 80 ARCH=parisc O=/kisskb/build/linus_a500_defconfig_parisc64 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/hppa64-linux/bin/hppa64-linux- In file included from /kisskb/src/include/asm-generic/4level-fixup.h:38, from /kisskb/src/arch/parisc/include/asm/pgtable.h:5, from /kisskb/src/arch/parisc/include/asm/io.h:6, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/lib/iomap_copy.c:7: /kisskb/src/include/asm-generic/5level-fixup.h:14:18: error: unknown type name 'pgd_t'; did you mean 'pid_t'? #define p4d_t pgd_t ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:24:28: note: in expansion of macro 'p4d_t' static inline int p4d_none(p4d_t p4d) ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:14:18: error: unknown type name 'pgd_t'; did you mean 'pid_t'? #define p4d_t pgd_t ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:29:27: note: in expansion of macro 'p4d_t' static inline int p4d_bad(p4d_t p4d) ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:14:18: error: unknown type name 'pgd_t'; did you mean 'pid_t'? #define p4d_t pgd_t ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:34:31: note: in expansion of macro 'p4d_t' static inline int p4d_present(p4d_t p4d) ^~~~~ In file included from /kisskb/src/arch/parisc/include/asm/pgtable.h:583, from /kisskb/src/arch/parisc/include/asm/io.h:6, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/lib/iomap_copy.c:7: /kisskb/src/include/asm-generic/pgtable.h: In function 'p4d_none_or_clear_bad': /kisskb/src/include/asm-generic/pgtable.h:578:6: error: implicit declaration of function 'p4d_none'; did you mean 'pud_none'? [-Werror=implicit-function-declaration] if (p4d_none(*p4d)) ^~~~~~~~ pud_none In file included from /kisskb/src/include/linux/init.h:5, from /kisskb/src/include/linux/io.h:10, from /kisskb/src/lib/iomap_copy.c:7: /kisskb/src/include/asm-generic/pgtable.h:580:15: error: implicit declaration of function 'p4d_bad'; did you mean 'pud_bad'? [-Werror=implicit-function-declaration] if (unlikely(p4d_bad(*p4d))) { ^~~~~~~ /kisskb/src/include/linux/compiler.h:78:42: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect(!!(x), 0) ^ cc1: some warnings being treated as errors make[2]: *** [/kisskb/src/scripts/Makefile.build:280: lib/iomap_copy.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1083: lib] Error 2 make[1]: *** Waiting for unfinished jobs.... In file included from /kisskb/src/include/asm-generic/4level-fixup.h:38, from /kisskb/src/arch/parisc/include/asm/pgtable.h:5, from /kisskb/src/arch/parisc/include/asm/io.h:6, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/tty/serial/earlycon.c:16: /kisskb/src/include/asm-generic/5level-fixup.h:14:18: error: unknown type name 'pgd_t'; did you mean 'pid_t'? #define p4d_t pgd_t ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:24:28: note: in expansion of macro 'p4d_t' static inline int p4d_none(p4d_t p4d) ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:14:18: error: unknown type name 'pgd_t'; did you mean 'pid_t'? #define p4d_t pgd_t ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:29:27: note: in expansion of macro 'p4d_t' static inline int p4d_bad(p4d_t p4d) ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:14:18: error: unknown type name 'pgd_t'; did you mean 'pid_t'? #define p4d_t pgd_t ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:34:31: note: in expansion of macro 'p4d_t' static inline int p4d_present(p4d_t p4d) ^~~~~ In file included from /kisskb/src/arch/parisc/include/asm/pgtable.h:583, from /kisskb/src/arch/parisc/include/asm/io.h:6, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/tty/serial/earlycon.c:16: /kisskb/src/include/asm-generic/pgtable.h: In function 'p4d_none_or_clear_bad': /kisskb/src/include/asm-generic/pgtable.h:578:6: error: implicit declaration of function 'p4d_none'; did you mean 'pud_none'? [-Werror=implicit-function-declaration] if (p4d_none(*p4d)) ^~~~~~~~ pud_none In file included from /kisskb/src/include/asm-generic/barrier.h:16, from /kisskb/src/arch/parisc/include/asm/barrier.h:29, from /kisskb/src/arch/parisc/include/asm/atomic.h:11, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/console.h:17, from /kisskb/src/drivers/tty/serial/earlycon.c:13: /kisskb/src/include/asm-generic/pgtable.h:580:15: error: implicit declaration of function 'p4d_bad'; did you mean 'pud_bad'? [-Werror=implicit-function-declaration] if (unlikely(p4d_bad(*p4d))) { ^~~~~~~ /kisskb/src/include/linux/compiler.h:78:42: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect(!!(x), 0) ^ cc1: some warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:281: drivers/tty/serial/earlycon.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:497: drivers/tty/serial] Error 2 make[3]: *** Waiting for unfinished jobs.... In file included from /kisskb/src/arch/parisc/include/asm/atomic.h:10, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/arch/parisc/include/asm/bitops.h:13, from /kisskb/src/include/linux/bitops.h:19, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:9, from /kisskb/src/drivers/scsi/scsi_debug.c:18: /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_start_stop': /kisskb/src/arch/parisc/include/asm/cmpxchg.h:48:3: warning: value computed is not used [-Wunused-value] ((__typeof__(*(ptr)))__xchg((unsigned long)(x), (ptr), sizeof(*(ptr)))) /kisskb/src/arch/parisc/include/asm/atomic.h:78:30: note: in expansion of macro 'xchg' #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) ^~~~ /kisskb/src/drivers/scsi/scsi_debug.c:1618:2: note: in expansion of macro 'atomic_xchg' atomic_xchg(&devip->stopped, stop); ^~~~~~~~~~~ make[2]: *** [/kisskb/src/scripts/Makefile.build:497: drivers/tty] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1083: drivers] Error 2 make: *** [Makefile:179: sub-make] Error 2 Command 'make -s -j 80 ARCH=parisc O=/kisskb/build/linus_a500_defconfig_parisc64 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/hppa64-linux/bin/hppa64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_a500_defconfig_parisc64 # Build took: 0:01:06.591344