public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Rudi Heitbaum <rudi@heitbaum.com>
Cc: stable@vger.kernel.org, patches@lists.linux.dev,
	linux-kernel@vger.kernel.org, torvalds@linux-foundation.org,
	akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org,
	patches@kernelci.org, lkft-triage@lists.linaro.org,
	pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com,
	sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de,
	ntfs3@lists.linux.dev, almaz.alexandrovich@paragon-software.com
Subject: Re: [PATCH 6.3 000/694] 6.3.2-rc2 review
Date: Wed, 10 May 2023 09:25:24 +0200	[thread overview]
Message-ID: <2023051025-plug-willow-e278@gregkh> (raw)
In-Reply-To: <20230509145806.GA8@df3c0d7ae0b0>

On Tue, May 09, 2023 at 02:58:06PM +0000, Rudi Heitbaum wrote:
> On Tue, May 09, 2023 at 03:56:42PM +0200, Greg Kroah-Hartman wrote:
> > On Tue, May 09, 2023 at 01:10:32PM +0000, Rudi Heitbaum wrote:
> > > On Tue, May 09, 2023 at 08:06:58AM +0000, Rudi Heitbaum wrote:
> > > > On Tue, May 09, 2023 at 05:26:44AM +0200, Greg Kroah-Hartman wrote:
> > > > > This is the start of the stable review cycle for the 6.3.2 release.
> > > > > There are 694 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 Thu, 11 May 2023 03:05:05 +0000.
> > > > > Anything received after that time might be too late.
> > > > 
> > > > Hi Greg,
> > > > 
> > > > 6.3.2-rc2 tested.
> > > 
> > > Hi Greg,
> > > 
> > > Further testing and have seen ntfs3: NULL pointer dereference with ntfs_lookup errors 
> > > with 6.3.2-rc2 (I have not seen this error before.) No other errors in the logs.
> > 
> > Can you reproduce this without the extern, gpl-violation module loaded?
> > 
> > thanks,
> > 
> > greg k-h
> 
> Hi Greg,
> 
> I dropped the bcm_sta and recompiled and commented out the i915.guc=3
> and was able to reproduce.
> 
> [   84.745080] BUG: kernel NULL pointer dereference, address: 0000000000000020
> [   84.746239] #PF: supervisor read access in kernel mode
> [   84.747599] #PF: error_code(0x0000) - not-present page
> [   84.748929] PGD 0 P4D 0 
> [   84.750240] Oops: 0000 [#1] SMP NOPTI
> [   84.751575] CPU: 2 PID: 3176 Comm: .NET ThreadPool Not tainted 6.3.2-rc2 #1
> [   84.752998] Hardware name: Intel(R) Client Systems NUC12WSKi7/NUC12WSBi7, BIOS WSADL357.0085.2022.0718.1739 07/18/2022
> [   84.754474] RIP: 0010:ntfs_lookup+0x76/0xe0 [ntfs3]

And do you get this same crash on ntfs3 on 6.4-rc1?  Is this a new
regression, or does it also show up on 6.3.1?

And ntfs, ick, why?  And .NET?  What a combination...

thanks,

greg k-h

  parent reply	other threads:[~2023-05-10  7:25 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-09  3:26 [PATCH 6.3 000/694] 6.3.2-rc2 review Greg Kroah-Hartman
2023-05-09  8:06 ` Rudi Heitbaum
2023-05-09 13:10   ` Rudi Heitbaum
2023-05-09 13:56     ` Greg Kroah-Hartman
2023-05-09 14:58       ` Rudi Heitbaum
2023-05-09 19:30         ` Naresh Kamboju
2023-05-10  6:53           ` Rudi Heitbaum
2023-05-10  7:25         ` Greg Kroah-Hartman [this message]
2023-05-10  8:29           ` Rudi Heitbaum
2023-05-10  9:09             ` Greg Kroah-Hartman
2023-05-10 11:58               ` Rudi Heitbaum
2023-05-10 23:00                 ` Greg Kroah-Hartman
2023-05-11  8:30                   ` Rudi Heitbaum
2023-05-11 13:33                     ` Greg Kroah-Hartman
2023-05-11 14:19                     ` Linus Torvalds
2023-05-12  9:59                       ` Rudi Heitbaum
2023-05-09 12:25 ` Conor Dooley
2023-05-09 13:32 ` Bagas Sanjaya
2023-05-09 13:42 ` Chris Paterson
2023-05-09 18:57 ` Florian Fainelli
2023-05-09 19:16 ` Markus Reichelt
2023-05-09 19:24 ` Naresh Kamboju
2023-05-09 20:00 ` Guenter Roeck
2023-05-10  8:44 ` Sudip Mukherjee (Codethink)
  -- strict thread matches above, loose matches on Subject: below --
2023-05-09 10:23 Ronald Warsow

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=2023051025-plug-willow-e278@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=almaz.alexandrovich@paragon-software.com \
    --cc=f.fainelli@gmail.com \
    --cc=jonathanh@nvidia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lkft-triage@lists.linaro.org \
    --cc=ntfs3@lists.linux.dev \
    --cc=patches@kernelci.org \
    --cc=patches@lists.linux.dev \
    --cc=pavel@denx.de \
    --cc=rudi@heitbaum.com \
    --cc=rwarsow@gmx.de \
    --cc=shuah@kernel.org \
    --cc=srw@sladewatkins.net \
    --cc=stable@vger.kernel.org \
    --cc=sudipm.mukherjee@gmail.com \
    --cc=torvalds@linux-foundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox