1. 25 11月, 2019 6 次提交
  2. 22 11月, 2019 1 次提交
  3. 17 11月, 2019 14 次提交
  4. 16 11月, 2019 1 次提交
  5. 15 11月, 2019 3 次提交
  6. 14 11月, 2019 1 次提交
  7. 12 11月, 2019 1 次提交
  8. 11 11月, 2019 1 次提交
  9. 07 11月, 2019 2 次提交
  10. 06 11月, 2019 2 次提交
  11. 03 11月, 2019 1 次提交
  12. 02 11月, 2019 2 次提交
    • M
      idr: Fix idr_get_next_ul race with idr_remove · 5a74ac4c
      Matthew Wilcox (Oracle) 提交于
      Commit 5c089fd0 ("idr: Fix idr_get_next race with idr_remove")
      neglected to fix idr_get_next_ul().  As far as I can tell, nobody's
      actually using this interface under the RCU read lock, but fix it now
      before anybody decides to use it.
      
      Fixes: 5c089fd0 ("idr: Fix idr_get_next race with idr_remove")
      Signed-off-by: NMatthew Wilcox (Oracle) <willy@infradead.org>
      5a74ac4c
    • D
      lib/list-test: add a test for the 'list' doubly linked list · ea2dd7c0
      David Gow 提交于
      Add a KUnit test for the kernel doubly linked list implementation in
      include/linux/list.h
      
      Each test case (list_test_x) is focused on testing the behaviour of the
      list function/macro 'x'. None of the tests pass invalid lists to these
      macros, and so should behave identically with DEBUG_LIST enabled and
      disabled.
      
      Note that, at present, it only tests the list_ types (not the
      singly-linked hlist_), and does not yet test all of the
      list_for_each_entry* macros (and some related things like
      list_prepare_entry).
      
      Ignoring checkpatch.pl spurious errors related to its handling of for_each
      and other list macros. checkpatch.pl expects anything with for_each in its
      name to be a loop and expects that the open brace is placed on the same
      line as for a for loop. In this case, test case naming scheme includes
      name of the macro it is testing, which results in the spurious errors.
      Commit message updated by Shuah Khan <skhan@linuxfoundation.org>
      Signed-off-by: NDavid Gow <davidgow@google.com>
      Reviewed-by: NBrendan Higgins <brendanhiggins@google.com>
      Tested-by: NBrendan Higgins <brendanhiggins@google.com>
      Signed-off-by: NShuah Khan <skhan@linuxfoundation.org>
      ea2dd7c0
  13. 01 11月, 2019 1 次提交
  14. 30 10月, 2019 2 次提交
  15. 28 10月, 2019 1 次提交
  16. 23 10月, 2019 1 次提交