On Wed, 13 Mar 2024 08:21:20 -0300, Guilherme G. Piccoli wrote:
Commit fc663711b944 ("scsi: core: Remove the /proc/scsi/${proc_name} directory earlier") fixed a bug related to modules loading/unloading, by adding a call to scsi_proc_hostdir_rm() on scsi_remove_host(). But that led to a potential duplicate call to the hostdir_rm() routine, since it's also called from scsi_host_dev_release(). That triggered a regression report, which was then fixed by commit be03df3d4bfe ("scsi: core: Fix a procfs host directory removal regression"). The fix just dropped the hostdir_rm() call from dev_release().
[...]
Applied to 6.9/scsi-fixes, thanks!
[1/1] scsi: core: Fix unremoved procfs host directory regression https://git.kernel.org/mkp/scsi/c/f23a4d6e0757