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-next>] [day] [month] [year] [list]
Message-ID: <20250611135404.13851-1-yphbchou0911@gmail.com>
Date: Wed, 11 Jun 2025 21:54:00 +0800
From: Cheng-Yang Chou <yphbchou0911@...il.com>
To: linux-kernel@...r.kernel.org
Cc: tj@...nel.org,
	void@...ifault.com,
	arighi@...dia.com,
	changwoo@...lia.com,
	jserv@...s.ncku.edu.tw,
	yphbchou0911@...il.com
Subject: [PATCH 0/4] sched_ext: Standardize preprocessor comment markers

This series standardizes `#if/#else/#endif` comment markers in the
`sched/ext*.{c,h}` files for consistency and readability.

It follows the direction of Ingo Molnar's recent cleanup
("[PATCH 00/43] sched: Use the SMP scheduler on UP too"), which reduced
`CONFIG_SMP` complexity and removed many `#ifdef` blocks across the scheduler.

No functional change.

Thanks.

-chengyang

---
Cheng-Yang Chou (4):
  sched_ext: Clean up and standardize #if/#else/#endif markers in
    sched/ext.c
  sched_ext: Clean up and standardize #if/#else/#endif markers in
    sched/ext.h
  sched_ext: Clean up and standardize #if/#else/#endif markers in
    sched/ext_idle.c
  sched_ext: Clean up and standardize #if/#else/#endif markers in
    sched/ext_idle.h

 kernel/sched/ext.c      | 26 +-------------------------
 kernel/sched/ext.h      |  2 +-
 kernel/sched/ext_idle.c | 25 +------------------------
 kernel/sched/ext_idle.h | 10 ----------
 4 files changed, 3 insertions(+), 60 deletions(-)

-- 
2.43.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ