[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ZuHdYEncUmDee46Z@slm.duckdns.org>
Date: Wed, 11 Sep 2024 08:11:44 -1000
From: Tejun Heo <tj@...nel.org>
To: Baoquan He <bhe@...hat.com>
Cc: linux-kernel@...r.kernel.org, jiangshanlai@...il.com,
peterz@...radead.org, akpm@...ux-foundation.org
Subject: Re: [PATCH] kernel/workqueue.c: fix DEFINE_PER_CPU_SHARED_ALIGNED
expansion
On Wed, Sep 11, 2024 at 01:07:28PM +0800, Baoquan He wrote:
> Make tags always produces below annoying warnings:
>
> ctags: Warning: kernel/workqueue.c:470: null expansion of name pattern "\1"
> ctags: Warning: kernel/workqueue.c:474: null expansion of name pattern "\1"
> ctags: Warning: kernel/workqueue.c:478: null expansion of name pattern "\1"
>
> In commit 25528213fe9f ("tags: Fix DEFINE_PER_CPU expansions"), codes in
> places have been adjusted including cpu_worker_pools definition. I noticed
> in commit 4cb1ef64609f ("workqueue: Implement BH workqueues to eventually
> replace tasklets"), cpu_worker_pools definition was unfolded back. Not
> sure if it was intentionally done or ignored carelessly.
>
> Makes change to mute them specifically.
>
> Signed-off-by: Baoquan He <bhe@...hat.com>
Applied to wq/for-6.12.
Thanks.
--
tejun
Powered by blists - more mailing lists