[PATCH v4 0/2] platform/x86: int1092: Fix two bugs in SAR driver

Abdun Nihaal posted 2 patches 16 hours ago
drivers/platform/x86/intel/int1092/intel_sar.c | 32 ++++++++------------------
1 file changed, 10 insertions(+), 22 deletions(-)
[PATCH v4 0/2] platform/x86: int1092: Fix two bugs in SAR driver
Posted by Abdun Nihaal 16 hours ago
The patchset includes two fixes for
- a potential memory leak in sar_probe()
- an information leak in parse_package()

Both patches are compile tested only.

v2->v3:
- Converted into a patch set with two patches
v3->v4:
- Updated commit message of the info leak patch to include the path in
  which kernel memory leaks.

Link to v1: https://patchwork.kernel.org/project/platform-driver-x86/patch/20260707070524.953741-1-nihaal@cse.iitm.ac.in/
Link to v2: https://patchwork.kernel.org/project/platform-driver-x86/patch/20260710052806.100107-1-nihaal@cse.iitm.ac.in/
Link to v3: https://patchwork.kernel.org/project/platform-driver-x86/cover/20260713-platx86-v1-0-c8991bff03a0@cse.iitm.ac.in/

Signed-off-by: Abdun Nihaal <nihaal@cse.iitm.ac.in>
---
Abdun Nihaal (2):
      platform/x86: int1092: Fix potential memory leak in sar_probe()
      platform/x86: int1092: Fix info leak in parse_package()

 drivers/platform/x86/intel/int1092/intel_sar.c | 32 ++++++++------------------
 1 file changed, 10 insertions(+), 22 deletions(-)
---
base-commit: bee763d5f341b99cf472afeb508d4988f62a6ca1
change-id: 20260713-platx86-be6e25a3c9dd

Best regards,
-- 
Abdun Nihaal <nihaal@cse.iitm.ac.in>