RTEMS | Draft: IMFS User allocator Plugin Code (!534)
Mohamed Hassan (@Hamzi)
gitlab at rtems.org
Fri Jul 11 14:49:55 UTC 2025
Merge request https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/534 was reviewed by Mohamed Hassan
--
Mohamed Hassan started a new discussion on spec/build/testsuites/psxtests/psximfs03.yml: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/534#note_126346
> +cflags: []
> +copyrights:
> +- Copyright (C) 2025 embedded brains GmbH & Co. KG
Add your name and your email possibly.
--
Mohamed Hassan started a new discussion on testsuites/psxtests/psximfs03/init.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/534#note_126347
> + char *block = freelist;
> + freelist = *freelist;
> + memset(block, val, size);
where `val` and `size` are declared.
--
Mohamed Hassan started a new discussion on testsuites/psxtests/psximfs03/init.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/534#note_126348
> + init_memory();
> +
> + open_it();
function signature is incorrect.
--
Mohamed Hassan started a new discussion on testsuites/psxtests/psximfs03/init.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/534#note_126349
> + /* open the file */
> + puts( "open(" FILE_NAME ") - OK " );
> + TestFd = open( FILE_NAME, flag, 0777 );
`TestFd` isn't declared in this scope.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/534
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20250711/0c98a89a/attachment-0001.htm>
More information about the bugs
mailing list