Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Jul 2021 13:05:12 +0000
From:      hello@nuggclub.com
To:        dev-commits-src-branches@freebsd.org
Subject:   Thanks for Contacting Nugg Club!
Message-ID:  <903b392e1aef3258ebdd61e0a9b23368@frontapp.com>
In-Reply-To: <mailman.15.1625227200.433.dev-commits-src-branches@freebsd.org>
References:  <mailman.15.1625227200.433.dev-commits-src-branches@freebsd.org> <903b392e1aef3258ebdd61e0a9b23368@frontapp.com> <mailman.15.1625227200.433.dev-commits-src-branches@freebsd.org>

index | next in thread | previous in thread | raw e-mail

Hi there, 

Thanks for reaching out to the Nugg Club support team! 

A member of our team will be in contact with you within 24 - 48 hours. If you need to modify, reschedule, or delay your upcoming delivery, you will have the option to do so online from your Nugg Club profile. 

If you need immediate assistance, please reach out to our support team using the live chat feature on our website. Please also feel free to visit our Frequently Asked Questions page for more helpful information. 

We'll be in touch soon! 


Best, 
Nugg Club Support
From owner-dev-commits-src-branches@freebsd.org  Sat Jul  3 00:28:29 2021
Return-Path: <owner-dev-commits-src-branches@freebsd.org>
Delivered-To: dev-commits-src-branches@mailman.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
 by mailman.nyi.freebsd.org (Postfix) with ESMTP id 34CE0674CB6;
 Sat,  3 Jul 2021 00:28:29 +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 4GGt8s0Z0Jz4gWr;
 Sat,  3 Jul 2021 00:28:29 +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 EBB171DB35;
 Sat,  3 Jul 2021 00:28:28 +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 1630SSX4096404;
 Sat, 3 Jul 2021 00:28:28 GMT (envelope-from git@gitrepo.freebsd.org)
Received: (from git@localhost)
 by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1630SSh0096403;
 Sat, 3 Jul 2021 00:28:28 GMT (envelope-from git)
Date: Sat, 3 Jul 2021 00:28:28 GMT
Message-Id: <202107030028.1630SSh0096403@gitrepo.freebsd.org>
To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org,
 dev-commits-src-branches@FreeBSD.org
From: Ryan Libby <rlibby@FreeBSD.org>
Subject: git: 65d3d8496536 - stable/13 - ofed: quiet gcc -Wint-in-bool-context
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-Git-Committer: rlibby
X-Git-Repository: src
X-Git-Refname: refs/heads/stable/13
X-Git-Reftype: branch
X-Git-Commit: 65d3d849653629885bd1e5de13c99f22ca03b68e
Auto-Submitted: auto-generated
X-BeenThere: dev-commits-src-branches@freebsd.org
X-Mailman-Version: 2.1.34
Precedence: list
List-Id: Commits to the stable branches of the FreeBSD src repository
 <dev-commits-src-branches.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/dev-commits-src-branches>,
 <mailto:dev-commits-src-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/dev-commits-src-branches/>;
List-Post: <mailto:dev-commits-src-branches@freebsd.org>
List-Help: <mailto:dev-commits-src-branches-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/dev-commits-src-branches>,
 <mailto:dev-commits-src-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 03 Jul 2021 00:28:29 -0000

The branch stable/13 has been updated by rlibby:

URL: https://cgit.FreeBSD.org/src/commit/?ided3d849653629885bd1e5de13c99f22ca03b68e

commit 65d3d849653629885bd1e5de13c99f22ca03b68e
Author:     Ryan Libby <rlibby@FreeBSD.org>
AuthorDate: 2021-02-24 23:56:16 +0000
Commit:     Ryan Libby <rlibby@FreeBSD.org>
CommitDate: 2021-07-02 21:12:18 +0000

    ofed: quiet gcc -Wint-in-bool-context

    The int in the argument to the ternary triggered -Wint-in-bool-context
    from gcc.  Upstream linux has a larger and more entangled patch,
    12f727721eee61b3d19dedb95cb893b2baa9fe41, which doesn't apply cleanly.
    When we eventually sync that, we can just drop this change.

    Reviewed by:    hselasky, imp, kib
    MFC after:      3 days
    Sponsored by:   Dell EMC Isilon
    Differential Revision:  https://reviews.freebsd.org/D28762

    (cherry picked from commit bf667f282a7b98e7456d11e1cb46d9707ab8e774)
---
 sys/ofed/drivers/infiniband/core/uverbs.h | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/sys/ofed/drivers/infiniband/core/uverbs.h b/sys/ofed/drivers/infiniband/core/uverbs.h
index 6c8d9632b0dc..0db0d47cc691 100644
--- a/sys/ofed/drivers/infiniband/core/uverbs.h
+++ b/sys/ofed/drivers/infiniband/core/uverbs.h
@@ -64,8 +64,10 @@

 #define INIT_UDATA_BUF_OR_NULL(udata, ibuf, obuf, ilen, olen)			\
 	do {									\
-		(udata)->inbuf  = (ilen) ? (const void __user *) (ibuf) : NULL;	\
-		(udata)->outbuf = (olen) ? (void __user *) (obuf) : NULL;	\
+		(udata)->inbuf  = ((ilen) != 0) ?				\
+		    (const void __user *) (ibuf) : NULL;			\
+		(udata)->outbuf = ((olen) != 0) ?				\
+		    (void __user *) (obuf) : NULL;				\
 		(udata)->inlen  = (ilen);					\
 		(udata)->outlen = (olen);					\
 	} while (0)


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?903b392e1aef3258ebdd61e0a9b23368>