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 1283627713 for ; Mon, 13 Apr 2026 23:15:19 +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=1776122120; cv=none; b=CQPCtbRRcifyu5RjXRu7zJ+vF0W19so9Tcjg41ZN07MSqbHcgoIm8zVCPBf+QS/OR3p6MBPSyREtHw9/nP0jCnDxREl5tFbAcQ1IKXm7AY1B28uPV4NI+mVSMZZe55EQIphF1Wqb8fJ5Q9+ZAr3KVbLpPgYZ8uKK1csj/HIFwG0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776122120; c=relaxed/simple; bh=ONw2USrcJAb0n/KpjP6YlngKcLASHbpcNHt59+mXByI=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=QnwEgKfVLGHWCcrqPntv2TEXUNQCPDv+/LUhMblN2tixLEUgDtOejFgKnDnc2sopZw35cFAUdX7HcGqR2pDu7gCnr1/qSuer1MogxkwvZsVGinP0X51eawGpDNx1aR6i1nhZuBym50H+hNtvsEQNNiYbV/jcN9Kl8xlGIkmWJys= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=r8UKX9qM; 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="r8UKX9qM" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A1493C2BCAF; Mon, 13 Apr 2026 23:15:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776122119; bh=ONw2USrcJAb0n/KpjP6YlngKcLASHbpcNHt59+mXByI=; h=Date:From:To:Cc:Subject:From; b=r8UKX9qMyuJtEgisJfmopM+Za2GyB8prUuffU0v6HkLm085ts8BZvx047/G2OKPcZ Spx1fFF9NCXpND5YlHcX0GtMI5zOAJU1PCfx+QkxLVCAsdEWY3z/DcdB9bECnC+bc5 Mt/sNpTaM7F/oN5YGADFMygg3XO0o+7QMdq9AF9naZMv4r3mkvq/tPMlfWHQcla5s4 RG6qdCp82rLgN1javySlVgITP5xm/kv7JTV2EroUaxnsEOLueXI3IZEG8/gI93V8JX gxvfNUYhkGpmG4uzY1duo1oElUTSEGTU/TfWBcujIvrhVkL3JVwbbiEBSx9Py5jxxt PlulU+jX+saLg== Date: Mon, 13 Apr 2026 16:15:19 -0700 From: Kees Cook To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Kees Cook , Oleg Nesterov Subject: [GIT PULL] seccomp update for v7.1-rc1 Message-ID: <202604131615.92287AFD1@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 teeny seccomp update for v7.1-rc1. Thanks! -Kees The following changes since commit 9448598b22c50c8a5bb77a9103e2d49f134c9578: Linux 6.19-rc2 (2025-12-21 15:52:04 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/seccomp-v7.1-rc1 for you to fetch changes up to 41fa04327384148b0e2e828c9be9862c5240e9fa: selftests/seccomp: Add hard-coded __NR_uprobe for x86_64 (2026-04-03 08:41:38 -0700) ---------------------------------------------------------------- seccomp update for v7.1-rc1 - selftests: Add hard-coded __NR_uprobe for x86_64 (Oleg Nesterov) ---------------------------------------------------------------- Oleg Nesterov (1): selftests/seccomp: Add hard-coded __NR_uprobe for x86_64 tools/testing/selftests/seccomp/seccomp_bpf.c | 6 ++++++ 1 file changed, 6 insertions(+) -- Kees Cook