On Thu, Oct 29, 2020 at 11:05:01AM -0700, Nick Desaulniers wrote:
On Thu, Oct 29, 2020 at 4:01 AM Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx> wrote:
On Mon, Oct 26, 2020 at 06:17:00PM -0700, Jian Cai wrote:
> Hello,
>
> I am working on assembling kernel 5.4 with LLVM's integrated assembler on
> ChromeOS, and the following patch is required to make it work. Would you
> please consider backporting it to 5.4?
>
>
> commit 44623b2818f4a442726639572f44fd9b6d0ef68c
> Author: Arnd Bergmann <arnd@xxxxxxxx>
> Date: Wed May 27 16:17:40 2020 +0200
>
> crypto: x86/crc32c - fix building with clang ias
>
> Link:
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=44623b2818f4a442726639572f44fd9b6d0ef68c
>
It does not apply cleanly, can you please provide a properly backported
and tested version?
Hi Jian,
Thanks for proactively identifying and requesting a backport of
44623b2818. We'll need it for Android as well soon.
One thing I do when requesting backports from stable is I checkout the
branch of the stable tree and see if the patch cherry picks cleanly.
btw, an easy way to get an idea of possible dependencies is to look at
the dependency repo :) For this commit on 5.4:
https://git.kernel.org/pub/scm/linux/kernel/git/sashal/deps.git/plain/v5.4/44623b2818f4a442726639572f44fd9b6d0ef68c
--
Thanks,
Sasha