linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Hongbo Li <lihongbo22@huawei.com>
To: <muchun.song@linux.dev>, <rostedt@goodmis.org>,
	<mhiramat@kernel.org>, <mathieu.desnoyers@efficios.com>,
	<linux-mm@kvack.org>, <david@fromorbit.com>,
	<songmuchun@bytedance.com>
Cc: <linux-trace-kernel@vger.kernel.org>, <linux-fsdevel@vger.kernel.org>
Subject: Re: [PATCH RESEND v3 0/2] Introduce tracepoint for hugetlbfs
Date: Sat, 14 Sep 2024 16:09:30 +0800	[thread overview]
Message-ID: <bc88a7b9-3be8-4084-86a1-fe464ce99213@huawei.com> (raw)
In-Reply-To: <20240829064110.67884-1-lihongbo22@huawei.com>

Hi,

Just a gently ping for this. Does this patch have a change of making it 
into this cycle?

Thanks,
Hongbo

On 2024/8/29 14:41, Hongbo Li wrote:
> Here we add some basic tracepoints for debugging hugetlbfs: {alloc, free,
> evict}_inode, setattr and fallocate.
> 
> v2 can be found at:
> https://lore.kernel.org/all/ZoYY-sfj5jvs8UpQ@casper.infradead.org/T/
> 
> Changes since v2:
>    - Simplify the tracepoint output for setattr.
>    - Make every token be space separated.
> 
> 
> v1 can be found at:
> https://lore.kernel.org/linux-mm/20240701194906.3a9b6765@gandalf.local.home/T/
> 
> Changes since v1:
>    - Decrease the parameters for setattr tracer suggested by Steve and Mathieu.
>    - Replace current_user_ns() with init_user_ns when translate uid/gid.
> 
> Hongbo Li (2):
>    hugetlbfs: support tracepoint
>    hugetlbfs: use tracepoints in hugetlbfs functions.
> 
>   MAINTAINERS                      |   1 +
>   fs/hugetlbfs/inode.c             |  17 +++-
>   include/trace/events/hugetlbfs.h | 156 +++++++++++++++++++++++++++++++
>   3 files changed, 172 insertions(+), 2 deletions(-)
>   create mode 100644 include/trace/events/hugetlbfs.h
> 


  parent reply	other threads:[~2024-09-14  8:09 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-29  6:41 Hongbo Li
2024-08-29  6:41 ` [PATCH RESEND v3 1/2] hugetlbfs: support tracepoint Hongbo Li
2024-09-03 19:56   ` Steven Rostedt
2024-09-07  7:57     ` Hongbo Li
2024-08-29  6:41 ` [PATCH RESEND v3 2/2] hugetlbfs: use tracepoints in hugetlbfs functions Hongbo Li
2024-09-14  8:09 ` Hongbo Li [this message]
2024-09-17  9:08 ` [PATCH RESEND v3 0/2] Introduce tracepoint for hugetlbfs Christian Brauner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bc88a7b9-3be8-4084-86a1-fe464ce99213@huawei.com \
    --to=lihongbo22@huawei.com \
    --cc=david@fromorbit.com \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=linux-trace-kernel@vger.kernel.org \
    --cc=mathieu.desnoyers@efficios.com \
    --cc=mhiramat@kernel.org \
    --cc=muchun.song@linux.dev \
    --cc=rostedt@goodmis.org \
    --cc=songmuchun@bytedance.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox