# git rev-parse -q --verify 8be636dd8a43d4b980c1590afb5a8f5306ac5d31^{commit} 8be636dd8a43d4b980c1590afb5a8f5306ac5d31 already have revision, skipping fetch # git checkout -q -f -B kisskb 8be636dd8a43d4b980c1590afb5a8f5306ac5d31 # git clean -qxdf # < git log -1 # commit 8be636dd8a43d4b980c1590afb5a8f5306ac5d31 # Merge: bec8b6e944a2 7901cd97963d # Author: Linus Torvalds # Date: Sat Nov 16 15:52:00 2019 -0800 # # Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from David Miller: # # 1) Fix memory leak in xfrm_state code, from Steffen Klassert. # # 2) Fix races between devlink reload operations and device # setup/cleanup, from Jiri Pirko. # # 3) Null deref in NFC code, from Stephan Gerhold. # # 4) Refcount fixes in SMC, from Ursula Braun. # # 5) Memory leak in slcan open error paths, from Jouni Hogander. # # 6) Fix ETS bandwidth validation in hns3, from Yonglong Liu. # # 7) Info leak on short USB request answers in ax88172a driver, from # Oliver Neukum. # # 8) Release mem region properly in ep93xx_eth, from Chuhong Yuan. # # 9) PTP config timestamp flags validation, from Richard Cochran. # # 10) Dangling pointers after SKB data realloc in seg6, from Andrea Mayer. # # 11) Missing free_netdev() in gemini driver, from Chuhong Yuan. # # * git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (56 commits) # ipmr: Fix skb headroom in ipmr_get_route(). # net: hns3: cleanup of stray struct hns3_link_mode_mapping # net/smc: fix fastopen for non-blocking connect() # rds: ib: update WR sizes when bringing up connection # net: gemini: add missed free_netdev # net: dsa: tag_8021q: Fix dsa_8021q_restore_pvid for an absent pvid # seg6: fix skb transport_header after decap_and_validate() # seg6: fix srh pointer in get_srh() # net: stmmac: Use the correct style for SPDX License Identifier # octeontx2-af: Use the correct style for SPDX License Identifier # ptp: Extend the test program to check the external time stamp flags. # mlx5: Reject requests to enable time stamping on both edges. # igb: Reject requests that fail to enable time stamping on both edges. # dp83640: Reject requests to enable time stamping on both edges. # mv88e6xxx: Reject requests to enable time stamping on both edges. # ptp: Introduce strict checking of external time stamp options. # renesas: reject unsupported external timestamp flags # mlx5: reject unsupported external timestamp flags # igb: reject unsupported external timestamp flags # dp83640: reject unsupported external timestamp flags # ... # < /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 8be636dd8a43d4b980c1590afb5a8f5306ac5d31 # < make -s -j 32 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 32 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/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:26, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/seqlock.h:36, from /kisskb/src/include/linux/time.h:6, from /kisskb/src/fs/nfs/read.c:11: /kisskb/src/fs/nfs/read.c: In function 'nfs_read_completion': /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/fs/nfs/read.c:196:5: note: in expansion of macro 'xchg' xchg(&nfs_req_openctx(req)->error, error); ^~~~ /kisskb/src/fs/nfs/read.c: In function 'nfs_readpage': /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/fs/nfs/read.c:352:2: note: in expansion of macro 'xchg' xchg(&ctx->error, 0); ^~~~ 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:26, 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); ^~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_a500_defconfig_parisc64 # Build took: 0:01:25.486359