05 Jun, 2017

1 commit


28 Jan, 2017

1 commit

  • The definition of WARN_ON being used by the radix tree test suite was
    deficient in two ways: it did not provide a return value, and it stopped
    execution instead of continuing. This version of WARN_ON tells you
    which file & line the assertion was triggered in.

    Signed-off-by: Matthew Wilcox

    Matthew Wilcox
     

15 Dec, 2016

1 commit

  • Patch series "Radix tree patches for 4.10", v3.

    Mostly these are improvements; the only bug fixes in here relate to
    multiorder entries (which are unused in the 4.9 tree).

    This patch (of 32):

    The radix tree uses its own buggy WARN_ON_ONCE. Replace it with the
    definition from asm-generic/bug.h

    Link: http://lkml.kernel.org/r/1480369871-5271-37-git-send-email-mawilcox@linuxonhyperv.com
    Signed-off-by: Matthew Wilcox
    Tested-by: Kirill A. Shutemov
    Cc: Konstantin Khlebnikov
    Cc: Ross Zwisler
    Cc: Matthew Wilcox
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Matthew Wilcox
     

13 Jul, 2016

1 commit


09 May, 2015

13 commits


13 Jan, 2014

2 commits

  • Since it uses unlikely() macro inside WARN()

    Signed-off-by: Namhyung Kim
    Cc: Frederic Weisbecker
    Cc: Ingo Molnar
    Cc: Jiri Olsa
    Cc: Namhyung Kim
    Cc: Steven Rostedt
    Link: http://lkml.kernel.org/r/1389276059-8829-5-git-send-email-namhyung@kernel.org
    Signed-off-by: Arnaldo Carvalho de Melo

    Namhyung Kim
     
  • So that it can be shared with others like libtraceevent.

    Signed-off-by: Namhyung Kim
    Cc: Frederic Weisbecker
    Cc: Ingo Molnar
    Cc: Jiri Olsa
    Cc: Namhyung Kim
    Cc: Steven Rostedt
    Link: http://lkml.kernel.org/r/1389276059-8829-4-git-send-email-namhyung@kernel.org
    [ Added the new header to tools/perf/MANIFEST ]
    Signed-off-by: Arnaldo Carvalho de Melo

    Namhyung Kim