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 D3AEB79EA for ; Thu, 16 Jan 2025 00:22:40 +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=1736986960; cv=none; b=ekyxqkV+7zoTbeCuZDqY+DjQNxZ1iQ9W713jhV4FSxGqBnd2We7p9Opd5JxNZWz4+L6Kyu7tRqcFQ0gJ1FCk6UdmiHOBI+znyCwcc0qF61jp3qziaE9WElhFDLsAF/drQPaFSXs1ywoqlI343cTx/ACmYlU/is9ayQga47v2crc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736986960; c=relaxed/simple; bh=T5dSft0QsX/fmcMU0+qGj+2/t0HEWN4wAr3GTsAfEMA=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=ZXONPjgGhqVVabrvArfWyKT4DbF4PXNmxHBSOoofnVz5jaF18FJm/3vcOQIWW+3iLkDoVbbXrKTtS8XmRJwN4pwxET/3lV4uYYBrVVvVbqAL+z+7ikyi1m2VxHlSymE7KWh+06cc26OFekhIFPyVpZXD8wSJRQbLJ2UeTZwH0Jg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=lAO/1cgI; 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="lAO/1cgI" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5ACC9C4CEDF; Thu, 16 Jan 2025 00:22:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1736986960; bh=T5dSft0QsX/fmcMU0+qGj+2/t0HEWN4wAr3GTsAfEMA=; h=Date:From:To:Cc:Subject:From; b=lAO/1cgIUv8761dGbuAqwO/DMd6Ej/Am9NbC6danljcn6fj5T+MIueW9OnNyouLjm l+kBpUdopAwdBu+aCWJRByVk7uVJIpGCKgZ8L4Aus5IXNaOLDrY2KqBJ/83lT3hwDL oq56QydQKrHH+DqSTvfNWMYjFM5IQ7ntqZpl9v+5I2icGYzKDzCPeVH6CW/H+SPufl YVwrpMRGQI/PUotSk5Jt5ntR2AacaJCIpTLY0xoNakarx3CUAw0Pz2yql4RMD7RC+O mFQbdfVAoXN1iAm6bpFsCeiSrxyAZRnfZZxZtagElNtevgZJsz3sfgQLgQCBjVUf+G vmaf2wt3eHbzA== Date: Wed, 15 Jan 2025 16:22:37 -0800 From: Kees Cook To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Eugen Hristev , Kees Cook Subject: [GIT PULL] pstore updates for v6.14-rc1 Message-ID: <202501151622.549ACC6FA7@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 small pstore updates for v6.14-rc1. Thanks! -Kees The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc: Linux 6.12-rc1 (2024-09-29 15:06:19 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/pstore-v6.14-rc1 for you to fetch changes up to 067cdf020329a07dd8ee1574c3086998343b1b2b: pstore/zone: avoid dereferencing zero sized ptr after init zones (2025-01-10 08:51:46 -0800) ---------------------------------------------------------------- pstore updates for v6.14-rc1 - pstore/blk: trivial typo fixes (Eugen Hristev) - pstore/zone: reject zero-sized allocations (Eugen Hristev) ---------------------------------------------------------------- Eugen Hristev (2): pstore/blk: trivial typo fixes pstore/zone: avoid dereferencing zero sized ptr after init zones fs/pstore/blk.c | 4 ++-- fs/pstore/zone.c | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) -- Kees Cook