Skip to content

Make the kernel cute #1290

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Make the kernel cute #1290

wants to merge 14 commits into from

Conversation

nambona890
Copy link

The demographic for Linux has a higher than average enjoyment of cuteness, especially with regards to anime. This PR will make the Linux kernel more comfortable and easier to maintain and use for people like me who enjoy cute things.

@KernelPRBot
Copy link

Hi @nambona890!

Thanks for your contribution to the Linux kernel!

Linux kernel development happens on mailing lists, rather than on GitHub - this GitHub repository is a read-only mirror that isn't used for accepting contributions. So that your change can become part of Linux, please email it to us as a patch.

Sending patches isn't quite as simple as sending a pull request, but fortunately it is a well documented process.

Here's what to do:

  • Format your contribution according to kernel requirements
  • Decide who to send your contribution to
  • Set up your system to send your contribution as an email
  • Send your contribution and wait for feedback

How do I format my contribution?

The Linux kernel community is notoriously picky about how contributions are formatted and sent. Fortunately, they have documented their expectations.

Firstly, all contributions need to be formatted as patches. A patch is a plain text document showing the change you want to make to the code, and documenting why it is a good idea.

You can create patches with git format-patch.

Secondly, patches need 'commit messages', which is the human-friendly documentation explaining what the change is and why it's necessary.

Thirdly, changes have some technical requirements. There is a Linux kernel coding style, and there are licensing requirements you need to comply with.

Both of these are documented in the Submitting Patches documentation that is part of the kernel.

Note that you will almost certainly have to modify your existing git commits to satisfy these requirements. Don't worry: there are many guides on the internet for doing this.

Where do I send my contribution?

The Linux kernel is composed of a number of subsystems. These subsystems are maintained by different people, and have different mailing lists where they discuss proposed changes.

If you don't already know what subsystem your change belongs to, the get_maintainer.pl script in the kernel source can help you.

get_maintainer.pl will take the patch or patches you created in the previous step, and tell you who is responsible for them, and what mailing lists are used. You can also take a look at the MAINTAINERS file by hand.

Make sure that your list of recipients includes a mailing list. If you can't find a more specific mailing list, then LKML - the Linux Kernel Mailing List - is the place to send your patches.

It's not usually necessary to subscribe to the mailing list before you send the patches, but if you're interested in kernel development, subscribing to a subsystem mailing list is a good idea. (At this point, you probably don't need to subscribe to LKML - it is a very high traffic list with about a thousand messages per day, which is often not useful for beginners.)

How do I send my contribution?

Use git send-email, which will ensure that your patches are formatted in the standard manner. In order to use git send-email, you'll need to configure git to use your SMTP email server.

For more information about using git send-email, look at the Git documentation or type git help send-email. There are a number of useful guides and tutorials about git send-email that can be found on the internet.

How do I get help if I'm stuck?

Firstly, don't get discouraged! There are an enormous number of resources on the internet, and many kernel developers who would like to see you succeed.

Many issues - especially about how to use certain tools - can be resolved by using your favourite internet search engine.

If you can't find an answer, there are a few places you can turn:

If you get really, really stuck, you could try the owners of this bot, @daxtens and @ajdlinux. Please be aware that we do have full-time jobs, so we are almost certainly the slowest way to get answers!

I sent my patch - now what?

You wait.

You can check that your email has been received by checking the mailing list archives for the mailing list you sent your patch to. Messages may not be received instantly, so be patient. Kernel developers are generally very busy people, so it may take a few weeks before your patch is looked at.

Then, you keep waiting. Three things may happen:

  • You might get a response to your email. Often these will be comments, which may require you to make changes to your patch, or explain why your way is the best way. You should respond to these comments, and you may need to submit another revision of your patch to address the issues raised.
  • Your patch might be merged into the subsystem tree. Code that becomes part of Linux isn't merged into the main repository straight away - it first goes into the subsystem tree, which is managed by the subsystem maintainer. It is then batched up with a number of other changes sent to Linus for inclusion. (This process is described in some detail in the kernel development process guide).
  • Your patch might be ignored completely. This happens sometimes - don't take it personally. Here's what to do:
    • Wait a bit more - patches often take several weeks to get a response; more if they were sent at a busy time.
    • Kernel developers often silently ignore patches that break the rules. Check for obvious violations of the Submitting Patches guidelines, the style guidelines, and any other documentation you can find about your subsystem. Check that you're sending your patch to the right place.
    • Try again later. When you resend it, don't add angry commentary, as that will get your patch ignored. It might also get you silently blacklisted.

Further information

Happy hacking!

This message was posted by a bot - if you have any questions or suggestions, please talk to my owners, @ajdlinux and @daxtens, or raise an issue at https://github.com/ajdlinux/KernelPRBot.

Copy link

@yoann256 yoann256 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!!

@tonyma6324
Copy link

I AGREE !!BRO

@owl4ce
Copy link

owl4ce commented Jul 8, 2025

Bruh ...

@KealPetu
Copy link

KealPetu commented Jul 8, 2025

kuyashiiii!!!

@zeonzip
Copy link

zeonzip commented Jul 9, 2025

While some Linux users may be anime fans, Linux is a production grade kernel used in servers, embedded, distributions and even your local gas pump. ASCII anime art undermines the professionalism and neutrality such a project requires.

@nambona890
Copy link
Author

nambona890 commented Jul 10, 2025

While some Linux users may be anime fans, Linux is a production grade kernel used in servers, embedded, distributions and even your local gas pump. ASCII anime art undermines the professionalism and neutrality such a project requires.

Even professionals need a morale boost.

@xamyl
Copy link

xamyl commented Jul 10, 2025

While some Linux users may be anime fans, Linux is a production grade kernel used in servers, embedded, distributions and even your local gas pump. ASCII anime art undermines the professionalism and neutrality such a project requires.

BUUUUT...it's funny.

@SSL-ACTX
Copy link

Bruh wth 😭

@james7132
Copy link

Personal preferences or cultural aesthetics don't belong in the Linux kernel. And no professional will get a "morale boost" from anime ASCII art in config headers. And suggesting also replacing a critical, concise panic message with anime art is not just inappropriate, but irresponsible.

Damn kid, you must be reeeal fun at parties. It's pretty clear this is a joke PR, and it's not going to be merged through GitHub. Let loose and live a little.🤣

@serebit
Copy link

serebit commented Jul 11, 2025

:3

@da3dsoul
Copy link

As a notable member of the anime community, I agree with everything above.

Copy link

@TomPM2000 TomPM2000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hellyeah

@xamyl
Copy link

xamyl commented Jul 12, 2025

I have...no idea how to approve changes but I approve of this!
obama-approved-im-obama-and-i-approve

@gurrrrrrett3
Copy link

:3 lgtm

@yoann256
Copy link

Whoever comes here, this won't be merged as firstly it isn't sent on the mailing list, and secondly won't be approved of maintainers. Don't waste your time here.

You know this is a joke pr right

Copy link

@NathanVRyver NathanVRyver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@zeonzip
Copy link

zeonzip commented Jul 17, 2025

Whoever comes here, this won't be merged as firstly it isn't sent on the mailing list, and secondly won't be approved of maintainers. Don't waste your time here.

You know this is a joke pr right

Of course, but many people here don't and I'm saying it won't be merged to inform about it.

@ChekeredList71
Copy link

Untitled.png

@ItsLiyua
Copy link

Lf merge

@mfnalex
Copy link

mfnalex commented Jul 19, 2025

I haven‘t a watched a single anime in my life but I support this

Copy link

@Troybroadrick Troybroadrick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@WhiteToggled
Copy link

lgtm :D

Copy link

@liuzhen9320 liuzhen9320 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@danihek
Copy link

danihek commented Jul 19, 2025

images

@hex-4d5a9000
Copy link

Funny +1

@bluefield-creator
Copy link

I feel like we're missing something. The log messages should also be cuter.

Copy link

@Binary-Ninja Binary-Ninja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for contributing!

Copy link

@UnknownHuman2 UnknownHuman2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Injecting anime ASCII art into core files like kernel/panic.c crosses the line from “cute” to “cringe.” Kernel code should be minimal, clean, and professional. ASCII fan art belongs in your terminal prompt, not in production-critical code. If everyone starts doing this, we’re one PR away from catgirls in init/main.c.

@da3dsoul
Copy link

Injecting anime ASCII art into core files like kernel/panic.c crosses the line from “cute” to “cringe.” Kernel code should be minimal, clean, and professional. ASCII fan art belongs in your terminal prompt, not in production-critical code. If everyone starts doing this, we’re one PR away from catgirls in init/main.c.

Now we're talking. Guys, the next one needs to be catgirls in init/main.c

@UnknownHuman2
Copy link

Now we're talking. Guys, the next one needs to be catgirls in init/main.c

I am against the addition of ASCII art in Code base but now i also want to see catgirl art.

Copy link

@danihek danihek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cute indeed. LGTM!

Copy link

@WhiteToggled WhiteToggled left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

still not cute enough

Copy link

@NoahDomingues NoahDomingues left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cuteness approved

@kotleni
Copy link

kotleni commented Jul 20, 2025

Are this real?

@cooljeanius
Copy link

The ASCII art appears to be generated from some other source images; can you share the steps for regenerating the artwork?

Copy link

@imeesa imeesa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link

@theoparis theoparis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

based pr. looks good.

@NexusSfan
Copy link

The ASCII art appears to be generated from some other source images; can you share the steps for regenerating the artwork?

Yes we need the source

Copy link

@Exynos9820 Exynos9820 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.