linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH v2 0/3] Move usages of struct __call_single_data to call_single_data_t
@ 2023-05-20  5:29 Leonardo Bras
  2023-05-20  5:29 ` [RFC PATCH v2 1/3] blk-mq: Move csd inside struct request so it's 32-byte aligned Leonardo Bras
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Leonardo Bras @ 2023-05-20  5:29 UTC (permalink / raw)
  To: Jens Axboe, Peter Zijlstra, Josh Poimboeuf, Palmer Dabbelt,
	Leonardo Bras, Guo Ren, Valentin Schneider, Paul E. McKenney,
	Juergen Gross, Yury Norov, Marcelo Tosatti
  Cc: linux-block, linux-kernel

Changes since RFCv1:
- request->csd moved to the middle of the struct, without size impact
- type change happens in a different patch (thanks Jens Axboe!)
- Improved the third patch to also update the .h file.

Leonardo Bras (3):
  blk-mq: Move csd inside struct request so it's 32-byte aligned
  blk-mq: Change request->csd type to call_single_data_t
  smp: Change signatures to use call_single_data_t

 include/linux/blk-mq.h | 10 +++++-----
 include/linux/smp.h    |  2 +-
 kernel/smp.c           |  4 ++--
 kernel/up.c            |  2 +-
 4 files changed, 9 insertions(+), 9 deletions(-)

-- 
2.40.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-08-31  2:11 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-20  5:29 [RFC PATCH v2 0/3] Move usages of struct __call_single_data to call_single_data_t Leonardo Bras
2023-05-20  5:29 ` [RFC PATCH v2 1/3] blk-mq: Move csd inside struct request so it's 32-byte aligned Leonardo Bras
2023-05-20  5:29 ` [RFC PATCH v2 2/3] blk-mq: Change request->csd type to call_single_data_t Leonardo Bras
2023-05-20  5:29 ` [RFC PATCH v2 3/3] smp: Change signatures to use call_single_data_t Leonardo Bras
2023-06-13  3:51 ` [RFC PATCH v2 0/3] Move usages of struct __call_single_data to call_single_data_t Leonardo Bras Soares Passos
2023-07-04  7:22   ` Leonardo Brás
2023-08-29  0:55     ` Leonardo Brás
2023-08-29  2:29       ` Chengming Zhou
2023-08-30 22:29         ` Leonardo Brás
2023-08-30 22:48           ` Jens Axboe
2023-08-31  2:04             ` Leonardo Brás

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).