From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-183.mta1.migadu.com (out-183.mta1.migadu.com [95.215.58.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3119D2EB872 for ; Fri, 21 Nov 2025 18:53:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.183 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763751230; cv=none; b=CCQCIgzRkj90GtOL550ayYsmZMe81GRnRv0JS+hrvxkTmEu0+hP4OkL4BE1TMUnDfT0LgF1th8NbU8wVuXB4YKvnMiNL/YgbRSSJqItNRUiVz9pwp1Lpdw4jxGRQnHjX13B1K2MMK8/Iq5gWcR+AgMy/mv7VbKVLqOC4FMSnIaI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763751230; c=relaxed/simple; bh=/gR+DD4YHu60vyg4njZqEWkRUdbqNzFbV6dRSuVF/os=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=uEk+Pmbov09LhhFS8CQQHQnT7msdUQ5yt9zxdKuvwaMzW9t+RvGDQ4Gt5zKt+TuMrrycbNPsTZ5DFd6v0srq2Ex2vpsxyefliqmpY4y86L2Jz7Gou0JwU0XCFbQu28m4FayTF7I79zNQsWO0xIoXl0IZj1E+zaVZhyjtD4Bdwxk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=opMSeP94; arc=none smtp.client-ip=95.215.58.183 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="opMSeP94" Message-ID: <5aee549c-5ae2-45a7-b658-7918d2a918cb@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1763751214; 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=p8onk54l/YwinE/efiEVhku+RvNWF2uzqhskvQpUYCM=; b=opMSeP94T51+vyvAwMHV3MpS5vRx3MrV1l2GLckufWXK6Ie7jT6Nmx3QuYsv4jD4mLl3EA DlSntpip7aUOLW9j0iqOjy9n/ARVe+NQ+TEga7BZ3/XlqXWg0dvnWbMRl1KPXOxwxh60ES 5pfORbC91a4Osqp5uqCqD9NsgjGN+uk= Date: Fri, 21 Nov 2025 10:53:25 -0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH bpf-next v2 0/2] selftests/bpf: networking test cleanups To: Hoyeon Lee Cc: andrii@kernel.org, eddyz87@gmail.com, ast@kernel.org, daniel@iogearbox.net, song@kernel.org, yonghong.song@linux.dev, john.fastabend@gmail.com, kpsingh@kernel.org, sdf@fomichev.me, haoluo@google.com, jolsa@kernel.org, shuah@kernel.org, linux-kselftest@vger.kernel.org, bpf@vger.kernel.org, linux-kernel@vger.kernel.org, Amery Hung References: <20251121081332.2309838-1-hoyeon.lee@suse.com> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Martin KaFai Lau In-Reply-To: <20251121081332.2309838-1-hoyeon.lee@suse.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 11/21/25 12:13 AM, Hoyeon Lee wrote: > This series finishes the sockaddr_storage migration in the networking > selftests by removing the remaining open-coded IPv4/IPv6 wrappers > (addr_port/tuple in cls_redirect, sa46 in select_reuseport). The tests > now use sockaddr_storage directly. No other custom socket-address > wrappers remain after this series, so the churn stops here and behavior > is unchanged. I added Amery's Reviewed-by. Please keep the tag in the future when the newer revision doesn't have major changes. Applied. Thanks.