From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 39D2537E2E7 for ; Tue, 28 Jul 2026 16:30:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785256252; cv=none; b=HckZsSS383VXTBgmOQylV7JI9KmynFaCsEJ9IZMHbqtHfNKRSjZYdxB2/3xXMPyEVpnrPF+LjiIdBxNxhCO3wvL/8jvMRWm34SW2PcOLb0a82orOriBpWfYQnk8e8j1MMN3gU8KKoHYwNsPWv4PQ1GlhMDg4qAx8rEar1LZVN8Q= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785256252; c=relaxed/simple; bh=v0jYd5AZwJh1AEakOgeF/IaO+cUsK4e9nFyPKWiy6Sc=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=bDY70CwrnWmairXDwA8DsbB0bRWC4V2rU8x6+rQghNNh1iYlMZQWkz0JCSuoZJpyvfznFzdHumkIJMgt2B6X2pvrN3idzneGPvFH7Wf6dpNSrNIA6c56pTVkj8W+yklBQyTgxq/4C0cFP7EC2ihS8XLhjwX8ScRm6qPX3BcstnU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=oDk89s9Y; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="oDk89s9Y" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E1AB81F000E9; Tue, 28 Jul 2026 16:30:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1785256250; bh=Ao+wjbR6PfV8qIzZo7GeNLuQPJjsrCPMQAQ0a5cjOus=; h=Date:From:To:Cc:Subject; b=oDk89s9YBAo5XJ9dNvX/pcvoJr3E4ZtPYvvUoXlIqA0YI2oMjpOXSLYBravYi1WlR 2MIfelf7fScSfMTday0px/++1mdccFFUR5J+shoPA0UaQhAmcsWoOV4PMF9cD+ixXa LC9ioDycZU1eEN8GOVnKzYgFU9TWsCYTDLO0coufQNpB6DXtGZUMrZqq4BV0yj0Vnc xdNDwuk0+5PeUouLligg8QiOFNxxSO0Ix8d9EWymD/XOkrwrCif+jt3Tjyzv62AwuK heYXh1X1U/9suuAqqs7oW1vt+EvOJKs1HeXheKtpg/Y5croid8J63yGgKn91QLRU+P I1F3gKmfhzbCg== Date: Tue, 28 Jul 2026 09:30:50 -0700 From: Kees Cook To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Haofeng Li , Jiri Olsa , Kees Cook , Kuan-Ying Lee , Nathan Chancellor Subject: [GIT PULL] hardening fixes for v7.2-rc6 Message-ID: <202607280930.A9269E72B@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 few hardening fixes for v7.2-rc6. Thanks! -Kees The following changes since commit 8cdeaa50eae8dad34885515f62559ee83e7e8dda: Linux 7.2-rc2 (2026-07-05 14:44:06 -1000) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/hardening-v7.2-rc6 for you to fetch changes up to 3421b9b056a6576d0ebac1030eafb48ad0544092: selftests/seccomp: Fix pointer type mismatch build error (2026-07-15 18:11:29 -0700) ---------------------------------------------------------------- hardening fixes for v7.2-rc6 - lkdtm: fix missed rename of STACKLEAK_ERASING to KSTACK_ERASE (Haofeng Li) - selftests/seccomp: Fix pointer type mismatch build error (Kuan-Ying Lee) - tests/fortify: Disable -Wstringop-overread (Nathan Chancellor) ---------------------------------------------------------------- Haofeng Li (1): selftests/lkdtm: rename STACKLEAK_ERASING to KSTACK_ERASE Kuan-Ying Lee (1): selftests/seccomp: Fix pointer type mismatch build error Nathan Chancellor (1): fortify: Disable -Wstringop-overread in tests lib/test_fortify/Makefile | 1 + tools/testing/selftests/seccomp/seccomp_bpf.c | 3 ++- tools/testing/selftests/lkdtm/tests.txt | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) -- Kees Cook