[PATCH] MAINTAINERS: Update entries for IFS and SBL drivers

Jithu Joseph posted 1 patch 2 months, 3 weeks ago
MAINTAINERS | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
[PATCH] MAINTAINERS: Update entries for IFS and SBL drivers
Posted by Jithu Joseph 2 months, 3 weeks ago
Update the MAINTAINERS file to reflect the following changes for two Intel
platform drivers:

- Tony has agreed to take over maintainership of the Intel In-Field Scan
  (IFS) driver, and is now listed as the new maintainer.
- Remove myself as the maintainer for the Slim BootLoader (SBL) firmware
  update driver and mark it as Orphan. To the best of my knowledge, there
  is no one familiar with SBL who can take over this role.

These changes are being made as I will soon be leaving Intel.

Signed-off-by: Jithu Joseph <jithu.joseph@intel.com>
---
 MAINTAINERS | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index fad6cb025a19..9b90f434101b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12185,9 +12185,8 @@ F:	drivers/dma/idxd/*
 F:	include/uapi/linux/idxd.h
 
 INTEL IN FIELD SCAN (IFS) DEVICE
-M:	Jithu Joseph <jithu.joseph@intel.com>
+M:	Tony Luck <tony.luck@intel.com>
 R:	Ashok Raj <ashok.raj.linux@gmail.com>
-R:	Tony Luck <tony.luck@intel.com>
 S:	Maintained
 F:	drivers/platform/x86/intel/ifs
 F:	include/trace/events/intel_ifs.h
@@ -12527,8 +12526,7 @@ T:	git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
 F:	drivers/net/wireless/intel/iwlwifi/
 
 INTEL WMI SLIM BOOTLOADER (SBL) FIRMWARE UPDATE DRIVER
-M:	Jithu Joseph <jithu.joseph@intel.com>
-S:	Maintained
+S:	Orphan
 W:	https://slimbootloader.github.io/security/firmware-update.html
 F:	drivers/platform/x86/intel/wmi/sbl-fw-update.c
 

base-commit: d7b8f8e20813f0179d8ef519541a3527e7661d3a
-- 
2.34.1
Re: [PATCH] MAINTAINERS: Update entries for IFS and SBL drivers
Posted by Ilpo Järvinen 2 months, 2 weeks ago
On Mon, 14 Jul 2025 09:46:43 -0700, Jithu Joseph wrote:

> Update the MAINTAINERS file to reflect the following changes for two Intel
> platform drivers:
> 
> - Tony has agreed to take over maintainership of the Intel In-Field Scan
>   (IFS) driver, and is now listed as the new maintainer.
> - Remove myself as the maintainer for the Slim BootLoader (SBL) firmware
>   update driver and mark it as Orphan. To the best of my knowledge, there
>   is no one familiar with SBL who can take over this role.
> 
> [...]


Thank you for your contribution, it has been applied to my local
fixes branch. Note it will show up in the public
platform-drivers-x86/fixes branch only once I've pushed my
local branch there, which might take a while.

The list of commits applied:
[1/1] MAINTAINERS: Update entries for IFS and SBL drivers
      commit: e2967b50b709970547b5cdfa1b42526835327f36

--
 i.
Re: [PATCH] MAINTAINERS: Update entries for IFS and SBL drivers
Posted by Luck, Tony 2 months, 3 weeks ago
On Mon, Jul 14, 2025 at 09:46:43AM -0700, Jithu Joseph wrote:
> Update the MAINTAINERS file to reflect the following changes for two Intel
> platform drivers:
> 
> - Tony has agreed to take over maintainership of the Intel In-Field Scan
>   (IFS) driver, and is now listed as the new maintainer.
> - Remove myself as the maintainer for the Slim BootLoader (SBL) firmware
>   update driver and mark it as Orphan. To the best of my knowledge, there
>   is no one familiar with SBL who can take over this role.
> 
> These changes are being made as I will soon be leaving Intel.
> 
> Signed-off-by: Jithu Joseph <jithu.joseph@intel.com>
> ---
>  MAINTAINERS | 6 ++----
>  1 file changed, 2 insertions(+), 4 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index fad6cb025a19..9b90f434101b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -12185,9 +12185,8 @@ F:	drivers/dma/idxd/*
>  F:	include/uapi/linux/idxd.h
>  
>  INTEL IN FIELD SCAN (IFS) DEVICE
> -M:	Jithu Joseph <jithu.joseph@intel.com>
> +M:	Tony Luck <tony.luck@intel.com>

Acked-by: Tony Luck <tony.luck@intel.com>

>  R:	Ashok Raj <ashok.raj.linux@gmail.com>
> -R:	Tony Luck <tony.luck@intel.com>
>  S:	Maintained
>  F:	drivers/platform/x86/intel/ifs
>  F:	include/trace/events/intel_ifs.h
> @@ -12527,8 +12526,7 @@ T:	git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
>  F:	drivers/net/wireless/intel/iwlwifi/
>  
>  INTEL WMI SLIM BOOTLOADER (SBL) FIRMWARE UPDATE DRIVER
> -M:	Jithu Joseph <jithu.joseph@intel.com>
> -S:	Maintained
> +S:	Orphan
>  W:	https://slimbootloader.github.io/security/firmware-update.html
>  F:	drivers/platform/x86/intel/wmi/sbl-fw-update.c
>  
> 
> base-commit: d7b8f8e20813f0179d8ef519541a3527e7661d3a
> -- 
> 2.34.1
>