# git rev-parse -q --verify c4f4d2f917729e9b7b8bb452bf4971be93e7a15f^{commit} c4f4d2f917729e9b7b8bb452bf4971be93e7a15f already have revision, skipping fetch # git checkout -q -f -B kisskb c4f4d2f917729e9b7b8bb452bf4971be93e7a15f # git clean -qxdf # < git log -1 # commit c4f4d2f917729e9b7b8bb452bf4971be93e7a15f # Merge: 9ce2078 5dcd840 # Author: Linus Torvalds # Date: Thu Mar 22 14:10:29 2018 -0700 # # Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net # # Pull networking fixes from David Miller: # # 1) Always validate XFRM esn replay attribute, from Florian Westphal. # # 2) Fix RCU read lock imbalance in xfrm_get_tos(), from Xin Long. # # 3) Don't try to get firmware dump if not loaded in iwlwifi, from Shaul # Triebitz. # # 4) Fix BPF helpers to deal with SCTP GSO SKBs properly, from Daniel # Axtens. # # 5) Fix some interrupt handling issues in e1000e driver, from Benjamin # Poitier. # # 6) Use strlcpy() in several ethtool get_strings methods, from Florian # Fainelli. # # 7) Fix rhlist dup insertion, from Paul Blakey. # # 8) Fix SKB leak in netem packet scheduler, from Alexey Kodanev. # # 9) Fix driver unload crash when link is up in smsc911x, from Jeremy # Linton. # # 10) Purge out invalid socket types in l2tp_tunnel_create(), from Eric # Dumazet. # # 11) Need to purge the write queue when TCP connections are aborted, # otherwise userspace using MSG_ZEROCOPY can't close the fd. From # Soheil Hassas Yeganeh. # # 12) Fix double free in error path of team driver, from Arkadi # Sharshevsky. # # 13) Filter fixes for hv_netvsc driver, from Stephen Hemminger. # # 14) Fix non-linear packet access in ipv6 ndisc code, from Lorenzo # Bianconi. # # 15) Properly filter out unsupported feature flags in macvlan driver, # from Shannon Nelson. # # 16) Don't request loading the diag module for a protocol if the protocol # itself is not even registered. From Xin Long. # # 17) If datagram connect fails in ipv6, make sure the socket state is # consistent afterwards. From Paolo Abeni. # # 18) Use after free in qed driver, from Dan Carpenter. # # 19) If received ipv4 PMTU is less than the min pmtu, lock the mtu in the # entry. From Sabrina Dubroca. # # 20) Fix sleep in atomic in tg3 driver, from Jonathan Toppins. # # 21) Fix vlan in vlan untagging in some situations, from Toshiaki Makita. # # 22) Fix double SKB free in genlmsg_mcast(). From Nicolas Dichtel. # # 23) Fix NULL derefs in error paths of tcf_*_init(), from Davide Caratti. # # 24) Unbalanced PM runtime calls in FEC driver, from Florian Fainelli. # # 25) Memory leak in gemini driver, from Igor Pylypiv. # # 26) IDR leaks in error paths of tcf_*_init() functions, from Davide # Caratti. # # 27) Need to use GFP_ATOMIC in seg6_build_state(), from David Lebrun. # # 28) Missing dev_put() in error path of macsec_newlink(), from Dan # Carpenter. # # * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: (201 commits) # macsec: missing dev_put() on error in macsec_newlink() # net: dsa: Fix functional dsa-loop dependency on FIXED_PHY # hv_netvsc: common detach logic # hv_netvsc: change GPAD teardown order on older versions # hv_netvsc: use RCU to fix concurrent rx and queue changes # hv_netvsc: disable NAPI before channel close # net/ipv6: Handle onlink flag with multipath routes # ppp: avoid loop in xmit recursion detection code # ipv6: sr: fix NULL pointer dereference when setting encap source address # ipv6: sr: fix scheduling in RCU when creating seg6 lwtunnel state # net: aquantia: driver version bump # net: aquantia: Implement pci shutdown callback # net: aquantia: Allow live mac address changes # net: aquantia: Add tx clean budget and valid budget handling logic # net: aquantia: Change inefficient wait loop on fw data reads # net: aquantia: Fix a regression with reset on old firmware # net: aquantia: Fix hardware reset when SPI may rarely hangup # s390/qeth: on channel error, reject further cmd requests # s390/qeth: lock read device while queueing next buffer # s390/qeth: when thread completes, wake up all waiters # ... # < /opt/cross/kisskb/gcc-4.6.3-nolibc/m32r-linux/bin/m32r-linux-gcc --version # < git log --format=%s --max-count=1 c4f4d2f917729e9b7b8bb452bf4971be93e7a15f # < make -s -j 8 ARCH=m32r O=/kisskb/build/linus_m32700ut.smp_defconfig_m32r CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/m32r-linux/bin/m32r-linux- m32700ut.smp_defconfig # make -s -j 8 ARCH=m32r O=/kisskb/build/linus_m32700ut.smp_defconfig_m32r CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/m32r-linux/bin/m32r-linux- :1143:2: warning: #warning syscall timerfd_create not implemented [-Wcpp] :1152:2: warning: #warning syscall timerfd_settime not implemented [-Wcpp] :1155:2: warning: #warning syscall timerfd_gettime not implemented [-Wcpp] :1158:2: warning: #warning syscall signalfd4 not implemented [-Wcpp] :1161:2: warning: #warning syscall eventfd2 not implemented [-Wcpp] :1164:2: warning: #warning syscall epoll_create1 not implemented [-Wcpp] :1167:2: warning: #warning syscall dup3 not implemented [-Wcpp] :1170:2: warning: #warning syscall pipe2 not implemented [-Wcpp] :1173:2: warning: #warning syscall inotify_init1 not implemented [-Wcpp] :1176:2: warning: #warning syscall preadv not implemented [-Wcpp] :1179:2: warning: #warning syscall pwritev not implemented [-Wcpp] :1182:2: warning: #warning syscall rt_tgsigqueueinfo not implemented [-Wcpp] :1185:2: warning: #warning syscall perf_event_open not implemented [-Wcpp] :1188:2: warning: #warning syscall recvmmsg not implemented [-Wcpp] :1191:2: warning: #warning syscall fanotify_init not implemented [-Wcpp] :1194:2: warning: #warning syscall fanotify_mark not implemented [-Wcpp] :1197:2: warning: #warning syscall prlimit64 not implemented [-Wcpp] :1200:2: warning: #warning syscall name_to_handle_at not implemented [-Wcpp] :1203:2: warning: #warning syscall open_by_handle_at not implemented [-Wcpp] :1206:2: warning: #warning syscall clock_adjtime not implemented [-Wcpp] :1209:2: warning: #warning syscall syncfs not implemented [-Wcpp] :1212:2: warning: #warning syscall sendmmsg not implemented [-Wcpp] :1218:2: warning: #warning syscall process_vm_readv not implemented [-Wcpp] :1221:2: warning: #warning syscall process_vm_writev not implemented [-Wcpp] :1224:2: warning: #warning syscall kcmp not implemented [-Wcpp] :1227:2: warning: #warning syscall finit_module not implemented [-Wcpp] :1230:2: warning: #warning syscall sched_setattr not implemented [-Wcpp] :1233:2: warning: #warning syscall sched_getattr not implemented [-Wcpp] :1236:2: warning: #warning syscall renameat2 not implemented [-Wcpp] :1239:2: warning: #warning syscall seccomp not implemented [-Wcpp] :1242:2: warning: #warning syscall getrandom not implemented [-Wcpp] :1245:2: warning: #warning syscall memfd_create not implemented [-Wcpp] :1248:2: warning: #warning syscall bpf not implemented [-Wcpp] :1251:2: warning: #warning syscall execveat not implemented [-Wcpp] :1254:2: warning: #warning syscall socket not implemented [-Wcpp] :1257:2: warning: #warning syscall socketpair not implemented [-Wcpp] :1260:2: warning: #warning syscall bind not implemented [-Wcpp] :1263:2: warning: #warning syscall connect not implemented [-Wcpp] :1266:2: warning: #warning syscall listen not implemented [-Wcpp] :1269:2: warning: #warning syscall accept4 not implemented [-Wcpp] :1272:2: warning: #warning syscall getsockopt not implemented [-Wcpp] :1275:2: warning: #warning syscall setsockopt not implemented [-Wcpp] :1278:2: warning: #warning syscall getsockname not implemented [-Wcpp] :1281:2: warning: #warning syscall getpeername not implemented [-Wcpp] :1284:2: warning: #warning syscall sendto not implemented [-Wcpp] :1287:2: warning: #warning syscall sendmsg not implemented [-Wcpp] :1290:2: warning: #warning syscall recvfrom not implemented [-Wcpp] :1293:2: warning: #warning syscall recvmsg not implemented [-Wcpp] :1296:2: warning: #warning syscall shutdown not implemented [-Wcpp] :1299:2: warning: #warning syscall userfaultfd not implemented [-Wcpp] :1302:2: warning: #warning syscall membarrier not implemented [-Wcpp] :1305:2: warning: #warning syscall mlock2 not implemented [-Wcpp] :1308:2: warning: #warning syscall copy_file_range not implemented [-Wcpp] :1311:2: warning: #warning syscall preadv2 not implemented [-Wcpp] :1314:2: warning: #warning syscall pwritev2 not implemented [-Wcpp] :1317:2: warning: #warning syscall pkey_mprotect not implemented [-Wcpp] :1320:2: warning: #warning syscall pkey_alloc not implemented [-Wcpp] :1323:2: warning: #warning syscall pkey_free not implemented [-Wcpp] :1326:2: warning: #warning syscall statx not implemented [-Wcpp] /kisskb/src/mm/percpu.c: In function 'pcpu_embed_first_chunk': /kisskb/src/mm/percpu.c:2483:3: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'unsigned int' [-Wformat] /kisskb/src/mm/pgtable-generic.c: In function 'ptep_clear_flush': /kisskb/src/mm/pgtable-generic.c:83:20: warning: unused variable 'mm' [-Wunused-variable] /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:183:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/rcu/srcutree.c: In function 'init_srcu_struct_fields': /kisskb/src/kernel/rcu/srcutree.c:146:32: warning: 'levelspread[]' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/rcu/srcutree.c:94:6: note: 'levelspread[]' was declared here Kernel: arch/m32r/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_m32700ut.smp_defconfig_m32r # Build took: 0:00:41.843196