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]
Message-ID: <20060725114207.21779.patches@notabene>
Date:	Tue, 25 Jul 2006 11:54:21 +1000
From:	NeilBrown <neilb@...e.de>
To:	Andrew Morton <akpm@...l.org>
Cc:	nfs@...ts.sourceforge.net, linux-kernel@...r.kernel.org
Subject: [PATCH 000 of 9] knfsd: Introduction

Following are 9 patches for knfsd in 2.6-18-rc1-mm2
They should be held for 2.6.19.

They comprise
 3 trivial cleanups from Greg Banks
 Some fixes/cleanups to socket/version selection code.
 Adding a 'portlist' file to the 'nfsd' filesystem.
  This can be used to open and close sockets used by the nfs server.
  New sockets are created in user-space and passed down by writing
   an 'fd' number.
  Old sockets are closed by finding the appropriate name in 'portlist'
  and writing it back to 'portlist' preceded by a '-'.

nfs-utils-1.0.9 can work with 'portlist' to e.g. control which
protocol (udp or tcp) is used.  However it has other problems:
 rpc.nfsd 0
will no longer stop all nfsd threads.  So there will be a 1.0.10 shortly.

NeilBrown

 [PATCH 001 of 9] knfsd: knfsd: Add some missing newlines in printks
 [PATCH 002 of 9] knfsd: knfsd: Remove an unused variable from e_show().
 [PATCH 003 of 9] knfsd: knfsd: Remove an unused variable from auth_unix_lookup()
 [PATCH 004 of 9] knfsd: Add a callback for when last rpc thread finishes.
 [PATCH 005 of 9] knfsd: Be more selective in which sockets lockd listens on.
 [PATCH 006 of 9] knfsd: Remove nfsd_versbits as intermediate storage for desired versions.
 [PATCH 007 of 9] knfsd: Separate out some parts of nfsd_svc, which start nfs servers.
 [PATCH 008 of 9] knfsd: Define new nfsdfs file: portlist - contains list of ports.
 [PATCH 009 of 9] knfsd: Allow sockets to be passed to nfsd via 'portlist'
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ