diff options
author | 2025-02-27 16:05:46 +0100 | |
---|---|---|
committer | 2025-03-04 08:53:50 +0100 | |
commit | 4b183dd9359d5772446cb634b12a383bed98c4fc (patch) | |
tree | c5b9aeb020b02377cc3e09751e12f33f7d39b5da /scripts/generate_rust_analyzer.py | |
parent | mm: slub: call WARN() when detecting a slab corruption (diff) | |
download | wireguard-linux-4b183dd9359d5772446cb634b12a383bed98c4fc.tar.xz wireguard-linux-4b183dd9359d5772446cb634b12a383bed98c4fc.zip |
mm, slab: cleanup slab_bug() parameters
slab_err() has variadic printf arguments but instead of passing them to
slab_bug() it does vsnprintf() to a buffer and passes %s, buf.
To allow passing them directly, turn slab_bug() to __slab_bug() with a
va_list parameter, and slab_bug() a wrapper with fmt, ... parameters.
Then slab_err() can call __slab_bug() without the intermediate buffer.
Also constify fmt everywhere, which also simplifies object_err()'s
call to slab_bug().
Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
Reviewed-by: Harry Yoo <harry.yoo@oracle.com>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions