Skip to content
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

made code more efficient #1150

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chickenMuggets
Copy link

I made the code better and more efficent. Can I be credited in the credits pwease 🥺🥺🥺👉👉👉👈👈👈

@KernelPRBot
Copy link

Hi @chickenMuggets!

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.

@harcyr
Copy link

harcyr commented Feb 21, 2025

This is actually pathetic. Wow. Please grow up before making pull requests. Your acting like a child.

@chickenMuggets
Copy link
Author

*you're

@SnivySquid65
Copy link

SnivySquid65 commented Feb 26, 2025

it won't even show possible changes...
how many files did you change, furthermore, WHAT did you change??

Update:
main.py

import linux

linux.run()

Get Linus here, his 20+ years of work has finally met its magnum opus.

@chickenMuggets
Copy link
Author

Im accually linus torvoalds replacement

@chickenMuggets
Copy link
Author

@SnivySquid65

The Tale of the OS and Its Incredible Transformation

Hey everyone! 👋 It’s me, Chicken Muggets, and I’ve got a CRAZY story to share with you all today. 🐣😎 Ready? Let’s jump in!

Once upon a time, there was a guy named Linus. 🧑‍💻✨ He had this idea for creating an Operating System. It wasn’t perfect at first—there were bugs 🐞, crashes, and plenty of things that made you scratch your head. 🤔 But even with all its quirks, people saw potential. 🌱 It was free, open-source, and had the freedom to grow in ways no one had ever imagined. 🚀

So there I was, Chicken Muggets, just sitting around, munching on some chicken nuggets 🍗, when an idea struck me like a lightning bolt ⚡: “What if I could make this OS even better?” 😎

With that thought, I dove right into the code, rolling up my sleeves 🖥️ and cracking my knuckles (metaphorically, of course 👐). It was time to take this OS and transform it into something amazing. 🌟

First up, I optimized the performance. 💨 No more slowdowns! 🚀 I worked my magic to make sure that no matter what you were doing—surfing the web 🌐, playing games 🎮, or running complex programs 💻—everything ran like lightning. ⚡

Then, I turned my attention to security. 🔒 We’re talking no more vulnerability to hackers or malicious attacks. 🛡️ I added layers of protection that made sure no one was getting in. It was rock solid and secure, from the ground up! 💪

But that was just the beginning. Oh no, I wasn’t done yet. 😏 Next, I made sure that user experience was top-notch. 🌟 I streamlined the interface to be smooth and intuitive. 😎 You didn’t need to be a tech genius to navigate it—anyone could hop in and start using it right away. 💻✨

One of the coolest things I did? I made updates automatic. 📲 No more waiting for long update installations or wondering if your system was up-to-date. The OS handled it for you, in the background. 🛠️ You were always running the latest and greatest version without lifting a finger. 🤖💡

But I didn’t stop there. Nope, I kept improving it. 🚀 Every single day, I worked on refining the system. 🛠️ Faster performance ⚡, tighter security 🔐, and smoother user experiences ✨. I added a powerful app management system, making it easier than ever to download, install, and manage your favorite software 📲, all in one place. No more hunting for the right version or dealing with tricky installations. 🎯

What made it even cooler? I made sure everything was open-source. 🆓 Free for everyone to use, share, and contribute to. The community could shape the system just as much as I could. 👫👬 That’s how progress happens, after all—together! 💥

The result? People were floored. 😲 The OS went from something that was decent but a bit rough around the edges to something incredible. It was faster, smoother, and more reliable than ever before. And the best part? People were using it everywhere! 🌍💻

And guess what? I didn’t stop working on it. I kept going, pushing the system to new heights. 💥 Every update brought new features, more performance improvements, and even more stability. People loved it. 💯

Today, this OS is running on millions of devices. It’s trusted by tech enthusiasts, regular users, and everyone in between. 🖥️ Whether you're a student, a developer, or someone who just wants an easy-to-use computer, it’s perfect for everyone. 🌍

And as for me? I’m still working on it. Still improving it. Because when something’s this good, you never stop making it better. 🔥🚀

But for now, I’ve got a plate of chicken nuggets 🍗 calling my name. 🐔 Don’t worry, though—I’ll be back with more updates, better features, and even cooler improvements soon! 🌟

Catch ya later! ✌️👾

@harcyr
Copy link

harcyr commented Feb 28, 2025

I've seriously had enough of this thread. I've lost hours of sleep over this. Ciao. ✌️

@chickenMuggets
Copy link
Author

A Chicken Muggets' Flow 🎶🐔

Yo, it’s Chicken Muggets, I’m here to drop a story,
'Bout an OS that went from basic to glory! 💥
Started with Linus, yeah, he laid the base,
But I came through, put a new spin in the race! 🏁

Started munchin’ nuggets 🍗, thought "Yo, let's do this!"
Took the code, flipped it—now it’s truly the smoothest! 💻
No more lag, no more crashes, no more pain,
I took this system and rewrote the whole game! 🎮✨

First, I tuned the speed—lightning fast, no delay!
Open up apps, and boom, they're on display! ⚡
Performance optimized, like a jet in the sky,
No more waiting, it’s like a blink of an eye! 👀💨

Then, I locked it down—security tight—
Made it so safe, no hacker’s in sight! 🔐
Encryptions and firewalls, no way to break through,
Your data’s protected, everything brand new! 🔥

Now, UX? Oh, I made it so clean,
Smooth interface, you know what I mean? 😎✨
One click, you’re in, no confusion or mess,
It’s user-friendly—smooth as silk, nothing less! 🌟

But wait, I ain't done, I'm not stoppin' this flow,
Auto-updates runnin’, so the system just grows! 📲🔄
Always fresh, always up-to-date,
No more “Update Now”—just let it go, it’s fate! 💻🎉

Next up—apps—I got that covered too,
Found the best ones, brought ‘em all to you! 📱🛠️
Install, manage, update—no stress,
Everything in one place, now that’s success! 🙌

The community joined in, and we built it up strong,
Every update got better, yeah, we went all along! 📈
Made it open-source, no fees to pay,
Freely available, that’s the way we play! 🎉

Now it's everywhere, this OS is king,
Running smooth, stable, making everything sing! 🎤🎶
Techies, gamers, all types unite,
This OS is lit, and the future’s bright! 🔥💻

So that’s the story, Chicken Muggets in the game,
Took the code and transformed it—now we’re all the same! 💥🌍
Faster, smoother, stronger, secure,
With every upgrade, it’s better for sure! 🏆

Now I’m off to eat some nuggets 🍗, take a quick break,
But don’t worry, I’ll be back with more—make no mistake! 🐔💥

Catch you later, peace out, it’s been a blast,
The OS is rolling, and it's built to last! ✌️👾

@harcyr
Copy link

harcyr commented Feb 28, 2025

Okay. Fine. You win. I HAVE HAD MORE THAN ENOUGH OF THIS THREAD. So, you win! Congratulations.

@chickenMuggets
Copy link
Author

I've seriously had enough of this thread. I've lost hours of sleep over this. Ciao. ✌️

Ok pal you probably never had time to begin with, you spend to much time editing your config files, setting up your tiling window managers, and installing arch for to 500th time this week, please just go to windows. Find peace. Find love... I wish you luck.

@harcyr
Copy link

harcyr commented Feb 28, 2025

GAHAHHAHAHHAHAHAH. YOU JUST CANT HELP YOURSELF. GOSH.

@SnivySquid65
Copy link

I run arch... Nah, someone needs to get this removed

@chickenMuggets
Copy link
Author

chickenMuggets commented Feb 28, 2025

I run arch... Nah, someone needs to get this removed

Boo hoo cry to your anime figurines and go back to ricing hyprland @SnivySquid65

@TinyMikey
Copy link

Holy moly. This thread is hilarious.

@SnivySquid65
Copy link

@chickenMuggets 1. I use vanilla KDE, 2. I've never watched anime...
But there is one upside to your program... It's better than Michealsoft and their WSL, probably faster too.

@chickenMuggets
Copy link
Author

chickenMuggets commented Feb 28, 2025

Holy moly. This thread is hilarious.

Holy guacamole 😹😹😹😆😆🫱🫱🫱

@chickenMuggets
Copy link
Author

chickenMuggets commented Feb 28, 2025

@chickenMuggets 1. I use vanilla KDE

Wow vanilla kde you mean windows eleven but trash how can anyone even use that desktop environment when cinnamon exists. Oh wait, you don't want r/unixp#rn thinking you are a disgusting mint user. Seriously if you are not going to even use a tiling window manager then what's even the point of arch. "Oh but the aur is easy and convenient" I hear your group of neckbearded arch users say, well guess what else is convenient DOUBLE CLICKING AN EXE "bu... bu.. but I then I won't be able to destroy my entire system with one command" yeah good I don't want to accidentally leave my terminal window that I already sudo on open and then have someone type sudo rm -rm / --no-preserve-root and having my entire system destroyed. What you don't realise is that command was made so that you could one day quit Linux entirely and realise the fault of your ways @SnivySquid65

@harcyr
Copy link

harcyr commented Feb 28, 2025

That's it. I am at my burning point. I have had ENOUGH of your circus antics. And I'm getting seriously mad now. I'd watch your next move, bud. You wouldn't want it to be incorrect. The ball is in your court, friend.

@SnivySquid65
Copy link

@chickenMuggets skill issue
you shouldn't have ran the command doofus
anyways, we're basically all linux users here, so if you're trying to get put in some kind of exile you're almost there bud

@chickenMuggets
Copy link
Author

That's it. I am at my burning point.

Does that mean your finally burning some calories and loosing your neckbeard

@chickenMuggets
Copy link
Author

chickenMuggets commented Mar 1, 2025

you shouldn't have ran the command doofus

Maybe YOU should have read my message. I was saying what if someone else ran the command thinking they are some hilarious Hilary, like seriously are you arch users illiterate or do you want me to transpile English into C for you @SnivySquid65

@harcyr
Copy link

harcyr commented Mar 1, 2025

That's it. I am at my burning point.

Does that mean your finally burning some calories and loosing your neckbeard

Yep. I'm officially angry. Prepare yourself, bud.

@chickenMuggets
Copy link
Author

Yep. I'm officially angry. Prepare yourself, bud.

Prepare myself for what? You probably can't even walk a meter let alone to my house. You could roll there but even that might be too much work for you and you can't sudo rm -rf chickenmuggets not everything is linux pal

@sponege
Copy link

sponege commented Mar 2, 2025

Hey @chickenMuggets! Really great changes! I hope they get merged. However, there are some merge conflichts that have to be resolved before merging is possible. Are you able to fix them?

image

@chickenMuggets
Copy link
Author

chickenMuggets commented Mar 2, 2025

Hey @chickenMuggets! Really great changes! I hope they get merged. However, there are some merge conflichts that have to be resolved before merging is possible. Are you able to fix them?

image

I am waiting for it to load right now

@sponege
Copy link

sponege commented Mar 2, 2025

Wait, I just have to mention that I'm impressed on your commitment to this thread. @harcyr is your alt account? You trolled pretty well here.

@papaj2139
Copy link

tf happened here lmao

@harcyr
Copy link

harcyr commented Mar 3, 2025

🥇 First off,
🧽 @sponege 🧽 I am not an alt account. I just use Git with an SFTP server. 💾🌍 This is also not my first encounter with 🐔🍟 Chicken Muggets, but it's by far the worst. 😵‍💫🔥

Okay, now to the 🥩 meat and 🥔 potatoes:
🐔 @chickenMuggets 🍗 I don't hate you. ❌💔 Despite all of this bickering, 🤼‍♂️⚡ I don't hate you. ❤️‍🩹 I just think you could do so much better than this. 🚀🌟

Looking at your projects, 💻📂 you clearly have plenty of potential. 🎯✨ I think what you have done here is just made a mistake, ❌ but for that, you are forgiven. 🕊️🤝😇

@chickenMuggets
Copy link
Author

SFTP

wdy

🥇 First off, 🧽 @sponege 🧽 I am not an alt account. I just use Git with an SFTP server. 💾🌍 This is also not my first encounter with 🐔🍟 Chicken Muggets, but it's by far the worst. 😵‍💫🔥

Okay, now to the 🥩 meat and 🥔 potatoes: 🐔 @chickenMuggets 🍗 I don't hate you. ❌💔 Despite all of this bickering, 🤼‍♂️⚡ I don't hate you. ❤️‍🩹 I just think you could do so much better than this. 🚀🌟

Looking at your projects, 💻📂 you clearly have plenty of potential. 🎯✨ I think what you have done here is just made a mistake, ❌ but for that, you are forgiven. 🕊️🤝😇

you are my alt though

@harcyr
Copy link

harcyr commented Mar 3, 2025

Okay. That's it. Expect some serious problems coming soon bud.
And I'm NOT your alt.

@chickenMuggets
Copy link
Author

Ok buddy like why are you adding so many emojis

@harcyr
Copy link

harcyr commented Mar 3, 2025

The emojis are to distract people who have trouble reading.
I've been doing it since the incident.

@chickenMuggets
Copy link
Author

chickenMuggets commented Mar 3, 2025

whats the incident❔❔❔

@harcyr
Copy link

harcyr commented Mar 3, 2025

I don't want to talk about it. Nor am I allowed to for 3 more years.

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.

8 participants