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:   Tue, 01 May 2018 00:20:20 +0100
From:   David Howells <dhowells@...hat.com>
To:     hch@....de
Cc:     dhowells@...hat.com, linux-afs@...ts.infradead.org,
        linux-kernel@...r.kernel.org
Subject: [PATCH 0/3] afs: Network-namespacing and proc


Hi Christoph,

Can you drop your "afs: simplify procfs code" patch please and replace with
these three?  The patches are:

 (1) Rearrange fs/afs/proc.c to get rid of the forward declarations and
     simplify the commenting.

 (2) Supply functions that allow writable net proc files to be created (this
     could be extended to provide writing on non-net proc files).

 (3) Implement network namespacing in AFS and simplify the proc usage, using
     the new convenience functions provided.

David
---
David Howells (3):
      afs: Rearrange fs/afs/proc.c
      proc: Add a way to make network proc files writable
      afs: Implement namespacing


 fs/afs/cell.c           |    4 
 fs/afs/cmservice.c      |    2 
 fs/afs/internal.h       |   43 +-
 fs/afs/main.c           |   33 +-
 fs/afs/netdevices.c     |    6 
 fs/afs/proc.c           |  881 +++++++++++++++--------------------------------
 fs/afs/rxrpc.c          |    2 
 fs/afs/super.c          |   20 +
 fs/proc/generic.c       |   24 +
 fs/proc/internal.h      |    2 
 fs/proc/proc_net.c      |   92 +++++
 include/linux/proc_fs.h |   12 +
 12 files changed, 487 insertions(+), 634 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ