2018-01-21 02:27:14

by Matt Turner

[permalink] [raw]
Subject: [PULL] alpha.git

Hi Linus,

Please pull my alpha git tree. It contains a build fix and a regression fix.

Hopefully still in time for 4.15 :)

Thanks,
Matt

The following changes since commit 8cbab92dff778e516064c13113ca15d4869ec883:

Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma (2018-01-16 16:47:40 -0800)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git for-linus

for you to fetch changes up to 86be89939d11a84800f66e2a283b915b704bf33d:

alpha/PCI: Fix noname IRQ level detection (2018-01-20 16:22:36 -0800)

----------------------------------------------------------------
Lorenzo Pieralisi (1):
alpha/PCI: Fix noname IRQ level detection

Michael Cree (1):
alpha: extend memset16 to EV6 optimised routines

arch/alpha/kernel/sys_sio.c | 35 +++++++++++++++++++++++++++++------
arch/alpha/lib/ev6-memset.S | 12 ++++++------
2 files changed, 35 insertions(+), 12 deletions(-)


Attachments:
(No filename) (0.98 kB)
signature.asc (849.00 B)
Digital signature
Download all attachments

2018-01-23 10:25:34

by Mikulas Patocka

[permalink] [raw]
Subject: Re: [PULL] alpha.git



On Sat, 20 Jan 2018, Matt Turner wrote:

> Hi Linus,
>
> Please pull my alpha git tree. It contains a build fix and a regression fix.
>
> Hopefully still in time for 4.15 :)
>
> Thanks,
> Matt

Hi

Will you also submit these patches? The first one fixes a crash when
pthread_create races with signal delivery, it could cause random crashing
in applications.

https://marc.info/?l=linux-alpha&m=151491969711913&w=2
https://marc.info/?l=linux-alpha&m=151491960011839&w=2
https://marc.info/?l=linux-alpha&m=151491963911901&w=2

Mikulas

> The following changes since commit 8cbab92dff778e516064c13113ca15d4869ec883:
>
> Merge tag 'for-linus' of
> git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma (2018-01-16 16:47:40
> -0800)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git for-linus
>
> for you to fetch changes up to 86be89939d11a84800f66e2a283b915b704bf33d:
>
> alpha/PCI: Fix noname IRQ level detection (2018-01-20 16:22:36 -0800)
>
> ----------------------------------------------------------------
> Lorenzo Pieralisi (1):
> alpha/PCI: Fix noname IRQ level detection
>
> Michael Cree (1):
> alpha: extend memset16 to EV6 optimised routines
>
> arch/alpha/kernel/sys_sio.c | 35 +++++++++++++++++++++++++++++------
> arch/alpha/lib/ev6-memset.S | 12 ++++++------
> 2 files changed, 35 insertions(+), 12 deletions(-)
>

2018-01-23 17:57:02

by Matt Turner

[permalink] [raw]
Subject: Re: [PULL] alpha.git

On Tue, Jan 23, 2018 at 2:23 AM, Mikulas Patocka <[email protected]> wrote:
>
>
> On Sat, 20 Jan 2018, Matt Turner wrote:
>
>> Hi Linus,
>>
>> Please pull my alpha git tree. It contains a build fix and a regression fix.
>>
>> Hopefully still in time for 4.15 :)
>>
>> Thanks,
>> Matt
>
> Hi
>
> Will you also submit these patches? The first one fixes a crash when
> pthread_create races with signal delivery, it could cause random crashing
> in applications.
>
> https://marc.info/?l=linux-alpha&m=151491969711913&w=2
> https://marc.info/?l=linux-alpha&m=151491960011839&w=2
> https://marc.info/?l=linux-alpha&m=151491963911901&w=2

Yes, I've already queued them up for the next merge window. I wasn't
sure if they were appropriate for 4.15 so late in the cycle. If you
think they are, I can send another pull request for 4.15.

https://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git/log/?h=alpha-next

Thanks,
Matt

2018-01-24 09:56:43

by Mikulas Patocka

[permalink] [raw]
Subject: Re: [PULL] alpha.git



On Tue, 23 Jan 2018, Matt Turner wrote:

> On Tue, Jan 23, 2018 at 2:23 AM, Mikulas Patocka <[email protected]> wrote:
> >
> >
> > On Sat, 20 Jan 2018, Matt Turner wrote:
> >
> >> Hi Linus,
> >>
> >> Please pull my alpha git tree. It contains a build fix and a regression fix.
> >>
> >> Hopefully still in time for 4.15 :)
> >>
> >> Thanks,
> >> Matt
> >
> > Hi
> >
> > Will you also submit these patches? The first one fixes a crash when
> > pthread_create races with signal delivery, it could cause random crashing
> > in applications.
> >
> > https://marc.info/?l=linux-alpha&m=151491969711913&w=2
> > https://marc.info/?l=linux-alpha&m=151491960011839&w=2
> > https://marc.info/?l=linux-alpha&m=151491963911901&w=2
>
> Yes, I've already queued them up for the next merge window. I wasn't
> sure if they were appropriate for 4.15 so late in the cycle. If you
> think they are, I can send another pull request for 4.15.
>
> https://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git/log/?h=alpha-next
>
> Thanks,
> Matt

It's OK to send these patches in the 4.16 merge window. They will be
backported to the stable kernels anyway.

Mikulas