Received: by 2002:ac0:a581:0:0:0:0:0 with SMTP id m1-v6csp4945595imm; Tue, 26 Jun 2018 03:24:09 -0700 (PDT) X-Google-Smtp-Source: ADUXVKLGRjo4MM5ndvswRZnZbZ8/sa/MI3fuIIcbM1mBmy1uzSM/BTxdxEMoZ8pJ/OB6jTke/j79 X-Received: by 2002:a17:902:aa01:: with SMTP id be1-v6mr990317plb.296.1530008649368; Tue, 26 Jun 2018 03:24:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1530008649; cv=none; d=google.com; s=arc-20160816; b=KV3qTgsjP2by7Rm+W8dHduLf4sHn6UTe/es9aTqniur7B9Ayvxl1viCGPKG/X6CLCX 84F1Gdx4lhndSXdFSPf+Nh8m2EZUIT1RKRW60jaVBwX0pQY69e2rR8PUVOf3+TVovBuv 7Q+TEPB94b54u/L+t0v2v1iZF/WGh210SKtOjwSWseSA7h+PVH4Wij6cc3yErPy8Vskx Jkz6CMIuGz2WEP1wQm10lBz2E1uO0VIuLt2YWieO2CjulCRolsdRE6GDpe6OhchtiSwm nmEZtqEShSoSS25jWoAzcFkdQiFg44eeS4taZKdAMUWbF4KJrZwb594pF7VFYIFhbAQ2 8a/Q== 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=8wecBJpsESyrOkJLyp2BGzpMWiTAHDYozAguAL/JEoU=; b=HMNDFUrgXKMe7DTGVkv7dxfo/XwzlUWL3gEaftSqD+Tj45x9BLpfoysP5QLe2W9V4i Is6AkNo4tXdkt/Vym9tpk8Mpft3ZopyOut3MIQW5D8XBYM4B4IrFnf7Id/gA4krJjcWM JMt3D6P9J73KNjTmctl4+rj7Fe+G1m2pJ25z6NRADghW/kjFyX2opy3dSW3CDR/7/CGu UA7zBo9psMqiMOM4IFXgL0xvOOQdyikaWN67Ir9FWDC39moCc8h28Aku+MqOQd/tLLX6 JiBLjZEHVjCCbGZiXX/vUSt1KCbn48RDFL0Hft30+3ZNIj4XX6kGaRa/UBTD2ZxqvmMM 8N7Q== 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 p18-v6si1292934pfe.150.2018.06.26.03.23.54; Tue, 26 Jun 2018 03:24:09 -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 S934635AbeFZKWt (ORCPT + 99 others); Tue, 26 Jun 2018 06:22:49 -0400 Received: from www62.your-server.de ([213.133.104.62]:46989 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933990AbeFZKWr (ORCPT ); Tue, 26 Jun 2018 06:22:47 -0400 Received: from [62.203.87.61] (helo=linux.home) by www62.your-server.de with esmtpsa (TLSv1.2:DHE-RSA-AES256-SHA:256) (Exim 4.85_2) (envelope-from ) id 1fXl7W-0002em-83; Tue, 26 Jun 2018 12:22:46 +0200 Subject: Re: [PATCH] selftests: bpf: notification about privilege required to run test_lirc_mode2.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: <20180622185417.3452-1-ahiliation@gmail.com> From: Daniel Borkmann Message-ID: <382273ea-c7c7-fc48-0ca5-0b7d35f7803d@iogearbox.net> Date: Tue, 26 Jun 2018 12:22:45 +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: <20180622185417.3452-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.100.0/24697/Tue Jun 26 06:38:09 2018) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/22/2018 08:54 PM, Jeffrin Jose T wrote: > The test_lirc_mode2.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!