Re: [RFC] generic CAN/CAN FD susbsytem for RTEMS from scratch (LinCAN inspired)

2024-02-29 Thread Pavel Pisa
Hello Gedare On Tuesday 27 of February 2024 22:27:43 Gedare Bloom wrote: > On Mon, Feb 12, 2024 at 8:03 AM Pavel Pisa wrote: > > Michal Lenc works on a new generic CAN/CAN FD subsystem for RTEMS under > > my supervision. The project has reached a phase where we will be very > > grateful for the r

6.1rc2 on Rocky 9

2024-02-29 Thread Joel Sherrill
Hi Looks pretty good overall. This appears to be the only issue: Testing: riscv rv64imac_spike BSP to Build: rv64imac 'distclean' finished successfully (0.011s) Regenerate build specification cache (needs a couple of seconds)... real 0m25.545s user 2m30.639s sys 0m29.614s *** /home/joel/rtems-6.

Re: 6.1rc2 on Rocky 9

2024-02-29 Thread Chris Johns
On 1/3/2024 2:43 am, Joel Sherrill wrote: > Hi > > Looks pretty good overall. This appears to be the only issue: > > Testing: riscv rv64imac_spike > BSP to Build: rv64imac > 'distclean' finished successfully (0.011s) > Regenerate build specification cache (needs a couple of seconds)... > > real

Re: [PATCH] build: Use -frandom-seed=0

2024-02-29 Thread Chris Johns
On 29/2/2024 6:36 pm, Sebastian Huber wrote: > On 29.02.24 00:29, Chris Johns wrote: >> On 28/2/2024 6:24 pm, Sebastian Huber wrote: >>> On 28.02.24 06:34, Chris Johns wrote: The manual says:     The string can either be a number (decimal, octal or hex) or     an arbitrary strin

Re: [PATCH 2/2] testsuites/dhrystone: Initialize before use

2024-02-29 Thread Sebastian Huber
On 28.02.24 19:15, Kinsey Moore wrote: This resovles a warning where a variable could be used before it is initialized in some code paths. I am not sure if we should modify benchmark code. -- embedded brains GmbH & Co. KG Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany email: sebasti

Re: [PATCH 1/2] cpukit/libtest: Remove unused variable

2024-02-29 Thread Sebastian Huber
On 28.02.24 19:15, Kinsey Moore wrote: This unused variable causes a warning. It is never set or used. Thanks for fixing this. -- embedded brains GmbH & Co. KG Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany email: sebastian.hu...@embedded-brains.de phone: +49-89-18 94 741 - 16 fax:

Re: [RFC] libdl: Make Elf_Sym::st_other available

2024-02-29 Thread Sebastian Huber
On 29.02.24 00:27, Chris Johns wrote: On 27/2/2024 6:46 pm, Sebastian Huber wrote: The 64-bit PowerPC ELFv2 relocation support needs access to the Elf_Sym::st_other symbol information. The machine-specific relocation handler had only access to the Elf_Sym::st_info symbol information. This chan