Commits

Darrick J. Wong committed ddf2f45b334
xfs: fix kernel memory exposure problems [ Upstream commit bf9216f922612d2db7666aae01e65064da2ffb3a ] Fix a memory exposure problems in inumbers where we allocate an array of structures with holes, fail to zero the holes, then blindly copy the kernel memory contents (junk and all) into userspace. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Sasha Levin <alexander.levin@verizon.com>