From nobody Fri Jun 26 22:21:03 2026 X-Original-To: dev-commits-src-all@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 4gn99r0f00z6j2g3 for ; Fri, 26 Jun 2026 22:21:04 +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 4gn99q4DnLz3mT7 for ; Fri, 26 Jun 2026 22:21:03 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1782512463; 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=mr8hXuV4NRUdmjNS0ky58Pws3EdoiQpZizs3PM2vsbU=; b=SIQCawug4kyi0sqiOFoUcgsuYckC1QCdWVjflWjv3a0V2YmryrX/fEO94KPF2XeIqcq/9E OyV4IhVu7MsbqQ0HNGQMm4wUxdK9q8Rw/MWc/6ox+YuNakdEmIzzoIaHyXnr4ru46AfTha gDIoBNauzNP93UrybYrV9WrHcQe04ulTH1xExU2Na8aR62iMfCg11FkrQyZH0i2xXTHZp8 11wUN/UvLo0OpNNDwF798tSSlFKtTM2Tvjf3N3RV0DRqbjdifuVbV/QMO1v3eqPb4JqDK8 7fBmJG0c73YL1K5wRD/LMIq8WnOyr1JDBh0I3apxmAteCv7PQoaO4+8glPIoyg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1782512463; a=rsa-sha256; cv=none; b=gPqhg66U373ZPovToTAD+o5N5FmvEGMFVoIbKia+5WXpLJv+8/EILicl2/btqTJTvRADle CU0ECj72U9MeMOxwUSpMcuE9M173hlICxZKass2AsZFKD7GxAxE/k5KBEu5IegjPx/Bq3U j0h3h0b7ByXLFl2tKSez2Y2AE9rFQvzaQHun70V80aurfLaZNZLohIruc9XhaamRlqXfYq 5ZpVKBJ809G0UxuSoE5PqXdfnKhYXsR7d2ducUypcC0XzpqhWHOsnoQqJYgbbXhAT86SdU xsrACBi8vmkG4yC8MC2z7FYel4poaZxI9e37rtB9KtmYYKPFEVe825axHmm2XA== 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=1782512463; 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=mr8hXuV4NRUdmjNS0ky58Pws3EdoiQpZizs3PM2vsbU=; b=mRm3eqIFbV55QMqy9TxvCJmWXkZm3m6SVfWGmnEv7vSMnvhdDoX/WtiGYxnHNT1MJwOc0U oTWyf/d3fuHDiZP0NHLkEi8TZknt2IGUX3mL3FgDISBWFLup0ENjqwo/kP5RovfjzS+1Fl G1lvQAcQk+ZJvfgUmHOlcQLTldsghcJCEo6u4YIiRHK+1xZt0fvlNkw4ZJr7YAVMWQGoF1 MdEis6G602BB5+1Qf7h09L69QFoMnIJE8tXDsEgIAYHhCn4l/FIcnpm0n+Ji+DQhfTEfI6 K1shfbvG1I5KOE+qBUk2FQcwDSHxBErvTwjE5O/cnTIwOIJD0F984Dnr6Wb0VQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gn99q3JrszxV2 for ; Fri, 26 Jun 2026 22:21:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 27836 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Fri, 26 Jun 2026 22:21:03 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Konstantin Belousov Subject: git: 42d8b0bf7a5a - stable/15 - kern_exec.c: explicitly include sys/limits.h for UINT_MAX List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@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/stable/15 X-Git-Reftype: branch X-Git-Commit: 42d8b0bf7a5a074c7035585a06dd44aed1b2cbdd Auto-Submitted: auto-generated Date: Fri, 26 Jun 2026 22:21:03 +0000 Message-Id: <6a3efb4f.27836.7232d2fb@gitrepo.freebsd.org> The branch stable/15 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=42d8b0bf7a5a074c7035585a06dd44aed1b2cbdd commit 42d8b0bf7a5a074c7035585a06dd44aed1b2cbdd Author: Konstantin Belousov AuthorDate: 2026-06-21 14:17:41 +0000 Commit: Konstantin Belousov CommitDate: 2026-06-26 22:16:12 +0000 kern_exec.c: explicitly include sys/limits.h for UINT_MAX (cherry picked from commit f5fce0bcc370a9700249e64901eabf2e0be4ecb0) --- 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 a3c9a4baa787..b60d0c1e8b88 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