]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'cocci-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawall...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 21 Feb 2026 18:25:42 +0000 (10:25 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 21 Feb 2026 18:25:42 +0000 (10:25 -0800)
commit3544d5ce36f403db6e5c994f526101c870ffe9fe
tree7259b303e612a67a0ce98108a713f49826723848
parent981361604566a28517a518c317943d9b7c392217
parente3a22b532080bf32a4d4eb6172c8cb878123e13c
Merge tag 'cocci-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawall/linux

Pull coccinelle updates from Julia Lawall:
 "This simplifies and clarifies the handling of output generated by
  Coccinelle that is sent to standard error.

  By default, this goes to /dev/null. Remind the user of that and
  encourage them to provide another file name (Benjamin Philip)"

* tag 'cocci-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawall/linux:
  Documentation: Coccinelle: document debug log handling
  scripts: coccicheck: warn on unset debug file
  scripts: coccicheck: simplify debug file handling