From nobody Fri Apr 24 15:28:54 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 4g2H1M14b5z6bSFw for ; Fri, 24 Apr 2026 15:28:55 +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 4g2H1L6Rccz3Cwr for ; Fri, 24 Apr 2026 15:28:54 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777044534; 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=T35kVIUuWEOW1Oby8tcOBbM7rBeHRjTS9R+q4YaQhFY=; b=vWS6BAnLYIkuAQgWnFOkmvgFEFb6O9rq9jVJvt3kyIlHrRW3rqmJBNQL6nd9Zzyk/zvETJ DV8pvwVo+uiGctu5Hf1GhBtd0nfcfQNKv2RA5vGzX4ku2ZJWrowy3Q36jicFF74gSLhRuf AbuPd5zLVf4uUtoiXkuAx0JcbV4oeUmRMgPAwcdQxcZGiUnR/dfecEJwiQaB/XlXuQBx9S bW0GK9ej4BrdXccvsZj9Ko0Z0bZFmaVQPRXzV7gj7Uhe8KXATH3Bm9QgrIfMSI2fqqqdcE cKqFWax3gWsbuJwIs51oSy0a3grIRXRApLjgwy9byUGVatOPvZWePaKmT1gUqg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1777044534; a=rsa-sha256; cv=none; b=Uuxz2aaQ7tUfzfAeAKRVFL68HBAr3v4AN7L8rlKaBt4YXpcrfh1sEX66IBwakjOPQ5Yzrl f/dkqdeSjY8jt90QowsLo6QmE5/a1pHwIMlOmrp+NSk5GEsmu1oLjEsryeZTl4/BZw+NVz NExTvw5AnzATcr51RalLT3tJnJ/o0UnYasTW8GPgyZ+jJrI3nhJXBk193WJPqr8HtGsRtZ QmymqR+Hqi1yrlvGNQeoRdVdb1PSksgGLpliq5Z0SAyuHBjmnHiq3njOHX0ALZ31EKTD8m 1UgadcD+Ct5wsqGx9WL15xYlnS30f0IIVbjpxCnEK9JnsuV+jEG7kzq1TQmfQA== 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=1777044534; 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=T35kVIUuWEOW1Oby8tcOBbM7rBeHRjTS9R+q4YaQhFY=; b=HwybXTJxZVs/8DUzeDQPw+i2DQ8kSCXEwE6S0ZVW4gg1twhutsCo2WMKJpj9hn9s7NjCBg YfcEox9Q1hdGaRTxeVRXro9Wx5PUTWgh4YHVGUh37QIqnqoTPsUkE7f/Iur21TH7KLpzEa jvVPST3MeVKlQz6EIYtjda6O52lLlF8uJzVIpVufrPi9P06fSFk821mdEBxryW++nGAgou A94fG+7PU31nU3uWvlkusLgaK6jMzTogHL6zSpZLlxAH/BXXFy3fPKECyubWzrX1nubh6A 95svvicYdnp96fiFdVj8vOeDKe8UG1wKeO7T4AuLx0igC0nL3WMsXmnk5K6RAQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4g2H1L60gSz17RC for ; Fri, 24 Apr 2026 15:28:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 35f52 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Fri, 24 Apr 2026 15:28:54 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: John Baldwin Subject: git: 80c8d742510c - stable/15 - nvme: Include explicitly for memmove 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 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jhb X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: 80c8d742510cb64965b468a141a57ab552a19e25 Auto-Submitted: auto-generated Date: Fri, 24 Apr 2026 15:28:54 +0000 Message-Id: <69eb8c36.35f52.1192561b@gitrepo.freebsd.org> The branch stable/15 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=80c8d742510cb64965b468a141a57ab552a19e25 commit 80c8d742510cb64965b468a141a57ab552a19e25 Author: John Baldwin AuthorDate: 2025-11-20 14:36:50 +0000 Commit: John Baldwin CommitDate: 2026-04-24 15:26:37 +0000 nvme: Include explicitly for memmove Reported by: andrew, rpokala Fixes: 8d2a50bb3805 ("nvme: Abstract out function to obtain a disk ident string from cdata") Sponsored by: Chelsio Communications (cherry picked from commit 032fbda024d78a8e2f9479efcdda8604c62bcea0) --- sys/dev/nvme/nvme.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/nvme/nvme.h b/sys/dev/nvme/nvme.h index 85b9658b755a..42620468e6f6 100644 --- a/sys/dev/nvme/nvme.h +++ b/sys/dev/nvme/nvme.h @@ -1912,6 +1912,7 @@ void nvme_sc_sbuf(const struct nvme_completion *cpl, struct sbuf *sbuf); void nvme_strvis(uint8_t *dst, const uint8_t *src, int dstlen, int srclen); #ifdef _KERNEL +#include #include struct bio;