From mboxrd@z Thu Jan 1 00:00:00 1970 From: will.deacon@arm.com (Will Deacon) Date: Fri, 31 Mar 2017 18:15:05 +0100 Subject: [GIT PULL] arm64: fixes for -rc5 Message-ID: <20170331171505.GC4897@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Linus, Please pull these fixes for -rc5. The main thing is a fix for a NULL dereference on systems that boot using spin-tables or the ACPI parking protocol, but there are also a couple of trivial one-liners too. We're currently debugging a page flags corruption issue under syzkaller, but we're still some way from fixing that as it's proving fiddly to reproduce. Thanks, Will --->8 The following changes since commit c02ed2e75ef4c74e41e421acb4ef1494671585e8: Linux 4.11-rc4 (2017-03-26 14:15:16 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes for you to fetch changes up to 9b3403ae56e13cdf45252f34db196a8f5f52b6ac: arm64: drop non-existing vdso-offsets.h from .gitignore (2017-03-30 19:29:30 +0100) ---------------------------------------------------------------- arm64 fixes: - Fix cpu_die() NULL dereference when booting secondary CPUs using spin-table - Remove redundant #include - Remove obsolete .gitignore entry ---------------------------------------------------------------- Mark Salter (1): arm64: fix NULL dereference in have_cpu_die() Masahiro Yamada (1): arm64: drop non-existing vdso-offsets.h from .gitignore Shaokun Zhang (1): arm64: remove redundant header file in current.h arch/arm64/include/asm/current.h | 2 -- arch/arm64/kernel/smp.c | 2 +- arch/arm64/kernel/vdso/.gitignore | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933337AbdCaROv (ORCPT ); Fri, 31 Mar 2017 13:14:51 -0400 Received: from foss.arm.com ([217.140.101.70]:34414 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933153AbdCaROu (ORCPT ); Fri, 31 Mar 2017 13:14:50 -0400 Date: Fri, 31 Mar 2017 18:15:05 +0100 From: Will Deacon To: torvalds@linux-foundation.org Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, catalin.marinas@arm.com Subject: [GIT PULL] arm64: fixes for -rc5 Message-ID: <20170331171505.GC4897@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Please pull these fixes for -rc5. The main thing is a fix for a NULL dereference on systems that boot using spin-tables or the ACPI parking protocol, but there are also a couple of trivial one-liners too. We're currently debugging a page flags corruption issue under syzkaller, but we're still some way from fixing that as it's proving fiddly to reproduce. Thanks, Will --->8 The following changes since commit c02ed2e75ef4c74e41e421acb4ef1494671585e8: Linux 4.11-rc4 (2017-03-26 14:15:16 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes for you to fetch changes up to 9b3403ae56e13cdf45252f34db196a8f5f52b6ac: arm64: drop non-existing vdso-offsets.h from .gitignore (2017-03-30 19:29:30 +0100) ---------------------------------------------------------------- arm64 fixes: - Fix cpu_die() NULL dereference when booting secondary CPUs using spin-table - Remove redundant #include - Remove obsolete .gitignore entry ---------------------------------------------------------------- Mark Salter (1): arm64: fix NULL dereference in have_cpu_die() Masahiro Yamada (1): arm64: drop non-existing vdso-offsets.h from .gitignore Shaokun Zhang (1): arm64: remove redundant header file in current.h arch/arm64/include/asm/current.h | 2 -- arch/arm64/kernel/smp.c | 2 +- arch/arm64/kernel/vdso/.gitignore | 1 - 3 files changed, 1 insertion(+), 4 deletions(-)