I need to filter my emails better, switch to pavel@kernel.org address
to help with that.
Signed-off-by: Pavel Machek <pavel@ucw.cz>
---
I guess this should go through the LED tree?
diff --git a/CREDITS b/CREDITS
index 1f9f0f078b4ae..53d11a46fd698 100644
--- a/CREDITS
+++ b/CREDITS
@@ -2515,11 +2515,9 @@ D: SLS distribution
D: Initial implementation of VC's, pty's and select()
N: Pavel Machek
-E: pavel@ucw.cz
+E: pavel@kernel.org
P: 4096R/92DFCE96 4FA7 9EEF FCD4 C44F C585 B8C7 C060 2241 92DF CE96
-D: Softcursor for vga, hypertech cdrom support, vcsa bugfix, nbd,
-D: sun4/330 port, capabilities for elf, speedup for rm on ext2, USB,
-D: work on suspend-to-ram/disk, killing duplicates from ioctl32,
+D: NBD, Sun4/330 port, USB, work on suspend-to-ram/disk,
D: Altera SoCFPGA and Nokia N900 support.
S: Czech Republic
diff --git a/MAINTAINERS b/MAINTAINERS
index e7ebcecf2b7d0..67825dbee7348 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9424,7 +9424,7 @@ F: fs/freevxfs/
FREEZER
M: "Rafael J. Wysocki" <rafael@kernel.org>
-M: Pavel Machek <pavel@ucw.cz>
+M: Pavel Machek <pavel@kernel.org>
L: linux-pm@vger.kernel.org
S: Supported
F: Documentation/power/freezing-of-tasks.rst
@@ -10259,7 +10259,7 @@ F: drivers/video/fbdev/hgafb.c
HIBERNATION (aka Software Suspend, aka swsusp)
M: "Rafael J. Wysocki" <rafael@kernel.org>
-M: Pavel Machek <pavel@ucw.cz>
+M: Pavel Machek <pavel@kernel.org>
L: linux-pm@vger.kernel.org
S: Supported
B: https://bugzilla.kernel.org
@@ -13130,8 +13130,8 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/har
F: scripts/leaking_addresses.pl
LED SUBSYSTEM
-M: Pavel Machek <pavel@ucw.cz>
M: Lee Jones <lee@kernel.org>
+M: Pavel Machek <pavel@kernel.org>
L: linux-leds@vger.kernel.org
S: Maintained
T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/leds.git
@@ -16787,7 +16787,7 @@ F: include/linux/tick.h
F: kernel/time/tick*.*
NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
-M: Pavel Machek <pavel@ucw.cz>
+M: Pavel Machek <pavel@kernel.org>
M: Sakari Ailus <sakari.ailus@iki.fi>
L: linux-media@vger.kernel.org
S: Maintained
@@ -22812,7 +22812,7 @@ F: drivers/sh/
SUSPEND TO RAM
M: "Rafael J. Wysocki" <rafael@kernel.org>
M: Len Brown <len.brown@intel.com>
-M: Pavel Machek <pavel@ucw.cz>
+M: Pavel Machek <pavel@kernel.org>
L: linux-pm@vger.kernel.org
S: Supported
B: https://bugzilla.kernel.org
--
People of Russia, stop Putin before his war on Ukraine escalates.
On Wed, 05 Feb 2025, Pavel Machek wrote: > I need to filter my emails better, switch to pavel@kernel.org address > to help with that. > > Signed-off-by: Pavel Machek <pavel@ucw.cz> > --- > I guess this should go through the LED tree? I'm struggling to apply this. Something is up with your Message-ID. How is it crafted? -- Lee Jones [李琼斯]
On Tue, 11 Feb 2025 at 06:11, Lee Jones <lee@kernel.org> wrote:
>
> I'm struggling to apply this.
Well, it turns out I already applied it as commit 511121a48bbd
("MAINTAINERS: Move Pavel to kernel.org address"), so no worries.
Linus
On Tue, 11 Feb 2025, Linus Torvalds wrote:
> On Tue, 11 Feb 2025 at 06:11, Lee Jones <lee@kernel.org> wrote:
> >
> > I'm struggling to apply this.
>
> Well, it turns out I already applied it as commit 511121a48bbd
> ("MAINTAINERS: Move Pavel to kernel.org address"), so no worries.
Thanks.
Out of interest, how did you apply it? b4 was playing up for me.
--
Lee Jones [李琼斯]
On Tue, 11 Feb 2025, Lee Jones wrote:
> On Tue, 11 Feb 2025, Linus Torvalds wrote:
>
> > On Tue, 11 Feb 2025 at 06:11, Lee Jones <lee@kernel.org> wrote:
> > >
> > > I'm struggling to apply this.
> >
> > Well, it turns out I already applied it as commit 511121a48bbd
> > ("MAINTAINERS: Move Pavel to kernel.org address"), so no worries.
>
> Thanks.
>
> Out of interest, how did you apply it? b4 was playing up for me.
Fetching patch(es)
/home/lee/bin/apply-patch.sh: line 134: /tmp/<Z6Ow+T/uSv128wdR@duo.ucw.cz>.mbox: No such file or directory
Where apply-patch.sh: line 134:
b4 am -3 -slt ${PATCHES} -o - ${id} > ${MBOX}
My first guess would be the stray '/' in the Message-ID.
--
Lee Jones [李琼斯]
On Tue, 11 Feb 2025 at 08:07, Lee Jones <lee@kernel.org> wrote:
>
> > Out of interest, how did you apply it? b4 was playing up for me.
So I had no issues, but I don't actually use b4 to apply the patches,
only to fetch them.
> Fetching patch(es)
> /home/lee/bin/apply-patch.sh: line 134: /tmp/<Z6Ow+T/uSv128wdR@duo.ucw.cz>.mbox: No such file or directory
>
> Where apply-patch.sh: line 134:
>
> b4 am -3 -slt ${PATCHES} -o - ${id} > ${MBOX}
>
> My first guess would be the stray '/' in the Message-ID.
I don't know your apply-patch.sh script, so maybe the bug is there,
and it's your MBOX thing that you create without quoting the message
ID.
But in case it's actually b4, let's just add tools@kernel.org to the
participant list.
Linus
On Tue, Feb 11, 2025 at 09:40:24AM -0800, Linus Torvalds wrote:
> On Tue, 11 Feb 2025 at 08:07, Lee Jones <lee@kernel.org> wrote:
> >
> > > Out of interest, how did you apply it? b4 was playing up for me.
>
> So I had no issues, but I don't actually use b4 to apply the patches,
> only to fetch them.
>
> > Fetching patch(es)
> > /home/lee/bin/apply-patch.sh: line 134: /tmp/<Z6Ow+T/uSv128wdR@duo.ucw.cz>.mbox: No such file or directory
> >
> > Where apply-patch.sh: line 134:
> >
> > b4 am -3 -slt ${PATCHES} -o - ${id} > ${MBOX}
> >
> > My first guess would be the stray '/' in the Message-ID.
>
> I don't know your apply-patch.sh script, so maybe the bug is there,
> and it's your MBOX thing that you create without quoting the message
> ID.
That would be my guess, too, as b4 itself has no trouble fetching or applying
this series:
$ b4 shazam Z6Ow+T/uSv128wdR@duo.ucw.cz
Grabbing thread from lore.kernel.org/all/Z6Ow%2BT%2FuSv128wdR@duo.ucw.cz/t.mbox.gz
Analyzing 7 messages in the thread
Analyzing 0 code-review messages
Checking attestation on all messages, may take a moment...
---
✓ [PATCH] MAINTAINERS: Move Pavel to kernel.org address
---
✓ Signed: DKIM/ucw.cz
---
Total patches: 1
---
Applying: MAINTAINERS: Move Pavel to kernel.org address
-K
On Tue, 11 Feb 2025, Konstantin Ryabitsev wrote:
> On Tue, Feb 11, 2025 at 09:40:24AM -0800, Linus Torvalds wrote:
> > On Tue, 11 Feb 2025 at 08:07, Lee Jones <lee@kernel.org> wrote:
> > >
> > > > Out of interest, how did you apply it? b4 was playing up for me.
> >
> > So I had no issues, but I don't actually use b4 to apply the patches,
> > only to fetch them.
> >
> > > Fetching patch(es)
> > > /home/lee/bin/apply-patch.sh: line 134: /tmp/<Z6Ow+T/uSv128wdR@duo.ucw.cz>.mbox: No such file or directory
> > >
> > > Where apply-patch.sh: line 134:
> > >
> > > b4 am -3 -slt ${PATCHES} -o - ${id} > ${MBOX}
> > >
> > > My first guess would be the stray '/' in the Message-ID.
> >
> > I don't know your apply-patch.sh script, so maybe the bug is there,
> > and it's your MBOX thing that you create without quoting the message
> > ID.
>
> That would be my guess, too, as b4 itself has no trouble fetching or applying
> this series:
>
> $ b4 shazam Z6Ow+T/uSv128wdR@duo.ucw.cz
> Grabbing thread from lore.kernel.org/all/Z6Ow%2BT%2FuSv128wdR@duo.ucw.cz/t.mbox.gz
> Analyzing 7 messages in the thread
> Analyzing 0 code-review messages
> Checking attestation on all messages, may take a moment...
> ---
> ✓ [PATCH] MAINTAINERS: Move Pavel to kernel.org address
> ---
> ✓ Signed: DKIM/ucw.cz
> ---
> Total patches: 1
> ---
> Applying: MAINTAINERS: Move Pavel to kernel.org address
I guess it's the fact that I create a file with the name of the
Message-ID which includes the slash. This is the first time I've seen
this happen. I'll investigate locally. Thanks for your time.
--
Lee Jones [李琼斯]
On Wed, 05 Feb 2025, Pavel Machek wrote: > I need to filter my emails better, switch to pavel@kernel.org address > to help with that. > > Signed-off-by: Pavel Machek <pavel@ucw.cz> LGTM. Happy to merge this through LED after a few days of ML exposure. -- Lee Jones [李琼斯]
© 2016 - 2026 Red Hat, Inc.