arm64: perf: Convert snprintf to sysfs_emit
authorTian Tao <tiantao6@hisilicon.com>
Thu, 20 May 2021 07:59:45 +0000 (15:59 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Jul 2021 14:55:52 +0000 (16:55 +0200)
commitd0214b841c1da353918d9e4e7f7b8c05a5d7901b
tree4736a82f64dcec8db484be688636adecc3885c7a
parentaddcb6bb584aef558ecab13c45bec0cd1bc3efb3
arm64: perf: Convert snprintf to sysfs_emit

[ Upstream commit a5740e955540181f4ab8f076cc9795c6bbe4d730 ]

Use sysfs_emit instead of snprintf to avoid buf overrun,because in
sysfs_emit it strictly checks whether buf is null or buf whether
pagesize aligned, otherwise it returns an error.

Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
Link: https://lore.kernel.org/r/1621497585-30887-1-git-send-email-tiantao6@hisilicon.com
Signed-off-by: Will Deacon <will@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/kernel/perf_event.c