Re: 2.6.2-rc1-mm1

From: Andrew Morton (akpm_at_osdl.org)
Date: 01/22/04

  • Next message: Russell King: "Re: 2.6: No hot_UN_plugging of PCMCIA network cards"
    Date:	Thu, 22 Jan 2004 13:34:53 -0800
    To: Axel Siebenwirth <axel@pearbough.net>
    
    

    Axel Siebenwirth <axel@pearbough.net> wrote:
    >
    > Hi!
    >
    > On Thu, 22 Jan 2004, Andrew Morton wrote:
    >
    > >
    > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.2-rc1/2.6.2-rc1-mm1/
    > >
    > >
    > > - Nothing very exciting, just lots of random fixes.
    > >
    > > - The x86 gcc-3.4/gcc-3.5 support seems pretty much complete now. There
    > > are enough fixes here to get a reasonably clean build with my .config but a
    > > full kernel build still will need work.
    >
    > In my case it is NTFS causing the build failure.
    >
    > CC fs/ntfs/inode.o
    > fs/ntfs/inode.c: In function `ntfs_read_locked_inode':
    > fs/ntfs/ntfs.h:186: sorry, unimplemented: inlining failed in call to
    > 'ntfs2utc': function body not available

    Yes, there are going to be a lot of these. Lots of code does

    foo.h:
            extern inline void foo(void);
    foo.c:
            inline void foo(void)
            {
            }

    and latest gcc generates an error in this case (with the options we're
    currently using, at least).

    The fix is to remove the `inline' from the declaration in foo.h. It's the
    right thing to do anyway, so I'm thinking we should just get in there and
    fix them all up.

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


  • Next message: Russell King: "Re: 2.6: No hot_UN_plugging of PCMCIA network cards"

    Relevant Pages

    • Re: Linux 2.4.28-rc1
      ... TI CardBus PCI interrupt routing fix ... - Robert White: usbserial hangup on disconnect ... alpha, make bootimage and make bootpfile failure, ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: PROBLEM: 2.6test11 kernel panic on "head -1 /proc/net/tcp"
      ... No kernel errors. ... > So I think my linking of PPP to the fix was wrong. ... Several peoples was reporting the similar PPP failure. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: Compile error in kernel 2.6.10-bk3 in file slhc.c
      ... # This is a BitKeeper generated diff -Nru style patch. ... # Fix net/core/sock.o build failure ... # This fixes a build failure that happens when you don't select IPV6. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: Power Management Update
      ... I encountered this problem by having an IDE CD-ROM, ... He mentioned producing a cleaner patch, but this should at least fix the ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [PATCH] fs/fcntl.c : dont test unsigned value for less than zero
      ... I think the real problem here is that 'arg' ... architecture's ptrace code could easily make use of the latter, ... But be careful not to "fix up" ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)