1. 06 Nov, 2006 6 commits
    • Haavard Skinnemoen's avatar
      bbfd2bf9
    • Haavard Skinnemoen's avatar
      AVR32: Fix thinko in generic_find_next_zero_le_bit() · 168c8fa3
      Haavard Skinnemoen authored
      The existing implementation of this function seems to be looking for
      a one although it should be looking for a zero. This causes trouble
      for the ext2 filesystem, which tends to report -ENOSPC without this
      patch.
      
      Fix this by complementing each word before scanning.
      Signed-off-by: default avatarHaavard Skinnemoen <hskinnemoen@atmel.com>
      168c8fa3
    • Haavard Skinnemoen's avatar
      AVR32: Get rid of board_early_init · e9a43850
      Haavard Skinnemoen authored
      board_early_init() is left over from some early prototyping work
      where we had to initialize the SDRAM controller ourselves. This
      depends on the kernel being loaded into static RAM, which just
      isn't possible on any commercially available products today.
      
      In order to run without a boot loader, we need to create a zImage
      stub or have the debugger initialize the SDRAM for us (for really
      low-level debugging)
      Signed-off-by: default avatarHaavard Skinnemoen <hskinnemoen@atmel.com>
      e9a43850
    • Linus Torvalds's avatar
      Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 · d1ed6a3e
      Linus Torvalds authored
      * master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6:
        [NETLABEL]: Fix build failure.
        [IPV6]: Give sit driver an appropriate module alias.
        [IPV6]: Add ndisc_netdev_notifier unregister.
        [NET]: __alloc_pages() failures reported due to fragmentation
        [PKTGEN]: TCI endianness fixes
        [TG3]: Fix 2nd ifup failure on 5752M.
        [NETFILTER] bug: skb->protocol is already net-endian
        [NETFILTER] bug: nfulnl_msg_config_mode ->copy_range is 32bit
        [NETFILTER] bug: NFULA_CFG_QTHRESH uses 32bit
        [IPV6]: Fix ECN bug on big-endian
        [IPX]: Annotate and fix IPX checksum
        [IPX]: Trivial parts of endianness annotations
      d1ed6a3e
    • David S. Miller's avatar
      [SPARC]: Fix robust futex syscalls and wire up migrate_pages. · 59359ff8
      David S. Miller authored
      When I added the entries for the robust futex syscall entries, I
      forgot to bump NR_SYSCALLS.  The current situation is error-prone
      because NR_SYSCALLS lives in entry.S where the system call limit
      checks are enforced.  Move the definition to asm/unistd.h in order to
      make this mistake much more difficult to make.
      
      And wire up sys_migrate_pages since the powerpc folks implemented the
      compat wrapper for us.
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      59359ff8
    • Paul Moore's avatar
      [NETLABEL]: Fix build failure. · 38c94377
      Paul Moore authored
      > the build with the attached .config failed, make ends with:
      > ...
      > : undefined reference to `cipso_v4_sock_getattr'
      > net/built-in.o: In function `netlbl_socket_getattr':
      
       ...
      
      It looks like I was stupid and made NetLabel depend on CONFIG_NET and not
      CONFIG_INET, the patch below should fix this by making NetLabel depend on
      CONFIG_INET and CONFIG_SECURITY.  Please review and apply for 2.6.19.
      Signed-off-by: default avatarPaul Moore <paul.moore@hp.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      38c94377
  2. 05 Nov, 2006 11 commits
  3. 04 Nov, 2006 5 commits
  4. 03 Nov, 2006 18 commits