From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932404AbdBIT4u (ORCPT ); Thu, 9 Feb 2017 14:56:50 -0500 Received: from mail-pg0-f50.google.com ([74.125.83.50]:32970 "EHLO mail-pg0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932131AbdBIT4s (ORCPT ); Thu, 9 Feb 2017 14:56:48 -0500 Date: Thu, 9 Feb 2017 11:56:46 -0800 From: Kees Cook To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Brian Norris , Kees Cook Subject: [GIT PULL] pstore fix for v4.10-rc8 Message-ID: <20170209195646.GA39738@beast> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, This pstore regression was just noticed. If I'm too late, this can land in v4.11 and -stable, but if the fix window is still open for v4.10, I'd love to see this fix pulled for v4.10. Thanks! -Kees The following changes since commit d966564fcdc19e13eb6ba1fbe6b8101070339c3d: Revert "x86/ioapic: Restore IO-APIC irq_chip retrigger callback" (2017-02-08 18:08:29 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/pstore-v4.10-rc8 for you to fetch changes up to 8672aed7bd865774257efd40929702759a869329: pstore: don't OOPS when there are no ftrace zones (2017-02-09 11:49:49 -0800) ---------------------------------------------------------------- Fix pstore regression (boot Oops) when ftrace disabled, from Brian Norris. ---------------------------------------------------------------- Brian Norris (1): pstore: don't OOPS when there are no ftrace zones fs/pstore/ram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Kees Cook Pixel Security