summaryrefslogtreecommitdiff
path: root/include/linux/init_syscalls.h
diff options
context:
space:
mode:
authorJeremy Kerr <jk@codeconstruct.com.au>2024-02-19 17:51:46 +0800
committerPaolo Abeni <pabeni@redhat.com>2024-02-22 13:32:54 +0100
commitee076b73e576b0a052d5686d873346b285ae50ea (patch)
treeda7b0a7fb218ff29eebeb3b7d431805cac60bb9c /include/linux/init_syscalls.h
parent6d5c36565c169376e3c5fc54d01d7c6819381465 (diff)
downloadkernel-ee076b73e576b0a052d5686d873346b285ae50ea.tar.gz
net: mctp: avoid confusion over local/peer dest/source addresses
We have a double-swap of local and peer addresses in mctp_alloc_local_tag; the arguments in both call sites are swapped, but there is also a swap in the implementation of alloc_local_tag. This is opaque because we're using source/dest address references, which don't match the local/peer semantics. Avoid this confusion by naming the arguments as 'local' and 'peer', and remove the double swap. The calling order now matches mctp_key_alloc. Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'include/linux/init_syscalls.h')
0 files changed, 0 insertions, 0 deletions
headerP Praneesh 2021-12-14ath11k: add ab to TARGET_NUM_VDEVS & coKalle Valo 2021-11-17ath11k: Fix crash caused by uninitialized TX ringBaochen Qiang 2021-10-25ath11k: change return buffer manager for QCA6390Baochen Qiang 2021-09-28ath11k: Add support for RX decapsulation offloadSriram R 2021-09-16ath11k: add support in survey dump with bss_chan_infoSeevalamuthu Mariappan 2021-06-12ath11k: add support to get peer id for WCN6855Baochen Qiang 2021-06-12ath11k: setup REO for WCN6855Baochen Qiang 2021-06-12ath11k: add dp support for WCN6855Baochen Qiang 2021-06-12ath11k: add hw reg support for WCN6855Baochen Qiang 2021-02-17ath11k: add extended interrupt support for QCN9074Karthikeyan Periyasamy 2021-02-17ath11k: add CE interrupt support for QCN9074Karthikeyan Periyasamy 2021-02-17ath11k: add data path support for QCN9074Karthikeyan Periyasamy 2021-02-17ath11k: add hal support for QCN9074Karthikeyan Periyasamy 2020-11-07ath11k: fix wmi init configurationKarthikeyan Periyasamy 2020-09-22ath11k: remove redundant num_keep_alive_pattern assignmentKalle Valo 2020-09-22ath11k: wmi: remove redundant configuration values from initKalle Valo 2020-09-11ath11k: add ipq6018 supportAnilkumar Kolli 2020-09-11ath11k: move target ce configs to hw_paramsAnilkumar Kolli 2020-08-18ath11k: setup QCA6390 rings for both rxdmasCarl Huang 2020-08-18ath11k: enable DP interrupt setup for QCA6390Carl Huang 2020-08-18ath11k: initialize wmi config based on hw_paramsCarl Huang 2020-08-18ath11k: ce: support different CE configurationsCarl Huang 2020-08-18ath11k: hal: create register values dynamicallyCarl Huang