summaryrefslogtreecommitdiff
path: root/include/uapi/linux/virtio_input.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/uapi/linux/virtio_input.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/uapi/linux/virtio_input.h')
0 files changed, 0 insertions, 0 deletions
>9p/trans_virtio: Fix typo in the comment for p9_virtio_create()zhuxinran 2021-11-049p: fix a bunch of checkpatch warningsDominique Martinet 2021-11-039p: fix file headersDominique Martinet 2021-11-03net/9p: autoload transport modulesThomas Weißschuh 2021-11-039p/net: fix missing error check in p9_check_errorsDominique Martinet 2021-09-05net/9p: increase default msize to 128kChristian Schoenebeck 2021-09-05net/9p: use macro to define default msizeChristian Schoenebeck 2021-09-05net/9p: increase tcp max msize to 1MBDominique Martinet 2021-07-279p/xen: Fix end of loop tests for list_for_each_entryHarshvardhan Jha 2021-07-279p/trans_virtio: Remove sysfs file on probe failureXie Yongji 2021-06-029p/trans_virtio: Fix spelling mistakesZheng Yongjun 2021-03-28net: 9p: Correct function names in the kerneldoc commentsXiongfeng Wang 2021-03-289p/trans_fd: Correct function name p9_mux_destroy() in the kerneldocXiongfeng Wang 2021-03-28net: 9p: Correct function name errstr2errno() in the kerneldoc commentsXiongfeng Wang 2021-03-03net: 9p: advance iov on empty readJisheng Zhang 2021-01-27net: remove redundant 'depends on NET'Masahiro Yamada 2020-12-21Merge tag '9p-for-5.11-rc1' of git://github.com/martinetd/linuxLinus Torvalds 2020-11-199p: apply review requests for fid refcountingDominique Martinet 2020-11-199p: add refcount to p9_fid structJianyong Wu 2020-11-03fs/9p: fix create-unlink-getattr idiomEric Van Hensbergen 2020-11-02net: 9p: Fix kerneldoc warnings of missing parameters etcAndrew Lunn 2020-10-12net: 9p: initialize sun_server.sun_path to have addr's value only when addr i...Anant Thazhemadam 2020-10-099p/xen: Fix format argument warningYe Bin 2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva 2020-08-15Merge tag '9p-for-5.9-rc1' of git://github.com/martinetd/linuxLinus Torvalds 2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller 2020-07-199p/trans_fd: Fix concurrency del of req_list in p9_fd_cancelled/p9_read_workWang Hai 2020-07-19net/9p: Fix sparse endian warning in trans_fd.cAlexander Kapshuk 2020-07-19net/9p: validate fds in p9_fd_openChristoph Hellwig 2020-07-13net: 9p: kerneldoc fixesAndrew Lunn 2020-06-20net: Add MODULE_DESCRIPTION entries to network modulesRob Gill 2020-06-029p/xen: increase XEN_9PFS_RING_ORDERStefano Stabellini