patches.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH WIP v1 0/3] Fake series to test out b4 submit
@ 2022-07-14 19:52 Konstantin Ryabitsev
  2022-07-14 19:52 ` [PATCH WIP v1 1/3] Rename Linux into Konix Konstantin Ryabitsev
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Konstantin Ryabitsev @ 2022-07-14 19:52 UTC (permalink / raw)
  To: patches

This is a fake series that I created to test b4 submit. It will be sent
to the patches list, but it's not a real set of patches. You can ignore
everything about it.

Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
Suggested-by: Sockpuppet Squirrel <mricon@gmail.com>

---
Konstantin Ryabitsev (3):
      Add myself as ultimate maintainer
      Our version goes to 11
      Rename Linux into Konix

 MAINTAINERS | 4 ++--
 Makefile    | 2 +-
 README      | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
---
base-commit: 88084a3df1672e131ddc1b4e39eeacfd39864acf
change-id: 20220707-my-new-branch-1325e0e7fd1c

Best regards,
-- 
Konstantin Ryabitsev <konstantin@linuxfoundation.org>

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

* [PATCH WIP v1 1/3] Rename Linux into Konix
  2022-07-14 19:52 [PATCH WIP v1 0/3] Fake series to test out b4 submit Konstantin Ryabitsev
@ 2022-07-14 19:52 ` Konstantin Ryabitsev
  2022-07-14 19:52 ` [PATCH WIP v1 2/3] Our version goes to 11 Konstantin Ryabitsev
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 15+ messages in thread
From: Konstantin Ryabitsev @ 2022-07-14 19:52 UTC (permalink / raw)
  To: patches

This is not a real commit. I am using this series to test b4-submit
functionality.

Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
Suggested-by: Rando Stranger <icon@mricon.com>

diff --git a/README b/README
index 669ac7c32292..4c96d360c945 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Linux kernel
+Konix kernel
 ============
 
 There are several guides for kernel developers and users. These guides can

-- 
b4 0.10.0-dev-05523

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

* [PATCH WIP v1 2/3] Our version goes to 11
  2022-07-14 19:52 [PATCH WIP v1 0/3] Fake series to test out b4 submit Konstantin Ryabitsev
  2022-07-14 19:52 ` [PATCH WIP v1 1/3] Rename Linux into Konix Konstantin Ryabitsev
@ 2022-07-14 19:52 ` Konstantin Ryabitsev
  2022-07-14 19:52 ` [PATCH WIP v1 3/3] Add myself as ultimate maintainer Konstantin Ryabitsev
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 15+ messages in thread
From: Konstantin Ryabitsev @ 2022-07-14 19:52 UTC (permalink / raw)
  To: patches

This is not a real commit. I'm using this series as testing ground for
b4 submit.

Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>

diff --git a/Makefile b/Makefile
index 990d2ee79186..51b4bd808d46 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 # SPDX-License-Identifier: GPL-2.0
-VERSION = 5
+VERSION = 11
 PATCHLEVEL = 19
 SUBLEVEL = 0
 EXTRAVERSION = -rc5

-- 
b4 0.10.0-dev-05523

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

* [PATCH WIP v1 3/3] Add myself as ultimate maintainer
  2022-07-14 19:52 [PATCH WIP v1 0/3] Fake series to test out b4 submit Konstantin Ryabitsev
  2022-07-14 19:52 ` [PATCH WIP v1 1/3] Rename Linux into Konix Konstantin Ryabitsev
  2022-07-14 19:52 ` [PATCH WIP v1 2/3] Our version goes to 11 Konstantin Ryabitsev
@ 2022-07-14 19:52 ` Konstantin Ryabitsev
  2022-07-14 20:02   ` Ammar Faizi
  2022-07-15 15:08 ` [PATCH WIP v1 0/3] Fake series to test out b4 submit Konstantin Ryabitsev
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 15+ messages in thread
From: Konstantin Ryabitsev @ 2022-07-14 19:52 UTC (permalink / raw)
  To: patches

This is not a real commit. I am using it as testing grounds for
b4-submit. Do not read anything into this. :)

Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>

diff --git a/MAINTAINERS b/MAINTAINERS
index 66bffb24a348..2d662349ee5b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -22183,9 +22183,9 @@ S:	Maintained
 F:	mm/zswap.c
 
 THE REST
-M:	Linus Torvalds <torvalds@linux-foundation.org>
+M:	Konstantin Ryabitsev <konstantin.ryabitsev@linuxfoundation.org>
 L:	linux-kernel@vger.kernel.org
-S:	Buried alive in reporters
+S:	I claim Linux in the name of the Klingon Empire
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
 F:	*
 F:	*/

-- 
b4 0.10.0-dev-05523

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

* Re: [PATCH WIP v1 3/3] Add myself as ultimate maintainer
  2022-07-14 19:52 ` [PATCH WIP v1 3/3] Add myself as ultimate maintainer Konstantin Ryabitsev
@ 2022-07-14 20:02   ` Ammar Faizi
  2022-07-14 20:05     ` Ammar Faizi
                       ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Ammar Faizi @ 2022-07-14 20:02 UTC (permalink / raw)
  To: Konstantin Ryabitsev; +Cc: patches

On 7/15/22 2:52 AM, Konstantin Ryabitsev wrote:
> This is not a real commit. I am using it as testing grounds for
> b4-submit. Do not read anything into this. :)
> 
> Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>

Shouldn't we have a "---" here?

Just testing

Tested-by: Ammar Faizi <ammarfaizi2@gnuweeb.org>

> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 66bffb24a348..2d662349ee5b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -22183,9 +22183,9 @@ S:	Maintained
>   F:	mm/zswap.c
>   
>   THE REST
> -M:	Linus Torvalds <torvalds@linux-foundation.org>
> +M:	Konstantin Ryabitsev <konstantin.ryabitsev@linuxfoundation.org>
>   L:	linux-kernel@vger.kernel.org
> -S:	Buried alive in reporters
> +S:	I claim Linux in the name of the Klingon Empire
>   T:	git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
>   F:	*
>   F:	*/
> 

-- 
Ammar Faizi

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

* Re: [PATCH WIP v1 3/3] Add myself as ultimate maintainer
  2022-07-14 20:02   ` Ammar Faizi
@ 2022-07-14 20:05     ` Ammar Faizi
  2022-07-14 20:07       ` Konstantin Ryabitsev
  2022-07-14 20:11     ` Ammar Faizi
  2022-07-14 21:00     ` Konstantin Ryabitsev
  2 siblings, 1 reply; 15+ messages in thread
From: Ammar Faizi @ 2022-07-14 20:05 UTC (permalink / raw)
  To: Konstantin Ryabitsev; +Cc: patches

On 7/15/22 3:02 AM, Ammar Faizi wrote:
> On 7/15/22 2:52 AM, Konstantin Ryabitsev wrote:
>> This is not a real commit. I am using it as testing grounds for
>> b4-submit. Do not read anything into this. :)
>>
>> Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
> 
> Shouldn't we have a "---" here?

Ah, it can apply with that too. TIL.

-- 
Ammar Faizi

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

* Re: [PATCH WIP v1 3/3] Add myself as ultimate maintainer
  2022-07-14 20:05     ` Ammar Faizi
@ 2022-07-14 20:07       ` Konstantin Ryabitsev
  2022-07-14 20:40         ` Ammar Faizi
  0 siblings, 1 reply; 15+ messages in thread
From: Konstantin Ryabitsev @ 2022-07-14 20:07 UTC (permalink / raw)
  To: Ammar Faizi; +Cc: patches

On Fri, Jul 15, 2022 at 03:05:09AM +0700, Ammar Faizi wrote:
> On 7/15/22 3:02 AM, Ammar Faizi wrote:
> > On 7/15/22 2:52 AM, Konstantin Ryabitsev wrote:
> > > This is not a real commit. I am using it as testing grounds for
> > > b4-submit. Do not read anything into this. :)
> > > 
> > > Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
> > 
> > Shouldn't we have a "---" here?
> 
> Ah, it can apply with that too. TIL.

The actual message body is generated using git log --format=email, so b4 isn't
really doing anything crazy here. :)

Thank you for the review!

-K

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

* Re: [PATCH WIP v1 3/3] Add myself as ultimate maintainer
  2022-07-14 20:02   ` Ammar Faizi
  2022-07-14 20:05     ` Ammar Faizi
@ 2022-07-14 20:11     ` Ammar Faizi
  2022-07-14 20:11       ` Ammar Faizi
  2022-07-14 21:00     ` Konstantin Ryabitsev
  2 siblings, 1 reply; 15+ messages in thread
From: Ammar Faizi @ 2022-07-14 20:11 UTC (permalink / raw)
  To: Konstantin Ryabitsev; +Cc: patches

On 7/15/22 3:02 AM, Ammar Faizi wrote:
> On 7/15/22 2:52 AM, Konstantin Ryabitsev wrote:
>> This is not a real commit. I am using it as testing grounds for
>> b4-submit. Do not read anything into this. :)
>>
>> Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
> 
> Shouldn't we have a "---" here?
> 
> Just testing
> 
> Tested-by: Ammar Faizi <ammarfaizi2@gnuweeb.org>

Hmm... this doesn't show up on the lore.

-- 
Ammar Faizi

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

* Re: [PATCH WIP v1 3/3] Add myself as ultimate maintainer
  2022-07-14 20:11     ` Ammar Faizi
@ 2022-07-14 20:11       ` Ammar Faizi
  0 siblings, 0 replies; 15+ messages in thread
From: Ammar Faizi @ 2022-07-14 20:11 UTC (permalink / raw)
  To: Konstantin Ryabitsev; +Cc: patches

On 7/15/22 3:11 AM, Ammar Faizi wrote:
> On 7/15/22 3:02 AM, Ammar Faizi wrote:
>> On 7/15/22 2:52 AM, Konstantin Ryabitsev wrote:
>>> This is not a real commit. I am using it as testing grounds for
>>> b4-submit. Do not read anything into this. :)
>>>
>>> Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
>>
>> Shouldn't we have a "---" here?
>>
>> Just testing
>>
>> Tested-by: Ammar Faizi <ammarfaizi2@gnuweeb.org>
> 
> Hmm... this doesn't show up on the lore.

Oh, it's late. My latter email came first.

-- 
Ammar Faizi

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

* Re: [PATCH WIP v1 3/3] Add myself as ultimate maintainer
  2022-07-14 20:07       ` Konstantin Ryabitsev
@ 2022-07-14 20:40         ` Ammar Faizi
  2022-07-14 21:01           ` Konstantin Ryabitsev
  0 siblings, 1 reply; 15+ messages in thread
From: Ammar Faizi @ 2022-07-14 20:40 UTC (permalink / raw)
  To: Konstantin Ryabitsev; +Cc: patches

On 7/15/22 3:07 AM, Konstantin Ryabitsev wrote:
> On Fri, Jul 15, 2022 at 03:05:09AM +0700, Ammar Faizi wrote:
>> On 7/15/22 3:02 AM, Ammar Faizi wrote:
>>> On 7/15/22 2:52 AM, Konstantin Ryabitsev wrote:
>>>> This is not a real commit. I am using it as testing grounds for
>>>> b4-submit. Do not read anything into this. :)
>>>>
>>>> Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
>>>
>>> Shouldn't we have a "---" here?
>>
>> Ah, it can apply with that too. TIL.
> 
> The actual message body is generated using git log --format=email, so b4 isn't
> really doing anything crazy here. :)

BTW, these patches are missing an "In-Reply-To" header to the cover letter.
Just noticed my Telegram bot doesn't properly group this series because of that.

-- 
Ammar Faizi

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

* Re: [PATCH WIP v1 3/3] Add myself as ultimate maintainer
  2022-07-14 20:02   ` Ammar Faizi
  2022-07-14 20:05     ` Ammar Faizi
  2022-07-14 20:11     ` Ammar Faizi
@ 2022-07-14 21:00     ` Konstantin Ryabitsev
  2 siblings, 0 replies; 15+ messages in thread
From: Konstantin Ryabitsev @ 2022-07-14 21:00 UTC (permalink / raw)
  To: Ammar Faizi; +Cc: patches

On Fri, Jul 15, 2022 at 03:02:54AM +0700, Ammar Faizi wrote:
> Tested-by: Ammar Faizi <ammarfaizi2@gnuweeb.org>

Nice:

    $ b4 submit --sync-trailers
    Calculating patch-ids from 3 commits
    Checking change-id "20220707-my-new-branch-1325e0e7fd1c"
    Grabbing search results from lore.kernel.org
    ---
      Add myself as ultimate maintainer
        + Tested-by: Ammar Faizi <ammarfaizi2@gnuweeb.org> (✓ DKIM/gnuweeb.org)
    ---
    Invoking git-filter-repo to update trailers.
    New history written in 0.03 seconds...
    Completely finished after 0.27 seconds.
    Trailers updated.

Now I just need to add --reroll and open it up for wider testing.

-K

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

* Re: [PATCH WIP v1 3/3] Add myself as ultimate maintainer
  2022-07-14 20:40         ` Ammar Faizi
@ 2022-07-14 21:01           ` Konstantin Ryabitsev
  0 siblings, 0 replies; 15+ messages in thread
From: Konstantin Ryabitsev @ 2022-07-14 21:01 UTC (permalink / raw)
  To: Ammar Faizi; +Cc: patches

On Fri, Jul 15, 2022 at 03:40:57AM +0700, Ammar Faizi wrote:
> BTW, these patches are missing an "In-Reply-To" header to the cover letter.
> Just noticed my Telegram bot doesn't properly group this series because of that.

Hmm... It's kind of redundant with the References: header, but I guess it
doesn't hurt to duplicate that. I'll add that in.

-K

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

* Re: [PATCH WIP v1 0/3] Fake series to test out b4 submit
  2022-07-14 19:52 [PATCH WIP v1 0/3] Fake series to test out b4 submit Konstantin Ryabitsev
                   ` (2 preceding siblings ...)
  2022-07-14 19:52 ` [PATCH WIP v1 3/3] Add myself as ultimate maintainer Konstantin Ryabitsev
@ 2022-07-15 15:08 ` Konstantin Ryabitsev
  2022-07-15 15:39 ` konstantin.ryabitsev
  2022-07-15 15:40 ` [PATCH WIP v1 1/3] Rename Linux into Konix konstantin.ryabitsev
  5 siblings, 0 replies; 15+ messages in thread
From: Konstantin Ryabitsev @ 2022-07-15 15:08 UTC (permalink / raw)
  To: Konstantin Ryabitsev; +Cc: patches

On Thu, Jul 14, 2022 at 03:52:32PM -0400, Konstantin Ryabitsev wrote:
>This is a fake series that I created to test b4 submit. It will be sent
>to the patches list, but it's not a real set of patches. You can ignore
>everything about it.
>
>Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
>Suggested-by: Sockpuppet Squirrel <mricon@gmail.com>

This trailer was sent to the cover letter.

Acked-by: Lol Whoelse <mricon@kernel.org>

-K

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

* Re: [PATCH WIP v1 0/3] Fake series to test out b4 submit
  2022-07-14 19:52 [PATCH WIP v1 0/3] Fake series to test out b4 submit Konstantin Ryabitsev
                   ` (3 preceding siblings ...)
  2022-07-15 15:08 ` [PATCH WIP v1 0/3] Fake series to test out b4 submit Konstantin Ryabitsev
@ 2022-07-15 15:39 ` konstantin.ryabitsev
  2022-07-15 15:40 ` [PATCH WIP v1 1/3] Rename Linux into Konix konstantin.ryabitsev
  5 siblings, 0 replies; 15+ messages in thread
From: konstantin.ryabitsev @ 2022-07-15 15:39 UTC (permalink / raw)
  To: Konstantin Ryabitsev, patches

July 14, 2022 3:52 PM, "Konstantin Ryabitsev" <konstantin@linuxfoundation.org> wrote:
> This is a fake series that I created to test b4 submit. It will be sent
> to the patches list, but it's not a real set of patches. You can ignore
> everything about it.
> 
> Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
> Suggested-by: Sockpuppet Squirrel <mricon@gmail.com>

This is a cover letter trailer with a mismatched From.

Tested-by: Mister Mismatchy <mricon@kernel.org>

-K

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

* Re: [PATCH WIP v1 1/3] Rename Linux into Konix
  2022-07-14 19:52 [PATCH WIP v1 0/3] Fake series to test out b4 submit Konstantin Ryabitsev
                   ` (4 preceding siblings ...)
  2022-07-15 15:39 ` konstantin.ryabitsev
@ 2022-07-15 15:40 ` konstantin.ryabitsev
  5 siblings, 0 replies; 15+ messages in thread
From: konstantin.ryabitsev @ 2022-07-15 15:40 UTC (permalink / raw)
  To: Konstantin Ryabitsev, patches

July 14, 2022 3:52 PM, "Konstantin Ryabitsev" <konstantin@linuxfoundation.org> wrote:
> This is not a real commit. I am using this series to test b4-submit
> functionality.
> 
> Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
> Suggested-by: Rando Stranger <icon@mricon.com>

This is a mismatched trailer.

Reviewed-by: Singlepatch Mismatchy <konstantin@linuxfoundation.org>

-K

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

end of thread, other threads:[~2022-07-15 15:47 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-14 19:52 [PATCH WIP v1 0/3] Fake series to test out b4 submit Konstantin Ryabitsev
2022-07-14 19:52 ` [PATCH WIP v1 1/3] Rename Linux into Konix Konstantin Ryabitsev
2022-07-14 19:52 ` [PATCH WIP v1 2/3] Our version goes to 11 Konstantin Ryabitsev
2022-07-14 19:52 ` [PATCH WIP v1 3/3] Add myself as ultimate maintainer Konstantin Ryabitsev
2022-07-14 20:02   ` Ammar Faizi
2022-07-14 20:05     ` Ammar Faizi
2022-07-14 20:07       ` Konstantin Ryabitsev
2022-07-14 20:40         ` Ammar Faizi
2022-07-14 21:01           ` Konstantin Ryabitsev
2022-07-14 20:11     ` Ammar Faizi
2022-07-14 20:11       ` Ammar Faizi
2022-07-14 21:00     ` Konstantin Ryabitsev
2022-07-15 15:08 ` [PATCH WIP v1 0/3] Fake series to test out b4 submit Konstantin Ryabitsev
2022-07-15 15:39 ` konstantin.ryabitsev
2022-07-15 15:40 ` [PATCH WIP v1 1/3] Rename Linux into Konix konstantin.ryabitsev

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).