lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Thu, 3 Aug 2017 12:40:20 +0200
From:   Hans de Goede <hdegoede@...hat.com>
To:     Cihangir Akturk <cakturk@...il.com>, gregkh@...uxfoundation.org
Cc:     michael.thayer@...cle.com, devel@...verdev.osuosl.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] staging: vboxvideo: select DRM_TTM

Hi,

On 01-08-17 20:05, Cihangir Akturk wrote:
> vboxvideo code uses various ttm_* functions, so it needs
> "drivers/gpu/drm/ttm/*" to be built. In order to build these objects
> select DRM_TTM.
> 
> This commit fixes "ttm_*" undefined build errors.
> 
> Signed-off-by: Cihangir Akturk <cakturk@...il.com>

Thank you for doing this, I had this on my todo list but I was
travelling:

Acked-by: Hans de Goede <hdegoede@...hat.com>

Regards,

Hans


> ---
>   drivers/staging/vboxvideo/Kconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/staging/vboxvideo/Kconfig b/drivers/staging/vboxvideo/Kconfig
> index f89f931..1f4182e 100644
> --- a/drivers/staging/vboxvideo/Kconfig
> +++ b/drivers/staging/vboxvideo/Kconfig
> @@ -2,6 +2,7 @@ config DRM_VBOXVIDEO
>   	tristate "Virtual Box Graphics Card"
>   	depends on DRM && X86 && PCI
>   	select DRM_KMS_HELPER
> +	select DRM_TTM
>   	select GENERIC_ALLOCATOR
>   	help
>   	  This is a KMS driver for the virtual Graphics Card used in
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ