Re: [PATCH 0/4] drbd: A few bug fixes

From: Christoph Böhmwalder

Date: Thu Mar 26 2026 - 10:27:23 EST


On 3/18/26 00:23, Ethan Tidmore wrote:
Here are 4 bug fixes found with Smatch.

Ethan Tidmore (4):
drbd: Fix out-of-bounds access
drbd: Fix variable dereference before check
drbd: Add missing error code in drbd_main.c
drbd: Add check for error pointer

drivers/block/drbd/drbd_main.c | 1 +
drivers/block/drbd/drbd_nl.c | 2 +-
drivers/block/drbd/drbd_receiver.c | 2 +-
drivers/block/drbd/drbd_req.c | 4 +++-
4 files changed, 6 insertions(+), 3 deletions(-)


Thanks, these all look good.
I'll squash them into the DRDB9 series to keep the history clean.

Regards,
Christoph