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 5CE2A318EC4 for ; Tue, 18 Aug 2026 02:06:06 +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=1787018767; cv=none; b=hexu5udFmmYXPz2rbCDyuoo7Wjjsl1/0TG+RuksFhs+5odxHdQgODEcJsCoj6jlyQjKv48/9vy3rXkHHguh88cE7QKkuzy5roW6LJblSacHom++O4reqxWya9RmiJ36gFHTrmpxDMFzlQ2xmKh5NTCkS4lEgvcZPEv0tIPxm9gk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787018767; c=relaxed/simple; bh=DoffN86nm6/8+Q6/53EzytR/5mA+G3F5Qevc2D61tlM=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=Yfsc3m7ZOaUgo9ODaod34Vc2+sWSrAkTNuwh1Yqei0y7Pp2CuyddGQeqF+46IqLqfemPZ1TlG2OCDJPRFd81Z782d2wAFFDDjenBP6QtnZA9TJHzStXRcz0XDzuqTYhnxPz/7n0QtvUXMPriadL2lfduZroh8u915ROwB/K0Nk4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=LdO7QXM1; 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="LdO7QXM1" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DEA061F000E9; Tue, 18 Aug 2026 02:06:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1787018765; bh=glXxQuC7YQ9ezh/9fzDJnbxtYd3B8yuCa6uap16KvWw=; h=Date:From:To:Cc:Subject; b=LdO7QXM1LgwiVap/GovOn0mgRMCMMaNcM8fVd6pdK3xaHgTVh/ILQFyO6xtgvKIAw qBmsLtZHSDIUS8h3U1/g6T/PoFyBUH8+err/4DwzPqOw8ASJTvhTdkmVYFVB1h4qSm hCJrvZXjDBOgNLTDhCEpW1ZeuvYOPgiaMA+F735TmQ/jK47+OGjtRhEokPFhhXlcrs +OGEW4+qF7n0O88s8Kv0eAjY1kmq1eX7CHVDwsX39xwAI+Ak1EDZnrck9covHN+bH8 mnH4yH3arkAl8nZVjfEKwv0pENhndGO1/vZp4Po3NC1P0wi47Rpf2HuCzOv28V8k59 Xs2NFPLkfBeGQ== Date: Mon, 17 Aug 2026 19:06:05 -0700 From: Kees Cook To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Kees Cook , Lorenzo Stoakes , SJ Park Subject: [GIT PULL] execve update for v7.3-rc1 Message-ID: <202608171905.0C0A0899C@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 tiny execve update for v7.3-rc1. 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/execve-v7.3-rc1 for you to fetch changes up to ab11176bd3a76058ecafd066d0f9c718dc80f389: x86/elf: Correct comment for STACK_RND_MASK() (2026-07-22 20:44:27 -0700) ---------------------------------------------------------------- execve update for v7.3-rc1 - x86/elf: Correct comment for STACK_RND_MASK() (Lorenzo Stoakes) ---------------------------------------------------------------- Lorenzo Stoakes (ARM) (1): x86/elf: Correct comment for STACK_RND_MASK() arch/x86/include/asm/elf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Kees Cook