Re: [GIT PULL] Modules changes for v6.13-rc1

2024-11-27 Thread Luis Chamberlain
On Wed, Nov 27, 2024 at 07:02:55PM -0800, Luis Chamberlain wrote: > I did. Multiple times. I've split this up now in 2 parts, one with your fixes and then the other boundary fixes which are not related. >From 8e4c903fa3079e1c05c9585f78c57e8067024d99 Mon Sep 17 00:00:00 2001 From: Luis Chamberlain

Re: [GIT PULL] Modules changes for v6.13-rc1

2024-11-27 Thread Masahiro Yamada
On Thu, Nov 28, 2024 at 12:10 PM Luis Chamberlain wrote: > > On Wed, Nov 27, 2024 at 07:02:55PM -0800, Luis Chamberlain wrote: > > I did. Multiple times. > > I've split this up now in 2 parts, one with your fixes and then the > other boundary fixes which are not related. > > From 8e4c903fa3079e1c0

Re: [GIT PULL] Modules changes for v6.13-rc1

2024-11-27 Thread Masahiro Yamada
On Thu, Nov 28, 2024 at 12:02 PM Luis Chamberlain wrote: > > On Thu, Nov 28, 2024 at 11:56:44AM +0900, Masahiro Yamada wrote: > > On Thu, Nov 28, 2024 at 11:42 AM Luis Chamberlain wrote: > > > > > > Now with Masahiro's cleanups, in my testing we don't need the FORCE > > > anymore. > > > > > > >

Re: [GIT PULL] Modules changes for v6.13-rc1

2024-11-27 Thread Luis Chamberlain
On Thu, Nov 28, 2024 at 11:56:44AM +0900, Masahiro Yamada wrote: > On Thu, Nov 28, 2024 at 11:42 AM Luis Chamberlain wrote: > > > > Now with Masahiro's cleanups, in my testing we don't need the FORCE anymore. > > > > > > From 83497e0e83d81950df54d82461b1dae629842147 Mon Sep 17 00:00:00 2001 > > Fr

Re: [GIT PULL] Modules changes for v6.13-rc1

2024-11-27 Thread Masahiro Yamada
On Thu, Nov 28, 2024 at 11:42 AM Luis Chamberlain wrote: > > Now with Masahiro's cleanups, in my testing we don't need the FORCE anymore. > > > From 83497e0e83d81950df54d82461b1dae629842147 Mon Sep 17 00:00:00 2001 > From: Luis Chamberlain > Date: Wed, 27 Nov 2024 14:10:57 -0800 > Subject: [PATCH

Re: [GIT PULL] Modules changes for v6.13-rc1

2024-11-27 Thread Masahiro Yamada
On Thu, Nov 28, 2024 at 11:38 AM Luis Chamberlain wrote: > > On Thu, Nov 28, 2024 at 11:09:43AM +0900, Masahiro Yamada wrote: > > diff --git a/lib/tests/module/Makefile b/lib/tests/module/Makefile > > index af5c27b996cb..8cfc4ae600a9 100644 > > --- a/lib/tests/module/Makefile > > +++ b/lib/tests/m

Re: [GIT PULL] Modules changes for v6.13-rc1

2024-11-27 Thread Masahiro Yamada
On Thu, Nov 28, 2024 at 11:22 AM Luis Chamberlain wrote: > > On Wed, Nov 27, 2024 at 03:56:48PM -0800, Linus Torvalds wrote: > > On Wed, 27 Nov 2024 at 15:26, Luis Chamberlain wrote: > > > > > > On Wed, Nov 27, 2024 at 02:35:36PM -0800, Luis Chamberlain wrote: > > > > Sorry about that, I'm on it.

Re: [GIT PULL] Modules changes for v6.13-rc1

2024-11-27 Thread Luis Chamberlain
Now with Masahiro's cleanups, in my testing we don't need the FORCE anymore. >From 83497e0e83d81950df54d82461b1dae629842147 Mon Sep 17 00:00:00 2001 From: Luis Chamberlain Date: Wed, 27 Nov 2024 14:10:57 -0800 Subject: [PATCH v3] selftests: kallsyms: fix double build stupidity Fix the stupid FO

Re: [GIT PULL] Modules changes for v6.13-rc1

2024-11-27 Thread Luis Chamberlain
On Thu, Nov 28, 2024 at 11:09:43AM +0900, Masahiro Yamada wrote: > diff --git a/lib/tests/module/Makefile b/lib/tests/module/Makefile > index af5c27b996cb..8cfc4ae600a9 100644 > --- a/lib/tests/module/Makefile > +++ b/lib/tests/module/Makefile > @@ -3,13 +3,12 @@ obj-$(CONFIG_TEST_KALLSYMS_B) += te

Re: [GIT PULL] Modules changes for v6.13-rc1

2024-11-27 Thread Luis Chamberlain
On Wed, Nov 27, 2024 at 03:56:48PM -0800, Linus Torvalds wrote: > On Wed, 27 Nov 2024 at 15:26, Luis Chamberlain wrote: > > > > On Wed, Nov 27, 2024 at 02:35:36PM -0800, Luis Chamberlain wrote: > > > Sorry about that, I'm on it. > > > > OK here is a fix, goes double build tested and then run time

Re: [GIT PULL] Modules changes for v6.13-rc1

2024-11-27 Thread Masahiro Yamada
Hi Linus and Luis, On Thu, Nov 28, 2024 at 8:57 AM Linus Torvalds wrote: > > On Wed, 27 Nov 2024 at 15:26, Luis Chamberlain wrote: > > > > On Wed, Nov 27, 2024 at 02:35:36PM -0800, Luis Chamberlain wrote: > > > Sorry about that, I'm on it. > > > > OK here is a fix, goes double build tested and

Re: [GIT PULL] Modules changes for v6.13-rc1

2024-11-27 Thread Linus Torvalds
On Wed, 27 Nov 2024 at 15:26, Luis Chamberlain wrote: > > On Wed, Nov 27, 2024 at 02:35:36PM -0800, Luis Chamberlain wrote: > > Sorry about that, I'm on it. > > OK here is a fix, goes double build tested and then run time tested. No, you misunderstand. I don't mind the tests being built. That's

Re: [GIT PULL] Modules changes for v6.13-rc1

2024-11-27 Thread Luis Chamberlain
On Wed, Nov 27, 2024 at 02:35:36PM -0800, Luis Chamberlain wrote: > Sorry about that, I'm on it. OK here is a fix, goes double build tested and then run time tested. >From 6c9ef19d7676c3f650f1de3e2619c958f21c0b75 Mon Sep 17 00:00:00 2001 From: Luis Chamberlain Date: Wed, 27 Nov 2024 14:10:57 -08

Re: [GIT PULL] Modules changes for v6.13-rc1

2024-11-27 Thread Luis Chamberlain
On Wed, Nov 27, 2024 at 01:22:37PM -0800, Linus Torvalds wrote: > On Tue, 26 Nov 2024 at 17:10, Luis Chamberlain wrote: > > > > Highlights for this merge window: > > Lowlights: > > > * Adds a new modules selftests: kallsyms which helps us tests > > find_symbol() > > and the limits of kall

Re: [GIT PULL] Modules changes for v6.13-rc1

2024-11-27 Thread Linus Torvalds
On Tue, 26 Nov 2024 at 17:10, Luis Chamberlain wrote: > > Highlights for this merge window: Lowlights: > * Adds a new modules selftests: kallsyms which helps us tests find_symbol() > and the limits of kallsyms on Linux today. This is completely broken. Try doing "make allmodconfig" and t

Re: [GIT PULL] Modules changes for v6.13-rc1

2024-11-27 Thread pr-tracker-bot
The pull request you sent on Tue, 26 Nov 2024 17:10:32 -0800: > git://git.kernel.org/pub/scm/linux/kernel/git/modules/linux.git/ > tags/modules-6.13-rc1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/b5361254c9027c2b3730be1bebcdb37eed42e9a5 Thank you! -- Deet-doot-

[GIT PULL] Modules changes for v6.13-rc1

2024-11-26 Thread Luis Chamberlain
The following changes since commit 8e929cb546ee42c9a61d24fae60605e9e3192354: Linux 6.12-rc3 (2024-10-13 14:33:32 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/modules/linux.git/ tags/modules-6.13-rc1 for you to fetch changes up to 2466b3120142