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 E87C8146590 for ; Tue, 14 Jan 2025 21:42:15 +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=1736890936; cv=none; b=ZCa9mpOwyCcsQE4hipYeVskN9oTYynOGCfxe4cCnJnEs0TQ1tljHHJ+r/6nH4448NhGepwpX3tyIE+kdApzsNslZiadfE0Q38nFVWPLjVprNiXHh1LhK8VVJhSbxjDX1XtCrJ4zjL/P1z2Mhik/ycmwfjIAnQui5TkkA3wN5clU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736890936; c=relaxed/simple; bh=F/esrUEPcrm/KavZN//Zl49z5AL8xrn5wBLVacYSiAQ=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=XpnfpoYTWyut4WgNclndx1zenlhYpXxbQElGmPEbJ6g0fYDKbl4vg3nmIJ8oVR7p0dKwE3ZL7pnkxqWLv1Hn77Pkb3POQa05iUq+fkvlzZ82pr5G/rq+pG7P0GFwPY+FaqCL5ShkznMszGd9LblhWIm3Tx7UD+iSJpp/6GeoyCc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=WneI8B2V; 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="WneI8B2V" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BBB6AC4CEDD; Tue, 14 Jan 2025 21:42:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1736890935; bh=F/esrUEPcrm/KavZN//Zl49z5AL8xrn5wBLVacYSiAQ=; h=Date:From:To:Cc:Subject:From; b=WneI8B2VeGjVGldD11qouJQ/Zqywnp1ZMVgeOAC2ee4UcLwCV+jVzEm+DbOZhv0Zu iq9FtuZmkHTxlYnTXseCxAyau+hJ5uEfJtlI5UpU0tVxXm6NZkphvmo0s4nNUKZixS r8Qmla7brDP31huUKd2w3a8FxYB2+orGcHNctj2o0RlFrTHn/K1ldwGdkypQXV+MHC RyUHAkJ8rDiUmauPtnjJOt7pGCdZDUZpsXiimpLV/q5oBuCbCD6alpr/iaNT3VB9Ww 8P6SfQGFNUYXAvAcAm3tSEDBuu2XkfBqV3YxG2zYa7Z6cvAfZGDm4rNFBN3t0AxvOY VEEfPskjLPc8w== Date: Tue, 14 Jan 2025 13:42:12 -0800 From: Kees Cook To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Kees Cook , Linus Walleij Subject: [GIT PULL] seccomp fix for v6.13-rc8 Message-ID: <202501141341.F8FC21BC@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 seccomp fix for v6.13-rc8. Seemed better to get it into v6.13 final than leave it for the merge window, as it's the only thing in the seccomp tree currently and fixes a randconfig failure. Thanks! -Kees The following changes since commit fac04efc5c793dccbd07e2d59af9f90b7fc0dca4: Linux 6.13-rc2 (2024-12-08 14:03:39 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/seccomp-v6.13-rc8 for you to fetch changes up to f90877dd7fb5085dd9abd6399daf63dd2969fc90: seccomp: Stub for !CONFIG_SECCOMP (2025-01-08 14:50:11 -0800) ---------------------------------------------------------------- seccomp fix for v6.13-rc8 - Unconditionally define stub for !CONFIG_SECCOMP (Linus Walleij) ---------------------------------------------------------------- Linus Walleij (1): seccomp: Stub for !CONFIG_SECCOMP include/linux/seccomp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Kees Cook