1. 23 10月, 2018 22 次提交
  2. 22 10月, 2018 15 次提交
  3. 21 10月, 2018 3 次提交
    • G
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net · 23469de6
      Greg Kroah-Hartman 提交于
      David writes:
        "Networking:
      
         A few straggler bug fixes:
      
         1) Fix indexing of multi-pass dumps of ipv6 addresses, from David
            Ahern.
      
         2) Revert RCU locking change for bonding netpoll, causes worse
            problems than it solves.
      
         3) pskb_trim_rcsum_slow() doesn't handle odd trim offsets, resulting
            in erroneous bad hw checksum triggers with CHECKSUM_COMPLETE
            devices.  From Dimitris Michailidis.
      
         4) a revert to some neighbour code changes that adjust notifications
            in a way that confuses some apps."
      
      * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net:
        Revert "neighbour: force neigh_invalidate when NUD_FAILED update is from admin"
        net/ipv6: Fix index counter for unicast addresses in in6_dump_addrs
        net: fix pskb_trim_rcsum_slow() with odd trim offset
        Revert "bond: take rcu lock in netpoll_send_skb_on_dev"
      23469de6
    • Q
      selftests/bpf: fix return value comparison for tests in test_libbpf.sh · c5fa5d60
      Quentin Monnet 提交于
      The return value for each test in test_libbpf.sh is compared with
      
          if (( $? == 0 )) ; then ...
      
      This works well with bash, but not with dash, that /bin/sh is aliased to
      on some systems (such as Ubuntu).
      
      Let's replace this comparison by something that works on both shells.
      Signed-off-by: NQuentin Monnet <quentin.monnet@netronome.com>
      Reviewed-by: NJakub Kicinski <jakub.kicinski@netronome.com>
      Signed-off-by: NAlexei Starovoitov <ast@kernel.org>
      c5fa5d60
    • A
      Merge branch 'misc-improvements' · 76b5e303
      Alexei Starovoitov 提交于
      Daniel Borkmann says:
      
      ====================
      Last batch of misc patches I had in queue: first one removes some left-over
      bits from ULP, second is a fix in the verifier where we wrongly use register
      number as type to fetch the string for the dump, third disables xadd on flow
      keys and subsequent one removes the flow key type from check_helper_mem_access()
      as they cannot be passed into any helper as of today. Next one lets map push,
      pop, peek avoid having to go through retpoline, and last one has a couple of
      minor fixes and cleanups for the ring buffer walk.
      ====================
      Signed-off-by: NAlexei Starovoitov <ast@kernel.org>
      76b5e303