From: Adrian Bunk <bunk@stusta.de>
To: Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org>
Cc: Mark Goodman <mgoodman@CSUA.Berkeley.EDU>,
trond.myklebust@fys.uio.no, linux-kernel@vger.kernel.org
Subject: [PATCH] Fix NFS3 krb5 clients on x86-64 (fwd)
Date: Mon, 18 Oct 2004 01:15:57 +0200 [thread overview]
Message-ID: <20041017231557.GP2466@stusta.de> (raw)
The patch below by Mark Goodman (already ACK'ed bt Trond) still applies
against both 2.6.9-rc4 and 2.6.9-rc4-mm1.
I've rediffed it since the original patch seems to have suffered from
some whitespace damage.
----- Forwarded message from Mark Goodman <mgoodman@CSUA.Berkeley.EDU> -----
Date: Mon, 20 Sep 2004 18:32:50 -0700
From: Mark Goodman <mgoodman@CSUA.Berkeley.EDU>
To: trond.myklebust@fys.uio.no
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] Fix NFS3 krb5 clients on x86-64
This patch is necessary to make NFS3 krb5 clients work on x86-64. It
applies to 2.6.9-rc2. Please apply.
Signed-off-by: Mark Goodman <mgoodman@csua.berkeley.edu>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.9-rc4-full/net/sunrpc/auth_gss/auth_gss.c.old 2004-10-18 01:06:10.000000000 +0200
+++ linux-2.6.9-rc4-full/net/sunrpc/auth_gss/auth_gss.c 2004-10-18 01:08:14.000000000 +0200
@@ -246,7 +246,7 @@
spin_lock_init(&ctx->gc_seq_lock);
atomic_set(&ctx->count,1);
- if (simple_get_bytes(&p, end, uid, sizeof(uid)))
+ if (simple_get_bytes(&p, end, uid, sizeof(*uid)))
goto err_free_ctx;
/* FIXME: discarded timeout for now */
if (simple_get_bytes(&p, end, &timeout, sizeof(timeout)))
reply other threads:[~2004-10-17 23:17 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20041017231557.GP2466@stusta.de \
--to=bunk@stusta.de \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mgoodman@CSUA.Berkeley.EDU \
--cc=torvalds@osdl.org \
--cc=trond.myklebust@fys.uio.no \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.