From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by passt.top (Postfix) with ESMTP id 85C8D5A026F for ; Wed, 27 Dec 2023 21:25:35 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1703708734; 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=EE7FpQys6FLUNr7W8rqeYzn3EXwEKWPAzFEV/oO3w8E=; b=GOqw+8bm5CZbkfsxAlHyttJBQgmRRV3+6yPUHsGJqJ50vB0XXv38KbGtI7my8fSYgihsph FWmtUBQmdM87jHqjtiy1DZbCnXUv+AnVTUgwq2qCpe1tcP4p+MQMEEdGgyylBcrFHehk8j MpGJycGkaM9BVedl8QfI5U/oMRzp+tY= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-58-Bipdj2jgNSONWPmMOhgbOw-1; Wed, 27 Dec 2023 15:25:32 -0500 X-MC-Unique: Bipdj2jgNSONWPmMOhgbOw-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 372053C2B60E; Wed, 27 Dec 2023 20:25:32 +0000 (UTC) Received: from elisabeth (unknown [10.39.208.24]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 625A12166B31; Wed, 27 Dec 2023 20:25:31 +0000 (UTC) Date: Wed, 27 Dec 2023 21:25:28 +0100 From: Stefano Brivio To: David Gibson Subject: Re: [PATCH 0/8] Small cleanups related to addresses and binding Message-ID: <20231227212528.61dc37b9@elisabeth> In-Reply-To: <20231207143140.1851378-1-david@gibson.dropbear.id.au> References: <20231207143140.1851378-1-david@gibson.dropbear.id.au> Organization: Red Hat MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.6 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-ID-Hash: GOXYK245K2WL5NZ76FWHLWLK53G3V4Q7 X-Message-ID-Hash: GOXYK245K2WL5NZ76FWHLWLK53G3V4Q7 X-MailFrom: sbrivio@redhat.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: passt-dev@passt.top X-Mailman-Version: 3.3.8 Precedence: list List-Id: Development discussion and patches for passt Archived-At: Archived-At: List-Archive: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Fri, 8 Dec 2023 01:31:32 +1100 David Gibson wrote: > Here's another batch of cleanups for minor warts I noticed while > working on flow table things. > > David Gibson (8): > tcp: Fix address type for tcp_sock_init_af() > treewide: Use IN4ADDR_LOOPBACK_INIT more widely > treewide: Add IN4ADDR_ANY_INIT macro > util: Use htonl_constant() in more places > util: Improve sockaddr initialisation in sock_l4() > icmp: Avoid unnecessary handling of unspecified bind address > treewide: Avoid in_addr_t > util: Make sock_l4() treat empty string ifname like NULL Applied, minus first two hunks of 5/8. -- Stefano