* [PATCH v1 0/3] Another completely fake submission
@ 2022-07-26 19:46 Konstantin Ryabitsev
2022-07-26 19:46 ` [PATCH v1 1/3] Rename into Pumpkix Konstantin Ryabitsev
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Konstantin Ryabitsev @ 2022-07-26 19:46 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>
---
Konstantin Ryabitsev (3):
Rename into Pumpkix
Makefile: Let's start our version at 200
COPYING: tweak license
COPYING | 2 +-
Makefile | 4 ++--
README | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
---
base-commit: e0dccc3b76fb35bb257b4118367a883073d7390e
change-id: 20220726-claim-for-great-pumpkin-5a0ad1d147be
Best regards,
--
Konstantin Ryabitsev <konstantin@linuxfoundation.org>
^ permalink raw reply [flat|nested] 5+ messages in thread* [PATCH v1 1/3] Rename into Pumpkix
2022-07-26 19:46 [PATCH v1 0/3] Another completely fake submission Konstantin Ryabitsev
@ 2022-07-26 19:46 ` Konstantin Ryabitsev
2022-07-26 19:50 ` konstantin.ryabitsev
2022-07-26 19:46 ` [PATCH v1 2/3] Makefile: Let's start our version at 200 Konstantin Ryabitsev
2022-07-26 19:46 ` [PATCH v1 3/3] COPYING: tweak license Konstantin Ryabitsev
2 siblings, 1 reply; 5+ messages in thread
From: Konstantin Ryabitsev @ 2022-07-26 19:46 UTC (permalink / raw)
To: Linux Patches; +Cc: Konstantin Ryabitsev
Because why not.
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] 5+ messages in thread
* Re: [PATCH v1 1/3] Rename into Pumpkix
2022-07-26 19:46 ` [PATCH v1 1/3] Rename into Pumpkix Konstantin Ryabitsev
@ 2022-07-26 19:50 ` konstantin.ryabitsev
0 siblings, 0 replies; 5+ messages in thread
From: konstantin.ryabitsev @ 2022-07-26 19:50 UTC (permalink / raw)
To: Konstantin Ryabitsev, Linux Patches
July 26, 2022 3:46 PM, "Konstantin Ryabitsev" <konstantin@linuxfoundation.org> wrote:
> Because why not.
>
> 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
> +==============
Reviewed-by: Sockpuppet Squirrel <konstantin.ryabitsev@linux.dev>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH v1 2/3] Makefile: Let's start our version at 200
2022-07-26 19:46 [PATCH v1 0/3] Another completely fake submission Konstantin Ryabitsev
2022-07-26 19:46 ` [PATCH v1 1/3] Rename into Pumpkix Konstantin Ryabitsev
@ 2022-07-26 19:46 ` Konstantin Ryabitsev
2022-07-26 19:46 ` [PATCH v1 3/3] COPYING: tweak license Konstantin Ryabitsev
2 siblings, 0 replies; 5+ messages in thread
From: Konstantin Ryabitsev @ 2022-07-26 19:46 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] 5+ messages in thread
* [PATCH v1 3/3] COPYING: tweak license
2022-07-26 19:46 [PATCH v1 0/3] Another completely fake submission Konstantin Ryabitsev
2022-07-26 19:46 ` [PATCH v1 1/3] Rename into Pumpkix Konstantin Ryabitsev
2022-07-26 19:46 ` [PATCH v1 2/3] Makefile: Let's start our version at 200 Konstantin Ryabitsev
@ 2022-07-26 19:46 ` Konstantin Ryabitsev
2 siblings, 0 replies; 5+ messages in thread
From: Konstantin Ryabitsev @ 2022-07-26 19:46 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] 5+ messages in thread
end of thread, other threads:[~2022-07-26 19:51 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-26 19:46 [PATCH v1 0/3] Another completely fake submission Konstantin Ryabitsev
2022-07-26 19:46 ` [PATCH v1 1/3] Rename into Pumpkix Konstantin Ryabitsev
2022-07-26 19:50 ` konstantin.ryabitsev
2022-07-26 19:46 ` [PATCH v1 2/3] Makefile: Let's start our version at 200 Konstantin Ryabitsev
2022-07-26 19:46 ` [PATCH v1 3/3] COPYING: tweak license 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).