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 9EF37C4332F for ; Wed, 12 Oct 2022 23:41:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229657AbiJLXl3 (ORCPT ); Wed, 12 Oct 2022 19:41:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40120 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229712AbiJLXl1 (ORCPT ); Wed, 12 Oct 2022 19:41:27 -0400 Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E6B621142D6; Wed, 12 Oct 2022 16:41:25 -0700 (PDT) Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1665618084; 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=mslSDPTMNRKqD8KCVjba8zSlG+U+mj9oVGajsN/Bli8=; b=ZMFgscRr/Nmtm4sm4p5pwxWv3c1lOPbWK3wOrsW5bLLtZosXUW9Wx8lQjbYrTbqjgzdj+e xABu8ESIqxlvloQC8awNLGl9OMFEKpnexi889npBN1A7tgOyl7Hp7K34CyN9APtTOafxET dFx5IT2uPqfTCVNEvlblMdCsalvkknA= Date: Wed, 12 Oct 2022 16:41:15 -0700 MIME-Version: 1.0 Subject: Re: [PATCH bpf-next v4 0/6] Fix bugs found by ASAN when running selftests Content-Language: en-US To: Xu Kuohai Cc: Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko , Song Liu , Yonghong Song , John Fastabend , KP Singh , Stanislav Fomichev , Hao Luo , Jiri Olsa , Mykola Lysenko , Shuah Khan , "David S . Miller" , Jakub Kicinski , Jesper Dangaard Brouer , Kumar Kartikeya Dwivedi , Alan Maguire , Delyan Kratunov , Lorenzo Bianconi , bpf@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, netdev@vger.kernel.org References: <20221011120108.782373-1-xukuohai@huaweicloud.com> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Martin KaFai Lau In-Reply-To: <20221011120108.782373-1-xukuohai@huaweicloud.com> 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: linux-kernel@vger.kernel.org On 10/11/22 5:01 AM, Xu Kuohai wrote: > From: Xu Kuohai > > This series fixes bugs found by ASAN when running bpf selftests on arm64 Overall lgtm. Acked-by: Martin KaFai Lau