From: "Rafał 'rmrmg' Roszak" <rmrmg@wp.pl>
To: linux-kernel@vger.kernel.org
Cc: m.c.p@kernel.linux-systeme.com
Subject: Re: Linux 2.4.27-pre2 (gcc-3.4.0)
Date: Wed, 5 May 2004 10:15:53 +0200 [thread overview]
Message-ID: <20040505101553.7110da0c.rmrmg@wp.pl> (raw)
In-Reply-To: <20040505.083644.241899480.rene@rocklinux-consulting.de>
begin Rene Rebe <rene@rocklinux-consulting.de> quote:
> It is for 2.4.26 - but should apply mostly to 2.4.27-pre2, too - I
> have not yet booted the resulting kernel, soo ....
patching file kernel/sysctl.c
Hunk #1 succeeded at 879 (offset 3 lines).
Hunk #3 succeeded at 1133 (offset 3 lines).
patching file lib/brlock.c
patching file lib/crc32.c
patching file lib/rwsem.c
patching file lib/string.c
patching file mm/filemap.c
patching file mm/memory.c
patching file mm/page_alloc.c
Hunk #1 FAILED at 82.
Hunk #2 succeeded at 241 (offset 41 lines).
Hunk #4 succeeded at 295 (offset 41 lines).
Hunk #6 succeeded at 486 (offset 41 lines).
Hunk #8 succeeded at 509 (offset 41 lines).
1 out of 8 hunks FAILED -- saving rejects to file mm/page_alloc.c.rej
[root@slack:/usr/src/linux-2.4.27-pre2#] cat ./mm/page_alloc.c.rej
***************
*** 82,88 ****
*/
static void FASTCALL(__free_pages_ok (struct page *page, unsigned int
order));- static void __free_pages_ok (struct page *page, unsigned int
order) {
unsigned long index, page_idx, mask, flags;
free_area_t *area;
--- 82,88 ----
*/
static void FASTCALL(__free_pages_ok (struct page *page, unsigned int
order));+ static void fastcall __free_pages_ok (struct page *page,
unsigned int order) {
unsigned long index, page_idx, mask, flags;
free_area_t *area;
[root@slack:/usr/src/linux-2.4.27-pre2#]
make[2]: Entering directory `/usr/src/linux-2.4.27-pre2/mm'
gcc -D__KERNEL__ -I/usr/src/linux-2.4.27-pre2/include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
-fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=athlon
-fno-unit-at-a-time -nostdinc -iwithprefix include
-DKBUILD_BASENAME=page_alloc -DEXPORT_SYMTAB -c page_alloc.c
page_alloc.c:115: error: conflicting types for '__free_pages_ok'
page_alloc.c:51: error: previous declaration of '__free_pages_ok' was
here page_alloc.c:115: error: conflicting types for '__free_pages_ok'
page_alloc.c:51: error: previous declaration of '__free_pages_ok' was
here page_alloc.c:51: warning: '__free_pages_ok' used but never defined
make[2]: *** [page_alloc.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.4.27-pre2/mm'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.27-pre2/mm'
make: *** [_dir_mm] Error 2
--
. JID: rmrmg(at)jabberpl(dot)org | RMRMG .
. gg: #2311504 | signature .
. mail: rmrmg(at)wp(dot)pl | version .
. registered Linux user 261525 | 0.0.3 .
next prev parent reply other threads:[~2004-05-05 8:16 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-03 23:09 Linux 2.4.27-pre2 Marcelo Tosatti
2004-05-04 3:49 ` Frédéric L. W. Meunier
2004-05-04 19:19 ` Linux 2.4.27-pre2 (gcc-3.4.0) Rafał 'rmrmg' Roszak
[not found] ` <200405042146.40404@WOLK>
2004-05-04 20:03 ` Rafał 'rmrmg' Roszak
2004-05-05 6:36 ` Rene Rebe
2004-05-05 8:15 ` Rafał 'rmrmg' Roszak [this message]
2004-05-05 9:30 ` Mikael Pettersson
2004-05-05 9:53 ` Rene Rebe
2004-05-05 10:20 ` Mikael Pettersson
2004-05-04 20:46 ` 2.4.27-pre2: tg3: there's no WARN_ON in 2.4 Adrian Bunk
2004-05-04 20:53 ` Marc-Christian Petersen
2004-05-04 20:56 ` Jeff Garzik
2004-05-05 3:18 ` David S. Miller
2004-05-05 8:57 ` Marc-Christian Petersen
2004-05-05 19:30 ` David S. Miller
2004-05-04 23:44 ` Eyal Lebedinsky
2004-05-06 12:13 ` Adrian Bunk
2004-05-12 0:07 ` H. Peter Anvin
2004-05-13 22:34 ` Adrian Bunk
2004-05-13 23:03 ` H. Peter Anvin
2004-05-17 0:38 ` Adrian Bunk
2004-05-05 23:50 ` Linux 2.4.27-pre2 Eyal Lebedinsky
2004-05-07 13:49 ` Marcelo Tosatti
2004-05-19 18:14 ` [2.4 patch] hotplug: add missing Configure.help entries Adrian Bunk
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=20040505101553.7110da0c.rmrmg@wp.pl \
--to=rmrmg@wp.pl \
--cc=linux-kernel@vger.kernel.org \
--cc=m.c.p@kernel.linux-systeme.com \
/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
all inboxes | Powered by JetHome®