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:   Thu, 19 Jul 2018 13:51:10 +0300
From:   Kirill Tkhai <ktkhai@...tuozzo.com>
To:     akpm@...ux-foundation.org, vdavydov.dev@...il.com,
        penguin-kernel@...ove.SAKURA.ne.jp, chris@...is-wilson.co.uk,
        gregkh@...uxfoundation.org, linux-kernel@...r.kernel.org,
        ktkhai@...tuozzo.com
Subject: [PATCH 0/2] Reorderings in struct shrinker and struct shrink_control

These structures are intensively used during reclaim and,
displace other data in cache, so there is no a reason they
have int fields not grouped together.

---

Kirill Tkhai (2):
      mm: Keep int fields in struct shrink_control together
      mm: Make flags of unsigned type in struct shrinker


 include/linux/shrinker.h |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

--
Signed-off-by: Kirill Tkhai <ktkhai@...tuozzo.com>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ