From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CEB7F2D3EC7 for ; Mon, 13 Apr 2026 23:08:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776121729; cv=none; b=KlruhWWLJGpbZonqpAAQciSxRfg3NLx/NcqnXe2tD8SLw8rNQI62PiJGwLjKnGz3oN7bJwMO78BNujyDQn38O3Y8nCdL8d39KlSsuY8rOBUu9QJzh8USoQ4xaksydVML3VBS1ka/G9CYN+5wug8oOF7pNAMSpHzfv0rAT0sez8o= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776121729; c=relaxed/simple; bh=Qa4EpuSm6GmZg2npGTUi0SoJN3nHByesI0kEhrF1k/M=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=pYta694dN8/kyrw940iXawmmkhQJRAT3BOJbt5dmnRhXJk66AJzUctng+6UVpF+cgZcVO8ijhi5giA32mNtT2neiH2KUV/ANqgJeVwoC45f2w1MA/QfAdfJX2/oSv3F7LsnrJWZcwLrNa5UVL64h0xsWoAFYRPk8HSCqTVEeHxg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=cNUcZb7Q; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="cNUcZb7Q" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 629CFC2BCAF; Mon, 13 Apr 2026 23:08:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776121729; bh=Qa4EpuSm6GmZg2npGTUi0SoJN3nHByesI0kEhrF1k/M=; h=Date:From:To:Cc:Subject:From; b=cNUcZb7QWY5uAZbVIKLxDAtdM6gS/LldIRkknT9tVsObXIGiZ5pSE9L72ftV615gJ A1GsUptTw4vZQ+bbbCJicICYHzLosXNBV+VlsX8GaS6Vjl9F754i+JbbDtGidUozXn SsfM7oLDwPFEPDCcApyuN54jBZr7pjXZGCNBjitrpe1/ixc2RPH7KrhuUmSoNRp0DE wXhgmiePWECesJ5fyKbHQ/TS2Dsf1dMEYNJB4ILsxk+zO7tyQSVCBmmRCoFxZfQino pXfZT5jV5pmWzqbFZlJMltqBSNBJEcMD3LIHQYmnoALqjBA0k5TsCle4QQ4S75+sip JKlYBm+ZmdcYg== Date: Mon, 13 Apr 2026 16:08:49 -0700 From: Kees Cook To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Andrey Skvortsov , Cole Leavitt , "Guilherme G. Piccoli" , Kees Cook , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= Subject: [GIT PULL] pstore updates for v7.1-rc1 Message-ID: <202604131608.F64C6E6B@keescook> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Linus, Please pull these pstore updates for v7.1-rc1. Thanks! -Kees The following changes since commit 11439c4635edd669ae435eec308f4ab8a0804808: Linux 7.0-rc2 (2026-03-01 15:39:31 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/pstore-v7.1-rc1 for you to fetch changes up to 24b8f8dcb9a139a36cf48bfbe935e8dc1f33ed79: pstore/ftrace: Factor KASLR offset in the core kernel instruction addresses (2026-04-10 23:59:41 -0700) ---------------------------------------------------------------- pstore updates for v7.1-rc1 - fix ftrace dump, when ECC is enabled (Andrey Skvortsov) - fix resource leak when ioremap() fails (Cole Leavitt) - Remove useless memblock header (Guilherme G. Piccoli) - Fix ECC parameter help text (Guilherme G. Piccoli) - Keep ftrace module parameter and debugfs switch in sync (Guilherme G. Piccoli) - Factor KASLR offset in the core kernel instruction addresses (Guilherme G. Piccoli) ---------------------------------------------------------------- Andrey Skvortsov (1): pstore: fix ftrace dump, when ECC is enabled Cole Leavitt (1): pstore/ram: fix resource leak when ioremap() fails Guilherme G. Piccoli (4): pstore/ramoops: Remove useless memblock header pstore/ramoops: Fix ECC parameter help text pstore/ftrace: Keep ftrace module parameter and debugfs switch in sync pstore/ftrace: Factor KASLR offset in the core kernel instruction addresses fs/pstore/internal.h | 2 ++ fs/pstore/ftrace.c | 48 +++++++++++++++++++++++++++++++++++------------- fs/pstore/inode.c | 12 +++++++----- fs/pstore/ram.c | 2 +- fs/pstore/ram_core.c | 5 ++++- 5 files changed, 49 insertions(+), 20 deletions(-) -- Kees Cook