From nobody Sun Jun 21 14:19:57 2026 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4gjtl232s8z6jp09 for ; Sun, 21 Jun 2026 14:19:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "YR1" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gjtl20d3Lz3vpt for ; Sun, 21 Jun 2026 14:19:58 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1782051598; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=M4ser9NWUDI2YjmwElpYlXCEMV23hgv8ik+fVYNClS8=; b=QDZ6hHWtF9rua84iVK+i938vxqmeWumtnRcLJ9LN1sDNXxnQxsLQV0lbOMoemhTxghd1Vn RYXr3eDAwrQcMZOBFo8PyRgW0wQRBBBqz5ku/uoCoBKaqx6SVQ04/cRkhboPmdOGhMLLQp pAxVjNXGkBXFxRn0qPfGU2P8ERulNdukMjjDVec/JsrgY/zjGGfzKjSZHDnh5AOUoLbrIf oZrV2ZwxA/KgLay53JPANoV7RgUYFVCAcxN/I2csNPwGkdFOJ544H8x79NYy4V+zjh4su9 AZ3CqqpaWV/Sdoq/tmOsEkAsMVSwNkq+5tduA6+C3LXEKog8a3PWiCMnXT8C/Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1782051598; a=rsa-sha256; cv=none; b=vPG4223azepXAunQRZUYxQLjA34Tg57zzh3mUYwyujRu9yxfaEOtWb2xGfoQU23Qie9grN i3bJEopDQnyES9c4DIQdisn/EBlgnyBWGfLWX9ZNhFBfSleiW8Gu1bX7+MRzbjDLILtUcN YEcYdE0FhxqyvjwOCp1FzkudrmpwoUWMxKkR1T/Ec9uF1q2dYsDqr+igwI38JjlZ+IRtlP LXJZ5QR/6ki7XNRcdCn4iMox//GH/YMPo507SWs0QBc0pwcD/3RgvGAONwotnmBEs3mJbR CoCC5YHkb8ko4s93Y1/mo5ynA9g+gJFyNbHo1lT8Z3j5AZBXDqxb5Vca2zAPww== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1782051598; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=M4ser9NWUDI2YjmwElpYlXCEMV23hgv8ik+fVYNClS8=; b=BXe9Tef1+eO4c3/LzBfpzKswa6q57LS4lAVTR2lKnXjeevY3NbCZIwhqfsQKrUG/IUPtjn AhfjMlzrFN+ZwnCoerlyyYC+YRJS2TIwMbFKSEruRvG3mMO8o3mTG/s88OklKQaCj6B0B0 1m7JT01ow8YVJOdH8bvhwM11JGnO2oRyciwnXXkIJBKG0veSljppvo49mnxZmnBcQfglAV QxDfTDdVpS9eTLYXYLc8xbr8Mu2qpo5nwoCXgN2XgwBAwCJJIG+VqO4qglX/W1bKMesY6X IdyLOi5tGRE9pchW1TcuN2SkSgo0YkHvbXIH9YaDLaGK/SkERPsEdDolu+F3KQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gjtl16DKWz1JR5 for ; Sun, 21 Jun 2026 14:19:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3e817 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Sun, 21 Jun 2026 14:19:57 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Konstantin Belousov Subject: git: f5fce0bcc370 - main - kern_exec.c: explicitly include sys/limits.h for UINT_MAX List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kib X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f5fce0bcc370a9700249e64901eabf2e0be4ecb0 Auto-Submitted: auto-generated Date: Sun, 21 Jun 2026 14:19:57 +0000 Message-Id: <6a37f30d.3e817.243c20a@gitrepo.freebsd.org> The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=f5fce0bcc370a9700249e64901eabf2e0be4ecb0 commit f5fce0bcc370a9700249e64901eabf2e0be4ecb0 Author: Konstantin Belousov AuthorDate: 2026-06-21 14:17:41 +0000 Commit: Konstantin Belousov CommitDate: 2026-06-21 14:19:20 +0000 kern_exec.c: explicitly include sys/limits.h for UINT_MAX While there, remove unneeded manual inclusion of sys/cdefs.h. Fixes: e1a84b7708c2 ("execve_block(): a mechanism for mutual exclusion with execve() on the process") Sponsored by: The FreeBSD Foundation MFC after: 1 week --- sys/kern/kern_exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/kern_exec.c b/sys/kern/kern_exec.c index 15570eee4c37..f19c62cd16e3 100644 --- a/sys/kern/kern_exec.c +++ b/sys/kern/kern_exec.c @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include #include "opt_capsicum.h" #include "opt_hwpmc_hooks.h" #include "opt_hwt_hooks.h" @@ -46,6 +45,7 @@ #include #include #include +#include #include #include #include