linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: <mark@harddata.com>
To: <linux-kernel@vger.kernel.org>
Subject: [Patch]Kernel 2.6.0-test9 compile on x86-64
Date: Fri, 31 Oct 2003 18:14:50 -0700 (MST)	[thread overview]
Message-ID: <42692.216.123.194.211.1067649290.squirrel@www.harddata.com> (raw)

I must say this is my first experience with a 2.6 kernel and it is very
fast and responsive.

I found that when compiling the 2.6.0-test9 for an athlon64 that the
symbol "ip_compute_csum" was not found by several network modules
including sk98lin with concerned me in perticular. A quick google search
revealed that IA64 had a similar problem in test6 and that ksyms for
x86-64 need to export "ip_compute_csum" to fix the problem.

Here's a diff of the change I made.

$ pwd
/usr/src/linux-2.6.0-test9/arch/x86_64/kernel

$ diff x8664_ksyms.c x8664_ksyms.c~
217c217
< EXPORT_SYMBOL(ip_compute_csum);
---
>

After making this change I was able to recompile my kernel and it works
because I am using my SK9521 to send this email.

regards,

-- 
Mark Lane, CET
Hard Data Ltd www.harddata.com
mark@harddata.com
780-456-9771





             reply	other threads:[~2003-11-01  1:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-01  1:14 mark [this message]
     [not found] <42692.216.123.194.211.1067649290.squirrel@www.harddata.com.suse.lists.linux.kernel>
2003-11-01 18:48 ` [Patch]Kernel 2.6.0-test9 compile on x86-64 Andi Kleen

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=42692.216.123.194.211.1067649290.squirrel@www.harddata.com \
    --to=mark@harddata.com \
    --cc=linux-kernel@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).