public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Erik Andersen <andersen@codepoet.org>
To: Marcelo Tosatti <marcelo@conectiva.com.br>
Cc: lkml <linux-kernel@vger.kernel.org>
Subject: Re: Linux 2.4.20-pre1
Date: Sun, 11 Aug 2002 02:57:17 -0600	[thread overview]
Message-ID: <20020811085717.GA17738@codepoet.org> (raw)
In-Reply-To: <Pine.LNX.4.44.0208051938380.6811-100000@freak.distro.conectiva>

On Mon Aug 05, 2002 at 07:40:56PM -0300, Marcelo Tosatti wrote:
> 
> So here goes -pre1, with a big -ac and x86-64 merges, plus other smaller
> stuff.
[------------snip------------]
> <alan@irongate.swansea.linux.org.uk> (02/08/05 1.629)
> 	[PATCH] PATCH: Add EFI partition support

Needs this to compile....

--- linux/include/asm-ia64/efi.h.orig	Sun Aug 11 01:41:10 2002
+++ linux/include/asm-ia64/efi.h	Sun Aug 11 01:43:38 2002
@@ -166,6 +166,9 @@
  *  EFI Configuration Table and GUID definitions
  */
 
+#define NULL_GUID    \
+    ((efi_guid_t) { 0x00000000, 0x0000, 0x0000, { 0x00, 0x00, 0x0, 0x00, 0x00, 0x00, 0x00, 0x00 }})
+
 #define MPS_TABLE_GUID    \
     ((efi_guid_t) { 0xeb9d2d2f, 0x2d88, 0x11d3, { 0x9a, 0x16, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d }})
 

> <rusty@rustcorp.com.au> (02/08/02 1.582.2.91)
> 	[PATCH] namespace.c - compiler warning

This patch is wrong....

--- linux/fs/namespace.c.orig	Sun Aug 11 01:50:52 2002
+++ linux/fs/namespace.c	Sun Aug 11 01:51:04 2002
@@ -29,8 +29,6 @@
 static int hash_mask, hash_bits;
 static kmem_cache_t *mnt_cache; 
 
-extern void init_rootfs(void);
-
 static inline unsigned long hash(struct vfsmount *mnt, struct dentry *dentry)
 {
 	unsigned long tmp = ((unsigned long) mnt / L1_CACHE_BYTES);
--- linux/include/linux/namespace.h.orig	Sat Aug  3 17:14:31 2002
+++ linux/include/linux/namespace.h	Sat Aug  3 18:46:43 2002
@@ -38,5 +38,6 @@
 	atomic_inc(&namespace->count);
 }
 
+int __init init_rootfs(void);
 #endif
 #endif


 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--

  parent reply	other threads:[~2002-08-11  8:53 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-05 22:40 Linux 2.4.20-pre1 Marcelo Tosatti
2002-08-06  0:20 ` Ben Greear
2002-08-06 11:32   ` Marcelo Tosatti
2002-08-06 12:26     ` David S. Miller
2002-08-06 16:45     ` Ben Greear
2002-08-06 17:12     ` NAPI (was Re: Linux 2.4.20-pre1) Jeff Garzik
2002-08-07 14:09       ` Marcus Sundberg
2002-08-06 14:58 ` Linux 2.4.20-pre1 Jason Lunz
2002-08-06 15:03   ` CaT
2002-08-06 21:05 ` Adrian Bunk
2002-08-07 11:09   ` David S. Miller
2002-08-07  0:21 ` J.A. Magallon
2002-08-07  1:08 ` J.A. Magallon
2002-08-07  1:56 ` Bryan Whitehead
2002-08-07  3:35   ` Tim Hockin
2002-08-11  8:57 ` Erik Andersen [this message]
2002-08-11  9:16   ` Christoph Hellwig
2002-08-11  9:40     ` Erik Andersen
2002-08-11  9:46     ` Erik Andersen
2002-08-11 19:46   ` Alan Cox
2002-08-11 18:49     ` Erik Andersen
2002-08-12 19:29     ` Paul P Komkoff Jr
2002-08-11 10:56 ` Erik Andersen
2002-08-11 21:22 ` [PATCH] radeonfb update vs 2.4.20-pre1 Erik Andersen
2002-08-12 10:18   ` Ani Joshi
2002-08-12 10:26     ` Erik Andersen
2002-08-17 19:51 ` Linux 2.4.20-pre1 Adrian Bunk
  -- strict thread matches above, loose matches on Subject: below --
2002-08-06  0:21 Jean Tourrilhes
2002-08-06 12:33 ` Marcelo Tosatti
2002-08-06 17:17   ` Jean Tourrilhes
2002-08-06 16:31     ` Marcelo Tosatti
2002-08-06 17:24       ` Jean Tourrilhes
2002-08-06 17:13     ` David S. Miller
2002-08-06 18:48     ` Alan Cox
2002-08-06 23:29 Alan Cox
     [not found] <200208062329.g76NTqP30962@devserv.devel.redhat.com.suse.lists.linux.kernel>
2002-08-07 10:01 ` Andi Kleen
2002-08-07 11:50   ` Alan Cox
2002-08-11 21:12 Matt_Domsch
2002-08-15 17:28 Matt_Domsch

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=20020811085717.GA17738@codepoet.org \
    --to=andersen@codepoet.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo@conectiva.com.br \
    /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