]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
block: print symbolic error name instead of error code
authorChristian Heusel <christian@heusel.eu>
Thu, 11 Jan 2024 23:15:18 +0000 (00:15 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Oct 2024 14:29:01 +0000 (16:29 +0200)
commit0d7ddfc892844d1c6cf7ce72022fa4fcbc489196
treea85442d5c72decdd9414771697d555eae8396a68
parent5740c0fa9367d351972b334919ef10eae8385d3f
block: print symbolic error name instead of error code

[ Upstream commit 25c1772a0493463408489b1fae65cf77fe46cac1 ]

Utilize the %pe print specifier to get the symbolic error name as a
string (i.e "-ENOMEM") in the log message instead of the error code to
increase its readablility.

This change was suggested in
https://lore.kernel.org/all/92972476-0b1f-4d0a-9951-af3fc8bc6e65@suswa.mountain/

Signed-off-by: Christian Heusel <christian@heusel.eu>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Link: https://lore.kernel.org/r/20240111231521.1596838-1-christian@heusel.eu
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Stable-dep-of: 26e197b7f924 ("block: fix potential invalid pointer dereference in blk_add_partition")
Signed-off-by: Sasha Levin <sashal@kernel.org>
block/partitions/core.c