mbox series

[v2,0/2] Fix integrity sysfs reporting inconsistencies

Message ID 20250226112035.2571-1-anuj20.g@samsung.com (mailing list archive)
Headers show
Series Fix integrity sysfs reporting inconsistencies | expand

Message

Anuj Gupta Feb. 26, 2025, 11:20 a.m. UTC
Patch 1: Ensures DM devices correctly propagate device_is_integrity_capable
Patch 2: initialize nogenerate and noverify correctly

v1 -> v2
initialize BLK_INTEGRITY_NOGENERATE and BLK_INTEGRITY_NOVERIFY in
blk_validate_integrity_limits rather than doing it in the driver (hch)

Anuj Gupta (2):
  block: ensure correct integrity capability propagation in stacked
    devices
  block: Correctly initialize BLK_INTEGRITY_NOGENERATE and
    BLK_INTEGRITY_NOVERIFY

 block/blk-settings.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)