Re: BSP maintenance (was Re: set_vector() on SPARC)

2020-10-19 Thread Thomas Doerfler
Chris, hm, isn't this something related to our tiering of architectures/BSPs? Those who have a maintainer/test board should detect any fault due to the proposed change rather soon/at the next regular test. Those who are not in constant testing... well they are not tier 1, right? wkr, Thomas. Am

Re: [rtems commit] posix: Fix pthread_spin_unlock()

2020-10-19 Thread Sebastian Huber
On 20/10/2020 00:17, Chris Johns wrote: On 20/10/20 5:06 am, Gedare Bloom wrote: On Mon, Oct 19, 2020 at 11:11 AM Sebastian Huber wrote: On 19/10/2020 18:53, Gedare Bloom wrote: On Mon, Oct 19, 2020 at 9:48 AM Sebastian Huber wrote: On 19/10/2020 17:42, Joel Sherrill wrote: This was r

Re: [PATCH v2] rtems-fdt / shell - Fix string truncation warning

2020-10-19 Thread Chris Johns
OK to push. Thanks Chris On 20/10/20 12:16 am, Frank Kuehndel wrote: > From: Frank Kühndel > > The compiler warning was: > > ../../../cpukit/libmisc/rtems-fdt/rtems-fdt.c:267:5: warning: > 'strncpy' specified bound depends on the length of the source argument > 267 | strncpy(path, name,

BSP maintenance (was Re: set_vector() on SPARC)

2020-10-19 Thread Chris Johns
On 19/10/20 4:51 pm, Sebastian Huber wrote: > On 16/10/2020 19:48, Joel Sherrill wrote: >> On Thu, Oct 15, 2020 at 11:40 PM Chris Johns > > wrote: >> >>     On 16/10/20 3:30 pm, Sebastian Huber wrote: >>     > On 16/10/2020 03:09, Chris Johns wrote: >>     >> On 16/10/20 4:

[PATCH] powerpc/nexus: Add legacy PCI support to PowerPC Motorola Shared BSP family

2020-10-19 Thread chrisj
From: Chris Johns --- libbsd.py | 2 +- rtemsbsd/include/bsp/nexus-devices.h | 6 +- rtemsbsd/powerpc/include/machine/legacyvar.h | 2 ++ rtemsbsd/powerpc/include/machine/pci_cfgreg.h | 2 ++ 4 files changed, 10 insertions(+), 2 deletions(-) cre

LibBSD PowerPC motorola_shared BSP PCI Support

2020-10-19 Thread chrisj
Hello, This patch for libbsd adds PCI support to the motorola_shared BSP family. Tested on a MVME2700 (mvme2307) BSP: nexus0: pcib0 pcibus 0 on motherboard pci0: on pcib0 pci0: at device 0.0 (no driver attached) pci0: at device 11.0 (no driver attached) pci0: at device 11.1 (no driver attac

Re: [PATCH v2] User Manual languages section

2020-10-19 Thread Chris Johns
On 20/10/20 2:43 am, Joel Sherrill wrote: > On Mon, Oct 19, 2020 at 10:20 AM Gedare Bloom > wrote: > > Thanks for this. Someone should at least add TBD stubs for a few > languages. If we say nothing, the assumption is there is nothing to > say. You can open a

Re: [rtems commit] posix: Fix pthread_spin_unlock()

2020-10-19 Thread Chris Johns
On 20/10/20 2:46 am, Sebastian Huber wrote: > On 19/10/2020 17:42, Joel Sherrill wrote: > >> This was reported against 4.11 which means it needs to be committed to 4.11, >> 5, and master. > It depends on the severity of the bug if I create tickets and back ports for > this right now. If it is nee

Re: [rtems commit] posix: Fix pthread_spin_unlock()

2020-10-19 Thread Chris Johns
On 20/10/20 5:06 am, Gedare Bloom wrote: > On Mon, Oct 19, 2020 at 11:11 AM Sebastian Huber > wrote: >> >> On 19/10/2020 18:53, Gedare Bloom wrote: >> >>> On Mon, Oct 19, 2020 at 9:48 AM Sebastian Huber >>> wrote: On 19/10/2020 17:42, Joel Sherrill wrote: > This was reported agains

Re: [rtems commit] posix: Fix pthread_spin_unlock()

2020-10-19 Thread Gedare Bloom
On Mon, Oct 19, 2020 at 11:11 AM Sebastian Huber wrote: > > On 19/10/2020 18:53, Gedare Bloom wrote: > > > On Mon, Oct 19, 2020 at 9:48 AM Sebastian Huber > > wrote: > >> On 19/10/2020 17:42, Joel Sherrill wrote: > >> > >>> This was reported against 4.11 which means it needs to be committed to >

Re: [PATCH 0/1] Confstr patch

2020-10-19 Thread Joel Sherrill
I think grep is your friend. :) spec/build/testsuites/psxtests/ has all the test descriptions. Hopefully nothing else is required beyond adding another file. On Fri, Oct 16, 2020 at 2:38 AM Eshan dhawan wrote: > Apologies for sending this patch so late. > This patch got struck between my exams

Re: [PATCH 1/1] Confstr Patches

2020-10-19 Thread Joel Sherrill
Does anyone have any comments other than adding support for waf? --joel On Fri, Oct 16, 2020 at 2:38 AM Eshan dhawan wrote: > Signed-off-by: Eshan dhawan > --- > cpukit/Makefile.am| 1 + > cpukit/posix/src/confstr.c| 105 + > tests

Re: [rtems commit] posix: Fix pthread_spin_unlock()

2020-10-19 Thread Sebastian Huber
On 19/10/2020 18:53, Gedare Bloom wrote: On Mon, Oct 19, 2020 at 9:48 AM Sebastian Huber wrote: On 19/10/2020 17:42, Joel Sherrill wrote: This was reported against 4.11 which means it needs to be committed to 4.11, 5, and master. It depends on the severity of the bug if I create tickets an

Re: [rtems commit] posix: Fix pthread_spin_unlock()

2020-10-19 Thread Gedare Bloom
On Mon, Oct 19, 2020 at 9:48 AM Sebastian Huber wrote: > > On 19/10/2020 17:42, Joel Sherrill wrote: > > > This was reported against 4.11 which means it needs to be committed to > > 4.11, 5, and master. > It depends on the severity of the bug if I create tickets and back ports > for this right now

Re: [rtems commit] posix: Fix pthread_spin_unlock()

2020-10-19 Thread Sebastian Huber
On 19/10/2020 17:42, Joel Sherrill wrote: This was reported against 4.11 which means it needs to be committed to 4.11, 5, and master. It depends on the severity of the bug if I create tickets and back ports for this right now. ___ devel mailing list

Re: [PATCH v2] User Manual languages section

2020-10-19 Thread Joel Sherrill
On Mon, Oct 19, 2020 at 10:20 AM Gedare Bloom wrote: > Thanks for this. Someone should at least add TBD stubs for a few > languages. If we say nothing, the assumption is there is nothing to > say. You can open a ticket, assign it to me if you like. It will take > some research to find the set of

Re: [rtems commit] posix: Fix pthread_spin_unlock()

2020-10-19 Thread Joel Sherrill
This was reported against 4.11 which means it needs to be committed to 4.11, 5, and master. --joel On Mon, Oct 19, 2020 at 10:33 AM Sebastian Huber wrote: > Module:rtems > Branch:master > Commit:2b9fb3141cb10b8bbfa1a18a6aab42474988a636 > Changeset: > http://git.rtems.org/rtems/commi

Re: [PATCH v2] User Manual languages section

2020-10-19 Thread Gedare Bloom
Thanks for this. Someone should at least add TBD stubs for a few languages. If we say nothing, the assumption is there is nothing to say. You can open a ticket, assign it to me if you like. It will take some research to find the set of languages. On Sun, Oct 18, 2020 at 4:01 PM wrote: > > Hello,

[PATCH v2] rtems-fdt / shell - Fix string truncation warning

2020-10-19 Thread Frank Kuehndel
From: Frank Kühndel The compiler warning was: ../../../cpukit/libmisc/rtems-fdt/rtems-fdt.c:267:5: warning: 'strncpy' specified bound depends on the length of the source argument 267 | strncpy(path, name, namelen); | ^~~~ It turns out that the `strncpy()`