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 CEB954437C for ; Thu, 26 Dec 2024 18:30:51 +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=1735237851; cv=none; b=q+AZ7HeuH9bwdX31jOrCLtIC++WcG/2jW5GiLMhnMbOTmQGPXarAUZb5cvl7tuMPfNJK/fzsq1EDm3eP/IaJAKAB8chMglQvjCJY4QtERt3doK3aHKLuVJTcip0eAK5CW1HqdLjZ2om4B5xGHxq/+ikQPIG8Udt5gMH7QMrmBZA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735237851; c=relaxed/simple; bh=ENF3UZeUW/uqMA7YR7hOqc0EiEgHKiioYRuTjJvcEFg=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=OofgjbekoMsaDFG1J0nx/F5ISYYdfqZFH4f/4SJCq+JSZyA8MpNu/cjSINcapWKNZA5mDow8Nst90juLvj3DGL2pFEr0UCFBG51CMZxIlHYdNVWe9BznDK4yM8fJE9WbmCQGF2+dmIo+I2jov+yIDsKbJ/gwm+ng/u2hwDFYCc0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=u2QSPMWR; 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="u2QSPMWR" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4E672C4CED1; Thu, 26 Dec 2024 18:30:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1735237851; bh=ENF3UZeUW/uqMA7YR7hOqc0EiEgHKiioYRuTjJvcEFg=; h=Date:From:To:Cc:Subject:From; b=u2QSPMWRx1Ufox+RhSsLA2xSYDZKLRNYu9dnaHvajltW+VHNhnwJ0rxoVVpyJ0oB5 qQGB6FayfDEoTB2Dlwd7JBYfajTpuU7/8LtXXaxIMjLsZ7kyL+kHOMO/EWfkbGMYpg wgZE5qUZrAEmOdjwa3WTjwxXQPlUMcHy+GKNf7lrxqLA46mB6DsOx45bXaH7cIGD41 XZY7JpKRFpwvjohPnelBii9lEYfI1bfVzh0XwDMtN2u2pdaeehLs5rhEY2TcHEF8Kb 63KUy57JcEr365SjGNhamJq6+whu556ps5xOH1Q37BJ4ZUvdw9/hSsGBArOtECgvZ2 3zyg+F6a/6kWw== Date: Thu, 26 Dec 2024 10:30:47 -0800 From: Kees Cook To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Alexander Lobakin , Christopher Ferris , "Gustavo A. R. Silva" , Kees Cook Subject: [GIT PULL] hardening fix for v6.13-rc5 Message-ID: <202412261030.7BF89DE5E@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 one hardening fix for v6.13-rc5. Thanks! -Kees The following changes since commit 239d87327dcd361b0098038995f8908f3296864f: fortify: Hide run-time copy size from value range tracking (2024-12-16 16:23:07 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/hardening-v6.13-rc5 for you to fetch changes up to 724c6ce38bbaeb4b3f109b0e066d6c0ecd15446c: stddef: make __struct_group() UAPI C++-friendly (2024-12-20 09:05:53 -0800) ---------------------------------------------------------------- hardening fix for v6.13-rc5 - stddef: make __struct_group() UAPI C++-friendly (Alexander Lobakin) ---------------------------------------------------------------- Alexander Lobakin (1): stddef: make __struct_group() UAPI C++-friendly include/uapi/linux/stddef.h | 13 ++++++++++--- tools/include/uapi/linux/stddef.h | 15 +++++++++++---- 2 files changed, 21 insertions(+), 7 deletions(-) -- Kees Cook