Whamcloud - gitweb
LU-18184 llog: llog_process() with struct llog_process_data 13/56213/6
authorShaun Tancheff <shaun.tancheff@hpe.com>
Fri, 6 Sep 2024 16:34:10 +0000 (23:34 +0700)
committerOleg Drokin <green@whamcloud.com>
Mon, 9 Dec 2024 06:09:23 +0000 (06:09 +0000)
commitdb86ea7871676828f6cdbe913ee8641b4b61b661
tree3e96d42cb0b4f2eef2c0468421f820e9a5512262
parent155cf6d41dacc82d003367cd0df369ead420bca8
LU-18184 llog: llog_process() with struct llog_process_data

BUG: KASAN: global-out-of-bounds in \
llog_process_or_fork+0xd0e/0xd60 [obdclass]

Calling llog_process 4th argument must be either NULL or
struct llog_process_data

Test-Parameters: trivial testlist=sanity env=ONLY="60a"
Signed-off-by: Shaun Tancheff <shaun.tancheff@hpe.com>
Change-Id: Iff4848365b5123df25d90811412a43307a115214
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/56213
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Mikhail Pershin <mpershin@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Reviewed-by: Etienne AUJAMES <eaujames@ddn.com>
lustre/kunit/llog_test.c