]> git.baikalelectronics.ru Git - kernel.git/commit
dmaengine: idxd: add RO check for wq max_batch_size write
authorDave Jiang <dave.jiang@intel.com>
Mon, 11 Apr 2022 22:08:55 +0000 (15:08 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 27 Apr 2022 12:38:54 +0000 (14:38 +0200)
commit98d0a94b6dbe723986543bc2e1b17c5ae3737006
treeb23479b315c14493d8f86a97d0b66262d6fe52a2
parentd9a8057fa24d8ddbe777e88f6f2c2515eaadd802
dmaengine: idxd: add RO check for wq max_batch_size write

[ Upstream commit 819531ab1e5ad4b16add093da511e27270821f45 ]

Block wq_max_batch_size_store() when the device is configured as read-only
and not configurable.

Fixes: 8aad2a7bb93b ("dmaengine: idxd: add support for configurable max wq batch size")
Reported-by: Bernice Zhang <bernice.zhang@intel.com>
Tested-by: Bernice Zhang <bernice.zhang@intel.com>
Signed-off-by: Dave Jiang <dave.jiang@intel.com>
Link: https://lore.kernel.org/r/164971493551.2201159.1942042593642155209.stgit@djiang5-desk3.ch.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/dma/idxd/sysfs.c