]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawall...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 11 Sep 2021 21:22:28 +0000 (14:22 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 11 Sep 2021 21:22:28 +0000 (14:22 -0700)
commit521a8a3317cfadc8129265c52d604f914339d244
treee2a5777b12ecb56a30575b836f6c8aa4d88a3977
parentd3d4d5852f1b1a265632b1cf480cfce708896e9d
parent57cb3d4e5bb9c7da890ffbbc607e3fcde525829a
Merge branch 'for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawall/linux

Pull coccinelle updates from Julia Lawall:
 "These changes update some existing semantic patches with
  respect to some recent changes in the kernel.

  Specifically, the change to kvmalloc.cocci searches for
  kfree_sensitive rather than kzfree, and the change to
  use_after_iter.cocci adds list_entry_is_head as a valid
  use of a list iterator index variable after the end of
  the loop"

* 'for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawall/linux:
  scripts: coccinelle: allow list_entry_is_head() to use pos
  coccinelle: api: rename kzfree to kfree_sensitive