Received: by 2002:ac0:a581:0:0:0:0:0 with SMTP id m1-v6csp144712imm; Thu, 21 Jun 2018 15:35:05 -0700 (PDT) X-Google-Smtp-Source: ADUXVKJ+j6bxhSejPgF7oMYik6kedD+6+j4ub/Tl0JsNtltBbrfmVSjXgTwTOYtumw+FKJimA7Ke X-Received: by 2002:a65:5944:: with SMTP id g4-v6mr24364779pgu.317.1529620504962; Thu, 21 Jun 2018 15:35:04 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1529620504; cv=none; d=google.com; s=arc-20160816; b=GEj86ZW3zv+iJbn2E4AXMbXyl0vmMn3sD3Tuizy861glQM/aA43Qbj7L+YJsuVGzGM cMan4UA3ae9VoJwseCghLMBLtNAYIhuGAhSWTk/i5uPrkOFOhwyOBKRBbfWDXctkxLLM w6yF7qSNfn99edrZ8my8is77S+m0LNWsjs/v2mJAghaa/v86aTgTUvdO3Ew1LL4+3YiR IvRUcYLMXdEG6NjT+9/BMRuy8RNtjnAaif8+4elBuOoBIckuMAhDm+QGaQNE86J8rV7h 9PTxR4LhZZoY7dzYqt1KXApEao7w2jWw4t1HsgWB8LBNx8t6CjzfVp6nCLaJjy8UKYn2 LTYg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject:arc-authentication-results; bh=Abp8RKrgAYXiQLN3kWcGdI5x6f4hr9X3iTvQFffCZXQ=; b=vG7jaJL9KSf/pZ7xZ0fqer/H4T2RV/MzlQL9mWt4iMY9NeZSH1dd2jf3gaSvWtlmG8 cpNKI1/fNl1mVezwgr6lBmgVqIpY2TE1wyxS3IdziCe3VpTZcnygm9aGgyLanjNyxewx T5LdAFTmIzbeRrp/02OrdQn9BefkD3BcJq5Cv/Q4LMa1eoojNCumht5bpwE1wKrRbjFp gvswuI58QZ8MRZVsONX7v5SlWmED9nebl22Ri/s4C8QSxBvnl4ew6WSKVp+cnBuEZDHy 4A7Ndw5kE3RVAh+cUYos4SWqlY3GaMe+nVDVDEmwX94q1RkA2nSj1lf55tN9knKrQAn7 CAyg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id x15-v6si4717265pgv.389.2018.06.21.15.34.50; Thu, 21 Jun 2018 15:35:04 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934035AbeFUWeA (ORCPT + 99 others); Thu, 21 Jun 2018 18:34:00 -0400 Received: from www62.your-server.de ([213.133.104.62]:41004 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933980AbeFUWd6 (ORCPT ); Thu, 21 Jun 2018 18:33:58 -0400 Received: from [109.168.64.67] (helo=localhost.localdomain) by www62.your-server.de with esmtpsa (TLSv1.2:DHE-RSA-AES256-SHA:256) (Exim 4.85_2) (envelope-from ) id 1fW89L-00020y-VC; Fri, 22 Jun 2018 00:33:56 +0200 Subject: Re: [PATCH] selftests: bpf: notification about privilege required to run test_kmod.sh testing script To: Jeffrin Jose T , ast@kernel.org, shuah@kernel.org Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org References: <20180621170020.9073-1-ahiliation@gmail.com> From: Daniel Borkmann Message-ID: <85088bed-175e-a2ec-fa06-4983f481eb0b@iogearbox.net> Date: Fri, 22 Jun 2018 00:33:55 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20180621170020.9073-1-ahiliation@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Authenticated-Sender: daniel@iogearbox.net X-Virus-Scanned: Clear (ClamAV 0.99.3/24683/Thu Jun 21 14:43:55 2018) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/21/2018 07:00 PM, Jeffrin Jose T wrote: > The test_kmod.sh script require root privilege for the successful > execution of the test. > > This patch is to notify the user about the privilege the script > demands for the successful execution of the test. > > Signed-off-by: Jeffrin Jose T (Rajagiri SET) Applied to bpf, thanks Jeffrin!