<feed xmlns='http://www.w3.org/2005/Atom'>
<title>history/net/sunrpc, branch master</title>
<subtitle>Linux kernel history
</subtitle>
<id>https://git.shady.money/history/atom?h=master</id>
<link rel='self' href='https://git.shady.money/history/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/'/>
<updated>2005-03-28T11:42:22Z</updated>
<entry>
<title>[PATCH] swsusp: Add missing refrigerator calls</title>
<updated>2005-03-28T11:42:22Z</updated>
<author>
<name>Pavel Machek</name>
<email>pavel@ucw.cz</email>
</author>
<published>2005-03-28T11:42:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/commit/?id=ca0a9bc2cf3937968f1a4395b8e8711c150afe96'/>
<id>urn:sha1:ca0a9bc2cf3937968f1a4395b8e8711c150afe96</id>
<content type='text'>
This adds few more places where it is possible freeze kernel threads.

From: Nigel Cunningham &lt;ncunningham@cyclades.com&gt;
Signed-off-by: Pavel Machek &lt;pavel@suse.cz&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[NET] Convert sk_zapped into SOCK_ZAPPED flag</title>
<updated>2005-03-16T00:50:36Z</updated>
<author>
<name>Thomas Graf</name>
<email>tgraf@suug.ch</email>
</author>
<published>2005-03-16T00:50:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/commit/?id=3ad701b91f476c14cd094ed0874b68fac0f16e5e'/>
<id>urn:sha1:3ad701b91f476c14cd094ed0874b68fac0f16e5e</id>
<content type='text'>
Signed-off-by: Thomas Graf &lt;tgraf@suug.ch&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] RPC: remove bogus atomic_dec in auth_null</title>
<updated>2005-03-12T01:13:28Z</updated>
<author>
<name>Trond Myklebust</name>
<email>trond.myklebust@fys.uio.no</email>
</author>
<published>2005-03-12T01:13:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/commit/?id=30fa4fec25794bebf646cc268363abf5cc9f1c75'/>
<id>urn:sha1:30fa4fec25794bebf646cc268363abf5cc9f1c75</id>
<content type='text'>
The atomic_dec in nul_destroy() is harmless, but can trigger an underflow
error if the atomic_dec_and_test() debugging is turned on.

Problem diagnosed by: OGAWA Hirofumi &lt;hirofumi@mail.parknet.co.jp&gt;
Signed-off-by: Trond Myklebust &lt;Trond.Myklebust@netapp.com&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>NFS,RPC: RPC client now advertises maximum payload size</title>
<updated>2005-03-10T13:01:43Z</updated>
<author>
<name>Trond Myklebust</name>
<email>trond.myklebust@fys.uio.no</email>
</author>
<published>2005-03-10T13:01:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/commit/?id=afdc754f2b8528423553d0ed443341685fd1ae09'/>
<id>urn:sha1:afdc754f2b8528423553d0ed443341685fd1ae09</id>
<content type='text'>
 The RPC client now reports the maximum payload size supported by the chosen
 transport method.  This is something a little less than 64KB for RPC over
 UDP, and about 2GB - 1 for RPC over TCP.  The effective rsize and wsize
 values are not allowed to exceed the reported maximum RPC payload size.

 Signed-off-by: Chuck Lever &lt;cel@netapp.com&gt;
 Signed-off-by: Trond Myklebust &lt;Trond.Myklebust@netapp.com&gt;
</content>
</entry>
<entry>
<title>RPC: remove broken_suid mount option</title>
<updated>2005-03-10T13:01:26Z</updated>
<author>
<name>Trond Myklebust</name>
<email>trond.myklebust@fys.uio.no</email>
</author>
<published>2005-03-10T13:01:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/commit/?id=388a910da2a61717581135118611340a086aadb5'/>
<id>urn:sha1:388a910da2a61717581135118611340a086aadb5</id>
<content type='text'>
Remove broken_suid mount option (retry RPC after dropping privileges
upon EACCES): no longer used and questionable w.r.t. security.

 Signed-off-by: Frank van Maarseveen &lt;frankvm@frankvm.com&gt;
 Signed-off-by: Trond Myklebust &lt;Trond.Myklebust@netapp.com&gt;
</content>
</entry>
<entry>
<title>RPC: Clean up of rpcauth_lookupcred() and rpcauth_bindcred()</title>
<updated>2005-03-10T13:00:33Z</updated>
<author>
<name>Trond Myklebust</name>
<email>trond.myklebust@fys.uio.no</email>
</author>
<published>2005-03-10T13:00:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/commit/?id=a2832a8fe12d528689ebdde7711b184bf8f315a0'/>
<id>urn:sha1:a2832a8fe12d528689ebdde7711b184bf8f315a0</id>
<content type='text'>
 Signed-off-by: Trond Myklebust &lt;Trond.Myklebust@netapp.com&gt;
</content>
</entry>
<entry>
<title>RPC: make rpcauth_lookupcred() return error codes.</title>
<updated>2005-03-10T13:00:17Z</updated>
<author>
<name>Trond Myklebust</name>
<email>trond.myklebust@fys.uio.no</email>
</author>
<published>2005-03-10T13:00:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/commit/?id=b62d37e62c22ba2ce98cbf03d39fcf8397aa0a90'/>
<id>urn:sha1:b62d37e62c22ba2ce98cbf03d39fcf8397aa0a90</id>
<content type='text'>
 So we can distinguish between ENOMEM and EACCES errors.

 Signed-off-by: Trond Myklebust &lt;Trond.Myklebust@netapp.com&gt;
</content>
</entry>
<entry>
<title>RPC: Initialize the GSS context upon RPC credential creation.</title>
<updated>2005-03-10T13:00:00Z</updated>
<author>
<name>Trond Myklebust</name>
<email>trond.myklebust@fys.uio.no</email>
</author>
<published>2005-03-10T13:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/commit/?id=5a9e20efe0843a2c0ba85897a19da3af166ef0d0'/>
<id>urn:sha1:5a9e20efe0843a2c0ba85897a19da3af166ef0d0</id>
<content type='text'>
 Signed-off-by: Trond Myklebust &lt;Trond.Myklebust@netapp.com&gt;
</content>
</entry>
<entry>
<title>RPC: Remove dependency of RPCSEC_GSS upcalls on the credential cache</title>
<updated>2005-03-10T12:59:44Z</updated>
<author>
<name>Trond Myklebust</name>
<email>trond.myklebust@fys.uio.no</email>
</author>
<published>2005-03-10T12:59:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/commit/?id=4d08b43c00f3e9a51096e1c165529d6692f71098'/>
<id>urn:sha1:4d08b43c00f3e9a51096e1c165529d6692f71098</id>
<content type='text'>
 Ensure that credentials that are referenced by an RPC task, but that
 have been booted out of the credcache may still be refreshed.

 Signed-off-by: Trond Myklebust &lt;Trond.Myklebust@netapp.com&gt;
</content>
</entry>
<entry>
<title>RPCSEC_GSS: Enable expiring of credentials</title>
<updated>2005-03-10T12:59:27Z</updated>
<author>
<name>Trond Myklebust</name>
<email>trond.myklebust@fys.uio.no</email>
</author>
<published>2005-03-10T12:59:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/commit/?id=6180efbee86a45b0ff7a27125c95cd4608bce8be'/>
<id>urn:sha1:6180efbee86a45b0ff7a27125c95cd4608bce8be</id>
<content type='text'>
 Signed-off-by: Trond Myklebust &lt;Trond.Myklebust@netapp.com&gt;
</content>
</entry>
</feed>
