diff options
author | Jonathan Lassoff <[email protected]> | 2022-04-29 14:38:02 -0700 |
---|---|---|
committer | akpm <[email protected]> | 2022-04-29 14:38:02 -0700 |
commit | e057aaec34ae7534ac8f5cc4f880aa7de8402852 (patch) | |
tree | 8c38d829fa8bfc8764bc6bdde55f7382ff985eb4 /scripts/bpf_doc.py | |
parent | 3fbb6b784acb4f308e2bc93dbc57761e8b6d9e80 (diff) |
fatfs: add FAT messages to printk index
In order for end users to quickly react to new issues that come up in
production, it is proving useful to leverage the printk indexing system.
This printk index enables kernel developers to use calls to printk() with
changeable ad-hoc format strings (as they always have; no change of
expectations), while enabling end users to examine format strings to
detect changes.
Since end users are using regular expressions to match messages printed
through printk(), being able to detect changes in chosen format strings
from release to release provides a useful signal to review
printk()-matching regular expressions for any necessary updates.
So that detailed FAT messages are captured by this printk index, this
patch wraps fat_msg with a macro.
[[email protected]: coding-style cleanups]
Link: https://lkml.kernel.org/r/8aaa2dd7995e820292bb40d2120ab69756662c65.1648688136.git.jof@thejof.com
Signed-off-by: Jonathan Lassoff <[email protected]>
Acked-by: OGAWA Hirofumi <[email protected]>
Reviewed-by: Petr Mladek <[email protected]>
Tested-by: Petr Mladek <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'scripts/bpf_doc.py')
0 files changed, 0 insertions, 0 deletions