Re: -mm merge plans for 2.6.26

From: Andrew Morton
Date: Fri May 23 2008 - 04:07:50 EST


On Mon, 19 May 2008 22:44:17 +0200 Sam Ravnborg <sam@xxxxxxxxxxxx> 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@xxxxxxxxxx> 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:
...


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/