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 93242C433F5 for ; Mon, 14 Feb 2022 18:33:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1357480AbiBNSdc (ORCPT ); Mon, 14 Feb 2022 13:33:32 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:40366 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242646AbiBNSd2 (ORCPT ); Mon, 14 Feb 2022 13:33:28 -0500 Received: from mail-il1-x130.google.com (mail-il1-x130.google.com [IPv6:2607:f8b0:4864:20::130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 58E1F652E4 for ; Mon, 14 Feb 2022 10:33:20 -0800 (PST) Received: by mail-il1-x130.google.com with SMTP id z7so13022054ilb.6 for ; Mon, 14 Feb 2022 10:33:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=tPJrWe/i1MqPMtoPzbeR0YlE4FVwmAqDMvl6+ufirY4=; b=COkS4HG2yhu5A+qPYPGPODAVhYDxh2/jZFV1uAoGVTzJcBYPaXav2ILkA+Rl8b+vzh aP96JiOp8O+222QWhSurBWbwFqm1uF1n0AtJu385qY5DwYoAzFLtML3w+T1hhCwz1UkV LxyE3mKgNIHtUkLv/tlfZQGknbGYd4tdDCNVk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=tPJrWe/i1MqPMtoPzbeR0YlE4FVwmAqDMvl6+ufirY4=; b=fgOJfU4pLd1nF4cBUDhSfim5FljTlgpSB63IpcceixzviV5Yd7OhximQqKZ0EB1Zli NpeDnAfFukjpCIiAltVZuDqaQI+v+yoefJ/fg3FQyaKPMi894vmjSpDxNdC5iZb6d64+ 2HD4Q58l4xWBVtfGQ3/dR6bILgHokKrg7H0tMD188T3cIZUw++0GVZ8KO516uJghUXJ3 Bia3w4PhhOyOZZqFakVdT4OiNeOkTIwd3i4qgT1LsdoC5OI9QmSSGRnBelN+4n74IUTS WL3kOBHk7l7bfakVRBGm7TDGczRUCwro+5+k0BUiSE7iYTjp6hC9cfp31KMK6tcxhWp6 Z3JA== X-Gm-Message-State: AOAM531H1PNYHfv0dV+SwX2F32cnCdxcM+RTBbTUSTZ3EHwAjGKCwvGM wRME4w8plkc8rErmRuOimpDvdA== X-Google-Smtp-Source: ABdhPJwmbomCs/78CZKWKJaM/G0NMmImZ7RDFmjRwVP0Cf9Pq2eAUr8RIwQIdHQv4nTc1UGomvsRnA== X-Received: by 2002:a05:6e02:1544:: with SMTP id j4mr92677ilu.77.1644863599754; Mon, 14 Feb 2022 10:33:19 -0800 (PST) Received: from [192.168.1.128] ([71.205.29.0]) by smtp.gmail.com with ESMTPSA id g1sm23149484iob.34.2022.02.14.10.33.19 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 14 Feb 2022 10:33:19 -0800 (PST) Subject: Re: [PATCH v3] selftests/ftrace: Do not trace do_softirq because of PREEMPT_RT To: Steven Rostedt Cc: Ingo Molnar , Shuah Khan , linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, linux-rt-users@vger.kernel.org, joseph.salisbury@canonical.com, Sebastian Andrzej Siewior , Krzysztof Kozlowski , Shuah Khan References: <20220214083657.165921-1-krzysztof.kozlowski@canonical.com> From: Shuah Khan Message-ID: <8f034cd5-8495-de0e-6a3c-4d002e49cc51@linuxfoundation.org> Date: Mon, 14 Feb 2022 11:33:18 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2/14/22 4:19 AM, Sebastian Andrzej Siewior wrote: > On 2022-02-14 09:36:57 [+0100], Krzysztof Kozlowski wrote: >> The PREEMPT_RT patchset does not use do_softirq() function thus trying >> to filter for do_softirq fails for such kernel: >> >> echo do_softirq >> ftracetest: 81: echo: echo: I/O error >> >> Choose some other visible function for the test. The function does not >> have to be actually executed during the test, because it is only testing >> filter API interface. >> >> Signed-off-by: Krzysztof Kozlowski >> Reviewed-by: Shuah Khan >> Reviewed-by: Steven Rostedt (VMware) > > Acked-by: Sebastian Andrzej Siewior > >> Notes: >> I understand that the failure does not exist on mainline kernel (only >> with PREEMPT_RT patchset) but the change does not harm it. > Steve, Would you like me to take this through linux-kselftest next for 5.18-rc1 I am guessing there is no urgency on this - of not I can take this in for rc5. thanks, -- Shuah