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] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 4 Apr 2017 08:52:39 +0800
From:   Bamvor Zhang Jian <bamvor.zhangjian@...aro.org>
To:     Fathi Boudra <fathi.boudra@...aro.org>
Cc:     linux-kselftest@...r.kernel.org, Shuah Khan <shuah@...nel.org>,
        lkml <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v2] selftests: gpio: add config fragment for gpio-mockup

Hi,

On 31 March 2017 at 16:41, Fathi Boudra <fathi.boudra@...aro.org> wrote:
> The gpio test requires to insert the gpio mockup module (CONFIG_GPIO_MOCKUP).
> The gpio mockup driver depends on gpiolib (CONFIG_GPIOLIB).
> CONFIG_GPIO_SYSFS is selected automatically by the gpio mockup driver.
>
> Tested on x86_64 and arm64 with defconfig and kselftest-merge.
>
> Signed-off-by: Fathi Boudra <fathi.boudra@...aro.org>
Reviewed-by: Bamvor Jian Zhang <bamvor.zhangjian@...aro.org>
> ---
>
> Changes in v2:
>  * Per Bamvor Zhang Jian review, add gpiolib dependency (CONFIG_GPIOLIB).
>    Skipped CONFIG_DEBUG_GPIO as it isn't necessary, and CONFIG_GPIO_SYSFS
>    as it's selected automatically by the gpio mockup driver.
>
>  tools/testing/selftests/gpio/config | 2 ++
>  1 file changed, 2 insertions(+)
>  create mode 100644 tools/testing/selftests/gpio/config
>
> diff --git a/tools/testing/selftests/gpio/config b/tools/testing/selftests/gpio/config
> new file mode 100644
> index 000000000000..abaa6902b7b6
> --- /dev/null
> +++ b/tools/testing/selftests/gpio/config
> @@ -0,0 +1,2 @@
> +CONFIG_GPIOLIB=y
> +CONFIG_GPIO_MOCKUP=m
> --
> 2.11.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ