Questions tagged [eudyptula-challenge]

The Eudyptula Challenge was a series of programming exercises for the Linux kernel, that started from a very basic "Hello world" kernel module, moving on up in complexity to getting patches accepted into the main Linux kernel source tree.

Please note that participants should abide to honor code. Related excerpt:

If you are found to have posted your code publicly, or asked for help in public locations, or copied code from public locations without properly attributing it, or tried to cheat or fake challenge results in any way, you will be removed from the challenge instantly. In short, do your own work, and keep it to yourself.

So please don't ask us to solve some tasks for you. Instead you can ask for pointers to the right direction, or ask some really small and particular questions about some specific API, etc.

8 questions
11
votes
1 answer

Eudyptula Challenge and kernel path

I have decided to take the Eudyptula Challenge. After I submitted the first task which is to build a simple "Hello World!" module, I received the following answer. Please read the requirements for the Makefile and allow the module to be built…
user2424276
  • 591
  • 1
  • 5
  • 24
9
votes
1 answer

Eudyptula Challenge List

I was interested in the Eudyptula Challenges but I've just posted the solution to Task 1 and they are taking a huge time to respond. Can someone just post the Task List (Not the Solutions) so that I can do them at my own pace. Thanks in Advance…
S. Salman
  • 590
  • 1
  • 6
  • 22
5
votes
0 answers

Eudyuptula Task3 meaning of "Extra cookies when you provide creative examples, especially if done in interpretive dance at your local pub."

I am trying to go through the eudyptula challenge and I am having a hard time understanding the line "Extra cookies when you provide creative examples, especially if done in interpretive dance at your local pub." what is expected? following is the…
Himanshu Sourav
  • 700
  • 1
  • 10
  • 35
2
votes
2 answers

Cannot set Attribute Permissions to 0666 in sysfs

I am working with sysfs and I need to create a file under sysfs, the file should be readable and writable by all users, for which I set the Permissions in '__ATTR' to 0666. But the module does not compile, the moment I change the permissions to…
2
votes
2 answers

dpkg --list not showing installed kernel version

I am running ubuntu 14.04 with kernel 3.13 I was following eudyptula challenge which asked me to download kernel source from linus's git and build,install, which I did and now I have two kernels, 3.13 and 3.15. I wanted to verify the installation…
ashish g
  • 429
  • 1
  • 7
  • 16
1
vote
1 answer

Why my kernel config options did not get enabled at the first make?

I was solving Task 02 of Eudyptula Challenge. I had to download latest kernel source, create a working config and change a kernel config flag, boot to newly configured kernel. I downloaded source and followed below procedure: 1) make localmodconfig…
0
votes
2 answers

I'm unable to build the simple hello world kernel module from kernel 5.10.11

I am using kernel 5.10.11 in KALI and I am trying to learn kernel module programming but I am unable to build the module. I have tried all the solutions given on the internet but they are not working for me, or I am doing it the wrong way. Here is…
m_here
  • 41
  • 7
-1
votes
1 answer

What is the procedure to send solutions of Eudyptula challenge?

I am trying to send solution to Task1 of Eudyptula Challenge. I have linked thunderbird to my registered gmail account and while sending the mail, I set "Plain text" format and UTC encoding. But I am getting a mail from little penguin as…