mbox series

[0/4] Fix DASD control unit updates

Message ID 20201217155907.36436-1-sth@linux.ibm.com (mailing list archive)
Headers show
Series Fix DASD control unit updates | expand

Message

Stefan Haberland Dec. 17, 2020, 3:59 p.m. UTC
Hi Jens,

please apply the following patches that address problems during DASD
control unit updates.
Thanks.

Stefan Haberland (4):
  s390/dasd: fix hanging device offline processing
  s390/dasd: prevent inconsistent LCU device data
  s390/dasd: fix list corruption of pavgroup group list
  s390/dasd: fix list corruption of lcu list

 drivers/s390/block/dasd_alias.c | 22 ++++++++++++++++++++--
 1 file changed, 20 insertions(+), 2 deletions(-)

Comments

Jens Axboe Dec. 17, 2020, 4:36 p.m. UTC | #1
On 12/17/20 8:59 AM, Stefan Haberland wrote:
> Hi Jens,
> 
> please apply the following patches that address problems during DASD
> control unit updates.

Applied, thanks.