From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751389AbeAWKXq (ORCPT ); Tue, 23 Jan 2018 05:23:46 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57140 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751288AbeAWKXn (ORCPT ); Tue, 23 Jan 2018 05:23:43 -0500 Date: Tue, 23 Jan 2018 05:23:42 -0500 (EST) From: Mikulas Patocka X-X-Sender: mpatocka@file01.intranet.prod.int.rdu2.redhat.com To: Matt Turner cc: Lorenzo Pieralisi , Michael Cree , linux-alpha@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PULL] alpha.git In-Reply-To: <20180121022542.GA1963@ivybridge.mattst88.com> Message-ID: References: <20180121022542.GA1963@ivybridge.mattst88.com> User-Agent: Alpine 2.02 (LRH 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-) >