* Re: [PATCH v5 7/8] execmem: add support for cache of large ROX pages
[not found] ` <Zw4DlTTbz4QwhOvU@kernel.org>
@ 2024-10-15 20:11 ` Luis Chamberlain
2024-10-16 10:40 ` Mike Rapoport
0 siblings, 1 reply; 3+ messages in thread
From: Luis Chamberlain @ 2024-10-15 20:11 UTC (permalink / raw)
To: Mike Rapoport
Cc: Christoph Hellwig, Petr Pavlu, Sami Tolvanen, Andrew Morton,
Andreas Larsson, Andy Lutomirski, Ard Biesheuvel, Arnd Bergmann,
Borislav Petkov, Brian Cain, Catalin Marinas, Christophe Leroy,
Dave Hansen, Dinh Nguyen, Geert Uytterhoeven, Guo Ren,
Helge Deller, Huacai Chen, Ingo Molnar, Johannes Berg,
John Paul Adrian Glaubitz, Kent Overstreet, Liam R. Howlett,
Mark Rutland, Masami Hiramatsu, Matt Turner, Max Filippov,
Michael Ellerman, Michal Simek, Oleg Nesterov, Palmer Dabbelt,
Peter Zijlstra, Richard Weinberger, Russell King, Song Liu,
Stafford Horne, Steven Rostedt, Thomas Bogendoerfer,
Thomas Gleixner, Uladzislau Rezki, Vineet Gupta, Will Deacon, bpf,
linux-alpha, linux-arch, linux-arm-kernel, linux-csky,
linux-hexagon, linux-kernel, linux-m68k, linux-mips, linux-mm,
linux-modules, linux-openrisc, linux-parisc, linux-riscv,
linux-sh, linux-snps-arc, linux-trace-kernel, linux-um,
linuxppc-dev, loongarch, sparclinux, x86, kdevops
On Tue, Oct 15, 2024 at 08:54:29AM +0300, Mike Rapoport wrote:
> On Mon, Oct 14, 2024 at 09:09:49PM -0700, Luis Chamberlain wrote:
> > Mike, please run this with kmemleak enabled and running, and also try to get
> > tools/testing/selftests/kmod/kmod.sh to pass.
>
> There was an issue with kmemleak, I fixed it here:
>
> https://lore.kernel.org/linux-mm/20241009180816.83591-1-rppt@kernel.org/T/#m020884c1795218cc2be245e8091fead1cda3f3e4
Ah, so this was a side fix, not part of this series, thanks.
> > I run into silly boot issues with just a guest.
>
> Was it kmemleak or something else?
Both kmemleak and the kmod selftest failed, here is a run of the test
with this patch series:
https://github.com/linux-kdevops/linux-modules-kpd/actions/runs/11352286624/job/31574722735
We now have automated tests generated when people post patches to
linux-modules, but if you give me your github username you can push
onto the linux-kdevops/linux-modules-kpd [0] repo a random branch once you
have it ready, just cp -a the linux-ci-modules/.github [1] directory onto
your branch before a push and that'll trigger a test run (you need to
git add -f .github on your Linux branch) with our self-hosted runners.
[0] https://github.com/linux-kdevops/linux-modules-kpd
[1] https://github.com/linux-kdevops/kdevops-ci-modules
Luis
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v5 7/8] execmem: add support for cache of large ROX pages
2024-10-15 20:11 ` [PATCH v5 7/8] execmem: add support for cache of large ROX pages Luis Chamberlain
@ 2024-10-16 10:40 ` Mike Rapoport
2024-10-16 23:58 ` Luis Chamberlain
0 siblings, 1 reply; 3+ messages in thread
From: Mike Rapoport @ 2024-10-16 10:40 UTC (permalink / raw)
To: Luis Chamberlain
Cc: Christoph Hellwig, Petr Pavlu, Sami Tolvanen, Andrew Morton,
Andreas Larsson, Andy Lutomirski, Ard Biesheuvel, Arnd Bergmann,
Borislav Petkov, Brian Cain, Catalin Marinas, Christophe Leroy,
Dave Hansen, Dinh Nguyen, Geert Uytterhoeven, Guo Ren,
Helge Deller, Huacai Chen, Ingo Molnar, Johannes Berg,
John Paul Adrian Glaubitz, Kent Overstreet, Liam R. Howlett,
Mark Rutland, Masami Hiramatsu, Matt Turner, Max Filippov,
Michael Ellerman, Michal Simek, Oleg Nesterov, Palmer Dabbelt,
Peter Zijlstra, Richard Weinberger, Russell King, Song Liu,
Stafford Horne, Steven Rostedt, Thomas Bogendoerfer,
Thomas Gleixner, Uladzislau Rezki, Vineet Gupta, Will Deacon, bpf,
linux-alpha, linux-arch, linux-arm-kernel, linux-csky,
linux-hexagon, linux-kernel, linux-m68k, linux-mips, linux-mm,
linux-modules, linux-openrisc, linux-parisc, linux-riscv,
linux-sh, linux-snps-arc, linux-trace-kernel, linux-um,
linuxppc-dev, loongarch, sparclinux, x86, kdevops
On Tue, Oct 15, 2024 at 01:11:54PM -0700, Luis Chamberlain wrote:
> On Tue, Oct 15, 2024 at 08:54:29AM +0300, Mike Rapoport wrote:
> > On Mon, Oct 14, 2024 at 09:09:49PM -0700, Luis Chamberlain wrote:
> > > Mike, please run this with kmemleak enabled and running, and also try to get
> > > tools/testing/selftests/kmod/kmod.sh to pass.
> >
> > There was an issue with kmemleak, I fixed it here:
> >
> > https://lore.kernel.org/linux-mm/20241009180816.83591-1-rppt@kernel.org/T/#m020884c1795218cc2be245e8091fead1cda3f3e4
>
> Ah, so this was a side fix, not part of this series, thanks.
>
> > > I run into silly boot issues with just a guest.
> >
> > Was it kmemleak or something else?
>
> Both kmemleak and the kmod selftest failed, here is a run of the test
> with this patch series:
>
> https://github.com/linux-kdevops/linux-modules-kpd/actions/runs/11352286624/job/31574722735
Is there a kernel log to look at? Could not find it in the run report
> Luis
--
Sincerely yours,
Mike.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v5 7/8] execmem: add support for cache of large ROX pages
2024-10-16 10:40 ` Mike Rapoport
@ 2024-10-16 23:58 ` Luis Chamberlain
0 siblings, 0 replies; 3+ messages in thread
From: Luis Chamberlain @ 2024-10-16 23:58 UTC (permalink / raw)
To: Mike Rapoport
Cc: Christoph Hellwig, Petr Pavlu, Sami Tolvanen, Andrew Morton,
Andreas Larsson, Andy Lutomirski, Ard Biesheuvel, Arnd Bergmann,
Borislav Petkov, Brian Cain, Catalin Marinas, Christophe Leroy,
Dave Hansen, Dinh Nguyen, Geert Uytterhoeven, Guo Ren,
Helge Deller, Huacai Chen, Ingo Molnar, Johannes Berg,
John Paul Adrian Glaubitz, Kent Overstreet, Liam R. Howlett,
Mark Rutland, Masami Hiramatsu, Matt Turner, Max Filippov,
Michael Ellerman, Michal Simek, Oleg Nesterov, Palmer Dabbelt,
Peter Zijlstra, Richard Weinberger, Russell King, Song Liu,
Stafford Horne, Steven Rostedt, Thomas Bogendoerfer,
Thomas Gleixner, Uladzislau Rezki, Vineet Gupta, Will Deacon, bpf,
linux-alpha, linux-arch, linux-arm-kernel, linux-csky,
linux-hexagon, linux-kernel, linux-m68k, linux-mips, linux-mm,
linux-modules, linux-openrisc, linux-parisc, linux-riscv,
linux-sh, linux-snps-arc, linux-trace-kernel, linux-um,
linuxppc-dev, loongarch, sparclinux, x86, kdevops
On Wed, Oct 16, 2024 at 01:40:55PM +0300, Mike Rapoport wrote:
> On Tue, Oct 15, 2024 at 01:11:54PM -0700, Luis Chamberlain wrote:
> > On Tue, Oct 15, 2024 at 08:54:29AM +0300, Mike Rapoport wrote:
> > > On Mon, Oct 14, 2024 at 09:09:49PM -0700, Luis Chamberlain wrote:
> > > > Mike, please run this with kmemleak enabled and running, and also try to get
> > > > tools/testing/selftests/kmod/kmod.sh to pass.
> > >
> > > There was an issue with kmemleak, I fixed it here:
> > >
> > > https://lore.kernel.org/linux-mm/20241009180816.83591-1-rppt@kernel.org/T/#m020884c1795218cc2be245e8091fead1cda3f3e4
> >
> > Ah, so this was a side fix, not part of this series, thanks.
> >
> > > > I run into silly boot issues with just a guest.
> > >
> > > Was it kmemleak or something else?
> >
> > Both kmemleak and the kmod selftest failed, here is a run of the test
> > with this patch series:
> >
> > https://github.com/linux-kdevops/linux-modules-kpd/actions/runs/11352286624/job/31574722735
>
> Is there a kernel log to look at? Could not find it in the run report
No, I forgot to include the guestfs console on artifacts, I'll do that
in the next run.
Luis
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-10-16 23:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20241009180816.83591-1-rppt@kernel.org>
[not found] ` <20241009180816.83591-8-rppt@kernel.org>
[not found] ` <Zwd7GRyBtCwiAv1v@infradead.org>
[not found] ` <ZwfPPZrxHzQgYfx7@kernel.org>
[not found] ` <ZwjXz0dz-RldVNx0@infradead.org>
[not found] ` <ZwuIPZkjX0CfzhjS@kernel.org>
[not found] ` <20241013202626.81f430a16750af0d2f40d683@linux-foundation.org>
[not found] ` <Zw1uBBcG-jAgxF_t@bombadil.infradead.org>
[not found] ` <Zw3rDS3GRWZe4CBu@bombadil.infradead.org>
[not found] ` <Zw4DlTTbz4QwhOvU@kernel.org>
2024-10-15 20:11 ` [PATCH v5 7/8] execmem: add support for cache of large ROX pages Luis Chamberlain
2024-10-16 10:40 ` Mike Rapoport
2024-10-16 23:58 ` Luis Chamberlain
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox