From: Doug McNaught <doug@wireboard.com>
To: linux-kernel@vger.kernel.org
Subject: Applying crypto patch to recent 2.2.18pre
Date: 04 Nov 2000 18:07:03 -0500 [thread overview]
Message-ID: <m3r94rnxpk.fsf@belphigor.mcnaught.org> (raw)
I am trying to get an up-to-date stable kernel (2.2.18pre19, with
PowerPC changes, downloaded from the PowerPC BitKeeper archive)
compiled with the international patch (patch-int-2.2.17-9 which is the
latest in the crypto/ directory). The patch applies fine (with some
offsets, but all hunks succeed) but when linking vmlinux, I get the
following:
ld -T arch/ppc/vmlinux.lds -Ttext 0xc0000000 -Bstatic
arch/ppc/kernel/head.o init/main.o init/version.o \
--start-group \
arch/ppc/kernel/kernel.o arch/ppc/mm/mm.o arch/ppc/lib/lib.o
kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o \
fs/filesystems.a \
net/network.a \
drivers/block/block.a drivers/char/char.o drivers/misc/misc.a
drivers/net/net.a drivers/cdrom/cdrom.a drivers/sound/sounddrivers.o
drivers/pci/pci.a drivers/macintosh/macintosh.o drivers/video/video.a
\
/usr/src/linuxppc_2_2/lib/lib.a \
--end-group \
-o vmlinux
init/main.o: In function `do_basic_setup':
init/main.o(.text.init+0x9f0): undefined reference to `cryptoapi_init'
init/main.o(.text.init+0x9f0): relocation truncated to fit: R_PPC_REL24 cryptoapi_init
drivers/block/block.a(loop_gen.o): In function `loop_gen_init2':
loop_gen.o(.text+0x104): undefined reference to `find_transform_by_id'
loop_gen.o(.text+0x104): relocation truncated to fit: R_PPC_REL24 find_transform_by_id
make: *** [vmlinux] Error 1
This happened somewhere between 2.2.18pre3 (which compiles
successfully with the 2.2.17 crypto patch) and vanilla (from
people/alan) pre9, which fails with the same error as above.
I'm guessing something changed in the conventions for subsystem
initialization. If someone can give me a quick summary of what to
change, I'll try to fix it. Otherwise I'll grovel through the
2.2.18pre patches and try to figure out what to do myself, but I'm not
looking forward to that option...
Thanks in advance,
Doug
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
reply other threads:[~2000-11-04 23:07 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=m3r94rnxpk.fsf@belphigor.mcnaught.org \
--to=doug@wireboard.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