mbox series

[0/5] Five nbd patches

Message ID 20240510202313.25209-1-bvanassche@acm.org (mailing list archive)
Headers show
Series Five nbd patches | expand

Message

Bart Van Assche May 10, 2024, 8:23 p.m. UTC
Hi Jens,

These patches are what I came up with after having reviewed the nbd source code.
Please consider these patches for the next merge window.

Thanks,

Bart.

Bart Van Assche (5):
  nbd: Use NULL to represent a pointer
  nbd: Remove superfluous casts
  nbd: Improve the documentation of the locking assumptions
  nbd: Remove a local variable from nbd_send_cmd()
  nbd: Fix signal handling

 drivers/block/nbd.c        | 41 ++++++++++++++++++++------------------
 include/trace/events/nbd.h |  2 +-
 2 files changed, 23 insertions(+), 20 deletions(-)

Comments

Jens Axboe May 14, 2024, 1:22 p.m. UTC | #1
On Fri, 10 May 2024 13:23:08 -0700, Bart Van Assche wrote:
> These patches are what I came up with after having reviewed the nbd source code.
> Please consider these patches for the next merge window.
> 
> Thanks,
> 
> Bart.
> 
> [...]

Applied, thanks!

[1/5] nbd: Use NULL to represent a pointer
      commit: 08190cc4d8a62f2a07b4158751afd3a01638c4c5
[2/5] nbd: Remove superfluous casts
      commit: 40639e9a0f6e49edd4ef520e6c0e070e1a04a330
[3/5] nbd: Improve the documentation of the locking assumptions
      commit: 2a6751e052ab4789630bc889c814037068723bc1
[4/5] nbd: Remove a local variable from nbd_send_cmd()
      commit: f6cb9a2c3d2e893a8d493d34ed3e0400fe8afe28
[5/5] nbd: Fix signal handling
      commit: e56d4b633fffea9510db468085bed0799cba4ecd

Best regards,