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 6B86A3B9D96 for ; Fri, 15 May 2026 16:29:53 +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=1778862593; cv=none; b=dZiLrI1BC0zLlXun0yv1C2n1GtYsUU5CRHwu5x7qoXlTAsD00DTT5bKeAHnh8gbNf9rVNUMrZPTPpZrYbLeeMLHpj8apnNqMx2ElnjXAcZsaJ+t13QRIU2pKvW+czFnMG4Jwc3ZoRmZpaH/BDWVZrhCrxqKncsRbfY3G8cmAgbQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778862593; c=relaxed/simple; bh=jwCWVLaOkqK2fX2yRXjmISBg1YqhYidFgQ3VLYcMAcA=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=kVhIyeCjV7yBf5eQtsn/lau/qmva2lDftReV4BBfqFNuhXvD7Pl6XUZvHS+z0hPEfucHiAtSC0Y9GZNZwwB7iSTzRTlyoQgi1n8gPv42g4qVQD4kzq/fJzoIlZNkYCI26+oQHq1FtyBf11jaGYTzMaZgXZ4TS37LH0UC3bG0DQg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=CNJws8GG; 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="CNJws8GG" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 45CB9C2BCC7; Fri, 15 May 2026 16:29:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778862593; bh=jwCWVLaOkqK2fX2yRXjmISBg1YqhYidFgQ3VLYcMAcA=; h=Date:From:To:Cc:Subject:From; b=CNJws8GGo4y9zouS3AhVMNbeaB5FsyzcWD0qosGEk+O7PRc9+KSRFTVv5D8mNhC42 wGqtmxNw5DKESxWIx+iG6yQULTYqH/BD1qVok55Z+3r6SculQ8yy7FRY0WhjItjtS/ rw+FmQ1Ro7fP3s2F1aXBhR2pTKOqA8B1zfTH/Pg7TDnjfJI5O7wWqqNCVONBUVJcWp Qb4sy/kgXnH0ym81C9yroaB7ikabYltSmRX0fO4iDvVLoodc1aHHrWBfdhEwKgOKuw ED4g0DpURm7iyPpLeYp9v4mLSPbAD0U5Rt05iCTqGA/yKuHdCLjxSIEPxUyJT4snYi UHwdnWDhQmyfQ== Date: Fri, 15 May 2026 09:29:52 -0700 From: Kees Cook To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Christopher Cradock , Ingo Saitz , Ivan Bulatovic , Kees Cook Subject: [GIT PULL] hardening fix for v7.1-rc4 Message-ID: <202605150929.880F80328@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 hardening fix for v7.1-rc4. Thanks! -Kees The following changes since commit 7fd2df204f342fc17d1a0bfcd474b24232fb0f32: Linux 7.1-rc2 (2026-05-03 14:21:25 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/hardening-v7.1-rc4 for you to fetch changes up to 905c559e51497b8bfdbb68df8be56d2f70f0de8e: gcc-plugins: Always define CONST_CAST_GIMPLE and CONST_CAST_TREE (2026-05-14 09:24:32 -0700) ---------------------------------------------------------------- hardening fix for v7.1-rc4 - gcc-plugins: Fix GCC 16 removal of CONST_CAST macros ---------------------------------------------------------------- Kees Cook (1): gcc-plugins: Always define CONST_CAST_GIMPLE and CONST_CAST_TREE scripts/gcc-plugins/gcc-common.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -- Kees Cook