From: Andrew Morton <akpm@osdl.org>
To: "Barry K. Nathan" <barryn@pobox.com>
Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org,
William Lee Irwin III <wli@holomorphy.com>
Subject: Re: 2.6.0-test1-mm1
Date: Wed, 16 Jul 2003 03:58:48 -0700 [thread overview]
Message-ID: <20030716035848.560674ac.akpm@osdl.org> (raw)
In-Reply-To: <20030716104448.GC25869@ip68-4-255-84.oc.oc.cox.net>
"Barry K. Nathan" <barryn@pobox.com> wrote:
>
> > Make ppc build
>
> Really? ;)
>
> More seriously, that patch is good and necessary, but I think something
> else in -mm is breaking the compile (this is gcc 2.95.3):
>
> CC arch/ppc/kernel/irq.o
> In file included from include/linux/fs.h:14,
> from include/linux/mm.h:14,
> from include/asm/pci.h:8,
> from include/linux/pci.h:672,
> from arch/ppc/kernel/irq.c:41:
> include/linux/kdev_t.h: In function `to_kdev_t':
> include/linux/kdev_t.h:101: warning: right shift count >= width of type
Well you would appear to be the first person who has tested a -mm kernel on
ppc since mid-April or earlier.
As soon as Viro returns, that code hits Linus's tree. Oh well, can't say
they weren't warned.
Try this:
--- 25/include/asm-ppc/posix_types.h~a 2003-07-16 03:55:34.000000000 -0700
+++ 25-akpm/include/asm-ppc/posix_types.h 2003-07-16 03:55:51.000000000 -0700
@@ -7,7 +7,7 @@
* assume GCC is being used.
*/
-typedef unsigned int __kernel_dev_t;
+typedef unsigned long long __kernel_dev_t;
typedef unsigned long __kernel_ino_t;
typedef unsigned int __kernel_mode_t;
typedef unsigned short __kernel_nlink_t;
> arch/ppc/kernel/irq.c: At top level:
> arch/ppc/kernel/irq.c:575: braced-group within expression allowed only
> inside a function
Bill?
WARNING: multiple messages have this Message-ID (diff)
From: Andrew Morton <akpm@osdl.org>
To: "Barry K. Nathan" <barryn@pobox.com>
Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org,
William Lee Irwin III <wli@holomorphy.com>
Subject: Re: 2.6.0-test1-mm1
Date: Wed, 16 Jul 2003 03:58:48 -0700 [thread overview]
Message-ID: <20030716035848.560674ac.akpm@osdl.org> (raw)
In-Reply-To: <20030716104448.GC25869@ip68-4-255-84.oc.oc.cox.net>
"Barry K. Nathan" <barryn@pobox.com> wrote:
>
> > Make ppc build
>
> Really? ;)
>
> More seriously, that patch is good and necessary, but I think something
> else in -mm is breaking the compile (this is gcc 2.95.3):
>
> CC arch/ppc/kernel/irq.o
> In file included from include/linux/fs.h:14,
> from include/linux/mm.h:14,
> from include/asm/pci.h:8,
> from include/linux/pci.h:672,
> from arch/ppc/kernel/irq.c:41:
> include/linux/kdev_t.h: In function `to_kdev_t':
> include/linux/kdev_t.h:101: warning: right shift count >= width of type
Well you would appear to be the first person who has tested a -mm kernel on
ppc since mid-April or earlier.
As soon as Viro returns, that code hits Linus's tree. Oh well, can't say
they weren't warned.
Try this:
--- 25/include/asm-ppc/posix_types.h~a 2003-07-16 03:55:34.000000000 -0700
+++ 25-akpm/include/asm-ppc/posix_types.h 2003-07-16 03:55:51.000000000 -0700
@@ -7,7 +7,7 @@
* assume GCC is being used.
*/
-typedef unsigned int __kernel_dev_t;
+typedef unsigned long long __kernel_dev_t;
typedef unsigned long __kernel_ino_t;
typedef unsigned int __kernel_mode_t;
typedef unsigned short __kernel_nlink_t;
> arch/ppc/kernel/irq.c: At top level:
> arch/ppc/kernel/irq.c:575: braced-group within expression allowed only
> inside a function
Bill?
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>
next prev parent reply other threads:[~2003-07-16 10:43 UTC|newest]
Thread overview: 61+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-07-16 5:56 2.6.0-test1-mm1 Andrew Morton
2003-07-16 5:56 ` 2.6.0-test1-mm1 Andrew Morton
2003-07-16 6:16 ` 2.6.0-test1-mm1 Joshua Kwan
2003-07-16 6:22 ` 2.6.0-test1-mm1 Andrew Morton
2003-07-16 6:22 ` 2.6.0-test1-mm1 Andrew Morton
2003-07-16 15:07 ` 2.6.0-test1-mm1 Steven Cole
2003-07-16 17:21 ` 2.6.0-test1-mm1 Andrew Morton
2003-07-16 18:47 ` 2.6.0-test1-mm1 Steven Cole
2003-07-16 8:07 ` 2.6.0-test1-mm1 Sean Neakums
2003-07-16 8:07 ` 2.6.0-test1-mm1 Sean Neakums
2003-07-16 8:55 ` 2.6.0-test1-mm1 Ingo Molnar
2003-07-16 8:55 ` 2.6.0-test1-mm1 Ingo Molnar
2003-07-16 10:19 ` 2.6.0-test1-mm1 Antonio Vargas
2003-07-16 10:19 ` 2.6.0-test1-mm1 Antonio Vargas
2003-07-16 13:37 ` 2.6.0-test1-mm1 Helge Hafting
2003-07-16 13:37 ` 2.6.0-test1-mm1 Helge Hafting
2003-07-16 14:24 ` 2.6.0-test1-mm1 Antonio Vargas
2003-07-16 9:15 ` 2.6.0-test1-mm1 Con Kolivas
2003-07-16 9:15 ` 2.6.0-test1-mm1 Con Kolivas
2003-07-16 10:44 ` 2.6.0-test1-mm1 Barry K. Nathan
2003-07-16 10:44 ` 2.6.0-test1-mm1 Barry K. Nathan
2003-07-16 10:58 ` Andrew Morton [this message]
2003-07-16 10:58 ` 2.6.0-test1-mm1 Andrew Morton
2003-07-16 12:24 ` 2.6.0-test1-mm1 William Lee Irwin III
2003-07-16 12:24 ` 2.6.0-test1-mm1 William Lee Irwin III
2003-07-16 14:32 ` 2.6.0-test1-mm1 Barry K. Nathan
2003-07-16 14:32 ` 2.6.0-test1-mm1 Barry K. Nathan
2003-07-16 14:41 ` 2.6.0-test1-mm1 William Lee Irwin III
2003-07-16 14:41 ` 2.6.0-test1-mm1 William Lee Irwin III
2003-07-16 15:02 ` 2.6.0-test1-mm1 Barry K. Nathan
2003-07-16 15:02 ` 2.6.0-test1-mm1 Barry K. Nathan
2003-07-16 15:09 ` 2.6.0-test1-mm1 William Lee Irwin III
2003-07-16 15:09 ` 2.6.0-test1-mm1 William Lee Irwin III
2003-07-16 16:38 ` 2.6.0-test1-mm1 Andrew Morton
2003-07-16 16:38 ` 2.6.0-test1-mm1 Andrew Morton
2003-07-16 14:03 ` 2.6.0-test1-mm1 Barry K. Nathan
2003-07-16 14:03 ` 2.6.0-test1-mm1 Barry K. Nathan
2003-07-16 12:53 ` 2.6.0-test1-mm1 Philippe Gramoullé
2003-07-16 12:53 ` 2.6.0-test1-mm1 Philippe Gramoullé
2003-07-16 17:21 ` 2.6.0-test1-mm1 Ramón Rey Vicente
2003-07-16 17:21 ` 2.6.0-test1-mm1 Ramón Rey Vicente
2003-07-16 19:01 ` 2.6.0-test1-mm1 Zwane Mwaikambo
2003-07-16 19:01 ` 2.6.0-test1-mm1 Zwane Mwaikambo
2003-07-16 23:25 ` 2.6.0-test1-mm1 Ramón Rey Vicente
2003-07-16 23:25 ` 2.6.0-test1-mm1 Ramón Rey Vicente
2003-07-16 23:56 ` 2.6.0-test1-mm1 Zwane Mwaikambo
2003-07-16 23:56 ` 2.6.0-test1-mm1 Zwane Mwaikambo
2003-07-16 22:02 ` 2.6.0-test1-mm1 Mike Fedyk
2003-07-16 22:02 ` 2.6.0-test1-mm1 Mike Fedyk
2003-07-16 22:08 ` 2.6.0-test1-mm1 William Lee Irwin III
2003-07-16 22:08 ` 2.6.0-test1-mm1 William Lee Irwin III
2003-07-16 22:17 ` 2.6.0-test1-mm1 Mike Fedyk
2003-07-16 22:17 ` 2.6.0-test1-mm1 Mike Fedyk
2003-07-16 22:36 ` 2.6.0-test1-mm1 William Lee Irwin III
2003-07-16 22:36 ` 2.6.0-test1-mm1 William Lee Irwin III
2003-07-16 22:56 ` 2.6.0-test1-mm1 Mike Fedyk
2003-07-16 22:56 ` 2.6.0-test1-mm1 Mike Fedyk
-- strict thread matches above, loose matches on Subject: below --
2003-07-17 11:57 2.6.0-test1-mm1 Downing, Thomas
2003-07-17 11:57 ` 2.6.0-test1-mm1 Downing, Thomas
2003-07-20 18:50 2.6.0-test1-mm1 Downing, Thomas
2003-07-20 18:50 ` 2.6.0-test1-mm1 Downing, Thomas
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=20030716035848.560674ac.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=barryn@pobox.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=wli@holomorphy.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.