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: <20250613083709.19071-1-jemmywong512@gmail.com>
Date: Fri, 13 Jun 2025 16:37:08 +0800
From: Jemmy Wong <jemmywong512@...il.com>
To: kprateek.nayak@....com
Cc: bsegall@...gle.com,
	dietmar.eggemann@....com,
	juri.lelli@...hat.com,
	linux-kernel@...r.kernel.org,
	mgorman@...e.de,
	mingo@...hat.com,
	peterz@...radead.org,
	rostedt@...dmis.org,
	vincent.guittot@...aro.org,
	vschneid@...hat.com,
	jemmywong512@...il.com
Subject: [PATCH v2 0/1] sched/topology: Add lock guard support

Changes in v2:
- guard inside sched_init_domains instead of outside
- replace do{}while(0) with sched_global_validate func
- wrap commments at 80 characters

Changes in v1:
- Convert scoped_guard to guard
https://lore.kernel.org/all/20250605120424.14756-1-jemmywong512@gmail.com/

v0 link:
https://lore.kernel.org/all/20250604185049.374165-1-jemmywong512@gmail.com/

Jemmy Wong (1):
  sched/topology: Add lock guard support

 include/linux/sched.h   |   9 ++--
 kernel/sched/core.c     |   2 -
 kernel/sched/debug.c    |  13 ++---
 kernel/sched/rt.c       |  47 +++++++++-------
 kernel/sched/topology.c | 117 ++++++++++++++++++----------------------
 5 files changed, 88 insertions(+), 100 deletions(-)

-- 
2.43.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ