Re: [PATCH] iommu/vt-d: use kstrtoint_from_user() in dmar_perf_latency_write()
Baolu Lu <[email protected]> Mon, 27 Jul 2026 10:51:26 +0800
| Newsgroups | dev.linux.lists.iommu |
|---|---|
| Message-ID | <[email protected]> |
On 6/24/26 15:08, Dmitry Antipov wrote: > Simplify 'dmar_perf_latency_write()' by using the convenient > 'kstrtoint_from_user()'. > > Signed-off-by: Dmitry Antipov<[email protected]> > --- > drivers/iommu/intel/debugfs.c | 16 ++++------------ > 1 file changed, 4 insertions(+), 12 deletions(-) Queued for v7.3-rc1. Thanks a lot!