From: Andrew Morton <akpm@linux-foundation.org>
To: Sam Ravnborg <sam@ravnborg.org>
Cc: Randy Dunlap <RANDY.DUNLAP@ORACLE.COM>, linux-kernel@vger.kernel.org
Subject: Re: -mm merge plans for 2.6.26
Date: Fri, 23 May 2008 01:05:51 -0700 [thread overview]
Message-ID: <20080523010551.ed0b290e.akpm@linux-foundation.org> (raw)
In-Reply-To: <20080519204417.GA25312@uranus.ravnborg.org>
On Mon, 19 May 2008 22:44:17 +0200 Sam Ravnborg <sam@ravnborg.org> wrote:
> On Mon, May 19, 2008 at 01:38:41PM -0700, Andrew Morton wrote:
> > On Mon, 19 May 2008 15:26:33 -0500 (CDT)
> > Randy Dunlap <RANDY.DUNLAP@ORACLE.COM> wrote:
> >
> > > > > Oh yeah. I think that this was fixed by
> > > > > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b11caa7c7063ea92a0a58115d3fc6d038ed89510
> > > > >
> > > > > but I'll check/verify/confirm that.
> > > > >
> > > >
> > > > Yes, it builds fine now (built against 2.6.26-rc2-git5).
> > >
> > > Andrew,
> > > Will you merge this now?
> >
> > It's had no public testing because I disabled it in config, so it looks
> > like a 2.6.27 thing to me.
> >
> > > or do you want me to see about Sam merging it?
> > > or something else?
> >
> > I'll move it into my send-to-Sam queue.
>
> OK - I will apply them the kbuild-next.git when I receive latest version.
>
Still causing problems. A slew of warnings on various architectures
and a huge crackup on sparc64:
In file included from /usr/src/devel/usr/include/linux/errno.h:4,
from /usr/include/bits/errno.h:25,
from /usr/include/errno.h:36,
from Documentation/accounting/getdelays.c:16:
/usr/src/devel/usr/include/asm/errno.h:9:4: warning: #warning This machine appears to be neither sparc64 nor sparc.
In file included from /usr/include/bits/socket.h:310,
from /usr/include/sys/socket.h:35,
from Documentation/accounting/getdelays.c:23:
/usr/src/devel/usr/include/asm/socket.h:9:4: warning: #warning This machine appears to be neither sparc64 nor sparc.
In file included from /usr/src/devel/usr/include/linux/posix_types.h:47,
from /usr/src/devel/usr/include/linux/types.h:5,
from /usr/src/devel/usr/include/linux/netlink.h:5,
from /usr/src/devel/usr/include/linux/genetlink.h:4,
from Documentation/accounting/getdelays.c:26:
/usr/src/devel/usr/include/asm/posix_types.h:9:4: warning: #warning This machine appears to be neither sparc64 nor sparc.
In file included from /usr/src/devel/usr/include/linux/types.h:6,
from /usr/src/devel/usr/include/linux/netlink.h:5,
from /usr/src/devel/usr/include/linux/genetlink.h:4,
from Documentation/accounting/getdelays.c:26:
/usr/src/devel/usr/include/asm/types.h:9:4: warning: #warning This machine appears to be neither sparc64 nor sparc.
In file included from /usr/src/devel/usr/include/linux/netlink.h:5,
from /usr/src/devel/usr/include/linux/genetlink.h:4,
from Documentation/accounting/getdelays.c:26:
/usr/src/devel/usr/include/linux/types.h:153: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__le16'
/usr/src/devel/usr/include/linux/types.h:154: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__be16'
/usr/src/devel/usr/include/linux/types.h:155: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__le32'
/usr/src/devel/usr/include/linux/types.h:156: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__be32'
/usr/src/devel/usr/include/linux/types.h:158: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__le64'
/usr/src/devel/usr/include/linux/types.h:159: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__be64'
/usr/src/devel/usr/include/linux/types.h:161: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__sum16'
/usr/src/devel/usr/include/linux/types.h:162: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__wsum'
In file included from /usr/src/devel/usr/include/linux/genetlink.h:4,
from Documentation/accounting/getdelays.c:26:
/usr/src/devel/usr/include/linux/netlink.h:36: error: expected specifier-qualifier-list before '__u32'
/usr/src/devel/usr/include/linux/netlink.h:42: error: expected specifier-qualifier-list before '__u32'
/usr/src/devel/usr/include/linux/netlink.h:109: error: expected specifier-qualifier-list before '__u32'
/usr/src/devel/usr/include/linux/netlink.h:130: error: expected specifier-qualifier-list before '__u16'
In file included from Documentation/accounting/getdelays.c:26:
/usr/src/devel/usr/include/linux/genetlink.h:12: error: expected specifier-qualifier-list before '__u8'
In file included from Documentation/accounting/getdelays.c:27:
/usr/src/devel/usr/include/linux/taskstats.h:44: error: expected specifier-qualifier-list before '__u16'
In file included from Documentation/accounting/getdelays.c:28:
...
prev parent reply other threads:[~2008-05-23 8:07 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-20 14:20 -mm merge plans for 2.6.26 Andrew Morton
2008-04-20 15:51 ` Jiri Slaby
2008-04-20 23:51 ` -mm merge plans for 2.6.26 (memcgroup) Hugh Dickins
2008-04-21 0:30 ` KAMEZAWA Hiroyuki
2008-04-21 6:24 ` Andrew Morton
[not found] ` <480C347C.6060702@linux.vnet.ibm.com>
2008-04-21 6:47 ` Balbir Singh
2008-04-21 9:42 ` Peter Zijlstra
2008-04-21 10:21 ` Balbir Singh
2008-04-21 10:40 ` KAMEZAWA Hiroyuki
2008-04-21 15:48 ` Paul Menage
2008-04-21 11:22 ` Hugh Dickins
2008-04-21 11:41 ` Andi Kleen
2008-04-21 12:13 ` Hugh Dickins
2008-04-21 13:31 ` kamezawa.hiroyu
2008-04-21 11:41 ` Balbir Singh
2008-05-17 0:03 ` -mm merge plans for 2.6.26 Randy Dunlap
2008-05-17 0:28 ` Andrew Morton
2008-05-17 2:07 ` Randy Dunlap
2008-05-17 4:30 ` Randy Dunlap
2008-05-19 20:26 ` Randy Dunlap
2008-05-19 20:38 ` Andrew Morton
2008-05-19 20:44 ` Sam Ravnborg
2008-05-23 8:05 ` Andrew Morton [this message]
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=20080523010551.ed0b290e.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=RANDY.DUNLAP@ORACLE.COM \
--cc=linux-kernel@vger.kernel.org \
--cc=sam@ravnborg.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