Re: [rtems commit] splinkersets01: Fix declaration

2021-01-24 Thread Sebastian Huber
On 25/01/2021 01:40, Chris Johns wrote: I think this patch has caused a regression in the pc686 PC ... Thanks for the report. It turned out to be a typo in RTEMS_LINKER_ROSET_ITEM_ORDERED_DECLARE(). -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany email: sebas

[PATCH] libcsupport: Add no_reg_make_node as a mount option to the mount table

2021-01-24 Thread chrisj
From: Chris Johns - Add the bool flag no_reg_make_mode to the mount table so a file system can indicate creating regular files is not done by use the mknod handler. The file system will handle creating a file node in the open handler. - Note, the mount option is an enum which means there i

Re: [rtems commit] splinkersets01: Fix declaration

2021-01-24 Thread Chris Johns
I think this patch has caused a regression in the pc686 PC ... /opt/work/chris/rtems/nfs/6/lib/gcc/i386-rtems6/10.2.1/../../../../i386-rtems6/bin/ld: testsuites/sptests/splinkersets01/sets.c.725.o:/opt/work/chris/rtems/nfs/bsps/build/i386/pc686/../../../../../kernel/rtems.git/testsuites/sptests/sp

Re: [PATCH] Improve file header comment in generated files

2021-01-24 Thread Chris Johns
Looks good. Thank you. Chris On 23/1/21 2:06 am, Sebastian Huber wrote: > --- > cpukit/doxygen/appl-config.h| 10 +++--- > cpukit/include/rtems.h | 10 +++--- > cpukit/include/rtems/config.h | 10 +++--- > cpu

Re: Report on failing tests with thread stack protection and their resolution.

2021-01-24 Thread Joel Sherrill
On Sun, Jan 24, 2021, 8:59 AM Utkarsh Rai wrote: > > > On Sat, Jan 23, 2021 at 9:29 PM Joel Sherrill wrote: > >> >> >> On Sat, Jan 23, 2021, 12:28 AM Utkarsh Rai >> wrote: >> >>> >>> >>> On Mon, Dec 7, 2020 at 8:00 AM Utkarsh Rai >>> wrote: >>> On Thu, Dec 3, 2020 at 10:22 PM Ge

Re: Report on failing tests with thread stack protection and their resolution.

2021-01-24 Thread Utkarsh Rai
On Sat, Jan 23, 2021 at 9:29 PM Joel Sherrill wrote: > > > On Sat, Jan 23, 2021, 12:28 AM Utkarsh Rai > wrote: > >> >> >> On Mon, Dec 7, 2020 at 8:00 AM Utkarsh Rai >> wrote: >> >>> >>> >>> On Thu, Dec 3, 2020 at 10:22 PM Gedare Bloom wrote: >>> On Wed, Dec 2, 2020 at 5:53 PM Ut