08 Nov, 2011

1 commit

  • Cause is a misplaced bracket.

    The code

    strlen(buf+1)

    will be two bytes less than

    strlen(buf)+1

    The +1 is in this code to reserve space for an additional space character.

    [ralf@linux-mips.org: Thomas' original patch fixed the issue only for
    Yosemite but the same bug exists also in Emma.]

    Signed-off-by: Thomas Jarosch
    Patchwork: https://patchwork.linux-mips.org/patch/2861/
    Signed-off-by: Ralf Baechle

    Thomas Jarosch
     

21 Sep, 2011

1 commit


29 Mar, 2011

1 commit


26 Mar, 2011

1 commit


05 Aug, 2010

4 commits


18 Sep, 2009

1 commit


04 Aug, 2009

1 commit

  • They tend to get not updated when files are moved around or copied and
    lack any obvious use. While at it zap some only too obvious comments and
    as per Shinya's suggestion, add a copyright header to extable.c.

    Signed-off-by: Ralf Baechle
    Acked-by: Shinya Kuribayashi
    Acked-by: Thadeu Lima de Souza Cascardo

    Ralf Baechle
     

31 Mar, 2009

1 commit

  • * git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask:
    oprofile: Thou shalt not call __exit functions from __init functions
    cpumask: remove the now-obsoleted pcibus_to_cpumask(): generic
    cpumask: remove cpumask_t from core
    cpumask: convert rcutorture.c
    cpumask: use new cpumask_ functions in core code.
    cpumask: remove references to struct irqaction's mask field.
    cpumask: use mm_cpumask() wrapper: kernel/fork.c
    cpumask: use set_cpu_active in init/main.c
    cpumask: remove node_to_first_cpu
    cpumask: fix seq_bitmap_*() functions.
    cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALL

    Linus Torvalds
     

30 Mar, 2009

5 commits


14 Mar, 2009

1 commit


28 Oct, 2008

10 commits