All of lore.kernel.org
 help / color / mirror / Atom feed
From: Miguel Ojeda <ojeda@kernel.org>
To: gregkh@linuxfoundation.org
Cc: achill@achill.org, akpm@linux-foundation.org, broonie@kernel.org,
	conor@kernel.org, f.fainelli@gmail.com, hargar@microsoft.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@nabladev.com, rwarsow@gmx.de, shuah@kernel.org,
	sr@sladewatkins.com, stable@vger.kernel.org,
	sudipm.mukherjee@gmail.com, torvalds@linux-foundation.org,
	Miguel Ojeda <ojeda@kernel.org>,
	Eliot Courtney <ecourtney@nvidia.com>,
	John Hubbard <jhubbard@nvidia.com>,
	Danilo Krummrich <dakr@kernel.org>,
	Alexandre Courbot <acourbot@nvidia.com>,
	Alice Ryhl <aliceryhl@google.com>,
	nova-gpu@lists.linux.dev
Subject: Re: [PATCH 6.18 0000/1624] 6.18.40-rc2 review
Date: Thu, 23 Jul 2026 17:43:03 +0200	[thread overview]
Message-ID: <20260723154303.11008-1-ojeda@kernel.org> (raw)
In-Reply-To: <20260722142910.893804136@linuxfoundation.org>

On Wed, 22 Jul 2026 16:31:54 +0200 Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote:
>
> This is the start of the stable review cycle for the 6.18.40 release.
> There are 1624 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, 24 Jul 2026 14:26:57 +0000.
> Anything received after that time might be too late.

Boot-tested under QEMU for Rust x86_64, arm64 and riscv64; built-tested
for loongarch64 and arm32:

Tested-by: Miguel Ojeda <ojeda@kernel.org>

I found a build error for all builds with Nova:

    error[E0405]: cannot find trait `FromBytes` in this scope
       --> drivers/gpu/nova-core/vbios.rs:398:13
        |
    398 | unsafe impl FromBytes for BitToken {}
        |             ^^^^^^^^^ not found in this scope
        |
    help: consider importing this trait
        |
    5   + use kernel::transmute::FromBytes;
        |

The reason is that the trait is not imported (and then the function does
not exist in 6.18.y, i.e. `from_bytes_copy_prefix()`).

I suggest dropping commit

  d8fa174e21c8 ("gpu: nova-core: vbios: read BitToken using FromBytes")

for now -- it was not marked for stable, and as far as I know, there are
no production users of Nova, especially in stable kernels.

With that reverted, 6.18.y is fine for me for all builds.

If we want to fix the bug, then we may want a custom minimal patch.

Same applies for -rc1.

Cc: Eliot Courtney <ecourtney@nvidia.com>
Cc: John Hubbard <jhubbard@nvidia.com>
Cc: Eliot Courtney <ecourtney@nvidia.com>
Cc: Danilo Krummrich <dakr@kernel.org>
Cc: Alexandre Courbot <acourbot@nvidia.com>
Cc: Alice Ryhl <aliceryhl@google.com>
Cc: nova-gpu@lists.linux.dev

I hope that helps!

Cheers,
Miguel

  parent reply	other threads:[~2026-07-23 15:43 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-22 14:31 [PATCH 6.18 0000/1624] 6.18.40-rc2 review Greg Kroah-Hartman
2026-07-22 16:54 ` Brett A C Sheffield
2026-07-22 18:27 ` Pavel Machek
2026-07-22 18:53 ` Florian Fainelli
2026-07-23  9:15 ` Peter Schneider
2026-07-23 14:59 ` Wentao Guan
2026-07-23 15:07 ` Mark Brown
2026-07-23 15:43 ` Miguel Ojeda [this message]
2026-07-23 20:33   ` Danilo Krummrich

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=20260723154303.11008-1-ojeda@kernel.org \
    --to=ojeda@kernel.org \
    --cc=achill@achill.org \
    --cc=acourbot@nvidia.com \
    --cc=akpm@linux-foundation.org \
    --cc=aliceryhl@google.com \
    --cc=broonie@kernel.org \
    --cc=conor@kernel.org \
    --cc=dakr@kernel.org \
    --cc=ecourtney@nvidia.com \
    --cc=f.fainelli@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=hargar@microsoft.com \
    --cc=jhubbard@nvidia.com \
    --cc=jonathanh@nvidia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lkft-triage@lists.linaro.org \
    --cc=nova-gpu@lists.linux.dev \
    --cc=patches@kernelci.org \
    --cc=patches@lists.linux.dev \
    --cc=pavel@nabladev.com \
    --cc=rwarsow@gmx.de \
    --cc=shuah@kernel.org \
    --cc=sr@sladewatkins.com \
    --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 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.