22 Nov, 2010

1 commit

  • We forgot to use __GFP_HIGHMEM in several __vmalloc() calls.

    In ceph, add the missing flag.

    In fib_trie.c, xfrm_hash.c and request_sock.c, using vzalloc() is
    cleaner and allows using HIGHMEM pages as well.

    Signed-off-by: Eric Dumazet
    Signed-off-by: David S. Miller

    Eric Dumazet
     

29 Jan, 2008

1 commit

  • 2007/11/26, Patrick McHardy :
    > How about also switching vmalloc/get_free_pages to GFP_ZERO
    > and getting rid of the memset entirely while you're at it?
    >

    xfrm_hash: kmalloc + memset conversion to kzalloc
    fix to avoid memset entirely.

    Signed-off-by: Joonwoo Park
    Signed-off-by: Herbert Xu
    Signed-off-by: David S. Miller

    Joonwoo Park
     

14 May, 2007

1 commit


23 Sep, 2006

1 commit