Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2049470imu; Fri, 23 Nov 2018 04:03:35 -0800 (PST) X-Google-Smtp-Source: AFSGD/WNaEw+nqJJlJvuuR1jsaFUBgJg8Wt+hBPjf4X0TAIVd6MOIxZNIIHiL6fMgBWTH4bRP4ie X-Received: by 2002:a17:902:6909:: with SMTP id j9mr14929906plk.196.1542974615936; Fri, 23 Nov 2018 04:03:35 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1542974615; cv=none; d=google.com; s=arc-20160816; b=tss+ofd31aNmfvT8PROFUN2WxvF01N0GY35ruuCclBSMrpoXOKEfXd1J6wShBarmEY NssHT2p2o7lubhtRKQ8f6af9axlWvrrB8GtHs2LlgN2yvyREzqXS8IrLuRpHhQB5M/+k dGTlJREYqet7GUuTW4MPPKf5Rv8/9DrE1F0PGCByRk+4OeVbXgcRFwwhMo3hpXbB1KEL NLO1iCRaIU3xgM09tzCvQblbp/unrDA5CSFZscewZpIw0FJw5J/aiT7Jbu3dn3AiLETf OL26L0EqrijgI5u9s2P5f+d0YhJnLlSeD+TtGWf1dFTpcgAxQ7b7rkIGg0tm7hYpbsTF YYpg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:dkim-signature; bh=9UNL7dMgT5AkWZ8RNBRKfXT220hX+TrpMjdO/8m3SxE=; b=g9xTYpqM+9VbKhS/eElbI1rC6r5JlPQhgz1kPRuZ4EG8PXY6qLWlXSE6uakqTEis2g E41LntLUNIA94j9xf2uNHWZWLeMTa66a1q862sc2s1kgixe25ki1o2F3Wy3axAlOP0Ya 4KuH7bZg5JTOXoPBZdBAN33KZq9XCbPT8KKEN8sAMPGA6YiArhgrY3zumPe6D0/nVHSQ wXVZq7upNl0z5+qcYxueKpzucfQAVm4w57lkcvWMblzRvm3kbR0zw95YyysV3Rqa+902 2H4XUatfa0qHeKMttqvARP5CgK9mv0Nk8NUfHilj5iTx6Wc19d5bthuAWqdfSm54X/8T /V/A== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=zC+QVcOy; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l24si35372257pgb.489.2018.11.23.04.02.47; Fri, 23 Nov 2018 04:03:35 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=zC+QVcOy; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390551AbeKVVjl (ORCPT + 99 others); Thu, 22 Nov 2018 16:39:41 -0500 Received: from mail.kernel.org ([198.145.29.99]:40302 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387883AbeKVVjl (ORCPT ); Thu, 22 Nov 2018 16:39:41 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (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 6FD7720820; Thu, 22 Nov 2018 11:00:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1542884447; bh=FsxL85XlakklSkWTE4Ut+Q44G5xI3vdrqhcvO1RYGa4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=zC+QVcOyqnMiYaaTilCGun3YPn1Jkrd4r1ulO4hw8c2QRgDXstnefpO1Tt8qgy1Ed GaBMq5hqeZsPTy52mzXMCB97v9ZP7Mxdqgkhc7ZkAYb0TY/6pkFHtwsHQQejv5ORLY wC1R3WOuj8ksdF9JpzUfzrvXrpov05QtUYu0eogg= Date: Thu, 22 Nov 2018 12:00:44 +0100 From: Greg Kroah-Hartman To: Gao Xiang Cc: devel@driverdev.osuosl.org, linux-erofs@lists.ozlabs.org, Chao Yu , LKML , weidu.du@huawei.com, Miao Xie Subject: Re: [PATCH 01/10] staging: erofs: fix `trace_erofs_readpage' position Message-ID: <20181122110044.GA5287@kroah.com> References: <20181120143425.43637-1-gaoxiang25@huawei.com> <20181120143425.43637-2-gaoxiang25@huawei.com> <20181122101941.GC3189@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 22, 2018 at 06:49:53PM +0800, Gao Xiang wrote: > Hi Greg, > > On 2018/11/22 18:19, Greg Kroah-Hartman wrote: > > On Tue, Nov 20, 2018 at 10:34:16PM +0800, Gao Xiang wrote: > >> `trace_erofs_readpage' should be placed in .readpage() > >> rather than in the internal `z_erofs_do_read_page'. > > Why? What happens with the code today? > trace_erofs_readpage is used to trace .readpage() interface (it represents sync read) > hook rather than its internal implementation z_erofs_do_read_page (which both .readpage() > and .readpages() uses it). Chen Gong places the tracepoint to a wrong place by mistake. > And we found it by our internal test using this tracepoint. Ok, you should put this in the changelog text when you redo this series. thanks, greg k-h