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 846B42E7BDA for ; Tue, 2 Dec 2025 19:56:12 +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=1764705372; cv=none; b=R3xSYp9EpnDS1cM48E+LOTJQsVAuyrsTtDila7lZ5HBsgdzqqrubZGK96aheD38sJJUCO7oltrP7Zyerfdem7SIJvDmYJzI87IPCUY1lq5voxBd/zYDvsYr+9WPy5GX7+9LmHN6kKvOzf8OQ8tIeFY1j3g4EOok0vNNBkdSrV6k= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764705372; c=relaxed/simple; bh=2/Nt26t7P8HaqATnrvsGDDelKM0V/fKHwYOLxF8K2zc=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=oxFWzFZpyafc7ZnX1HgP+8TBQiYZDk/czzOJIKEvdtN7K4WnYtxz/loQPfihpn5zNX9LQ7qCqJMfLb8hETYsnDftCg3yCvD7DMbN6eeRKNDnzaYWQr8uehKCoZ9HWOe59tngT+tdvofNMIAhMKU6jYjd1iyJc/9kMEFxzrWF+TA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=akIAIj4z; 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="akIAIj4z" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E675CC4CEF1; Tue, 2 Dec 2025 19:56:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1764705371; bh=2/Nt26t7P8HaqATnrvsGDDelKM0V/fKHwYOLxF8K2zc=; h=Date:From:To:Cc:Subject:From; b=akIAIj4zMXJofc+6gbYs7+Ak512RIJ7og27Veb0xIp6ojNfLKEWDbSAWoDtmcBtIR KjRQ0Rhoct8ojwuvOTStxmlgObjsofd770BiEPz4brg0Eh1Ge/NgWRRPB1+WMZ6W6e v0KOJBqhVxYx4H0Ps0IRyn5oRardFRfYg8pwZk+xvQrkly8ehNHrzeqrjQK7pZioMq Y4Ynb626vz1W7CL/v3oKiuYAo/8fX4DaqjB1uY/Nr7TzMc3IKhYBa7ietFRbBHwQgz kYKW3yH/Vq0rMZadgoMI8zaOkzzR1Bm0d+s8AKao6o1tn5mucwBoHG9SQqXuUKjBNm y167GCZa3+k9g== Date: Tue, 2 Dec 2025 11:56:11 -0800 From: Kees Cook To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Kees Cook , Tzung-Bi Shih Subject: [GIT PULL] pstore update for v6.19-rc1 Message-ID: <202512021156.0486AD6@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 this tiny pstore update for v6.19-rc1. Thanks! -Kees The following changes since commit 211ddde0823f1442e4ad052a2f30f050145ccada: Linux 6.18-rc2 (2025-10-19 15:19:16 -1000) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/pstore-v6.19-rc1 for you to fetch changes up to b692553573683b9e4ebab40c2782a3163f984cfd: pstore/ram: Update module parameters from platform data (2025-10-23 08:56:04 -0700) ---------------------------------------------------------------- pstore update for v6.19-rc1 - pstore/ram: Update module parameters from platform data (Tzung-Bi Shih) ---------------------------------------------------------------- Tzung-Bi Shih (1): pstore/ram: Update module parameters from platform data fs/pstore/ram.c | 2 ++ 1 file changed, 2 insertions(+) -- Kees Cook