All of lore.kernel.org
 help / color / mirror / Atom feed
From: Walt Holman <walt@holmansrus.com>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 6.1 0000/1146] 6.1.2-rc1 review
Date: Thu, 29 Dec 2022 09:54:41 -0600 (CST)	[thread overview]
Message-ID: <308147064.5.1672329281388.JavaMail.zimbra@holmansrus.com> (raw)
In-Reply-To: <Y60+ClXkkBAfKhUf@kroah.com>

----- On Dec 29, 2022, at 1:13 AM, Greg KH gregkh@linuxfoundation.org wrote:

> On Wed, Dec 28, 2022 at 04:29:39PM -0600, Walt Holman wrote:
>> > This is the start of the stable review cycle for the 6.1.2 release.
>> > There are 1146 patches in this series, all will be posted as a response
>> > to this one.  If anyone has any issues with these being applied, please
>> > let me know.
>> > 
>> > Responses should be made by Fri, 30 Dec 2022 14:41:29 +0000.
>> > Anything received after that time might be too late.
>> > 
>> > The whole patch series can be found in one patch at:
>> > [ https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.1.2-rc1.gz
>> > | https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.1.2-rc1.gz
>> > ] > or in the git tree and branch at:
>> > 	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
>> > 	linux-6.1.y
>> > and the diffstat can be found below.
>> > 
>> > thanks,
>> > 
>> > greg k-h
>> > 
>> > -------------
>> 
>> Hello,
>> 
>> I'm getting a NULL Pointer Dereference when shutting down or rebooting. It
>> happens just as it tries to shut down the swap device ( /dev/dm-3 ). This
>> happens late in the shutdown process and nothing gets saved in the logs.
>> However, I've attached a photo of my screen showing the Oops and stack trace.
>> Let me know if there's anything you'd like me to try.
> 
> Does this happen with 6.1.1 also?
> 
> Can you use 'git bisect' to track down the offending change?
> 
> thanks,
> 
> greg k-h

Bisecting the kernel results in the following:

273d29fa4beb3954c970b6377a2aa6ee442b1430 is the first bad commit
commit 273d29fa4beb3954c970b6377a2aa6ee442b1430
Author: Christoph Hellwig <hch@lst.de>
Date:   Tue Nov 1 16:00:47 2022 +0100

    blk-mq: move the srcu_struct used for quiescing to the tagset
    
    [ Upstream commit 80bd4a7aab4c9ce59bf5e35fdf52aa23d8a3c9f5 ]
    
    All I/O submissions have fairly similar latencies, and a tagset-wide
    quiesce is a fairly common operation.
    
    Signed-off-by: Christoph Hellwig <hch@lst.de>
    Reviewed-by: Keith Busch <kbusch@kernel.org>
    Reviewed-by: Ming Lei <ming.lei@redhat.com>
    Reviewed-by: Chao Leng <lengchao@huawei.com>
    Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
    Reviewed-by: Hannes Reinecke <hare@suse.de>
    Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
    Link: https://lore.kernel.org/r/20221101150050.3510-12-hch@lst.de
    [axboe: fix whitespace]
    Signed-off-by: Jens Axboe <axboe@kernel.dk>
    Stable-dep-of: d36a9ea5e776 ("block: fix use-after-free of q->q_usage_counter")
    Signed-off-by: Sasha Levin <sashal@kernel.org>

 block/blk-core.c       | 27 +++++----------------------
 block/blk-mq.c         | 33 +++++++++++++++++++++++++--------
 block/blk-mq.h         | 14 +++++++-------
 block/blk-sysfs.c      |  9 ++-------
 block/blk.h            |  9 +--------
 block/genhd.c          |  2 +-
 include/linux/blk-mq.h |  4 ++++
 include/linux/blkdev.h |  9 ---------
 8 files changed, 45 insertions(+), 62 deletions(-)

-Walt

  parent reply	other threads:[~2022-12-29 15:57 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-28 22:29 [PATCH 6.1 0000/1146] 6.1.2-rc1 review Walt Holman
2022-12-29  7:13 ` Greg KH
2022-12-29 12:57   ` Walt Holman
2022-12-29 15:54   ` Walt Holman [this message]
2022-12-30  9:33     ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2022-12-29 18:30 Ronald Warsow
2022-12-28 14:25 Greg Kroah-Hartman
2022-12-28 15:02 ` Holger Hoffstätte
2022-12-28 15:45   ` Greg Kroah-Hartman
2022-12-28 18:57     ` Vlastimil Babka
2022-12-29 13:04       ` Thorsten Leemhuis
2022-12-30  9:13         ` Greg Kroah-Hartman
2022-12-28 15:10 ` Guenter Roeck
2022-12-28 17:38   ` Sasha Levin
2022-12-28 17:46 ` Justin Forbes
2022-12-28 20:03 ` Florian Fainelli
2022-12-28 20:46 ` Slade Watkins
2022-12-28 21:15 ` Daniel Díaz
2022-12-28 21:31   ` Guenter Roeck
2022-12-29 12:46     ` Sasha Levin
2022-12-29  3:41 ` Ron Economos
2022-12-29  3:57 ` Wang Yugui
2022-12-29  7:09   ` Greg Kroah-Hartman
2022-12-29 14:14     ` Wang Yugui
2022-12-30  9:33       ` Greg Kroah-Hartman
2022-12-29  7:47 ` Thierry Reding
2022-12-29 12:46 ` Bagas Sanjaya
2022-12-29 13:44 ` Guenter Roeck
2022-12-29 16:21 ` Naresh Kamboju
2022-12-29 23:24 ` Shuah Khan
2022-12-30  5:35 ` Rudi Heitbaum

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=308147064.5.1672329281388.JavaMail.zimbra@holmansrus.com \
    --to=walt@holmansrus.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.