From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 15301C4708C for ; Tue, 6 Dec 2022 18:37:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229637AbiLFShz (ORCPT ); Tue, 6 Dec 2022 13:37:55 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58226 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229486AbiLFShx (ORCPT ); Tue, 6 Dec 2022 13:37:53 -0500 Received: from out-102.mta0.migadu.com (out-102.mta0.migadu.com [91.218.175.102]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5DA312B60D for ; Tue, 6 Dec 2022 10:37:51 -0800 (PST) Message-ID: <2118324c-a6e6-775d-77c2-75587e69e7ff@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1670351869; 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=trcvD3B0hq4MGQKVXzoiJdZuDNFozfTXE9wrFL0Zjts=; b=TzWF12Atv/bVAgMtcY/2e+ETyBI82KoHWLf9I/1JIc1fgVtVnLH2M4DCm4WHylvHyQNLtV oeqVc++jQaJwmTBklLxD6v1SYFer/0iOh4xTtGiUS+G73LHZLwrI2cWCPQtSMk2JGQXwiF Rv5riOOhV7CZJpMmISdcDXYZwr7Tb10= Date: Tue, 6 Dec 2022 10:37:42 -0800 MIME-Version: 1.0 Subject: Re: [PATCH bpf-next v2] bpf: Upgrade bpf_{g,s}etsockopt return values Content-Language: en-US To: Ji Rongfeng Cc: daniel@iogearbox.net, john.fastabend@gmail.com, ast@kernel.org, andrii@kernel.org, song@kernel.org, yhs@fb.com, kpsingh@kernel.org, sdf@google.com, haoluo@google.com, jolsa@kernel.org, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, bpf@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org References: X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Martin KaFai Lau In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On 12/6/22 8:35 AM, Ji Rongfeng wrote: > I have noticed that this patch has been marked as "Changes Requested" for a few > days, but there's no comment so far, which is abnormal and confusing. It is obvious that a test is needed for this change.