mbox series

[GIT,PULL] Modules fixes for v6.14-rc5

Message ID fedd0c6b-a870-4b8f-8f52-6e11df936678@suse.com (mailing list archive)
State Handled Elsewhere
Headers show
Series [GIT,PULL] Modules fixes for v6.14-rc5 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/modules/linux.git/ tags/modules-6.13-rc5

Message

Petr Pavlu Dec. 23, 2024, 10:55 a.m. UTC
The following changes since commit 4bbf9020becbfd8fc2c3da790855b7042fad455b:

  Linux 6.13-rc4 (2024-12-22 13:22:21 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/modules/linux.git/ tags/modules-6.13-rc5

for you to fetch changes up to 0b7a66a2c864859fbf9bb16229c03172eef02c05:

  preempt: Move PREEMPT_RT before PREEMPT in vermagic. (2024-12-23 10:46:38 +0100)

----------------------------------------------------------------
Modules fixes for v6.13-rc5

Luis asked me to look after the modules maintenance for a while, with the
plan to rotate it with other recently added modules maintainers/reviewers.
This is my first pull request to you.

A single fix is present to correct the module vermagic for PREEMPT_RT.

----------------------------------------------------------------
Sebastian Andrzej Siewior (1):
      preempt: Move PREEMPT_RT before PREEMPT in vermagic.

 include/linux/vermagic.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Linus Torvalds Dec. 23, 2024, 8:14 p.m. UTC | #1
On Mon, 23 Dec 2024 at 02:55, Petr Pavlu <petr.pavlu@suse.com> wrote:
>
> Luis asked me to look after the modules maintenance for a while, with the
> plan to rotate it with other recently added modules maintainers/reviewers.
> This is my first pull request to you.

I *really* want maintainers to give me a heads up before people change
and I pull from new people.

Please? Otherwise it just takes me by surprise and looks unplanned.

               Linus
pr-tracker-bot@kernel.org Dec. 24, 2024, 5:30 p.m. UTC | #2
The pull request you sent on Mon, 23 Dec 2024 11:55:26 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/modules/linux.git/ tags/modules-6.13-rc5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ef49c460ab89d3d0ccc01c0ac3b55a47927ec6d5

Thank you!
pr-tracker-bot@kernel.org Dec. 24, 2024, 5:30 p.m. UTC | #3
The pull request you sent on Mon, 23 Dec 2024 11:55:26 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/modules/linux.git/ tags/modules-6.13-rc5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ef49c460ab89d3d0ccc01c0ac3b55a47927ec6d5

Thank you!
Petr Pavlu Jan. 1, 2025, 12:43 p.m. UTC | #4
On 12/23/24 21:14, Linus Torvalds wrote:
> On Mon, 23 Dec 2024 at 02:55, Petr Pavlu <petr.pavlu@suse.com> wrote:
>>
>> Luis asked me to look after the modules maintenance for a while, with the
>> plan to rotate it with other recently added modules maintainers/reviewers.
>> This is my first pull request to you.
> 
> I *really* want maintainers to give me a heads up before people change
> and I pull from new people.
> 
> Please? Otherwise it just takes me by surprise and looks unplanned.

Sure, I think I got ahead of Luis before he was going to make you aware
of the change.

We plan to rotate after ~6 months. I'll let you know then.

-- Petr