Re: What's Left for 4.12 Branching?

2017-01-13 Thread Chris Johns
On 14/1/17 6:25 am, Joel Sherrill wrote: > > What do we think is left to do before we can branch 4.12? > Libbsd needs testing after the major update from Sebastian. The i386 BSP needs to work before we can branch. > > Code Issues > == > From my perspective, I think my POSIX API goals h

Lots of BSPs Fail to Build Tests on Master

2017-01-13 Thread Joel Sherrill
Hi The following BSPs do not successfully complete a build with all tests enabled. A spot check of a few shows that some tests do not fit in memory. There may be other issues. This is a major regression. arm-lm3s3749 arm-lm3s6965 arm-lm4f120 arm-lpc1768_mbed_ahb_ram_eth arm-lpc1768_mbed_ahb_ram a

Re: [PATCH] Update RMS documentation for overrun handling

2017-01-13 Thread Chris Johns
On 14/1/17 8:21 am, Gedare Bloom wrote: > I was unable to compile rtems-docs (cleanly), so I have not committed > this patch yet. What is the problem? > If someone else who can compile docs can build with > this patch, please commit. I need to debug my baseline build still... OK. Chris ___

Re: [PATCH] Update RMS documentation for overrun handling

2017-01-13 Thread Joel Sherrill
I have committed this. If there are academic references that a user should know or this is theoretically based on, I would like to see them listed. Anything that strengthens the user's understanding of where this originated. It doesn't look like Chris has automatic updates on docs working yet but

Re: [PATCH] Update RMS documentation for overrun handling

2017-01-13 Thread Gedare Bloom
I was unable to compile rtems-docs (cleanly), so I have not committed this patch yet. If someone else who can compile docs can build with this patch, please commit. I need to debug my baseline build still... On Wed, Dec 21, 2016 at 11:44 AM, Kuan-Hsun Chen wrote: > --- > c-user/rate_monotonic_ma

What's Left for 4.12 Branching?

2017-01-13 Thread Joel Sherrill
Hi What do we think is left to do before we can branch 4.12? Code Issues == >From my perspective, I think my POSIX API goals have been met with the posix_devctl and SHM patches. There may be patches but that's normal. Any other code issues? Tool Issues = A new newlib snapshot w

[PATCH] rtems: define _POSIX_SHARED_MEMORY_OBJECTS

2017-01-13 Thread Gedare Bloom
--- newlib/libc/include/sys/features.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newlib/libc/include/sys/features.h b/newlib/libc/include/sys/features.h index a23158c..1f9271b 100644 --- a/newlib/libc/include/sys/features.h +++ b/newlib/libc/include/sys/features.h @@ -33

Re: Thread name support

2017-01-13 Thread Gedare Bloom
On Fri, Jan 13, 2017 at 3:25 AM, Sebastian Huber wrote: > Hello, > > I added optional user-defined thread names. > > https://devel.rtems.org/ticket/2858 > > The GNU pthread extensions pthread_getname_np() and pthread_setname_np() are > now available in RTEMS and work for all threads (internal, Cla

Re: [PATCH] powerpc/shared/linkcmds.base: Add .rela.rtemsroset and .rela.rtemsrwset

2017-01-13 Thread Joel Sherrill
On Fri, Jan 13, 2017 at 2:28 AM, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Maybe it makes sense to add this to the other linkcmds.base as well. > > No problem. Is this the list of files? arm/shared/startup/linkcmds.base m68k/shared/startup/linkcmds.base or1k/shared/startup/li

Re: [PATCH] configure: Add RTEMS_TOOL_CHAIN_ERROR

2017-01-13 Thread Joel Sherrill
On Fri, Jan 13, 2017 at 4:47 AM, Sebastian Huber wrote: > On 13/01/17 09:48, Sebastian Huber wrote: > >> On 12/01/17 22:44, Joel Sherrill wrote: >> >>> I repeat that I would like to purge old tests that result in >>> conditionals in >>> source code we no longer need. So any HAVE_XXX that are a si

Re: [PATCH] configure: Add RTEMS_TOOL_CHAIN_ERROR

2017-01-13 Thread Sebastian Huber
On 13/01/17 09:48, Sebastian Huber wrote: On 12/01/17 22:44, Joel Sherrill wrote: I repeat that I would like to purge old tests that result in conditionals in source code we no longer need. So any HAVE_XXX that are a side effect of transitioning newlib additions should be removed. I removed t

Re: [PATCH] configure: Add RTEMS_TOOL_CHAIN_ERROR

2017-01-13 Thread Sebastian Huber
On 12/01/17 22:44, Joel Sherrill wrote: I repeat that I would like to purge old tests that result in conditionals in source code we no longer need. So any HAVE_XXX that are a side effect of transitioning newlib additions should be removed. I removed three tests today which I added in the last

Re: [PATCH] powerpc/shared/linkcmds.base: Add .rela.rtemsroset and .rela.rtemsrwset

2017-01-13 Thread Sebastian Huber
Maybe it makes sense to add this to the other linkcmds.base as well. On 12/01/17 23:13, Joel Sherrill wrote: --- .../libbsp/powerpc/shared/startup/linkcmds.base|2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/c/src/lib/libbsp/powerpc/shared/startup/linkcmds.base

Thread name support

2017-01-13 Thread Sebastian Huber
Hello, I added optional user-defined thread names. https://devel.rtems.org/ticket/2858 The GNU pthread extensions pthread_getname_np() and pthread_setname_np() are now available in RTEMS and work for all threads (internal, Classic, POSIX, FreeBSD). http://man7.org/linux/man-pages/man3/pthre