]> 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)
committerVinod Koul <vkoul@kernel.org>
Wed, 20 Apr 2022 11:54:42 +0000 (17:24 +0530)
commit1038a68514cff96fcdeda543e95593fd51b39516
tree2d59a74da11d82cc161aa3aae9c4cdfc026811fe
parente9f4d9a62c1512d77f89c6eec3aa645e402b276c
dmaengine: idxd: add RO check for wq max_batch_size write

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

Fixes: 37dbf391b3fc ("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>
drivers/dma/idxd/sysfs.c