diff options
author | Matthew Brost <matthew.brost@intel.com> | 2024-08-20 22:38:08 +0300 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2024-08-20 22:38:39 +0300 |
commit | 9b59a85a84dc37ca4f2c54df5e06aff4c1eae5d3 (patch) | |
tree | 9496451c0f49e63b8fdb2e41fad0adab9368be48 /tools/perf/scripts/python/syscall-counts.py | |
parent | 8dffaec34dd55473adcbc924a4c9b04aaa0d4278 (diff) | |
download | linux-9b59a85a84dc37ca4f2c54df5e06aff4c1eae5d3.tar.xz |
workqueue: Don't call va_start / va_end twice
Calling va_start / va_end multiple times is undefined and causes
problems with certain compiler / platforms.
Change alloc_ordered_workqueue_lockdep_map to a macro and updated
__alloc_workqueue to take a va_list argument.
Cc: Sergey Senozhatsky <senozhatsky@chromium.org>
Cc: Tejun Heo <tj@kernel.org>
Cc: Lai Jiangshan <jiangshanlai@gmail.com>
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions