lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <CAK7LNATPW2QE8ZnE56hC_ayWeG9s8nBkArae9a1d9Sqw=Xy_gg@mail.gmail.com> Date: Sun, 27 Nov 2022 07:17:10 +0900 From: Masahiro Yamada <masahiroy@...nel.org> To: Thomas Weißschuh <linux@...ssschuh.net> Cc: Luis Chamberlain <mcgrof@...nel.org>, Russ Weight <russell.h.weight@...el.com>, Greg Kroah-Hartman <gregkh@...uxfoundation.org>, "Rafael J. Wysocki" <rafael@...nel.org>, linuxppc-dev@...ts.ozlabs.org, linux-kernel@...r.kernel.org, Michael Ellerman <mpe@...erman.id.au>, Nicholas Piggin <npiggin@...il.com> Subject: Re: [PATCH 2/3] powerpc/book3e: remove #include <generated/utsrelease.h> On Sat, Nov 26, 2022 at 2:10 PM Thomas Weißschuh <linux@...ssschuh.net> wrote: > > Commit 7ad4bd887d27 ("powerpc/book3e: get rid of #include <generated/compile.h>") > removed the usage of the define UTS_VERSION but forgot to drop the > include. > > Fixes: 7ad4bd887d27 ("powerpc/book3e: get rid of #include <generated/compile.h>") > Signed-off-by: Thomas Weißschuh <linux@...ssschuh.net> > --- Assuming you will fix the commit description, Reviewed-by: Masahiro Yamada <masahiroy@...nel.org> > arch/powerpc/mm/nohash/kaslr_booke.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/powerpc/mm/nohash/kaslr_booke.c b/arch/powerpc/mm/nohash/kaslr_booke.c > index 0d04f9d5da8d..2fb3edafe9ab 100644 > --- a/arch/powerpc/mm/nohash/kaslr_booke.c > +++ b/arch/powerpc/mm/nohash/kaslr_booke.c > @@ -19,7 +19,6 @@ > #include <asm/cacheflush.h> > #include <asm/kdump.h> > #include <mm/mmu_decl.h> > -#include <generated/utsrelease.h> > > struct regions { > unsigned long pa_start; > -- > 2.38.1 > -- Best Regards Masahiro Yamada
Powered by blists - more mailing lists