21 May, 2005

1 commit

  • Some changes that I sent in didn't make 2.6.12-rc4 for some reason. This
    adds them back. We have
    an x86_64 definition of TOP_ADDR
    a reimplementation of the x86_64 csum_partial_copy_from_user
    some syntax fixes in arch/um/kernel/ptrace.c
    removal of a CFLAGS definition in the x86_64 Makefile
    some include changes in the x86_64 ptrace.c and user-offsets.h
    a syntax fix in elf-x86_64.h
    Also moved an include in the i386 and x86_64 Makefiles to make the symlinks
    work, and some small fixes from Al Viro.

    Signed-off-by: Jeff Dike
    Cc:
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Jeff Dike
     

06 May, 2005

1 commit

  • This patch make elh.h a symlink to the new arch-specific include files of the
    form elf-.h, as in the same way already is done for some other
    includes. Also moves Elf-stuff from archparam-.h and elf.h to the
    new elf-.h files.

    Signed-off-by: Bodo Stroesser
    Signed-off-by: Jeff Dike
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Bodo Stroesser