From nobody Thu Jun 4 02:32:42 2026 X-Original-To: dev-commits-src-branches@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 4gW7rq0PJWz5080f for ; Thu, 04 Jun 2026 02:32:43 +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 "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gW7rp4tVfz49bT for ; Thu, 04 Jun 2026 02:32:42 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1780540362; 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=J0FrwBpZzvCHMGmFndnVoOcJLFePL9VD64971vHJZh8=; b=dzYvjQhRMkM7c+Sv4jv6D1+fw4xyheJI+QTP2shewInCqLkZ6GbXMaBdinRjEoUVZfVtc9 Okm/re3GXH6Ly1WykLB0/xIX1GfcgcO89lqYhcWdaHgceJPprETwRydARLgC4Pulp7r7Uk 4TA7kcF7GmjPCjiUZldgWZiFKBFpmfFvjEgBPHD/ZzjHPkDM1mNPJWPrbj4aDObXz8R4Yn Q6ut1gn+32teKcfow/ZEeAMeZUBC4wFVlbNF9wYAGaYS80rKg0V25xZtBJzO89fVCCeeIm Qv+TF8iYbmiocwyV85MLLQ8VzYZ7qdEk/DEsexPiOMi2QAhfJvnR4d0/NlLCcg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1780540362; a=rsa-sha256; cv=none; b=LrmLbH+k6z6wKyvuUjIo2mLk/pKOcXwcUs5t04e0N3ANsjpXuRivIyc6zsic0y7djNbp9h XVgcLGSDC4joXQJuFVQcrSRf8BMgArKppE/J0fFwJt2LyUCrH+0Tk2xnBJpLx75jQqsdUC KOAMwR82edceowIVyJx9gg0BwU/2k2fDSjqwS5iPa9KDdT8KF06KBA4VmL6k4Xx8NiwYE9 eh4EqkMeHfmkF8vBMNZiAeuyXAr5XlpmPESYtEWXz2aOo6XLkznCzOkt41LRvUSP0p925b XGutRtKYBoQhykYLSjUuiZ9aDgPGVSBNkxPt6Yq2F90zaBdEeh1izYFqhipZXQ== 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=1780540362; 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=J0FrwBpZzvCHMGmFndnVoOcJLFePL9VD64971vHJZh8=; b=SP+2IEZFGBCE3lr0cdhD7iMq4k+QdH1QLC32dY8zMTkI3Yy9cr8RFvUFsncZdfW4vtADLP VTHlUoHDuzAC9z7ls+rZhg4oIZeOMCEevObd68Citg8zErmE7UdZqN29K+EqcmBioesm+M qa+WbgEecFwcVrfwzn7/eAowg4ZEBH+3ZiptdLQJQKS5WhWngyQhyiUcMNT1tGicl1+TfO ZtAtehapgAGhpPgsAPE59UHpamXJ7nSHwTCSZCy/FqDuy+9PMfaIn7ITyT4IV82R6OZC0q kn5SOUCEFRV/QVuBkXilPed4+q1HZEirj3LlQ10Z7rGqTkElrCV/skcw9UI76w== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gW7rp4VFxzfwY for ; Thu, 04 Jun 2026 02:32:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 360e6 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Thu, 04 Jun 2026 02:32:42 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Konstantin Belousov Subject: git: 0696d3889369 - stable/15 - amd64/machdep.c: explicitly include sys/uio.h List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-branches@freebsd.org Sender: owner-dev-commits-src-branches@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: 0696d3889369b1fda133cc99fcf7c7ba5f3142a9 Auto-Submitted: auto-generated Date: Thu, 04 Jun 2026 02:32:42 +0000 Message-Id: <6a20e3ca.360e6.79db9a3b@gitrepo.freebsd.org> The branch stable/15 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=0696d3889369b1fda133cc99fcf7c7ba5f3142a9 commit 0696d3889369b1fda133cc99fcf7c7ba5f3142a9 Author: Konstantin Belousov AuthorDate: 2026-06-04 02:29:42 +0000 Commit: Konstantin Belousov CommitDate: 2026-06-04 02:32:07 +0000 amd64/machdep.c: explicitly include sys/uio.h Some kernel configurations result in struct uio being only forward-declared. This is direct commit to stable/15. Sponsored by: The FreeBSD Foundation --- sys/amd64/amd64/machdep.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c index e337337fd8e7..7b652d241250 100644 --- a/sys/amd64/amd64/machdep.c +++ b/sys/amd64/amd64/machdep.c @@ -87,6 +87,7 @@ #include #include #include +#include #include #include