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]
Date:	Tue, 27 May 2014 10:18:36 +0100
From:	Lee Jones <lee.jones@...aro.org>
To:	Arnd Bergmann <arnd@...db.de>
Cc:	linux-arm-kernel@...ts.infradead.org,
	Pawel Moll <pawel.moll@....com>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] ARM: vexpress: refine dependencies for new code

> The versatile express changes for 3.16 introduced a number of
> build regressions for randconfig kernels by not tracking dependencies
> between the components right.
> 
> This patch tries to rectify that:
> 
> * the mach-vexpress code cannot link without the syscfg driver,
>   which in turn needs MFD_VEXPRESS_SYSREG
> * various drivers call devm_regmap_init_vexpress_config(), which
>   has to be exported so it can be used by loadable modules
> * the configuration bus uses OF DT helper functions that are not
>   available to platforms disable CONFIG_OF
> * The sysreg driver exports GPIOs through gpiolib, which can
>   be disabled on some platforms.
> * The clocksource code cannot be built on platforms that don't
>   use modern timekeeping but rely on gettimeoffset.

Where's the diff?

> Signed-off-by: Arnd Bergmann <arnd@...db.de>

[...]

> diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig

For the MFD part:

  Acked-by: Lee Jones <lee.jones@...aro.org>

This patch has a high chance of creating conflicts.  Can someone apply
this to a branch, tag it and sent out a pull-request to the other
maintainers please?

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ