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]
Date:   Tue, 13 Aug 2019 15:46:17 -0700
From:   Davidlohr Bueso <dave@...olabs.net>
To:     mingo@...nel.org, tglx@...utronix.de
Cc:     walken@...gle.com, peterz@...radead.org, akpm@...ux-foundation.org,
        x86@...nel.org, linux-kernel@...r.kernel.org, dave@...olabs.net
Subject: [PATCH -tip 0/3] x86,mm/pat: Move towards using generic interval trees

Hi,

Please refer to patch 1 for details, other two are incremental (small) cleanups
that probably depend on the first one.

Thanks!

Davidlohr Bueso (3):
  x86,mm/pat: Use generic interval trees
  x86,mm/pat: Cleanup some of the local memtype_rb_* calls
  x86,mm/pat: Rename pat_rbtree.c to pat_interval.c

 arch/x86/mm/Makefile       |   2 +-
 arch/x86/mm/pat_interval.c | 217 ++++++++++++++++++++++++++++++++++
 arch/x86/mm/pat_rbtree.c   | 281 ---------------------------------------------
 3 files changed, 218 insertions(+), 282 deletions(-)
 create mode 100644 arch/x86/mm/pat_interval.c
 delete mode 100644 arch/x86/mm/pat_rbtree.c

-- 
2.16.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ