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]
Date: Thu, 20 Jun 2024 16:52:31 +0800
From: Xavier <xavier_qy@....com>
To: longman@...hat.com,
	mkoutny@...e.com
Cc: lizefan.x@...edance.com,
	tj@...nel.org,
	hannes@...xchg.org,
	cgroups@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	Xavier <xavier_qy@....com>
Subject: [PATCH v4 v4 0/2] cpuset: use Union-Find to optimize

Hi all,

According to Michal's suggestion, I have divided the patch into two
 separate submissions.
Kindly review.

By the way,I changed my email from "ghostxavier@...a.com" to "xavier_qy@....com"
because the previous one was inconvenient to use.

Best Regards,
Xavier

patch (2):
  Union-Find: add a new module in kernel library
  cpuset: use Union-Find to optimize the merging of cpumasks

 MAINTAINERS                |  7 +++
 include/linux/union_find.h | 30 ++++++++++++
 kernel/cgroup/cpuset.c     | 95 ++++++++++++++------------------------
 lib/Makefile               |  2 +-
 lib/union_find.c           | 38 +++++++++++++++
 5 files changed, 110 insertions(+), 62 deletions(-)
 create mode 100644 include/linux/union_find.h
 create mode 100644 lib/union_find.c

-- 
2.45.2


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ