[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250916144811.1799687-1-huangchenghai2@huawei.com>
Date: Tue, 16 Sep 2025 22:48:07 +0800
From: Chenghai Huang <huangchenghai2@...wei.com>
To: <gregkh@...uxfoundation.org>, <zhangfei.gao@...aro.org>,
<wangzhou1@...ilicon.com>
CC: <linux-kernel@...r.kernel.org>, <linux-crypto@...r.kernel.org>,
<linuxarm@...neuler.org>, <fanghao11@...wei.com>, <shenyang39@...wei.com>,
<liulongfang@...wei.com>, <qianweili@...wei.com>
Subject: [PATCH v2 0/4] uacce: driver fixes for memory leaks and state management
This patch series addresses several issues in the uacce:
1.Memory leak fix when device registration fails.
2.Fix sysfs file creation conditions.
3.Add error reporting for unsupported mremap operations.
4.Ensuring safe queue release with proper state management.
---
Changes in v2:
- Use cdev_init to allocate cdev memory to ensure that memory leaks
are avoided.
- Supplement the reason for intercepting the remapping operation.
- Add "cc: stable@...r.kernel.org" to paths with fixed.
- Link to v2: https://lore.kernel.org/all/20250822103904.3776304-1-huangchenghai2@huawei.com/
Chenghai Huang (2):
uacce: fix isolate sysfs check condition
uacce: ensure safe queue release with state management
Wenkai Lin (1):
uacce: fix for cdev memory leak
Yang Shen (1):
uacce: implement mremap in uacce_vm_ops to return -EPERM
drivers/misc/uacce/uacce.c | 49 +++++++++++++++++++++++++-------------
include/linux/uacce.h | 2 +-
2 files changed, 33 insertions(+), 18 deletions(-)
--
2.33.0
Powered by blists - more mailing lists