Re: [cocci] [PATCH RESEND 0/3] scripts: coccicheck: document debug log handling
Julia Lawall <[email protected]> Sat, 21 Feb 2026 17:40:33 +0100 (CET)
| Newsgroups | fr.inria.cocci,org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel,org.kernel.vger.workflows |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 7 Jan 2026, Benjamin Philip wrote: > Currently coccicheck prints debug logs to stdout unless a debug file has been > set. This makes it hard to read coccinelle's suggested changes, especially for > someone new to coccicheck. > > This patchset documents this behaviour in both the coccicheck script as well as > in the dev-tools documentation. Additionally, it simplifies some of the logic > for handling debug files. All applied, thanks. julia > > Benjamin Philip (3): > scripts: coccicheck: simplify debug file handling > scripts: coccicheck: warn on unset debug file > Documentation: Coccinelle: document debug log handling > > Documentation/dev-tools/coccinelle.rst | 21 ++++++++++++++++----- > scripts/coccicheck | 21 +++++++++++++-------- > 2 files changed, 29 insertions(+), 13 deletions(-) > > -- > 2.52.0 > >