mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Eyal Lebedinsky <eyal@eyal.emu.id.au>
To: Alan Cox <alan@redhat.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Linux 2.4.20-pre2-ac1
Date: Thu, 15 Aug 2002 11:03:18 +1000	[thread overview]
Message-ID: <3D5AFDD6.3178894D@eyal.emu.id.au> (raw)
In-Reply-To: <200208141634.g7EGYGO29387@devserv.devel.redhat.com>

[-- Attachment #1: Type: text/plain, Size: 392 bytes --]

To build it I needed the following patches:

- Makefile
	Has wrong EXTRAVERSION

- mm/swap_state.c
	Improper use of PAGE_BUG() macro

- drivers/isdn/hisax/st5481.h
	Usage of '...' in macro, not always compatible with prevailing
	versions of gcc. We all know the story though... I just disabled
	all the special macros for now

--
Eyal Lebedinsky (eyal@eyal.emu.id.au) <http://samba.org/eyal/>

[-- Attachment #2: 2.4.20-pre2-ac1-Makefile.patch --]
[-- Type: text/plain, Size: 276 bytes --]

--- linux/Makefile.orig	Thu Aug 15 10:30:15 2002
+++ linux/Makefile	Thu Aug 15 10:04:08 2002
@@ -1,7 +1,7 @@
 VERSION = 2
 PATCHLEVEL = 4
 SUBLEVEL = 20
-EXTRAVERSION = -pre1-ac3
+EXTRAVERSION = -pre2-ac1
 
 KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
 

[-- Attachment #3: 2.4.20-pre2-ac1-mm.patch --]
[-- Type: text/plain, Size: 355 bytes --]

--- linux/mm/swap_state.c.orig	Thu Aug 15 10:28:06 2002
+++ linux/mm/swap_state.c	Thu Aug 15 10:28:18 2002
@@ -152,7 +152,7 @@
 		BUG();
 
 	if (unlikely(!block_flushpage(page, 0)))
-		PAGE_BUG();	/* an anonymous page cannot have page->buffers set */
+		PAGE_BUG(page);	/* an anonymous page cannot have page->buffers set */
 
 	entry.val = page->index;
 

[-- Attachment #4: 2.4.20-pre2-ac1-st5481.patch --]
[-- Type: text/plain, Size: 655 bytes --]

--- linux/drivers/isdn/hisax/st5481.h.orig	Thu Aug 15 10:38:11 2002
+++ linux/drivers/isdn/hisax/st5481.h	Thu Aug 15 10:39:25 2002
@@ -218,14 +218,11 @@
 
 #define L1_EVENT_COUNT (EV_TIMER3 + 1)
 
-#define ERR(format, arg...) \
-printk(KERN_ERR __FILE__ ": %s: " format "\n" , __FUNCTION__, ## arg)
+#define ERR(format, arg...) 0
 
-#define WARN(format, arg...) \
-printk(KERN_WARNING __FILE__ ": %s: " format "\n" , __FUNCTION__, ## arg)
+#define WARN(format, arg...) 0
 
-#define INFO(format, arg...) \
-printk(KERN_INFO __FILE__ ": %s: " format "\n" , __FUNCTION__, ## arg)
+#define INFO(format, arg...) 0
 
 #include "st5481_hdlc.h"
 #include "fsm.h"

  parent reply	other threads:[~2002-08-15  0:59 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-14 16:34 Alan Cox
2002-08-14 16:44 ` Christoph Hellwig
2002-08-14 16:46   ` Alan Cox
2002-08-14 17:42 ` Steven Cole
2002-08-14 20:29   ` Greg Louis
2002-08-14 21:06     ` Steven Cole
2002-08-15  0:07   ` Alan Cox
2002-08-14 17:54 ` Javier Marcet
2002-08-14 18:03   ` Christoph Hellwig
2002-08-14 19:44 ` Unresolved symbols in nfsd in 2.4.20-pre2-ac1 Samuel Flory
2002-08-14 22:11 ` Linux 2.4.20-pre2-ac1 Adrian Bunk
2002-08-14 22:47 ` Adrian Bunk
2002-08-14 23:56   ` Chad Young
2002-08-15  1:03 ` Eyal Lebedinsky [this message]
2002-08-15  1:14   ` Alan Cox
2002-08-15  2:30     ` Kai Germaschewski
2002-08-15 10:52       ` Alan Cox

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=3D5AFDD6.3178894D@eyal.emu.id.au \
    --to=eyal@eyal.emu.id.au \
    --cc=alan@redhat.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

all inboxes | Powered by JetHome®