public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Frank Scheiner <frank.scheiner@web.de>
Cc: akpm@linux-foundation.org, allen.lkml@gmail.com,
	broonie@kernel.org, conor@kernel.org, f.fainelli@gmail.com,
	jonathanh@nvidia.com, linux-kernel@vger.kernel.org,
	linux@roeck-us.net, lkft-triage@lists.linaro.org,
	patches@kernelci.org, patches@lists.linux.dev, pavel@denx.de,
	rwarsow@gmx.de, shuah@kernel.org, srw@sladewatkins.net,
	stable@vger.kernel.org, sudipm.mukherjee@gmail.com,
	torvalds@linux-foundation.org
Subject: Re: [PATCH 6.1 000/440] 6.1.103-rc1 review
Date: Wed, 31 Jul 2024 08:07:15 +0200	[thread overview]
Message-ID: <2024073137-scouting-wooing-ec33@gregkh> (raw)
In-Reply-To: <de6f52bb-c670-4e03-9ce1-b4ee9b981686@web.de>

On Wed, Jul 31, 2024 at 01:24:25AM +0200, Frank Scheiner wrote:
> Dear Greg,
> 
> 6259151c04d4e0085e00d2dcb471ebdd1778e72e from mainline is missing in
> 6.1.103-rc1 and completes 39823b47bbd40502632ffba90ebb34fff7c8b5e8.
> 
> Please note that the second hunk from 6259151 needs to be modified to
> cleanly apply to 6.1.103-rc1. Example on [1].
> 
> [1]:
> https://github.com/linux-ia64/linux-stable-rc/blob/__mirror/patches/linux-6.1.y/6259151c04d4e0085e00d2dcb471ebdd1778e72e.patch
> 
> ****
> 
> ## Long version ##
> 
> This patch series breaks operation of the hp-sim kernel in ski. I think
> it happens when trying to access the ext4 root FS in the simulation, see
> for example [2] for more details.
> 
> [2]: https://github.com/linux-ia64/linux-stable-rc/issues/3
> 
> From the call trace:
> ```
> [...]
> [<a0000001000263f0>] die+0x1b0/0x3e0
> [<a00000010004bd40>] ia64_do_page_fault+0x680/0x9c0
> [<a00000010000c4e0>] ia64_leave_kernel+0x0/0x280
> [<a00000010063f6a0>] dd_limit_depth+0x80/0x140
> [...]
> ```
> 
> ...I tracked it down to [3] and following the linked discussion ([4]),
> this is actually patch 2 of 2. And 1 of 2 ([5]) is in upstream, but not
> in 6.1.103-rc1.
> 
> [3]:
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=39823b47bbd40502632ffba90ebb34fff7c8b5e8
> 
> [4]: https://lore.kernel.org/all/20240509170149.7639-3-bvanassche@acm.org/
> 
> [5]:
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=6259151c04d4e0085e00d2dcb471ebdd1778e72e
> 
> Applying that patch ([5]) (plus adapting hunk #2 of it) on top of
> 6.1.103-rc1 fixes it for me ([6]).
> 
> [6]:
> https://github.com/linux-ia64/linux-stable-rc/actions/runs/10170700172#summary-28130632329

Thanks for this, I'll just drop the original offending commit here as
that seems like the simplest way.  If these really need to be in the
6.1.y tree, I'll be glad to take a backported series that people have
tested to verify it all works properly.

greg k-h

  reply	other threads:[~2024-07-31  6:07 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-30 15:43 [PATCH 6.1 000/440] 6.1.103-rc1 review Greg Kroah-Hartman
2024-07-30 22:40 ` Florian Fainelli
2024-07-30 23:18 ` Shuah Khan
2024-07-30 23:37   ` Frank Scheiner
2024-07-30 23:52     ` Shuah Khan
2024-07-30 23:24 ` Frank Scheiner
2024-07-31  6:07   ` Greg KH [this message]
2024-07-31  9:24 ` Naresh Kamboju
2024-07-31 16:13   ` Jens Axboe
2024-07-31 16:46     ` Dan Carpenter
2024-07-31 16:49       ` Jens Axboe
2024-07-31 14:42 ` Peter Schneider
2024-08-01  8:28 ` Shreeya Patel

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=2024073137-scouting-wooing-ec33@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=allen.lkml@gmail.com \
    --cc=broonie@kernel.org \
    --cc=conor@kernel.org \
    --cc=f.fainelli@gmail.com \
    --cc=frank.scheiner@web.de \
    --cc=jonathanh@nvidia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lkft-triage@lists.linaro.org \
    --cc=patches@kernelci.org \
    --cc=patches@lists.linux.dev \
    --cc=pavel@denx.de \
    --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