From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id E35DB3858D20 for ; Fri, 21 Apr 2023 20:35:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E35DB3858D20 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1682109313; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HrmgnRb1kl68uG67Dd+OoddjmCG4H35KVeU6OD3qzXc=; b=cznfzJSkCsQqQjOSLZjvWvb5p9v3az2adUkzGXM+/ZyL6dSOIbTr1ejw5JGV2QxGbI4bjO eukEVB/3yIsojNmi7JmX+0nxzOav+eQ25mlHjI9H6YYYpS/wqUhGn10LylDp/f3KiF5XGh 5bk/t+p1CaK6DY/xDpQES4igXIil+To= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-248-rAT0HKbzO9SeEBXAlfAfmA-1; Fri, 21 Apr 2023 16:35:10 -0400 X-MC-Unique: rAT0HKbzO9SeEBXAlfAfmA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 9C799811E7D; Fri, 21 Apr 2023 20:35:09 +0000 (UTC) Received: from redhat.com (unknown [10.2.16.177]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 99ECA40C6EC4; Fri, 21 Apr 2023 20:35:07 +0000 (UTC) Date: Fri, 21 Apr 2023 15:35:05 -0500 From: Eric Blake To: Alejandro Colomar Cc: linux-man@vger.kernel.org, Alejandro Colomar , Bastien =?utf-8?Q?Roucari=C3=A8s?= , glibc , GCC , Stefan Puiu , Igor Sysoev , Rich Felker , Andrew Clayton , Richard Biener , Zack Weinberg , Florian Weimer , Joseph Myers , Jakub Jelinek , Sam James Subject: Re: [PATCH v3] sockaddr.3type: POSIX Issue 8 will solve strict-aliasing issues with these types Message-ID: References: <20230421202718.21831-1-alx@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230421202718.21831-1-alx@kernel.org> User-Agent: NeoMutt/20230407 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_NONE,TXREP,T_SCC_BODY_TEXT_LINE autolearn=unavailable autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Fri, Apr 21, 2023 at 10:27:18PM +0200, Alejandro Colomar wrote: > Link: > Reported-by: Bastien Roucariès > Reported-by: Alejandro Colomar > Reviewed-by: Eric Blake > Cc: glibc > Cc: GCC > Cc: Stefan Puiu > Cc: Igor Sysoev > Cc: Rich Felker > Cc: Andrew Clayton > Cc: Richard Biener > Cc: Zack Weinberg > Cc: Florian Weimer > Cc: Joseph Myers > Cc: Jakub Jelinek > Cc: Sam James > Signed-off-by: Alejandro Colomar > --- > > Hi Eric, > > I took your informal review as a "Reviewed-by". Please confirm. > I've also modified the small wording thingy you suggested. For the avoidance of doubt ;) Reviewed-by: Eric Blake -- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3266 Virtualization: qemu.org | libvirt.org