Re: Possible generic RSB issue

2015-01-15 Thread Chris Johns
On 16/01/2015 7:13 am, Joel Sherrill wrote: On 1/15/2015 2:05 PM, Gedare Bloom wrote: On Thu, Jan 15, 2015 at 2:49 PM, Joel Sherrill wrote: On 1/15/2015 1:47 PM, Gedare Bloom wrote: Did you update the binutils version number in the RSB build set? e.g. 4.11/rtems-moxie.bset Yes. I switched i

Re: Possible generic RSB issue

2015-01-15 Thread Joel Sherrill
On 1/15/2015 2:05 PM, Gedare Bloom wrote: > On Thu, Jan 15, 2015 at 2:49 PM, Joel Sherrill > wrote: >> On 1/15/2015 1:47 PM, Gedare Bloom wrote: >>> Did you update the binutils version number in the RSB build set? e.g. >>> 4.11/rtems-moxie.bset >> Yes. I switched it to git. But moxie is using 2.2

Re: Possible generic RSB issue

2015-01-15 Thread Gedare Bloom
On Thu, Jan 15, 2015 at 2:49 PM, Joel Sherrill wrote: > > On 1/15/2015 1:47 PM, Gedare Bloom wrote: >> Did you update the binutils version number in the RSB build set? e.g. >> 4.11/rtems-moxie.bset > Yes. I switched it to git. But moxie is using 2.24. > > I removed the old moxie tools from the ins

Re: Possible generic RSB issue

2015-01-15 Thread Joel Sherrill
On 1/15/2015 1:47 PM, Gedare Bloom wrote: > Did you update the binutils version number in the RSB build set? e.g. > 4.11/rtems-moxie.bset Yes. I switched it to git. But moxie is using 2.24. I removed the old moxie tools from the install point and it is now using the right as version. Checked by g

Possible generic RSB issue

2015-01-15 Thread Joel Sherrill
Hi I am trying to update the moxie tools and the previous version of binutils used is incapable of building a current toolset. Even when I take the install point out of my PATH, it appears that that is used internally by the RSB and thus the as used to build gcc is the one from the previous instal

Open Project Page Update

2015-01-15 Thread Joel Sherrill
Hi We need to do this frequently but it is time to update the Open Projects page: https://devel.rtems.org/wiki/Developer/OpenProjects In particular, we need more project ideas and, when not simple to describe, help writing up the project idea description pages. We need this ASAP for GSoC applicat

[PATCH v2] libnetworking: Fix close of active sockets

2015-01-15 Thread Sebastian Huber
Send a special event to notify tasks waiting for a socket state change in case this socket gets closed. This prevents a use after free. Close #785. v2: Cover also select(). --- cpukit/libnetworking/kern/uipc_socket.c| 31 +++- cpukit/libnetworking/rtems/rtems_bsdnet_internal.h |

[PATCH] libnetworking: Fix close of active sockets

2015-01-15 Thread Sebastian Huber
Send a special event to notify tasks waiting for a socket state change in case this socket gets closed. This prevents a use after free. Close #785. --- cpukit/libnetworking/kern/uipc_socket.c| 18 ++- cpukit/libnetworking/rtems/rtems_bsdnet_internal.h | 2 +- cpukit/libnetworking/