Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] percpu: remove code with no effect
@ 2026-09-01 16:53 Sang-Heon Jeon
  2026-09-01 16:53 ` [PATCH 1/4] percpu: remove redundant assignments to bits Sang-Heon Jeon
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Sang-Heon Jeon @ 2026-09-01 16:53 UTC (permalink / raw)
  To: Andrew Morton, Christoph Lameter, Dennis Zhou, Tejun Heo
  Cc: linux-kernel, linux-mm

Hello,

While reading the percpu initialization path, I found some minor
cleanups for unnecessary initializations and an obsolete return
statement.

No functional change.

Sang-Heon Jeon (4):
  percpu: remove redundant assignments to bits
  percpu: remove unnecessary initialization in pcpu_build_alloc_info()
  percpu: remove unnecessary cpumask_clear() in pcpu_build_alloc_info()
  percpu: remove unnecessary return in pcpu_populate_pte()

 mm/percpu.c | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

-- 
2.43.0



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-09-01 16:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-01 16:53 [PATCH 0/4] percpu: remove code with no effect Sang-Heon Jeon
2026-09-01 16:53 ` [PATCH 1/4] percpu: remove redundant assignments to bits Sang-Heon Jeon
2026-09-01 16:53 ` [PATCH 2/4] percpu: remove unnecessary initialization in pcpu_build_alloc_info() Sang-Heon Jeon
2026-09-01 16:53 ` [PATCH 3/4] percpu: remove unnecessary cpumask_clear() " Sang-Heon Jeon
2026-09-01 16:53 ` [PATCH 4/4] percpu: remove unnecessary return in pcpu_populate_pte() Sang-Heon Jeon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox