mbox series

[0/2] s390/dasd: fix kernel panic with statistics

Message ID 20231025132437.1223363-1-sth@linux.ibm.com (mailing list archive)
Headers show
Series s390/dasd: fix kernel panic with statistics | expand

Message

Stefan Haberland Oct. 25, 2023, 1:24 p.m. UTC
Hi Jens,

please apply the following patch for the upcomming merge window that
fixes a kernel panic that can be triggered by using dasd statistics.
Also there is a typo fix for a comment.

Thanks.

Jan Höppner (1):
  s390/dasd: protect device queue against concurrent access

Muhammad Muzammil (1):
  s390/dasd: resolve spelling mistake

 drivers/s390/block/dasd.c     | 24 +++++++++++++-----------
 drivers/s390/block/dasd_int.h |  2 +-
 2 files changed, 14 insertions(+), 12 deletions(-)

Comments

Stefan Haberland Nov. 20, 2023, 2:03 p.m. UTC | #1
Am 25.10.23 um 15:24 schrieb Stefan Haberland:
> Hi Jens,
>
> please apply the following patch for the upcomming merge window that
> fixes a kernel panic that can be triggered by using dasd statistics.
> Also there is a typo fix for a comment.
>
> Thanks.
>
> Jan Höppner (1):
>    s390/dasd: protect device queue against concurrent access
>
> Muhammad Muzammil (1):
>    s390/dasd: resolve spelling mistake
>
>   drivers/s390/block/dasd.c     | 24 +++++++++++++-----------
>   drivers/s390/block/dasd_int.h |  2 +-
>   2 files changed, 14 insertions(+), 12 deletions(-)
>

Hi Jens,

polite ping.
Jens Axboe Nov. 20, 2023, 6:51 p.m. UTC | #2
On Wed, 25 Oct 2023 15:24:35 +0200, Stefan Haberland wrote:
> please apply the following patch for the upcomming merge window that
> fixes a kernel panic that can be triggered by using dasd statistics.
> Also there is a typo fix for a comment.
> 
> Thanks.
> 
> Jan Höppner (1):
>   s390/dasd: protect device queue against concurrent access
> 
> [...]

Applied, thanks!

[1/2] s390/dasd: resolve spelling mistake
      commit: 5029c5e4f20d8d6b41cefbde4b3eeadaec4662c6
[2/2] s390/dasd: protect device queue against concurrent access
      commit: db46cd1e0426f52999d50fa72cfa97fa39952885

Best regards,