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 DD105C64EC4 for ; Wed, 1 Mar 2023 02:40:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229705AbjCACk3 (ORCPT ); Tue, 28 Feb 2023 21:40:29 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53444 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229560AbjCACk2 (ORCPT ); Tue, 28 Feb 2023 21:40:28 -0500 Received: from out30-113.freemail.mail.aliyun.com (out30-113.freemail.mail.aliyun.com [115.124.30.113]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BB2AE37554; Tue, 28 Feb 2023 18:40:26 -0800 (PST) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R611e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018046060;MF=alibuda@linux.alibaba.com;NM=1;PH=DS;RN=12;SR=0;TI=SMTPD_---0Vclaki7_1677638423; Received: from 30.221.150.55(mailfrom:alibuda@linux.alibaba.com fp:SMTPD_---0Vclaki7_1677638423) by smtp.aliyun-inc.com; Wed, 01 Mar 2023 10:40:24 +0800 Message-ID: <34e9e799-3947-1952-5f9e-cd5321911af2@linux.alibaba.com> Date: Wed, 1 Mar 2023 10:40:23 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.7.2 Subject: Re: [PATCH bpf-next v3 0/4] net/smc: Introduce BPF injection capability Content-Language: en-US To: Jakub Kicinski Cc: kgraul@linux.ibm.com, wenjia@linux.ibm.com, jaka@linux.ibm.com, ast@kernel.org, daniel@iogearbox.net, andrii@kernel.org, davem@davemloft.net, netdev@vger.kernel.org, linux-s390@vger.kernel.org, linux-rdma@vger.kernel.org, bpf@vger.kernel.org References: <1677576294-33411-1-git-send-email-alibuda@linux.alibaba.com> <20230228150051.4eeaa121@kernel.org> From: "D. Wythe" In-Reply-To: <20230228150051.4eeaa121@kernel.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-s390@vger.kernel.org On 3/1/23 7:00 AM, Jakub Kicinski wrote: > On Tue, 28 Feb 2023 17:24:50 +0800 D. Wythe wrote: >> From: "D. Wythe" >> >> This patches attempt to introduce BPF injection capability for SMC, >> and add selftest to ensure code stability. > > What happened to fixing the issues Al pointed out long, long time ago? > > https://lore.kernel.org/all/YutBc9aCQOvPPlWN@ZenIV/ Sorry about that, I don't know much details about this issues. But I have already fed back the problem to Tony Lu, he will give a reply soon, thank you. D. Wythe