Git Master Freeze for 4.11

2015-04-23 Thread Chris Johns
Hello, I would like to propose we freeze the master branch in git and only regressions are committed. Joel is intending to branch on Monday his time if everything is ok but we need time to test before the branch is made. If there are any objections please raise them otherwise I will assume master

Re: [PATCH] score: Fix POSIX thread join

2015-04-23 Thread Gedare Bloom
On Thu, Apr 23, 2015 at 3:09 PM, Sebastian Huber wrote: > > - Gedare Bloom schrieb: >> On Thu, Apr 23, 2015 at 9:30 AM, Sebastian Huber >> wrote: >> > A thread join twofold. One side uses a thread queue and the other not. >> > So we must not use the same state. >> > >> > Update #2035. >> >

Re: [PATCH] score: Fix POSIX thread join

2015-04-23 Thread Sebastian Huber
- Gedare Bloom schrieb: > On Thu, Apr 23, 2015 at 9:30 AM, Sebastian Huber > wrote: > > A thread join twofold. One side uses a thread queue and the other not. > > So we must not use the same state. > > > > Update #2035. > > --- > > cpukit/libmisc/monitor/mon-prmisc.c | 1 + > > c

Re: [PATCH] Beagle BSP Improvements (GPIO driver)

2015-04-23 Thread Ketul Shah
Hi all, Ben Gras thanks for your comments and encouragement for merging with mainline as a motivation for me. I worked and redeveloped code for gpio driver also tried to approach towards common api. I tried to address most of the comments. Herewith I attached my patch. Would be happy to hear comm

Re: [PATCH] score: Fix POSIX thread join

2015-04-23 Thread Gedare Bloom
On Thu, Apr 23, 2015 at 9:30 AM, Sebastian Huber wrote: > A thread join twofold. One side uses a thread queue and the other not. > So we must not use the same state. > > Update #2035. > --- > cpukit/libmisc/monitor/mon-prmisc.c | 1 + > cpukit/posix/src/pthreadjoin.c| 2

[PATCH] score: Fix POSIX thread join

2015-04-23 Thread Sebastian Huber
A thread join twofold. One side uses a thread queue and the other not. So we must not use the same state. Update #2035. --- cpukit/libmisc/monitor/mon-prmisc.c | 1 + cpukit/posix/src/pthreadjoin.c| 2 +- cpukit/score/include/rtems/score/statesimpl.h | 4 +++- 3 files c

Re: [PATCH] [RSB] Add support for building Epiphany tools

2015-04-23 Thread Hesham ALMatary
Hi Chris, On Tue, Apr 21, 2015 at 11:30 PM, Chris Johns wrote: > On 22/04/2015 2:33 am, Hesham ALMatary wrote: >> This patch adds support for building Epiphany tools. > > Great to see this support being adding. > >> Currently some tools >> are fetched from my repositories (until my pull requests

Re: Make 4.11 Branch Next Monday?

2015-04-23 Thread Peter Dufault
I will set aside time to test the MPC5554 against the latest head this weekend. I haven’t upgraded in a while. > On Apr 22, 2015, at 21:06 , Chris Johns wrote: > > On 23/04/2015 12:23 am, Joel Sherrill wrote: >> Hi >> >> I want to branch early next week. That should give Chris time to get bac