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 X-Spam-Level: X-Spam-Status: No, score=-8.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 04268C433DF for ; Thu, 8 Oct 2020 20:48:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A076021D6C for ; Thu, 8 Oct 2020 20:48:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730712AbgJHUsK (ORCPT ); Thu, 8 Oct 2020 16:48:10 -0400 Received: from mail.kernel.org ([198.145.29.99]:58908 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728766AbgJHUsK (ORCPT ); Thu, 8 Oct 2020 16:48:10 -0400 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id DB5602087D; Thu, 8 Oct 2020 20:48:08 +0000 (UTC) Date: Thu, 8 Oct 2020 16:48:07 -0400 From: Steven Rostedt To: Colin King , Shuah Khan Cc: Ingo Molnar , Tom Zanussi , Masami Hiramatsu , linux-kselftest@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, Shuah Khan Subject: Re: [PATCH][V2] selftests/ftrace: check for do_sys_openat2 in user-memory test Message-ID: <20201008164807.62582e8c@gandalf.local.home> In-Reply-To: <20201002132501.88992-1-colin.king@canonical.com> References: <20201002132501.88992-1-colin.king@canonical.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2 Oct 2020 14:25:01 +0100 Colin King wrote: > From: Colin Ian King > > More recent libc implementations are now using openat/openat2 system > calls so also add do_sys_openat2 to the tracing so that the test > passes on these systems because do_sys_open may not be called. > > Thanks to Masami Hiramatsu for the help on getting this fix to work > correctly. > > Signed-off-by: Colin Ian King > --- > Acked-by: Steven Rostedt (VMware) Shuah, Care to take this through your tree? -- Steve From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Rostedt Date: Thu, 08 Oct 2020 20:48:07 +0000 Subject: Re: [PATCH][V2] selftests/ftrace: check for do_sys_openat2 in user-memory test Message-Id: <20201008164807.62582e8c@gandalf.local.home> List-Id: References: <20201002132501.88992-1-colin.king@canonical.com> In-Reply-To: <20201002132501.88992-1-colin.king@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Colin King , Shuah Khan Cc: Ingo Molnar , Tom Zanussi , Masami Hiramatsu , linux-kselftest@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, Shuah Khan On Fri, 2 Oct 2020 14:25:01 +0100 Colin King wrote: > From: Colin Ian King > > More recent libc implementations are now using openat/openat2 system > calls so also add do_sys_openat2 to the tracing so that the test > passes on these systems because do_sys_open may not be called. > > Thanks to Masami Hiramatsu for the help on getting this fix to work > correctly. > > Signed-off-by: Colin Ian King > --- > Acked-by: Steven Rostedt (VMware) Shuah, Care to take this through your tree? -- Steve