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:   Sat,  6 Jan 2018 09:45:41 -0800
From:   Eric Biggers <ebiggers3@...il.com>
To:     linux-fsdevel@...r.kernel.org
Cc:     linux-kernel@...r.kernel.org,
        Andrew Morton <akpm@...ux-foundation.org>,
        Davide Libenzi <davidel@...ilserver.org>,
        Eric Biggers <ebiggers3@...il.com>
Subject: [PATCH 0/3] eventfd: clean up unneeded cruft

This series removes some cruft (mainly exported functions) from
fs/eventfd.c which seems to have been added while the KVM irqfd feature
was under development some years ago, but was never actually used.

Eric Biggers (3):
  eventfd: convert to use anon_inode_getfd()
  eventfd: fold eventfd_ctx_read() into eventfd_read()
  eventfd: fold eventfd_ctx_get() into eventfd_ctx_fileget()

 fs/eventfd.c            | 127 +++++++++++-------------------------------------
 include/linux/eventfd.h |  14 +-----
 2 files changed, 29 insertions(+), 112 deletions(-)

-- 
2.15.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ