linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* Re: linux-next: Tree for Sep 19 (UML)
       [not found] <20230919163728.78432283@canb.auug.org.au>
@ 2023-09-19 15:42 ` Randy Dunlap
  2023-09-19 21:18   ` Nick Desaulniers
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2023-09-19 15:42 UTC (permalink / raw)
  To: Stephen Rothwell, Linux Next Mailing List
  Cc: Linux Kernel Mailing List, linux-um



On 9/18/23 23:37, Stephen Rothwell wrote:
> Hi all,
> 
> Changes since 20230918:
> 
> New tree: kvm-ppc
> 
> The mm tree gained a boot warning for which I reverted 5 commits.
> 
> Non-merge commits (relative to Linus' tree): 5750
>  3717 files changed, 446028 insertions(+), 107378 deletions(-)
> 
> ----------------------------------------------------------------------------
> 

on i386 or x86_64:

../arch/x86/um/../kernel/module.c: In function 'execmem_arch_params':
../arch/x86/um/../kernel/module.c:54:50: error: implicit declaration of function 'kaslr_enabled'; did you mean 'kasan_enabled'? [-Werror=implicit-function-declaration]
   54 |         if (IS_ENABLED(CONFIG_RANDOMIZE_BASE) && kaslr_enabled())
      |                                                  ^~~~~~~~~~~~~
      |                                                  kasan_enabled



git blames this on:

commit 12633d679796
Author: Stephen Rothwell <sfr@canb.auug.org.au>
Date:   Tue Sep 19 15:14:03 2023 +1000

    Revert "arch: make execmem setup available regardless of CONFIG_MODULES"
    
    This reverts commit 3300c3af20090ff5e03e5c4bf2ef2cfaa03d4e9b.


-- 
~Randy

_______________________________________________
linux-um mailing list
linux-um@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-um

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: linux-next: Tree for Sep 19 (UML)
  2023-09-19 15:42 ` linux-next: Tree for Sep 19 (UML) Randy Dunlap
@ 2023-09-19 21:18   ` Nick Desaulniers
  2023-09-19 23:18     ` Stephen Rothwell
  0 siblings, 1 reply; 3+ messages in thread
From: Nick Desaulniers @ 2023-09-19 21:18 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Stephen Rothwell, Linux Next Mailing List,
	Linux Kernel Mailing List, linux-um, Mike Rapoport, llvm

On Tue, Sep 19, 2023 at 08:42:07AM -0700, Randy Dunlap wrote:
> 
> 
> On 9/18/23 23:37, Stephen Rothwell wrote:
> > Hi all,
> > 
> > Changes since 20230918:
> > 
> > New tree: kvm-ppc
> > 
> > The mm tree gained a boot warning for which I reverted 5 commits.
> > 
> > Non-merge commits (relative to Linus' tree): 5750
> >  3717 files changed, 446028 insertions(+), 107378 deletions(-)
> > 
> > ----------------------------------------------------------------------------
> > 
> 
> on i386 or x86_64:
> 
> ../arch/x86/um/../kernel/module.c: In function 'execmem_arch_params':
> ../arch/x86/um/../kernel/module.c:54:50: error: implicit declaration of function 'kaslr_enabled'; did you mean 'kasan_enabled'? [-Werror=implicit-function-declaration]
>    54 |         if (IS_ENABLED(CONFIG_RANDOMIZE_BASE) && kaslr_enabled())
>       |                                                  ^~~~~~~~~~~~~
>       |                                                  kasan_enabled
> 
> 
> 
> git blames this on:
> 
> commit 12633d679796
> Author: Stephen Rothwell <sfr@canb.auug.org.au>
> Date:   Tue Sep 19 15:14:03 2023 +1000
> 
>     Revert "arch: make execmem setup available regardless of CONFIG_MODULES"
>     
>     This reverts commit 3300c3af20090ff5e03e5c4bf2ef2cfaa03d4e9b.

Thanks for the report, FWIW, our CI is hitting this, too.

Was 12633d679796 a pure revert, or was it manually modified?

Oh 3300c3 was patch 10/13; maybe a clean revert is not possible without
other reverts in addition?
https://lore.kernel.org/lkml/20230918072955.2507221-11-rppt@kernel.org/

Seems like there's more info in this thread:
https://lore.kernel.org/lkml/20230919152031.GF3303@kernel.org/

_______________________________________________
linux-um mailing list
linux-um@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-um

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: linux-next: Tree for Sep 19 (UML)
  2023-09-19 21:18   ` Nick Desaulniers
@ 2023-09-19 23:18     ` Stephen Rothwell
  0 siblings, 0 replies; 3+ messages in thread
From: Stephen Rothwell @ 2023-09-19 23:18 UTC (permalink / raw)
  To: Nick Desaulniers
  Cc: Randy Dunlap, Linux Next Mailing List, Linux Kernel Mailing List,
	linux-um, Mike Rapoport, llvm


[-- Attachment #1.1: Type: text/plain, Size: 1428 bytes --]

Hi Nick,

On Tue, 19 Sep 2023 14:18:36 -0700 Nick Desaulniers <ndesaulniers@google.com> wrote:
>
> On Tue, Sep 19, 2023 at 08:42:07AM -0700, Randy Dunlap wrote:
> > 
> > on i386 or x86_64:
> > 
> > ../arch/x86/um/../kernel/module.c: In function 'execmem_arch_params':
> > ../arch/x86/um/../kernel/module.c:54:50: error: implicit declaration of function 'kaslr_enabled'; did you mean 'kasan_enabled'? [-Werror=implicit-function-declaration]
> >    54 |         if (IS_ENABLED(CONFIG_RANDOMIZE_BASE) && kaslr_enabled())
> >       |                                                  ^~~~~~~~~~~~~
> >       |                                                  kasan_enabled
> > 
> > 
> > 
> > git blames this on:
> > 
> > commit 12633d679796
> > Author: Stephen Rothwell <sfr@canb.auug.org.au>
> > Date:   Tue Sep 19 15:14:03 2023 +1000
> > 
> >     Revert "arch: make execmem setup available regardless of CONFIG_MODULES"
> >     
> >     This reverts commit 3300c3af20090ff5e03e5c4bf2ef2cfaa03d4e9b.  
> 
> Thanks for the report, FWIW, our CI is hitting this, too.
> 
> Was 12633d679796 a pure revert, or was it manually modified?

It was a pure revert due to having to revert a previous commit to fix a
boot warning.  These reverts should not need to be in the next
linux-next as a patch has been applied to the appropriate included tree
to fix the boot warning.

-- 
Cheers,
Stephen Rothwell

[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 152 bytes --]

_______________________________________________
linux-um mailing list
linux-um@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-um

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-09-19 23:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20230919163728.78432283@canb.auug.org.au>
2023-09-19 15:42 ` linux-next: Tree for Sep 19 (UML) Randy Dunlap
2023-09-19 21:18   ` Nick Desaulniers
2023-09-19 23:18     ` Stephen Rothwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).