# git rev-parse -q --verify 1c8c5a9d38f607c0b6fd12c91cbe1a4418762a21^{commit} 1c8c5a9d38f607c0b6fd12c91cbe1a4418762a21 already have revision, skipping fetch # git checkout -q -f -B kisskb 1c8c5a9d38f607c0b6fd12c91cbe1a4418762a21 # git clean -qxdf # < git log -1 # commit 1c8c5a9d38f607c0b6fd12c91cbe1a4418762a21 # Merge: 2857676 7170e60 # Author: Linus Torvalds # Date: Wed Jun 6 18:39:49 2018 -0700 # # Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next # # Pull networking updates from David Miller: # # 1) Add Maglev hashing scheduler to IPVS, from Inju Song. # # 2) Lots of new TC subsystem tests from Roman Mashak. # # 3) Add TCP zero copy receive and fix delayed acks and autotuning with # SO_RCVLOWAT, from Eric Dumazet. # # 4) Add XDP_REDIRECT support to mlx5 driver, from Jesper Dangaard # Brouer. # # 5) Add ttl inherit support to vxlan, from Hangbin Liu. # # 6) Properly separate ipv6 routes into their logically independant # components. fib6_info for the routing table, and fib6_nh for sets of # nexthops, which thus can be shared. From David Ahern. # # 7) Add bpf_xdp_adjust_tail helper, which can be used to generate ICMP # messages from XDP programs. From Nikita V. Shirokov. # # 8) Lots of long overdue cleanups to the r8169 driver, from Heiner # Kallweit. # # 9) Add BTF ("BPF Type Format"), from Martin KaFai Lau. # # 10) Add traffic condition monitoring to iwlwifi, from Luca Coelho. # # 11) Plumb extack down into fib_rules, from Roopa Prabhu. # # 12) Add Flower classifier offload support to igb, from Vinicius Costa # Gomes. # # 13) Add UDP GSO support, from Willem de Bruijn. # # 14) Add documentation for eBPF helpers, from Quentin Monnet. # # 15) Add TLS tx offload to mlx5, from Ilya Lesokhin. # # 16) Allow applications to be given the number of bytes available to read # on a socket via a control message returned from recvmsg(), from # Soheil Hassas Yeganeh. # # 17) Add x86_32 eBPF JIT compiler, from Wang YanQing. # # 18) Add AF_XDP sockets, with zerocopy support infrastructure as well. # From Björn Töpel. # # 19) Remove indirect load support from all of the BPF JITs and handle # these operations in the verifier by translating them into native BPF # instead. From Daniel Borkmann. # # 20) Add GRO support to ipv6 gre tunnels, from Eran Ben Elisha. # # 21) Allow XDP programs to do lookups in the main kernel routing tables # for forwarding. From David Ahern. # # 22) Allow drivers to store hardware state into an ELF section of kernel # dump vmcore files, and use it in cxgb4. From Rahul Lakkireddy. # # 23) Various RACK and loss detection improvements in TCP, from Yuchung # Cheng. # # 24) Add TCP SACK compression, from Eric Dumazet. # # 25) Add User Mode Helper support and basic bpfilter infrastructure, from # Alexei Starovoitov. # # 26) Support ports and protocol values in RTM_GETROUTE, from Roopa # Prabhu. # # 27) Support bulking in ->ndo_xdp_xmit() API, from Jesper Dangaard # Brouer. # # 28) Add lots of forwarding selftests, from Petr Machata. # # 29) Add generic network device failover driver, from Sridhar Samudrala. # # * ra.kernel.org:/pub/scm/linux/kernel/git/davem/net-next: (1959 commits) # strparser: Add __strp_unpause and use it in ktls. # rxrpc: Fix terminal retransmission connection ID to include the channel # net: hns3: Optimize PF CMDQ interrupt switching process # net: hns3: Fix for VF mailbox receiving unknown message # net: hns3: Fix for VF mailbox cannot receiving PF response # bnx2x: use the right constant # Revert "net: sched: cls: Fix offloading when ingress dev is vxlan" # net: dsa: b53: Fix for brcm tag issue in Cygnus SoC # enic: fix UDP rss bits # netdev-FAQ: clarify DaveM's position for stable backports # rtnetlink: validate attributes in do_setlink() # mlxsw: Add extack messages for port_{un, }split failures # netdevsim: Add extack error message for devlink reload # devlink: Add extack to reload and port_{un, }split operations # net: metrics: add proper netlink validation # ipmr: fix error path when ipmr_new_table fails # ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeeds # net: hns3: remove unused hclgevf_cfg_func_mta_filter # netfilter: provide udp*_lib_lookup for nf_tproxy # qed*: Utilize FW 8.37.2.0 # ... # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-gcc --version # < git log --format=%s --max-count=1 1c8c5a9d38f607c0b6fd12c91cbe1a4418762a21 # < make -s -j 10 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 allyesconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_KCOV=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # Added to kconfig CONFIG_GCC_PLUGIN_STRUCTLEAK=n # Added to kconfig CONFIG_GCC_PLUGIN_RANDSTRUCT=n # Added to kconfig CONFIG_UML_NET=n # Added to kconfig CONFIG_UML_NET_ETHERTAP=n # Added to kconfig CONFIG_UML_NET_TUNTAP=n # Added to kconfig CONFIG_UML_NET_SLIP=n # Added to kconfig CONFIG_UML_NET_DAEMON=n # Added to kconfig CONFIG_UML_NET_VDE=n # Added to kconfig CONFIG_UML_NET_MCAST=n # Added to kconfig CONFIG_UML_NET_PCAP=n # Added to kconfig CONFIG_UML_NET_SLIRP=n # Added to kconfig CONFIG_GCOV_KERNEL=n # yes \n | make -s -j 10 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 oldconfig yes: standard output: Broken pipe yes: write error # make -s -j 10 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 /kisskb/src/arch/um/os-Linux/skas/process.c: In function 'start_idle_thread': /kisskb/src/arch/um/os-Linux/skas/process.c:613:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ /kisskb/src/kernel/cgroup/cgroup-v1.c: In function 'cgroup1_mount': /kisskb/src/kernel/cgroup/cgroup-v1.c:1256:3: warning: 'root' may be used uninitialized in this function [-Wmaybe-uninitialized] percpu_ref_reinit(&root->cgrp.self.refcnt); ^ /kisskb/src/security/apparmor/policy_unpack.c: In function 'unpack_trans_table': /kisskb/src/security/apparmor/policy_unpack.c:515:9: warning: 'pos' may be used uninitialized in this function [-Wmaybe-uninitialized] str[pos] = ':'; ^ /kisskb/src/lib/lz4/lz4hc_compress.c: In function 'LZ4HC_compress_generic': /kisskb/src/lib/lz4/lz4hc_compress.c:579:1: warning: the frame size of 2144 bytes is larger than 2048 bytes [-Wframe-larger-than=] } ^ Usage: /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-objcopy [option(s)] in-file [out-file] Copies a binary file, possibly transforming it in the process The options are: -I --input-target Assume input file is in format -O --output-target Create an output file in format -B --binary-architecture Set output arch, when input is arch-less -F --target Set both input and output format to --debugging Convert debugging information, if possible -p --preserve-dates Copy modified/access timestamps to the output -D --enable-deterministic-archives Produce deterministic output when stripping archives -U --disable-deterministic-archives Disable -D behavior (default) -j --only-section Only copy section into the output --add-gnu-debuglink= Add section .gnu_debuglink linking to -R --remove-section Remove section from the output -S --strip-all Remove all symbol and relocation information -g --strip-debug Remove all debugging symbols & sections --strip-dwo Remove all DWO sections --strip-unneeded Remove all symbols not needed by relocations -N --strip-symbol Do not copy symbol --strip-unneeded-symbol Do not copy symbol unless needed by relocations --only-keep-debug Strip everything but the debug information --extract-dwo Copy only DWO sections --extract-symbol Remove section contents but keep symbols -K --keep-symbol Do not strip symbol --keep-file-symbols Do not strip file symbol(s) --localize-hidden Turn all ELF hidden symbols into locals -L --localize-symbol Force symbol to be marked as a local --globalize-symbol Force symbol to be marked as a global -G --keep-global-symbol Localize all symbols except -W --weaken-symbol Force symbol to be marked as a weak --weaken Force all global symbols to be marked as weak -w --wildcard Permit wildcard in symbol comparison -x --discard-all Remove all non-global symbols -X --discard-locals Remove any compiler-generated symbols -i --interleave[=] Only copy N out of every bytes --interleave-width Set N for --interleave -b --byte Select byte in every interleaved block --gap-fill Fill gaps between sections with --pad-to Pad the last section up to address --set-start Set the start address to {--change-start|--adjust-start} Add to the start address {--change-addresses|--adjust-vma} Add to LMA, VMA and start addresses {--change-section-address|--adjust-section-vma} {=|+|-} Change LMA and VMA of section by --change-section-lma {=|+|-} Change the LMA of section by --change-section-vma {=|+|-} Change the VMA of section by {--[no-]change-warnings|--[no-]adjust-warnings} Warn if a named section does not exist --set-section-flags = Set section 's properties to --add-section = Add section found in to output --update-section = Update contents of section with contents found in --dump-section = Dump the contents of section into --rename-section =[,] Rename section to --long-section-names {enable|disable|keep} Handle long section names in Coff objects. --change-leading-char Force output format's leading character style --remove-leading-char Remove leading character from global symbols --reverse-bytes= Reverse bytes at a time, in output sections with content --redefine-sym = Redefine symbol name to --redefine-syms --redefine-sym for all symbol pairs listed in --srec-len Restrict the length of generated Srecords --srec-forceS3 Restrict the type of generated Srecords to S3 --strip-symbols -N for all symbols listed in --strip-unneeded-symbols --strip-unneeded-symbol for all symbols listed in --keep-symbols -K for all symbols listed in --localize-symbols -L for all symbols listed in --globalize-symbols --globalize-symbol for all in --keep-global-symbols -G for all symbols listed in --weaken-symbols -W for all symbols listed in --add-symbol =[
:][,] Add a symbol --alt-machine-code Use the target's 'th alternative machine --writable-text Mark the output text as writable --readonly-text Make the output text write protected --pure Mark the output file as demand paged --impure Mark the output file as impure --prefix-symbols Add to start of every symbol name --prefix-sections Add to start of every section name --prefix-alloc-sections Add to start of every allocatable section name --file-alignment Set PE file alignment to --heap [,] Set PE reserve/commit heap to / --image-base
Set PE image base to
--section-alignment Set PE section alignment to --stack [,] Set PE reserve/commit stack to / --subsystem [:] Set PE subsystem to [& ] --compress-debug-sections[={none|zlib|zlib-gnu|zlib-gabi}] Compress DWARF debug sections using zlib --decompress-debug-sections Decompress DWARF debug sections using zlib --elf-stt-common=[yes|no] Generate ELF common symbols with STT_COMMON type -v --verbose List all object files modified @ Read options from -V --version Display this program's version number -h --help Display this output --info List object formats & architectures supported /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-objcopy: supported targets: elf64-x86-64 elf32-i386 elf32-iamcu elf32-x86-64 a.out-i386-linux pei-i386 pei-x86-64 elf64-l1om elf64-k1om elf64-little elf64-big elf32-little elf32-big plugin srec symbolsrec verilog tekhex binary ihex /kisskb/src/net/bpfilter/Makefile:29: recipe for target 'net/bpfilter/bpfilter_umh.o' failed make[3]: *** [net/bpfilter/bpfilter_umh.o] Error 1 /kisskb/src/scripts/Makefile.build:558: recipe for target 'net/bpfilter' failed make[2]: *** [net/bpfilter] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/Makefile:1072: recipe for target 'net' failed make[1]: *** [net] Error 2 make[1]: *** Waiting for unfinished jobs.... Makefile:146: recipe for target 'sub-make' failed make: *** [sub-make] Error 2 Command 'make -s -j 10 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_um-allyesconfig_um-x86_64 # Build took: 0:08:18.289053