patches.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Fake b4 ez-series submission
@ 2022-07-20 14:17 Konstantin Ryabitsev
  2022-07-20 14:17 ` [PATCH v2 1/3] Makefile: set appropriate release name Konstantin Ryabitsev
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Konstantin Ryabitsev @ 2022-07-20 14:17 UTC (permalink / raw)
  To: Linux Patches

This is a fake patch series used to test b4 ez-series. Please ignore
everything about it.

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

---
Changes in v2:
- Updated with latest trailers
- Changed name in the README
- Link to v1: https://lore.kernel.org/r/20220720-claim-for-kahless-v1-0-f787d95bfb7a@linuxfoundation.org

---
Konstantin Ryabitsev (3):
      Makefile: set appropriate release name
      MAINTAINERS: set Kahless as ultimate maintainer
      README: rename Linux to Kahlux

 MAINTAINERS | 4 ++--
 Makefile    | 2 +-
 README      | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)
---
base-commit: 80e19f34c2887a8881084b7bb7480e9544d56b91
change-id: 20220720-claim-for-kahless-9afda36596aa

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

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

* [PATCH v2 1/3] Makefile: set appropriate release name
  2022-07-20 14:17 [PATCH v2 0/3] Fake b4 ez-series submission Konstantin Ryabitsev
@ 2022-07-20 14:17 ` Konstantin Ryabitsev
  2022-07-20 14:17 ` [PATCH v2 2/3] MAINTAINERS: set Kahless as ultimate maintainer Konstantin Ryabitsev
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: Konstantin Ryabitsev @ 2022-07-20 14:17 UTC (permalink / raw)
  To: Linux Patches

We are claiming this for Kahless!

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

diff --git a/Makefile b/Makefile
index 00fd80c5dd6e..e6d304ac1abc 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ VERSION = 5
 PATCHLEVEL = 19
 SUBLEVEL = 0
 EXTRAVERSION = -rc7
-NAME = Superb Owl
+NAME = Kahless the Unforgettable
 
 # *DOCUMENTATION*
 # To see a list of typical targets execute "make help"

-- 
b4 0.10.0-dev-45aaa

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

* [PATCH v2 2/3] MAINTAINERS: set Kahless as ultimate maintainer
  2022-07-20 14:17 [PATCH v2 0/3] Fake b4 ez-series submission Konstantin Ryabitsev
  2022-07-20 14:17 ` [PATCH v2 1/3] Makefile: set appropriate release name Konstantin Ryabitsev
@ 2022-07-20 14:17 ` Konstantin Ryabitsev
  2022-07-20 17:33   ` Konstantin Ryabitsev
  2022-07-20 14:17 ` [PATCH v2 3/3] README: rename Linux to Kahlux Konstantin Ryabitsev
  2022-07-20 17:37 ` [PATCH v2 0/3] Fake b4 ez-series submission konstantin.ryabitsev
  3 siblings, 1 reply; 7+ messages in thread
From: Konstantin Ryabitsev @ 2022-07-20 14:17 UTC (permalink / raw)
  To: Linux Patches

Kahless does not read mail. You have to bring your contributions to him
in person and defeat him in hand-to-hand combat.

Reviewed-by: General Martok <mricon@kernel.org>
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>

diff --git a/MAINTAINERS b/MAINTAINERS
index 651616ed8ae2..9c503e9006db 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -22257,9 +22257,9 @@ S:	Maintained
 F:	mm/zswap.c
 
 THE REST
-M:	Linus Torvalds <torvalds@linux-foundation.org>
+M:	Kahless the Unforgettable <devnull@kernel.org>
 L:	linux-kernel@vger.kernel.org
-S:	Buried alive in reporters
+S:	Kahless does not read your mail
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
 F:	*
 F:	*/

-- 
b4 0.10.0-dev-45aaa

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

* [PATCH v2 3/3] README: rename Linux to Kahlux
  2022-07-20 14:17 [PATCH v2 0/3] Fake b4 ez-series submission Konstantin Ryabitsev
  2022-07-20 14:17 ` [PATCH v2 1/3] Makefile: set appropriate release name Konstantin Ryabitsev
  2022-07-20 14:17 ` [PATCH v2 2/3] MAINTAINERS: set Kahless as ultimate maintainer Konstantin Ryabitsev
@ 2022-07-20 14:17 ` Konstantin Ryabitsev
  2022-07-20 14:21   ` Konstantin Ryabitsev
  2022-07-20 17:37 ` [PATCH v2 0/3] Fake b4 ez-series submission konstantin.ryabitsev
  3 siblings, 1 reply; 7+ messages in thread
From: Konstantin Ryabitsev @ 2022-07-20 14:17 UTC (permalink / raw)
  To: Linux Patches

The name speaks for itself!

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

diff --git a/README b/README
index 669ac7c32292..3a48a87cbc83 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-Linux kernel
-============
+Kahlux kernel
+=============
 
 There are several guides for kernel developers and users. These guides can
 be rendered in a number of formats, like HTML and PDF. Please read

-- 
b4 0.10.0-dev-45aaa

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

* Re: [PATCH v2 3/3] README: rename Linux to Kahlux
  2022-07-20 14:17 ` [PATCH v2 3/3] README: rename Linux to Kahlux Konstantin Ryabitsev
@ 2022-07-20 14:21   ` Konstantin Ryabitsev
  0 siblings, 0 replies; 7+ messages in thread
From: Konstantin Ryabitsev @ 2022-07-20 14:21 UTC (permalink / raw)
  To: Konstantin Ryabitsev; +Cc: Linux Patches

On Wed, Jul 20, 2022 at 10:17:36AM -0400, Konstantin Ryabitsev wrote:
>The name speaks for itself!
>
>Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
>
>diff --git a/README b/README
>index 669ac7c32292..3a48a87cbc83 100644
>--- a/README
>+++ b/README
>@@ -1,5 +1,5 @@
>-Linux kernel
>-============
>+Kahlux kernel
>+=============
>
> There are several guides for kernel developers and users. These guides can
> be rendered in a number of formats, like HTML and PDF. Please read

Long live Kahless!

Reviewed-by: General Martok <mricon@kernel.org>

-M

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

* Re: [PATCH v2 2/3] MAINTAINERS: set Kahless as ultimate maintainer
  2022-07-20 14:17 ` [PATCH v2 2/3] MAINTAINERS: set Kahless as ultimate maintainer Konstantin Ryabitsev
@ 2022-07-20 17:33   ` Konstantin Ryabitsev
  0 siblings, 0 replies; 7+ messages in thread
From: Konstantin Ryabitsev @ 2022-07-20 17:33 UTC (permalink / raw)
  To: Konstantin Ryabitsev; +Cc: Linux Patches

On Wed, Jul 20, 2022 at 10:17:35AM -0400, Konstantin Ryabitsev wrote:
>Reviewed-by: General Martok <mricon@kernel.org>
>Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>

I tested it to see if anything would gowron.

Tested-by: Gowron son of M'Rel <devnull@kernel.org>

(Intentional sender/trailer mismatch test.)

-G

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

* Re: [PATCH v2 0/3] Fake b4 ez-series submission
  2022-07-20 14:17 [PATCH v2 0/3] Fake b4 ez-series submission Konstantin Ryabitsev
                   ` (2 preceding siblings ...)
  2022-07-20 14:17 ` [PATCH v2 3/3] README: rename Linux to Kahlux Konstantin Ryabitsev
@ 2022-07-20 17:37 ` konstantin.ryabitsev
  3 siblings, 0 replies; 7+ messages in thread
From: konstantin.ryabitsev @ 2022-07-20 17:37 UTC (permalink / raw)
  To: Konstantin Ryabitsev, Linux Patches

July 20, 2022 10:17 AM, "Konstantin Ryabitsev" <konstantin@linuxfoundation.org> wrote:
> This is a fake patch series used to test b4 ez-series. Please ignore
> everything about it.
> 
> Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
> 
> ---
> Changes in v2:
> - Updated with latest trailers
> - Changed name in the README
> - Link to v1:
> https://lore.kernel.org/r/20220720-claim-for-kahless-v1-0-f787d95bfb7a@linuxfoundation.org

Voq replies to cover letters only.

Reviewed-by: Voq the Pale <konstantin.ryabitsev@linux.dev>

-K

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

end of thread, other threads:[~2022-07-20 17:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-20 14:17 [PATCH v2 0/3] Fake b4 ez-series submission Konstantin Ryabitsev
2022-07-20 14:17 ` [PATCH v2 1/3] Makefile: set appropriate release name Konstantin Ryabitsev
2022-07-20 14:17 ` [PATCH v2 2/3] MAINTAINERS: set Kahless as ultimate maintainer Konstantin Ryabitsev
2022-07-20 17:33   ` Konstantin Ryabitsev
2022-07-20 14:17 ` [PATCH v2 3/3] README: rename Linux to Kahlux Konstantin Ryabitsev
2022-07-20 14:21   ` Konstantin Ryabitsev
2022-07-20 17:37 ` [PATCH v2 0/3] Fake b4 ez-series submission 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).