diff options
author | Pintu Kumar <quic_pintu@quicinc.com> | 2024-10-01 20:53:58 +0300 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2024-11-08 01:38:07 +0300 |
commit | 91d0ec834786a4c9e1e0c55f0fffc8c82cd66cd7 (patch) | |
tree | 52c5eacaf88c30d515647f86579087aed93d1517 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | b7fc16a16b0850e41b88eae0edfa4c085c012347 (diff) | |
download | linux-91d0ec834786a4c9e1e0c55f0fffc8c82cd66cd7.tar.xz |
zsmalloc: replace kmap_atomic with kmap_local_page
The use of kmap_atomic/kunmap_atomic is deprecated. Replace it will
kmap_local_page/kunmap_local all over the place. Also fix SPDX missing
license header.
WARNING: Missing or malformed SPDX-License-Identifier tag in line 1
WARNING: Deprecated use of 'kmap_atomic', prefer 'kmap_local_page' instead
+ vaddr = kmap_atomic(page);
Link: https://lkml.kernel.org/r/20241001175358.12970-1-quic_pintu@quicinc.com
Signed-off-by: Pintu Kumar <quic_pintu@quicinc.com>
Cc: Joe Perches <joe@perches.com>
Cc: Minchan Kim <minchan@kernel.org>
Cc: Pintu Agarwal <pintu.ping@gmail.com>
Cc: Sergey Senozhatsky <senozhatsky@chromium.org>
Cc: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions