Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Timeline



03/24/21:

13:06 Ticket #4280 (gen_uuid.c: Unchecked return value from library errors spotted by Coverity) reopened by Joel Sherrill
The fix was incorrect. It did not include the rtems assert.h header. Assuming the paths were testable, it would be checking return values on fcntl() commands that RTEMS does not support. A more likely approach is to ifndef rtems the unsupported fcntl's and see how that goes. It is unclear if there was communication with the upstream project which would have been needed.

03/23/21:

20:05 Ticket #4355 (Remove leon3 test configurations which assume sis is built into gdb ...) closed by Ryan Long <ryan.long@…>
fixed: In [changeset:"64ad86c10b4ec8ecfc861dad39f0a51a69db6ca5/rtems-tools" 64ad86c/rtems-tools]: […]
17:14 Ticket #4357 (rtems_semaphore_set_priority() uses an invalid SMP lock (cloned)) created by Sebastian Huber
Cloned from #4356: ---- If the priority of a locked priority ceiling …
17:14 Ticket #4356 (rtems_semaphore_set_priority() uses an invalid SMP lock) created by Sebastian Huber
If the priority of a locked priority ceiling mutex is set, the used …
17:02 Ticket #4282 (pwdgrp.c: Unchecked return value from library error spotted by Coverity) closed by Ryan Long <ryan.long@…>
fixed: In [changeset:"37fc6516d36e82e0a740b33cc2787b4d031411d9/rtems" 37fc651/rtems]: […]
15:55 Ticket #4355 (Remove leon3 test configurations which assume sis is built into gdb ...) created by Ryan Long
When trying to run the tests with rtems-test on leon3, every test was …
13:45 Ticket #4282 (pwdgrp.c: Unchecked return value from library error spotted by Coverity) reopened by Joel Sherrill
It turns out that at least /etc can be created in multiple places depending on the RTEMS application structure. It was discussed that a standard mechanism is needed to address additional base file system directories. Ticket #4354 has been created for that which allows this issue to be strictly about the Coverity issue. Changing the _Assert which was used to (void) mkdir should be sufficient to close this ticket again. Improvements to the base file system directory create can occur under #4354
13:44 Ticket #4354 (Improve Base File System Content Generation) created by Joel Sherrill
In working on #4282 to address a call to mkdir() that was ignoring the …
10:13 GSoC/2021 edited by Husni Faiz
(diff)

03/21/21:

11:40 Ticket #4350 (Infinite loop in rtems-fdt.c) closed by G S Niteesh Babu <niteesh.gs@…>
fixed: In [changeset:"08f807e64a2bf34a716a27cdfde022664979b46a/rtems" 08f807e/rtems]: […]
09:26 Ticket #4353 (the pci initialization part cannot pass the initialization) created by only_yipie
the pci initialization part of x86 version cannot be initialized on …
09:11 Ticket #4352 (about get cpu number) created by only_yipie
The x86 multi-core version can get the correct core number on qemu, …
09:02 Ticket #4351 (about mips mutil-core) created by only_yipie
rtems MIPS architecture does not provide multi-core support.
06:59 Ticket #4350 (Infinite loop in rtems-fdt.c) created by niteesh
The function rtems_fdt_load in file rtems-fdt.c contains an infinite …

03/19/21:

18:55 GSoC/2021 edited by Rajiv Vaidyanathan
Added entry in GSoC student table (diff)
10:54 GSoC/2021 edited by Matthew Joyce
(diff)
10:52 GSoC/2021 edited by Matthew Joyce
(diff)

03/18/21:

20:49 GSoC/2021 edited by eshan dhawan
(diff)
19:59 Ticket #4349 (Package Micro Python) created by eshan dhawan
MicroPython? (https://micropython.org/) is supported in RTEMS for a …

03/17/21:

09:48 Ticket #4346 (Require RTEMS_PRIORITY for MrsP semaphores) closed by Sebastian Huber <sebastian.huber@…>
fixed: In [changeset:"3a66586c9e8432eee26b0e74c49c91362e22d24d/rtems" 3a66586/rtems]: […]
09:47 Ticket #4347 (Allow RTEMS_PRIORITY for MrsP semaphores) closed by Sebastian Huber <sebastian.huber@…>
fixed: In [changeset:"0965b7c8b7956846167f43b813d68f8b5f2a60a1/rtems" 0965b7c8/rtems]: […]

03/16/21:

19:27 GSoC/2021 edited by Matthew Joyce
(diff)
19:03 Ticket #4348 (Zynq input not working on qemu) created by Ryan Long
When running the fileio sample for Zynq on qemu, you can press a key …
13:27 Ticket #4347 (Allow RTEMS_PRIORITY for MrsP semaphores) created by Sebastian Huber
In order to improve the compatibility of RTEMS 5.2 with future version …
13:25 Ticket #4346 (Require RTEMS_PRIORITY for MrsP semaphores) created by Sebastian Huber
The MrsP semaphores are a generalization the priority ceiling …
13:01 Ticket #4343 (sp14 test failing on ARM and AArch64) closed by Sebastian Huber <sebastian.huber@…>
fixed: In [changeset:"5d752e7b48e47a260c33e33d7717c7421c1eb1f7/rtems" 5d752e7b/rtems]: […]
09:37 Ticket #4345 (Nexus Driver for Marvell mv643xx Ethernet Adapter (powerpc/beatnik ...) created by Till Straumann
This pull request
09:30 Ticket #4344 (powerpc/beatnik: split network driver into multiple files (preparation ...) created by Till Straumann
This pull request (on top of …
00:01 GSoC/2021 edited by Ida Delphine
(diff)

03/15/21:

21:34 Ticket #4343 (sp14 test failing on ARM and AArch64) created by Kinsey Moore
Since 8778a0e1188ee00932ce47d410de54c4e053f3bf got merged, sp14 fails …
00:45 GSoC/2021 edited by Daman Bir Singh
Added entry in Student Proposals, Daman Bir Singh (diff)

03/14/21:

18:00 GSoC/2021 edited by Ida Delphine
(diff)

03/12/21:

16:50 Ticket #4342 (disp_hcms29xx.c: Unused value error spotted by Coverity) created by Ryan Long
CID 1399752: Unused value in disp_hcms29xx_update_task(). […]
16:47 Ticket #4341 (fastlz.c: Unused value error spotted by Coverity) created by Ryan Long
CID 1399751: Unused value in fastlz2_compress(). […]
16:45 Ticket #4340 (print-ls.c: Unused value error spotted by Coverity) created by Ryan Long
CID 1255346: Unused value in rtems_shell_ls_printacol […]
16:29 Ticket #4339 (main_cp.c: Unused value error spotted by Coverity) created by Ryan Long
CID 1255344: Unused value in copy(). […]
13:52 Ticket #4338 (rtems_clock_set(): Cannot set future dates later than approximately 2105) created by Frank Kuehndel
== Short Problem Description == …

03/11/21:

16:54 Ticket #4337 (RSB build error with gmp-6.1.0.cfg (cloned)) closed by Ricardo Cárdenes <rcardenes@…>
fixed: In [changeset:"e5aa419d3581b034b4bf7c2f93982500b6efa34e/rtems-source-builder" e5aa419d/rtems-source-builder]: […]
16:52 Ticket #4155 (Add a workaround for the LEON3FT RETT Restart errata: TN-0018) closed by Daniel Hellstrom <daniel@…>
fixed: In [changeset:"b2da982c87e9e86561d1b6db18c01ea98c628467/rtems" b2da982/rtems]: […]
16:52 Ticket #4336 (Improve the workaround for the LEON3FT store-store errata: TN-0009 on ...) closed by Daniel Hellstrom <daniel@…>
fixed: In [changeset:"89d90c00198a469a0c197e53f58d7e1cef5839f7/rtems" 89d90c0/rtems]: […]
16:52 Ticket #4324 (grlib,grcanfd: extend the GRCAN driver with GRCANFD support) closed by Daniel Hellstrom <daniel@…>
fixed: In [changeset:"9bf8a9d14735511990213f004376f47d4c46ee44/rtems" 9bf8a9d/rtems]: […]
16:52 Ticket #4323 (grlib,can: introduce a new common CAN baud-rate timing calculating ...) closed by Daniel Hellstrom <daniel@…>
fixed: In [changeset:"65237ba01d4fc49acd1781895a2a5ffc3591f524/rtems" 65237ba0/rtems]: […]
16:51 Ticket #4337 (RSB build error with gmp-6.1.0.cfg (cloned)) created by Vijay Kumar Banerjee
Cloned from #4335: ---- The RSB is crashing with the following error …
16:50 Ticket #4335 (RSB build error with gmp-6.1.0.cfg) closed by Ricardo Cárdenes <rcardenes@…>
fixed: In [changeset:"5e449fb5c2cb6812a238f9f9764fd339cbbf05c2/rtems-source-builder" 5e449fb/rtems-source-builder]: […]
15:17 Ticket #4154 (Improve the workaround for the LEON3FT store-store errata: TN-0009) closed by Daniel Hellstrom
fixed
15:16 Ticket #4336 (Improve the workaround for the LEON3FT store-store errata: TN-0009 on ...) created by Daniel Hellstrom
See also: ​https://www.gaisler.com/doc/antn/GRLIB-TN-0009.pdf Some …
02:42 Ticket #4335 (RSB build error with gmp-6.1.0.cfg) created by Vijay Kumar Banerjee
The RSB is crashing with the following error while building the …

03/10/21:

22:48 Ticket #4334 (Replace Mongoose with Civetweb) created by Joel Sherrill
RTEMS has an old version of Mongoose using a permissive license before …
19:48 Ticket #4333 (rtl-allocator.c: Dereference null return value error spotted by Coverity) created by Ryan Long
CID 1444139: Dereference null return value in rtems_rtl_alloc_hook(). …
19:45 Ticket #4332 (rtl-obj.c: Derefernce null return value error spotted by Coverity) created by Ryan Long
CID 1444138: Derference null return value in …
19:14 Ticket #4320 (Add driver for cadence-spi device for xilinx based BSPs) closed by Jan Sommer <jan.sommer@…>
fixed: In [changeset:"92239318b1524f10d68dc5f04b4b46dd714718a1/rtems" 9223931/rtems]: […]
19:06 Ticket #4331 (main_pci.c: Dereference after null check error spotted by Coverity) created by Ryan Long
CID 1399716: Dereference after null check in shell_pci_infodev(). […]
18:49 Ticket #4330 (RSB: Build error with rtems-bsp.cfg (cloned)) closed by Vijay Kumar Banerjee <vijay@…>
fixed: In [changeset:"d638f2b9a0a1f19d45529c7f4a85135432fe8bb2/rtems-source-builder" d638f2b/rtems-source-builder]: […]
18:43 Ticket #4330 (RSB: Build error with rtems-bsp.cfg (cloned)) created by Vijay Kumar Banerjee
Cloned from #4319: ---- The RSB recipe for rtems-libbsd fails with …
18:42 Ticket #4329 (main_rtrace.c: Dereference after null check error spotted by Coverity) created by Ryan Long
CID 1399709: Dereference after null check in …
18:23 Ticket #4319 (RSB: Build error with rtems-bsp.cfg) closed by Vijay Kumar Banerjee <vijay@…>
fixed: In [changeset:"2f9a68bfb13313456034932a08c6d06ebbf151b3/rtems-source-builder" 2f9a68b/rtems-source-builder]: […]
17:49 Ticket #4291 (main_help.c: Unchecked return value from library error spotted by Coverity) reopened by Ryan Long
16:35 Ticket #4328 (New APIs Added to POSIX Standard (202x)) created by Joel Sherrill
The following is a draft of the edits a set of new APIs are coming to …
14:59 Ticket #4327 (shell.c: Dereference after null check error spotted by Coverity) created by Ryan Long
CID 26083: Dereference after null check in rtems_shell_login(). […]
13:56 Ticket #4326 (objectextendinformation.c: Dereference after null check error spotted ...) created by Ryan Long
CID 26033: Dereference after null check in …
Note: See TracTimeline for information about the timeline view.