From nobody Thu Jun 4 02:32:42 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 4gW7rw3dnyz5080j for ; Thu, 04 Jun 2026 02:32:48 +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 4gW7rw03Wlz49yH for ; Thu, 04 Jun 2026 02:32:48 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1780540368; 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=Mei2X1Usi1D9zIFwh+rTFEqRwDGhQ+v7FPXh4Z0AEaDI9IP4wBv+pzLAhgceS8qrTMYj6t sWsMEXdMMXLIfKsU71Ys/vnT6yD8n8W8khw+kqv+BY9M+XV91zw7iC+OIsnidn/0IVrCCw Yz20gape5MUak2cHuQGitMtaJR3onjUpNrAMT1FSepWPhEXdfoepbVuckw/XLbqcEd0GKG KLAgFFlpLh9kQt60E8UEpL2WKyJeTlKlu6kZP6a206QfFq2eQ/U8d+F+PolTFqMjTVqOpb i42ugXKxlm+cVUYcAsZShKayMnH5xnsLvP3zID+EVpJd/3xt8kA22+xsRM+Asg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1780540368; a=rsa-sha256; cv=none; b=ugLscf2Cq7rKrShoB0EwqqFSFMIpU4gn0yOsPc52gEfuV0fQqHZUIxV1iovPAM+AeJvaG3 Sw6YtPdEPNJ6anoUW2jPV0Nw1L17Dk7ocYK5YGeGQDpzUfnLjNl7cvYoWPVtRhOrer9HJE 52Nnj2x0OBYAUL+T2PeyZNnP9Nydju1w9jIBdGJXyv/C6rQYQ6Eg+mmoC6cc+QjmS7cc/3 VXT7/rx/jWFKGF4/BbSKuWh53fTnPyRWdS1CQxlj5zrxjeF2+HSyBY8hgR0w+J2ltN/T1V uZRZpcF4GploqB3qOtd3LW7rq7VLazFxyhYSSisDO8V+QFVw5kYpNe+vIvVaCg== 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=1780540368; 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=I5XsJXPZzEndYLA7C1pOf3RAt67Simq80Fh/OWXuD/X5xS2Gpb9Aj2T9lBKCMgyQ/RNJ6e GqBmvZhbOo4XWGXpDJDdCVf/WvUIeAYpJTmsI0HIC+Yn42KG0GrutZJd//+8dVECL3llPK BxqWzJjWsDFC2RHCGbfOsCPF3iIYCzkvzZWXMTOgG+dyOUk0Ptd2xYJ8PLW0q5t56zXUrs TS4f5RPTBq0rWLQuTx8+uPff2tsQawUKNMy5AJOjX30pI+bxZy0jVvkYzWYtMsZHumXLLm qP6OFRM/CgCcjpDEvhxOlTNwF8bbFBPDAFuB25xF5AjJ4USm7ZIJ3pcXFa7ZzA== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gW7rv6fZ6zg7T for ; Thu, 04 Jun 2026 02:32:47 +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: 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: 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