summaryrefslogtreecommitdiff
path: root/scripts/stackusage
diff options
context:
space:
mode:
authorPavel Begunkov <asml.silence@gmail.com>2025-02-12 13:46:46 +0000
committerJens Axboe <axboe@kernel.dk>2025-02-12 07:30:52 -0700
commit8802766324e1f5d414a81ac43365c20142e85603 (patch)
tree1fc1d4e0cec00fb92b67fbc88ec18633a49f9247 /scripts/stackusage
parent06521ac0485effdcc9c792cb0b40ed8e6f2f5fb8 (diff)
downloadkernel-8802766324e1f5d414a81ac43365c20142e85603.tar.gz
io_uring/kbuf: reallocate buf lists on upgrade
IORING_REGISTER_PBUF_RING can reuse an old struct io_buffer_list if it was created for legacy selected buffer and has been emptied. It violates the requirement that most of the field should stay stable after publish. Always reallocate it instead. Cc: stable@vger.kernel.org Reported-by: Pumpkin Chang <pumpkin@devco.re> Fixes: 2fcabce2d7d34 ("io_uring: disallow mixed provided buffer group registrations") Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions
16staging: rtl8723au: hal/usb_ops_linux.c: Various cleanupsJes Sorensen 2014-05-16staging: rtl8723au: rtl8723au_xmit_tasklet(): Remove unnecessary variable initJes Sorensen 2014-05-16staging: rtl8723au: Remove unused usb_read_mem/usb_write_mem stubsJes Sorensen 2014-05-16staging: rtl8723au: Clean up error codes in IO functionsJes Sorensen 2014-05-15staging: rtl8723au: Eliminate no-op function rtl8723au_init_recvbuf()Jes Sorensen 2014-05-15staging: rtl8723au: rtw_free_recvframe23a() is always passed precvpriv->free_...Jes Sorensen 2014-05-15staging: rtl8723au: Move data byte-swap closer to register accessLarry Finger 2014-05-15staging: rtl8723au: Use workqueue to handle interrupt complete processingJes Sorensen 2014-04-26staging: rtl8723au: Eliminate struct intf_hdlJes Sorensen 2014-04-26staging: rtl8723au: Remove unused rtw_adapter * from struct intf_hdlJes Sorensen 2014-04-26staging: rtl8723au: Pass a struct rtw_adapter * to the USB functionsJes Sorensen 2014-04-26staging: rtl8723au: Remove unused pintf_dev entry from struct intf_hdlJes Sorensen 2014-04-26staging: rtl8723au: Get rid of struct io_privJes Sorensen 2014-04-26staging: rtl8723au: Remove unused struct rtw_adapter * from struct io_privJes Sorensen 2014-04-26staging: rtl8723au: Fold rtw_init_io_priv23a() into rtl8723au_set_intf_ops()Jes Sorensen 2014-04-05staging: r8723au: Add source files for new driver - part 2Larry Finger