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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <DB3PR0402MB3916931E7D13EB0657A5C226F5690@DB3PR0402MB3916.eurprd04.prod.outlook.com>
Date:   Fri, 8 Feb 2019 10:58:41 +0000
From:   Anson Huang <anson.huang@....com>
To:     Alexandre Belloni <alexandre.belloni@...tlin.com>,
        "linux-rtc@...r.kernel.org" <linux-rtc@...r.kernel.org>
CC:     "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH] rtc: imx-sc: depend on HAVE_ARM_SMCCC



Best Regards!
Anson Huang

> -----Original Message-----
> From: Alexandre Belloni [mailto:alexandre.belloni@...tlin.com]
> Sent: 2019年2月8日 18:06
> To: linux-rtc@...r.kernel.org
> Cc: Anson Huang <anson.huang@....com>; linux-kernel@...r.kernel.org;
> Alexandre Belloni <alexandre.belloni@...tlin.com>
> Subject: [PATCH] rtc: imx-sc: depend on HAVE_ARM_SMCCC
> 
> Fix the following build issue:
> 
> drivers/rtc/rtc-imx-sc.o: In function `imx_sc_rtc_set_time':
> >> rtc-imx-sc.c:(.text+0x212): undefined reference to `__arm_smccc_smc'
> 
> Fixes: 13a929f38ad7 ("rtc: imx-sc: add rtc set time support")
> Signed-off-by: Alexandre Belloni <alexandre.belloni@...tlin.com>
> ---
>  drivers/rtc/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index
> faa9ae1a3062..8f6735e0ff14 100644
> --- a/drivers/rtc/Kconfig
> +++ b/drivers/rtc/Kconfig
> @@ -1698,6 +1698,7 @@ config RTC_DRV_SNVS
> 
>  config RTC_DRV_IMX_SC
>  	depends on IMX_SCU
> +	depends on HAVE_ARM_SMCCC
>  	tristate "NXP i.MX System Controller RTC support"
>  	help
>  	   If you say yes here you get support for the NXP i.MX System
> --
> 2.20.1

Sorry for the mistake.

Reviewed-by: Anson Huang <Anson.Huang@....com>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ