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 4BEBBC6FA82 for ; Tue, 20 Sep 2022 20:13:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229962AbiITUNE (ORCPT ); Tue, 20 Sep 2022 16:13:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40426 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229751AbiITUND (ORCPT ); Tue, 20 Sep 2022 16:13:03 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D0F7E72856; Tue, 20 Sep 2022 13:13:02 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 8A61FB82CBE; Tue, 20 Sep 2022 20:13:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 125C3C433D6; Tue, 20 Sep 2022 20:13:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663704780; bh=kxx7btcaXrcTwks5lCzuaDoGDyG0BYIdlbhdeBb8TQs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=TWWuhlj+XKFabdRAPRQSa+LUv2rPEM7cifJxzUuRsmVb/ikfGS5feOUeNiRIFbTk1 VweVNoiA3DXpKLK006EXn3bH1jjzd9z7CsFr7xoTzg3WzlRI1ABWw9jH6dloOp45dI 7Yq5lNWMdt/FVj+5CmcNClnCLNPt4DmAjfrcEx60i1I+77rcXjuQekkYoTmZSqnVpJ yQkwjcgW23+x0wdWkOuB8JgBSZ2tq5d9qDjCxTDOVyufJ73Wj4BI4+c6xJp/BffuTB riWOJNgy8qa3ZcnMxDheqdC8dnSUiyLhj1uPe0JrjytYI6CKsQy9LNw/T7CK4IZtJ5 IlF8Wom3vdUyA== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id DF00F40856; Tue, 20 Sep 2022 21:12:57 +0100 (IST) Date: Tue, 20 Sep 2022 21:12:57 +0100 From: Arnaldo Carvalho de Melo To: Ravi Bangoria Cc: Namhyung Kim , Ingo Molnar , Peter Zijlstra , LKML , Ian Rogers , Adrian Hunter , linux-perf-users@vger.kernel.org, Jiri Olsa Subject: Re: [PATCH] perf test: Skip wp modify test on old kernels Message-ID: References: <20220914183338.546357-1-namhyung@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Url: http://acmel.wordpress.com Precedence: bulk List-ID: X-Mailing-List: linux-perf-users@vger.kernel.org Em Mon, Sep 19, 2022 at 11:24:05AM +0530, Ravi Bangoria escreveu: > On 15-Sep-22 12:03 AM, Namhyung Kim wrote: > > It uses PERF_EVENT_IOC_MODIFY_ATTRIBUTES ioctl. The kernel would return > > ENOTTY if it's not supported. Update the skip reason in that case. > > Reviewed-by: Ravi Bangoria Thanks, applied. - Arnaldo > > I'd like to add Fixes: 2e85d5979e8d tag here but it'd conlict with the > > later change in e47c6ecaae1d. > > Is it worth to backport? > > Thanks, > Ravi -- - Arnaldo