Hello World Proof - Ahmed Mansour - GSoC 2026

Hello Everyone,

My name is Ahmed Mansour, I am a CS student looking to participate in GSoC 2026.
I am particularly interested in the “Add support for sigaction SA_RESETHAND” project (#49).

I am running Arch Linux. Here is my hello world patch:

diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c
index 76b939818a…006fd436eb 100644
— a/testsuites/samples/hello/init.c
+++ b/testsuites/samples/hello/init.c
@@ -41,7 +41,7 @@ static rtems_task Init( rtems_task_argument ignored )

rtems_print_printer_fprintf_putc( &rtems_test_printer );
TEST_BEGIN();

  • printf( “Hello World\n” );
  • printf( “Hello from Ahmed Mansour, Gsoc 2026\n” );
    TEST_END();
    rtems_test_exit( 0 );
    }

Ahmed Mansour

Your patch did not get pasted. It looks like you tried to write everything in the topic title.

Thank you for the feedback! I have updated the post with the patch properly formatted.

Thanks, can you please provide the text/file of the git format-patch output as specified in the getting started guide?

Sorry for the confusion, here is the git format-patch output:
0001-testsuites-hello-Hello-World-Proof-Ahmed-Mansour-GSo.txt (808 Bytes)

Thanks, it looks like your git config user.name may not be correct, please double check for proper author attribution. Once you have it correct, you can add yourself to tracking/2026 · main · RTEMS / Programs / Google Summer of Code · GitLab.

Search here for any open topics related to your project interest, and if there aren’t any then you can start a new topic to discuss a project interest.

Oh ! Thank you I’ve fixed my git config and here is the updated patch:
Hello-world-proof-Ahmed-Mansour-Gsoc.txt (808 Bytes)