zlogger: add bitmap ioctl 81/298181/10 accepted/tizen_8.0_unified tizen_8.0 accepted/tizen/8.0/unified/20231005.094549 accepted/tizen/unified/20230919.091736 tizen_8.0_m2_release
authorMateusz Majewski <m.majewski2@samsung.com>
Fri, 1 Sep 2023 12:54:40 +0000 (14:54 +0200)
committerMateusz Majewski <m.majewski2@samsung.com>
Wed, 13 Sep 2023 12:16:17 +0000 (14:16 +0200)
commitb45b7b8ce199ee408196c6f45dcdb44ec8521708
treef1d104540a19331310d9660a1530532575aca6af
parenteae4146ca96c6b26f27559543dcdc96811fe978d
zlogger: add bitmap ioctl

This allows the client to get the bitmap of "hot" blocks, or the ones
that might have new logs in them. This way the client needn't loop
though the memory that is guaranteed to not have any logs.

Change-Id: I22cd987aed5f95423f89ceb981d29cc9c35a671f
Signed-off-by: Mateusz Majewski <m.majewski2@samsung.com>
include/uapi/linux/zlogger.h
kernel/zlogger/zlogger.c
packaging/linux-tizen-modules-source.spec
tests/zlog_bitmap/Makefile [new file with mode: 0644]
tests/zlog_bitmap/zlog_bitmap.c [new file with mode: 0644]