patches.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Another completely fake submission
@ 2022-07-26 20:24 Konstantin Ryabitsev
  2022-07-26 20:24 ` [PATCH v2 1/4] Rename into Pumpkix Konstantin Ryabitsev
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Konstantin Ryabitsev @ 2022-07-26 20:24 UTC (permalink / raw)
  To: Linux Patches; +Cc: Konstantin Ryabitsev

This is further work to test submissions. Please ignore everything about
this series.

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

---
Changes in v2:
- Rebased on latest master
- Added MAINTAINERS
- Link to v1: https://lore.kernel.org/r/20220726-claim-for-great-pumpkin-v1-0-cba88581a0b0@linuxfoundation.org

---
Konstantin Ryabitsev (4):
      Rename into Pumpkix
      Makefile: Let's start our version at 200
      COPYING: tweak license
      MAINTAINERS: Add Great Pumpkin

 COPYING     | 2 +-
 MAINTAINERS | 2 +-
 Makefile    | 4 ++--
 README      | 4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)
---
base-commit: 5de64d44968e4ae66ebdb0a2d08b443f189d3651
change-id: 20220726-claim-for-great-pumpkin-5a0ad1d147be

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

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

* [PATCH v2 1/4] Rename into Pumpkix
  2022-07-26 20:24 [PATCH v2 0/4] Another completely fake submission Konstantin Ryabitsev
@ 2022-07-26 20:24 ` Konstantin Ryabitsev
  2022-07-26 20:24 ` [PATCH v2 2/4] Makefile: Let's start our version at 200 Konstantin Ryabitsev
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Konstantin Ryabitsev @ 2022-07-26 20:24 UTC (permalink / raw)
  To: Linux Patches; +Cc: Konstantin Ryabitsev

Because why not.

Reviewed-by: Sockpuppet Squirrel <konstantin.ryabitsev@linux.dev>
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>

diff --git a/README b/README
index 669ac7c32292..4e9414583df9 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-Linux kernel
-============
+Pumpkix 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-13c24

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

* [PATCH v2 2/4] Makefile: Let's start our version at 200
  2022-07-26 20:24 [PATCH v2 0/4] Another completely fake submission Konstantin Ryabitsev
  2022-07-26 20:24 ` [PATCH v2 1/4] Rename into Pumpkix Konstantin Ryabitsev
@ 2022-07-26 20:24 ` Konstantin Ryabitsev
  2022-07-26 20:24 ` [PATCH v2 3/4] COPYING: tweak license Konstantin Ryabitsev
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Konstantin Ryabitsev @ 2022-07-26 20:24 UTC (permalink / raw)
  To: Linux Patches; +Cc: Konstantin Ryabitsev

Because why not 200?

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

diff --git a/Makefile b/Makefile
index b79c1c18149d..18f749d988e8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
 # SPDX-License-Identifier: GPL-2.0
-VERSION = 5
+VERSION = 200
 PATCHLEVEL = 19
 SUBLEVEL = 0
 EXTRAVERSION = -rc8
-NAME = Superb Owl
+NAME = Great Pumpkin
 
 # *DOCUMENTATION*
 # To see a list of typical targets execute "make help"

-- 
b4 0.10.0-dev-13c24

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

* [PATCH v2 3/4] COPYING: tweak license
  2022-07-26 20:24 [PATCH v2 0/4] Another completely fake submission Konstantin Ryabitsev
  2022-07-26 20:24 ` [PATCH v2 1/4] Rename into Pumpkix Konstantin Ryabitsev
  2022-07-26 20:24 ` [PATCH v2 2/4] Makefile: Let's start our version at 200 Konstantin Ryabitsev
@ 2022-07-26 20:24 ` Konstantin Ryabitsev
  2022-07-26 20:24 ` [PATCH v2 4/4] MAINTAINERS: Add Great Pumpkin Konstantin Ryabitsev
  2022-07-26 20:25 ` [PATCH v2 0/4] Another completely fake submission konstantin.ryabitsev
  4 siblings, 0 replies; 6+ messages in thread
From: Konstantin Ryabitsev @ 2022-07-26 20:24 UTC (permalink / raw)
  To: Linux Patches; +Cc: Konstantin Ryabitsev

It must be done.

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

diff --git a/COPYING b/COPYING
index a635a38ef940..6dcb82bc7c3c 100644
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
-The Linux Kernel is provided under:
+The Pumpkix Kernel is provided under:
 
 	SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note
 

-- 
b4 0.10.0-dev-13c24

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

* [PATCH v2 4/4] MAINTAINERS: Add Great Pumpkin
  2022-07-26 20:24 [PATCH v2 0/4] Another completely fake submission Konstantin Ryabitsev
                   ` (2 preceding siblings ...)
  2022-07-26 20:24 ` [PATCH v2 3/4] COPYING: tweak license Konstantin Ryabitsev
@ 2022-07-26 20:24 ` Konstantin Ryabitsev
  2022-07-26 20:25 ` [PATCH v2 0/4] Another completely fake submission konstantin.ryabitsev
  4 siblings, 0 replies; 6+ messages in thread
From: Konstantin Ryabitsev @ 2022-07-26 20:24 UTC (permalink / raw)
  To: Linux Patches; +Cc: Konstantin Ryabitsev

All reports go to the Great Pumpkin.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 64379c699903..6804d2b6a008 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -22257,7 +22257,7 @@ S:	Maintained
 F:	mm/zswap.c
 
 THE REST
-M:	Linus Torvalds <torvalds@linux-foundation.org>
+M:	Great Pumpkin <devnull@kernel.org>
 L:	linux-kernel@vger.kernel.org
 S:	Buried alive in reporters
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git

-- 
b4 0.10.0-dev-13c24

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

* Re: [PATCH v2 0/4] Another completely fake submission
  2022-07-26 20:24 [PATCH v2 0/4] Another completely fake submission Konstantin Ryabitsev
                   ` (3 preceding siblings ...)
  2022-07-26 20:24 ` [PATCH v2 4/4] MAINTAINERS: Add Great Pumpkin Konstantin Ryabitsev
@ 2022-07-26 20:25 ` konstantin.ryabitsev
  4 siblings, 0 replies; 6+ messages in thread
From: konstantin.ryabitsev @ 2022-07-26 20:25 UTC (permalink / raw)
  To: Konstantin Ryabitsev, Linux Patches

July 26, 2022 4:24 PM, "Konstantin Ryabitsev" <konstantin@linuxfoundation.org> wrote:

> This is further work to test submissions. Please ignore everything about
> this series.
> 
> Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>

Acked-by: Charles LeBrun <konstantin.ryabitsev@linux.dev>

-K

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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-26 20:24 [PATCH v2 0/4] Another completely fake submission Konstantin Ryabitsev
2022-07-26 20:24 ` [PATCH v2 1/4] Rename into Pumpkix Konstantin Ryabitsev
2022-07-26 20:24 ` [PATCH v2 2/4] Makefile: Let's start our version at 200 Konstantin Ryabitsev
2022-07-26 20:24 ` [PATCH v2 3/4] COPYING: tweak license Konstantin Ryabitsev
2022-07-26 20:24 ` [PATCH v2 4/4] MAINTAINERS: Add Great Pumpkin Konstantin Ryabitsev
2022-07-26 20:25 ` [PATCH v2 0/4] Another completely fake 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).