Patch "media: atomisp: fix videobuf2 Kconfig depenendency" has been added to the 6.2-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    media: atomisp: fix videobuf2 Kconfig depenendency

to the 6.2-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     media-atomisp-fix-videobuf2-kconfig-depenendency.patch
and it can be found in the queue-6.2 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit e572f7f7435d8b02fdbd27df634176b10d252837
Author: Arnd Bergmann <arnd@xxxxxxxx>
Date:   Wed Jan 4 09:21:36 2023 +0100

    media: atomisp: fix videobuf2 Kconfig depenendency
    
    [ Upstream commit be94be1b7fc7e51f9ccef20a0ef76583587275f3 ]
    
    The recent conversion missed the Kconfig bit, so it can now
    end up in a link error on randconfig builds:
    
    ld.lld: error: undefined symbol: vb2_vmalloc_memops
    >>> referenced by atomisp_fops.c
    >>>               drivers/staging/media/atomisp/pci/atomisp_fops.o:(atomisp_open) in archive vmlinux.a
    
    Link: https://lore.kernel.org/r/20230104082212.3770415-1-arnd@xxxxxxxxxx
    
    Fixes: cb48ae89be3b ("media: atomisp: Convert to videobuf2")
    Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
    Tested-by: Andy Shevchenko <andy@xxxxxxxxxx>
    Signed-off-by: Hans de Goede <hdegoede@xxxxxxxxxx>
    Signed-off-by: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/staging/media/atomisp/Kconfig b/drivers/staging/media/atomisp/Kconfig
index 2c8d7fdcc5f7a..c9bff98e5309a 100644
--- a/drivers/staging/media/atomisp/Kconfig
+++ b/drivers/staging/media/atomisp/Kconfig
@@ -14,7 +14,7 @@ config VIDEO_ATOMISP
 	depends on VIDEO_DEV && INTEL_ATOMISP
 	depends on PMIC_OPREGION
 	select IOSF_MBI
-	select VIDEOBUF_VMALLOC
+	select VIDEOBUF2_VMALLOC
 	select VIDEO_V4L2_SUBDEV_API
 	help
 	  Say Y here if your platform supports Intel Atom SoC



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux