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 CD5B2C25B08 for ; Wed, 10 Aug 2022 13:16:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232062AbiHJNQP (ORCPT ); Wed, 10 Aug 2022 09:16:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50206 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231919AbiHJNQO (ORCPT ); Wed, 10 Aug 2022 09:16:14 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 370E81EED6; Wed, 10 Aug 2022 06:16:14 -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 E8E24B81C63; Wed, 10 Aug 2022 13:16:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 82B94C433C1; Wed, 10 Aug 2022 13:16:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660137371; bh=ezeEA0YXbh1OjCcYRsY0ygDvpE7j/uLUWBAGL1lNUSk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=oaf9LIkj2AD4JYn9vqD1pL/bwYFMLYVyxzH7h0hKAFzGfiP09+sY/eSirVmNrzCeh NMXfnE54+GWUjcwoMVV40BhlC0Ch6itb5OhzkG4HTEtxRh0BPBC1BBazQXSFpkxeqc ZBcR601jyYDzXziRU1BdXOQY/fWp3JtPTjvAr42eB+mlqpRFqBK9G+9TvQyG88461M rNzR87e8pKLbe95/XXVU8/kQJuodtQMRSNa3AIbvRq0MUCtcf010DIHRXfloj7/g5n fgyJX2f8ywnXCuaAKrp7Z2DRYO7qnCS5AddgPPCM+lq1YUkfdi8k/vq2Nx/7BgzQgx idDM6XMBGFHBg== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id EDD694035A; Wed, 10 Aug 2022 10:16:08 -0300 (-03) Date: Wed, 10 Aug 2022 10:16:08 -0300 From: Arnaldo Carvalho de Melo To: Namhyung Kim Cc: Yang Jihong , Peter Zijlstra , Ingo Molnar , Mark Rutland , Alexander Shishkin , Jiri Olsa , linux-perf-users , linux-kernel Subject: Re: [PATCH 0/2] perf kvm/sched: Use strstarts instead of strncmp to match subcommands Message-ID: References: <20220808092408.107399-1-yangjihong1@huawei.com> 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, Aug 08, 2022 at 02:22:22PM -0700, Namhyung Kim escreveu: > Hello, > > On Mon, Aug 8, 2022 at 2:27 AM Yang Jihong wrote: > > > > Yang Jihong (2): > > perf kvm: Fix subcommand matching error > > perf sched latency: Fix subcommand matching error > > Acked-by: Namhyung Kim Thanks, applied. - Arnaldo