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 8FA84CA0EC3 for ; Tue, 12 Sep 2023 11:11:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234179AbjILLLy (ORCPT ); Tue, 12 Sep 2023 07:11:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59124 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233912AbjILLKv (ORCPT ); Tue, 12 Sep 2023 07:10:51 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 504CC2702 for ; Tue, 12 Sep 2023 04:09:54 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6F700C433C8; Tue, 12 Sep 2023 11:09:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1694516994; bh=bLyLi+faxk7w/LhaEb7Jj9AlCgcR0UU8R7jozk1dfWA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VUJVocaj+xa7EyGHw4eTXFFe2CTFC+NZ15GDQZ78kTveeDK6jtGfGyN7f09ws62mp oSY/iU8YlYn3Wb3MF2Y+26melWLQtmqmAWP3+odGYeeG3xbz/oEjmnAs8+R7A/Wi6v csnUNlfGe2QkNs6muuO3I0BAymR51m0/otWDZ6rU= Date: Tue, 12 Sep 2023 13:09:51 +0200 From: Greg Kroah-Hartman To: Linyu Yuan Cc: Thinh Nguyen , Peter Chen , Pawel Laszczak , Roger Quadros , Linus Walleij , Chunfeng Yun , Neal Liu , Cristian Birsan , Bin Liu , Kevin Cernekee , Justin Chen , Al Cooper , Li Yang , Vladimir Zapolskiy , Daniel Mack , Haojian Zhuang , Robert Jarzmik , Philipp Zabel , Herve Codina , hierry Reding , Jonathan Hunter , Michal Simek , Rui Miguel Silva , Valentina Manea , Shuah Khan , Hongren Zheng , linux-usb@vger.kernel.org Subject: Re: [PATCH v3 10/10] usb: musb: trace: reduce buffer usage of trace event Message-ID: <2023091221-symphonic-vindicate-e7f3@gregkh> References: <20230912104455.7737-1-quic_linyyuan@quicinc.com> <20230912104455.7737-11-quic_linyyuan@quicinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230912104455.7737-11-quic_linyyuan@quicinc.com> Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Tue, Sep 12, 2023 at 06:44:55PM +0800, Linyu Yuan wrote: > Save u32 member into trace event ring buffer and parse it for possible > bit information. > > Signed-off-by: Linyu Yuan > --- > v2: no change > v3: no change I asked you to change previous versions of this patch (and other patches in this series.) Why you ignored my review comments is odd...