From nobody Fri Dec 17 11:26:16 2021 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 022B418EB42B; Fri, 17 Dec 2021 11:26:17 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JFmrm4ltNz4hVR; Fri, 17 Dec 2021 11:26:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7D3811ABBF; Fri, 17 Dec 2021 11:26:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1BHBQGhF059283; Fri, 17 Dec 2021 11:26:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1BHBQGQt059282; Fri, 17 Dec 2021 11:26:16 GMT (envelope-from git) Date: Fri, 17 Dec 2021 11:26:16 GMT Message-Id: <202112171126.1BHBQGQt059282@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Andriy Gapon Subject: git: 8eca341d9bb6 - main - follow up to 18679ab1, actually change size of mmc_sim::name to 16 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: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: avg X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8eca341d9bb678f08065edd8f24c2ab32dcf8e56 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1639740376; 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=1IxRRp/WVvj7Q6DeZKNPb/Oc91vJT7z3UMSOAehpYrs=; b=SwhGLbJZugMDNM0nVmhjvEjW2Q4hPp6GKsJ5iBTlvpqJpEqc4tvcSLipAFvz3FnNFXMahA iAEIIqNGAe+lofNmi6vDiWolnnhbAHTfaTvWSF2GB6dj2W/mNkDw4MdFnFDWVfiUnpZR0z dsCUi1OFeJAiOI1ZUI+jA+pbg2onyhD84ip40T+iOWcb8bT0RFfkHHke7YwP1TAusu0oDk 6RalZvJ8ih8QHog/crkTQyhu4Uh1sRk8+E5G0bCVetwT4G0VSBjmxuj5stL92xVTI5oJ7n zF4yIpP0psyCfxmpLfga17At9l9e8gdqF9wct2CqhgGeTH/fH7DLNp2LG3cSQA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1639740376; a=rsa-sha256; cv=none; b=kqT7LAY/x58vyyHHRr5OvkkkujqRXsiHevpqYkNuFIPTZy0yr0Ir67yY3pElJXLa3Aiv9X 1uutHGYdjMugJvox1lgmUAOljbENV0W1twSIFzlgEIlsbG021REwrobNU0/CJrUW99waWb LtvjReu+JIE5wjriIblZRNWEshvl8FJWm+MXVnwWzC4tuV8FalNcNLzGzu4Y8Uf2AsY7BT sgGUbZfxhLPCH3mpxn4FY4EBgp/Cr5lHRJAXtJILUxuF51pEW5kVo9NoVzeNtaR9r/Tn+T gW1I0ublH0JHJ+ry+TV5g87TM1B4e0gZWCikH+KEOvdA4XgKezFfoK5vo2opmQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by avg: URL: https://cgit.FreeBSD.org/src/commit/?id=8eca341d9bb678f08065edd8f24c2ab32dcf8e56 commit 8eca341d9bb678f08065edd8f24c2ab32dcf8e56 Author: Andriy Gapon AuthorDate: 2021-12-17 11:20:47 +0000 Commit: Andriy Gapon CommitDate: 2021-12-17 11:24:53 +0000 follow up to 18679ab1, actually change size of mmc_sim::name to 16 The change was made locally but was not squashed into the commit. Fixes: 18679ab1 mmc_sim: fix setting of the mutex name MFC after: 8 days --- sys/cam/mmc/mmc_sim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/cam/mmc/mmc_sim.h b/sys/cam/mmc/mmc_sim.h index 10bd183c307d..18c49b3f57e8 100644 --- a/sys/cam/mmc/mmc_sim.h +++ b/sys/cam/mmc/mmc_sim.h @@ -33,7 +33,7 @@ struct mmc_sim { struct mmc_cam_sim_softc *sc; struct mtx mtx; - char name[64]; + char name[16]; struct cam_devq *devq; struct cam_sim *sim; device_t dev;