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 7EAFCC61DA3 for ; Thu, 26 Jan 2023 20:43:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232415AbjAZUnU (ORCPT ); Thu, 26 Jan 2023 15:43:20 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49744 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232853AbjAZUnT (ORCPT ); Thu, 26 Jan 2023 15:43:19 -0500 Received: from mail-il1-x135.google.com (mail-il1-x135.google.com [IPv6:2607:f8b0:4864:20::135]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6893F6BBCE for ; Thu, 26 Jan 2023 12:43:16 -0800 (PST) Received: by mail-il1-x135.google.com with SMTP id f8so1300976ilj.5 for ; Thu, 26 Jan 2023 12:43:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=9SlJgdiGbpLH2OCrekdQ+HXRQAFULLWTJy3ISycRFo8=; b=ezYBzhGea1B+COmIaV8EpE0m9F1KFEE6si+x1qFz4sa4s2bAp8+/KTss6Fma/YBKSI 0RMuaZLmiKnz0UViiF+gaE/lHWWCori2Rx2NbUv2YPO9E46uPC5BTFlC8cG6GohQoxZW V3pB+LrnRfeIdwZOtexodsOuH+eC+iHXpcI6w= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=9SlJgdiGbpLH2OCrekdQ+HXRQAFULLWTJy3ISycRFo8=; b=7c0BNV4D8YCI2gX5b/20s6ES7/Wjk7V9dFYnZUEJKXjZovZl66DMg63rctt06NEqfD hHn8UulODeYCONjkwp+qLZOtTbejQZGfqrKPiuVu1MgxKql/l7Fc13N+PavNRh0zLzM0 KfZS0VfvqTjZcJjdLoxSASofIv593f9fQ9jnPujUobNMLDKpO1hw1vNa6Y8TbP2r4bqM d8EdjTreCjfEYmLdyGLBRxIT94sMqMDIV2cYrLeSPpefv6CMykaIu7rgfWYz8yV+4Rd9 hMlyrZeLy0XG1teY4Ap3166Idx2mbjs38NE0AvtjJDfaAUd+/79OSXu5JL8IYG8Ojc81 wiTw== X-Gm-Message-State: AO0yUKWwlnMfJWjfeCE3iva3AskU2wqp92l+hoy75aLhYSOYwkqX7TcL SY/zs+GpiYqNdbqEx/K+TPSaqg== X-Google-Smtp-Source: AK7set+njbIDB3ZxHZTssVgUai6JBZ8bzyJhMxiqmjkKmEuPGk/ixDcO9wDAGU1diuyOQmov0iV7cA== X-Received: by 2002:a92:c68e:0:b0:310:9a08:ac86 with SMTP id o14-20020a92c68e000000b003109a08ac86mr1672299ilg.2.1674765795672; Thu, 26 Jan 2023 12:43:15 -0800 (PST) Received: from [192.168.1.128] ([38.15.45.1]) by smtp.gmail.com with ESMTPSA id k16-20020a056e02135000b00310bde806e8sm399028ilr.12.2023.01.26.12.43.14 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 26 Jan 2023 12:43:14 -0800 (PST) Message-ID: <350d21a9-ac48-7da8-aa5e-d51ad794730a@linuxfoundation.org> Date: Thu, 26 Jan 2023 13:43:13 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: [PATCH 0/3] selftests/tracing: Fix some testcases for recent change Content-Language: en-US To: Steven Rostedt , "Masami Hiramatsu (Google)" Cc: Shuah Khan , linux-kernel@vger.kernel.org, linux-trace-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, Shuah Khan References: <167309832823.640500.13244630381161014364.stgit@devnote3> <20230108163128.2860894d@rorschach.local.home> From: Shuah Khan In-Reply-To: <20230108163128.2860894d@rorschach.local.home> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 1/8/23 14:31, Steven Rostedt wrote: > On Sat, 7 Jan 2023 22:32:08 +0900 > "Masami Hiramatsu (Google)" wrote: > >> This includes some patches to fix 2 issues on ftrace selftests. >> >> - eprobe filter and eprobe syntax test case were introduced but it >> doesn't check whether the kernel supports eprobe filter. Thus the >> new test case fails on the kernel which has eprobe but not support >> eprobe filter. To solve this issue, add a filter description to >> README file [1/3] and run the filter syntax error test only if the >> description is found in the README file [2/3]. >> >> - Recently objtool adds prefix symbols for the function padding nops, >> and the probepoint test case fails because this probepoint test case >> tests whether the kprobe event can probe the target function and the >> functions next to the target function. But the prefix symbols can not >> be probed. Thus these prefix symbols must be skipped [3/3]. >> >> Thank you, >> >> --- >> >> Masami Hiramatsu (Google) (3): >> tracing/eprobe: Fix to add filter on eprobe description in README file >> selftests/ftrace: Fix eprobe syntax test case to check filter support >> selftests/ftrace: Fix probepoint testcase to ignore __pfx_* symbols >> >> > > Reviewed-by: Steven Rostedt (Google) > > -- Steve > For selftest patches in the series: (Assuming patches 2&3 depend on patch 1.) Acked-by: Shuah Khan thanks, -- Shuah