2008-08-05 20:17:50

by Jeff Dike

[permalink] [raw]
Subject: [PATCH 8/14] missing export of csum_partial() on uml/amd64

>From 3e3b48e5198544dd90e27265a70c1a834139e025

From: Al Viro <[email protected]>

Signed-off-by: Al Viro <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
---
arch/um/sys-x86_64/ksyms.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/um/sys-x86_64/ksyms.c b/arch/um/sys-x86_64/ksyms.c
index 12c5936..08f63e2 100644
--- a/arch/um/sys-x86_64/ksyms.c
+++ b/arch/um/sys-x86_64/ksyms.c
@@ -14,3 +14,4 @@ EXPORT_SYMBOL(__up_wakeup);

/*XXX: we need them because they would be exported by x86_64 */
EXPORT_SYMBOL(__memcpy);
+EXPORT_SYMBOL(csum_partial);
--
1.5.5.1


2008-08-16 22:38:49

by Greg KH

[permalink] [raw]
Subject: patch uml-missing-export-of-csum_partial-on-uml-amd64.patch added to 2.6.25-stable tree


This is a note to let you know that we have just queued up the patch titled

Subject: uml: missing export of csum_partial() on uml/amd64

to the 2.6.25-stable tree. Its filename is

uml-missing-export-of-csum_partial-on-uml-amd64.patch

A git repo of this tree can be found at
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary


>From [email protected] Tue Aug 5 13:14:50 2008
From: Al Viro <[email protected]>
Date: Tue, 5 Aug 2008 16:14:07 -0400
Subject: uml: missing export of csum_partial() on uml/amd64
To: [email protected]
Cc: LKML <[email protected]>, uml-devel <[email protected]>
Message-ID: <[email protected]>
Content-Disposition: inline

From: Al Viro <[email protected]>

commit 3e3b48e5198544dd90e27265a70c1a834139e025 upstream

Signed-off-by: Al Viro <[email protected]>
Cc: Jeff Dike <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
arch/um/sys-x86_64/ksyms.c | 1 +
1 file changed, 1 insertion(+)

--- a/arch/um/sys-x86_64/ksyms.c
+++ b/arch/um/sys-x86_64/ksyms.c
@@ -14,3 +14,4 @@ EXPORT_SYMBOL(__up_wakeup);

/*XXX: we need them because they would be exported by x86_64 */
EXPORT_SYMBOL(__memcpy);
+EXPORT_SYMBOL(csum_partial);


Patches currently in stable-queue which might be from [email protected] are

queue-2.6.25/uml-missed-kmalloc-in-pcap_user.c.patch
queue-2.6.25/uml-missing-export-of-csum_partial-on-uml-amd64.patch