From: Greg KH <gregkh@linuxfoundation.org>
To: srini@kernel.org
Cc: linux-kernel@vger.kernel.org, Arnd Bergmann <arnd@arndb.de>
Subject: Re: [PATCH 1/2] nvmem: rmem: select CONFIG_CRC32
Date: Wed, 21 May 2025 14:27:49 +0200 [thread overview]
Message-ID: <2025052140-train-annoying-e62b@gregkh> (raw)
In-Reply-To: <20250509122407.11763-2-srini@kernel.org>
On Fri, May 09, 2025 at 01:24:06PM +0100, srini@kernel.org wrote:
> From: Arnd Bergmann <arnd@arndb.de>
>
> The newly added crc checking leads to a link failure if CRC32
> itself is disabled:
>
> x86_64-linux-ld: vmlinux.o: in function `rmem_eyeq5_checksum':
> rmem.c:(.text+0x52341b): undefined reference to `crc32_le_arch'
>
> Fixes: 7e606c311f70 ("nvmem: rmem: add CRC validation for Mobileye EyeQ5 NVMEM")
You forgot to cc: stable :(
next prev parent reply other threads:[~2025-05-21 12:27 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-09 12:24 [PATCH 0/2] nvmem: fixes for 6.15 srini
2025-05-09 12:24 ` [PATCH 1/2] nvmem: rmem: select CONFIG_CRC32 srini
2025-05-21 12:27 ` Greg KH [this message]
2025-05-09 12:24 ` [PATCH 2/2] nvmem: zynqmp_nvmem: unbreak driver after cleanup srini
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=2025052140-train-annoying-e62b@gregkh \
--to=gregkh@linuxfoundation.org \
--cc=arnd@arndb.de \
--cc=linux-kernel@vger.kernel.org \
--cc=srini@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.