remoteproc: Fix count check in rproc_coredump_write()
authorAlistair Delva <adelva@google.com>
Wed, 19 Jan 2022 23:21:39 +0000 (23:21 +0000)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Sat, 19 Feb 2022 00:15:05 +0000 (18:15 -0600)
commitf89672cc3681952f2d06314981a6b45f8b0045d1
treeb40e5004f11a4e86e7deac47d32a2d06ff3e431b
parentae6062c4abdbf44c9cbae95805180e2fa1442b57
remoteproc: Fix count check in rproc_coredump_write()

Check count for 0, to avoid a potential underflow. Make the check the
same as the one in rproc_recovery_write().

Fixes: 3afdc59e4390 ("remoteproc: Add coredump debugfs entry")
Signed-off-by: Alistair Delva <adelva@google.com>
Cc: Rishabh Bhatnagar <rishabhb@codeaurora.org>
Cc: stable@vger.kernel.org
Cc: Ohad Ben-Cohen <ohad@wizery.com>
Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
Cc: Mathieu Poirier <mathieu.poirier@linaro.org>
Cc: Sibi Sankar <sibis@codeaurora.org>
Cc: linux-remoteproc@vger.kernel.org
Cc: kernel-team@android.com
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220119232139.1125908-1-adelva@google.com
drivers/remoteproc/remoteproc_debugfs.c