Received: by 2002:a25:e74b:0:0:0:0:0 with SMTP id e72csp234317ybh; Wed, 15 Jul 2020 00:06:23 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzXjFHS6ST4rBh5xhQStCY+yokQd5AuPTzW6sn4CD2pj/FYTJcL75ZEyhMgAQh/OitWQQYK X-Received: by 2002:a17:907:1114:: with SMTP id qu20mr8242770ejb.41.1594796783082; Wed, 15 Jul 2020 00:06:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1594796783; cv=none; d=google.com; s=arc-20160816; b=uvgAGP5WwkS0gOiu/NJRutJdovCgLtW4sZ31xQUXBOQ8dtE5ayVnWoGjMaiwiRafKS 8wagWgMJOf7iPKZrWQI09xS3Vgv3m8gvRxAx7tFvszjIBUH29SKx/jdH9Ns+W2jmRoh8 voG/lwTb8wfbeVz2fUvg5gi2GK476cShqGFC5ln3XYkjWwf/Cm4jG4czEr0QWUcTR7YN clnHRo6KuukoZdMlPUyvVEqXRj/QkP19w9NlcWvkqNqkA1wwBWDxH4JiDq6Bve3+iIv+ l61KZcjYtR0pPTmTV4LLDPRmekLAAYG+dIwQFotcwZp5SiQ9+N50b9Goc28/D6JSh8TE psig== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=P3BeccbHfzjnt3tokJhDvqcGtwJSVVoKlUn2jqCt5sA=; b=oT+qkrtdECfrvFj5MYSAuKqYzSKx0WWHPYK54V0iV9ds6vcFk+EUw9/giiuB55BekQ nwA04ojUYIx4cemBy2EAdZlLbaSY2yYTe/wH9KH/Jb4k+EIq8qa2qwiXhzSfbUKheE+a ZoKsbFRrEcQO8MdM0hVpsXAoHphdNijpJAE5j0NIobB3uf+fve0kiG/vsu5xSUo2gIfj tsfQIKUrl0FGOKRJAd1TH6njNUf535o9LE9yliARdMOtEtJ0YngX14b4tZkknOFXTueW Zf/hIcS9hewJBIbGzXl9xD1laWIF1fLkvfXnYyk1ApCgRtP0oqaXh6+W8rIWjEzHZOUz yOdg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id i16si718238ejk.407.2020.07.15.00.05.59; Wed, 15 Jul 2020 00:06:23 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728706AbgGOHDh (ORCPT + 99 others); Wed, 15 Jul 2020 03:03:37 -0400 Received: from [195.135.220.15] ([195.135.220.15]:60618 "EHLO mx2.suse.de" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1726212AbgGOHDh (ORCPT ); Wed, 15 Jul 2020 03:03:37 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id B84BDAD1A; Wed, 15 Jul 2020 07:03:38 +0000 (UTC) Date: Wed, 15 Jul 2020 09:03:35 +0200 From: Petr Mladek To: Kamalesh Babulal , Josh Poimboeuf , Jiri Kosina , Miroslav Benes Cc: Joe Lawrence , Shuah Khan , live-patching@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] selftests/livepatch: adopt to newer sysctl error format Message-ID: <20200715070335.GT4751@alley> References: <20200714091030.1611-1-pmladek@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200714091030.1611-1-pmladek@suse.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue 2020-07-14 11:10:30, Petr Mladek wrote: > With procfs v3.3.16, the sysctl command doesn't print the set key and > value on error. This change breaks livepatch selftest test-ftrace.sh, > that tests the interaction of sysctl ftrace_enabled: > > Make it work with all sysctl versions using '-q' option. > > Explicitly print the final status on success so that it can be verified > in the log. The error message is enough on failure. > > Reported-by: Kamalesh Babulal > Signed-off-by: Petr Mladek The patch is commited in livepatch.git, branch for-5.9/selftests-cleanup. Best Regards, Petr