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 X-Spam-Level: X-Spam-Status: No, score=-10.4 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4A8CBC433E0 for ; Mon, 18 Jan 2021 22:25:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1272522CAD for ; Mon, 18 Jan 2021 22:25:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731371AbhARWYu (ORCPT ); Mon, 18 Jan 2021 17:24:50 -0500 Received: from www62.your-server.de ([213.133.104.62]:45654 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388562AbhARWYq (ORCPT ); Mon, 18 Jan 2021 17:24:46 -0500 Received: from sslproxy02.your-server.de ([78.47.166.47]) by www62.your-server.de with esmtpsa (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1l1cwI-0009N5-UU; Mon, 18 Jan 2021 23:23:58 +0100 Received: from [85.7.101.30] (helo=pc-9.home) by sslproxy02.your-server.de with esmtpsa (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l1cwI-000IuS-Ns; Mon, 18 Jan 2021 23:23:58 +0100 Subject: Re: [PATCH v12 bpf-next] bpf/selftests: fold test_current_pid_tgid_new_ns into test_progs. To: Carlos Neira , netdev@vger.kernel.org Cc: andriin@fb.com, yhs@fb.com, ebiederm@xmission.com, brouer@redhat.com, bpf@vger.kernel.org, andrii.nakryiko@gmail.com References: <20210114141033.GA17348@localhost> From: Daniel Borkmann Message-ID: Date: Mon, 18 Jan 2021 23:23:58 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 MIME-Version: 1.0 In-Reply-To: <20210114141033.GA17348@localhost> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Authenticated-Sender: daniel@iogearbox.net X-Virus-Scanned: Clear (ClamAV 0.102.4/26053/Mon Jan 18 13:33:47 2021) Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org On 1/14/21 3:10 PM, Carlos Neira wrote: > Currently tests for bpf_get_ns_current_pid_tgid() are outside test_progs. > This change folds test cases into test_progs. > > Changes from v11: > > - Fixed test failure is not detected. > - Removed EXIT(3) call as it will stop test_progs execution. > > Signed-off-by: Carlos Neira (Seems kernel patch-bot didn't sent a reply here, was applied few days ago, just fyi.)