From: Suren Baghdasaryan <surenb@google.com>
To: akpm@linux-foundation.org
Cc: kent.overstreet@linux.dev, vbabka@suse.cz,
pasha.tatashin@soleen.com, souravpanda@google.com,
keescook@chromium.org, linux-mm@kvack.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/3] lib: add missing newline character in the warning message
Date: Thu, 11 Jul 2024 15:06:12 -0700 [thread overview]
Message-ID: <CAJuCfpFAe9=ernUbyaf=VOjMF1ktyY73vJ8snQfEETeAxSW2Tw@mail.gmail.com> (raw)
In-Reply-To: <20240711220457.1751071-1-surenb@google.com>
On Thu, Jul 11, 2024 at 3:05 PM Suren Baghdasaryan <surenb@google.com> wrote:
>
> Fixes: 22d407b164ff ("lib: add allocation tagging support for memory allocation profiling")
> Signed-off-by: Suren Baghdasaryan <surenb@google.com>
The fixes in this patchset are cleanups, not critical and not urgent.
Thanks,
Suren.
> ---
> include/linux/alloc_tag.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/linux/alloc_tag.h b/include/linux/alloc_tag.h
> index abd24016a900..8c61ccd161ba 100644
> --- a/include/linux/alloc_tag.h
> +++ b/include/linux/alloc_tag.h
> @@ -122,7 +122,7 @@ static inline void alloc_tag_add_check(union codetag_ref *ref, struct alloc_tag
> "alloc_tag was not cleared (got tag for %s:%u)\n",
> ref->ct->filename, ref->ct->lineno);
>
> - WARN_ONCE(!tag, "current->alloc_tag not set");
> + WARN_ONCE(!tag, "current->alloc_tag not set\n");
> }
>
> static inline void alloc_tag_sub_check(union codetag_ref *ref)
>
> base-commit: 8a18fda0febb7790de20ec1c3b4522ce026be1c6
> --
> 2.45.2.993.g49e7a77208-goog
>
prev parent reply other threads:[~2024-07-11 22:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-11 22:04 Suren Baghdasaryan
2024-07-11 22:04 ` [PATCH 2/3] lib: reuse page_ext_data() to obtain codetag_ref Suren Baghdasaryan
2024-07-11 22:04 ` [PATCH 3/3] alloc_tag: fix page_ext_get/page_ext_put sequence during page splitting Suren Baghdasaryan
2024-07-11 22:06 ` Suren Baghdasaryan [this message]
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='CAJuCfpFAe9=ernUbyaf=VOjMF1ktyY73vJ8snQfEETeAxSW2Tw@mail.gmail.com' \
--to=surenb@google.com \
--cc=akpm@linux-foundation.org \
--cc=keescook@chromium.org \
--cc=kent.overstreet@linux.dev \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=pasha.tatashin@soleen.com \
--cc=souravpanda@google.com \
--cc=vbabka@suse.cz \
/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