Re: [PATCH V4 0/4] Destage gpib drivers

From: Greg KH
Date: Mon Nov 24 2025 - 11:54:02 EST


On Mon, Nov 17, 2025 at 03:40:17PM +0100, Dave Penkler wrote:
> This patch series is for moving the gpib drivers out of the staging area.
>
> Patches 1-3 make some preliminary changes in staging to prepare for the move.
> Patch 4 does the move and completes the destage.
>
> Patch 1: Change // comments in uapi header file
> Patch 2: Remove comment item in TODO file
> Patch 3: Add SPDX syscall note to uapi gpib headers
> Patch 4: Complete the destaging of gpib
> - Remove gpib from Kconfig and Makefile in staging
> - Remove the gpib/uapi directory from include search path in Makefile
> - In the code change the uapi include file paths to <linux/xxx.h>
> - Move the common gpib/uapi headers to include/uapi/linux
> - Move the gpib tree out of staging
> - Delete the word Linux from gpib Kconfig file
> - Add gpib to Kconfig and Makefile in drivers
> - Update MAINTAINERS

Now queued up, nice work!

greg k-h