lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAJuCfpF2RoKcyjABk74X6WgcHCCH_xr966JR=O=+w8ptANMKug@mail.gmail.com>
Date: Thu, 5 Sep 2024 19:41:46 -0700
From: Suren Baghdasaryan <surenb@...gle.com>
To: Yu Zhao <yuzhao@...gle.com>
Cc: Andrew Morton <akpm@...ux-foundation.org>, Kent Overstreet <kent.overstreet@...ux.dev>, 
	Muchun Song <muchun.song@...ux.dev>, linux-mm@...ck.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH mm-unstable v1 1/3] mm/codetag: fix a typo

On Tue, Sep 3, 2024 at 2:36 PM Yu Zhao <yuzhao@...gle.com> wrote:
>
> Fixes: 22d407b164ff ("lib: add allocation tagging support for memory allocation profiling")
> Signed-off-by: Yu Zhao <yuzhao@...gle.com>

Acked-by: Suren Baghdasaryan <surenb@...gle.com>

> ---
>  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 8c61ccd161ba..896491d9ebe8 100644
> --- a/include/linux/alloc_tag.h
> +++ b/include/linux/alloc_tag.h
> @@ -70,7 +70,7 @@ static inline struct alloc_tag *ct_to_alloc_tag(struct codetag *ct)
>  /*
>   * When percpu variables are required to be defined as weak, static percpu
>   * variables can't be used inside a function (see comments for DECLARE_PER_CPU_SECTION).
> - * Instead we will accound all module allocations to a single counter.
> + * Instead we will account all module allocations to a single counter.
>   */
>  DECLARE_PER_CPU(struct alloc_tag_counters, _shared_alloc_tag);
>
> --
> 2.46.0.469.g59c65b2a67-goog
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ