1. 26 Apr, 2021 2 commits
    • Jiapeng Chong's avatar
      ch_ktls: Remove redundant variable result · bf7d20cd
      Jiapeng Chong authored
      Variable result is being assigned a value from a calculation
      however the variable is never read, so this redundant variable
      can be removed.
      
      Cleans up the following clang-analyzer warning:
      
      drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/chcr_ktls.c:1488:2:
      warning: Value stored to 'pos' is never read
      [clang-analyzer-deadcode.DeadStores].
      
      drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/chcr_ktls.c:876:3:
      warning: Value stored to 'pos' is never read
      [clang-analyzer-deadcode.DeadStores].
      
      drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/chcr_ktls.c:36:3:
      warning: Value stored to 'start' is never read
      [clang-analyzer-deadcode.DeadStores].
      Reported-by: default avatarAbaci Robot <abaci@linux.alibaba.com>
      Signed-off-by: default avatarJiapeng Chong <jiapeng.chong@linux.alibaba.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      bf7d20cd
    • David S. Miller's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next · 5f6c2f53
      David S. Miller authored
      Alexei Starovoitov says:
      
      ====================
      pull-request: bpf-next 2021-04-23
      
      The following pull-request contains BPF updates for your *net-next* tree.
      
      We've added 69 non-merge commits during the last 22 day(s) which contain
      a total of 69 files changed, 3141 insertions(+), 866 deletions(-).
      
      The main changes are:
      
      1) Add BPF static linker support for extern resolution of global, from Andrii.
      
      2) Refine retval for bpf_get_task_stack helper, from Dave.
      
      3) Add a bpf_snprintf helper, from Florent.
      
      4) A bunch of miscellaneous improvements from many developers.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      5f6c2f53
  2. 24 Apr, 2021 1 commit
  3. 23 Apr, 2021 37 commits