kernel_samsung_a53x/fs/ceph
ethanwu 4765afab38 ceph: fix incorrect kmalloc size of pagevec mempool
[ Upstream commit 03230edb0bd831662a7c08b6fef66b2a9a817774 ]

The kmalloc size of pagevec mempool is incorrectly calculated.
It misses the size of page pointer and only accounts the number for the array.

Fixes: a0102bda5bc0 ("ceph: move sb->wb_pagevec_pool to be a global mempool")
Signed-off-by: ethanwu <ethanwu@synology.com>
Reviewed-by: Xiubo Li <xiubli@redhat.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-11-23 23:20:18 +01:00
..
acl.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
addr.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cache.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cache.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
caps.c ceph: prevent use-after-free in encode_cap_msg() 2024-11-18 12:13:33 +01:00
ceph_frag.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
debugfs.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dir.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
export.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
file.c ceph: fix type promotion bug on 32bit systems 2024-11-08 11:25:50 +01:00
inode.c ceph: fix incorrect revoked caps assert in ceph_fill_file_size() 2024-11-08 11:25:50 +01:00
io.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
io.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ioctl.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ioctl.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Kconfig Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
locks.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Makefile Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mds_client.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mds_client.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mdsmap.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
metric.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
metric.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
quota.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
snap.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
strings.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
super.c ceph: fix incorrect kmalloc size of pagevec mempool 2024-11-23 23:20:18 +01:00
super.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
util.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
xattr.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00