summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/task-analyzer-record
diff options
context:
space:
mode:
authorJakub Kicinski <jakub.kicinski@netronome.com>2019-04-29 12:19:12 -0700
committerDavid S. Miller <davem@davemloft.net>2019-05-01 11:37:56 -0400
commit2dcb003314032c6efb13a065ffae60d164b2dd35 (patch)
treeb64c7ba4758ecae0346158cf8b828c222ead460a /tools/perf/scripts/python/bin/task-analyzer-record
parent15d55bae4e3c43cd9f87fd93c73a263e172d34e1 (diff)
downloadkernel-2dcb003314032c6efb13a065ffae60d164b2dd35.tar.gz
net/tls: avoid NULL pointer deref on nskb->sk in fallback
update_chksum() accesses nskb->sk before it has been set by complete_skb(), move the init up. Fixes: e8f69799810c ("net/tls: Add generic NIC offload infrastructure") Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Reviewed-by: Simon Horman <simon.horman@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/bin/task-analyzer-record')
0 files changed, 0 insertions, 0 deletions
direct max read/write sizeNamjae Jeon 2022-01-10ksmbd: add smb-direct shutdownYufan Chen 2022-01-10ksmbd: smbd: change the default maximum read/write, receive sizeHyunchul Lee 2022-01-10ksmbd: smbd: create MR poolHyunchul Lee 2022-01-10ksmbd: smbd: call rdma_accept() under CM handlerHyunchul Lee 2022-01-10ksmbd: set 445 port to smbdirect port by defaultNamjae Jeon 2022-01-10ksmbd: register ksmbd ib client with ib_register_client()Hyunchul Lee 2021-11-11ksmbd: remove smb2_buf_length in smb2_hdrNamjae Jeon 2021-11-06ksmbd: Remove redundant 'flush_workqueue()' callsChristophe JAILLET 2021-10-15ksmbd: add buffer validation for smb directHyunchul Lee 2021-09-17ksmbd: transport_rdma: Don't include rwlock.h directlyMike Galbraith 2021-09-03ksmbd: smbd: fix dma mapping error in smb_direct_post_send_dataHyunchul Lee 2021-08-13ksmbd: smbd: fix kernel oops during server shutdownHyunchul Lee 2021-07-22ksmbd: fix typo of MS-SMBDNamjae Jeon 2021-07-13ksmbd: set RDMA capability for FSCTL_QUERY_NETWORK_INTERFACE_INFOHyunchul Lee 2021-07-08ksmbd: fix read on the uninitialized send_ctxNamjae Jeon 2021-06-29ksmbd: replace SMB_DIRECT_TRANS macro with inline functionNamjae Jeon 2021-06-29ksmbd: replace BUFFER_NR_PAGES with inline functionHyunchul Lee 2021-06-28ksmbd: move fs/cifsd to fs/ksmbdNamjae Jeon