mbox series

[GIT,PULL,1/2] defconfig changes for omaps for v5.1

Message ID pull-1550167958-188990@atomide.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,1/2] defconfig changes for omaps for v5.1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.1/defconfig-signed

Message

Tony Lindgren Feb. 14, 2019, 6:13 p.m. UTC
From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.1/defconfig-signed

for you to fetch changes up to a8220ae7e740f8c568bd79ba38b6a3efe13100c1:

  ARM: omap2plus_defconfig: Update for moved options (2019-01-31 10:54:06 -0800)

----------------------------------------------------------------
Defconfig changes for omaps

Drop PROVE_LOCKING as it should not be enabled in the defconfig. It
causes quite a bit overhead as noted in the patch description.

Then let's update omap2plus_defconfig for dropped options and moved
options. That way makesavedefconfig can actually be used to generate
patches against omap2plus_defconfig.

----------------------------------------------------------------
Lukasz Luba (1):
      ARM: omap2plus_defconfig: remove PROVE_LOCKING from defconfig

Tony Lindgren (2):
      ARM: omap2plus_defconfig: Update for dropped options
      ARM: omap2plus_defconfig: Update for moved options

 arch/arm/configs/omap2plus_defconfig | 83 +++++++++++++++++-------------------
 1 file changed, 38 insertions(+), 45 deletions(-)

Comments

Arnd Bergmann Feb. 15, 2019, 3:46 p.m. UTC | #1
On Thu, Feb 14, 2019 at 7:13 PM Tony Lindgren <tony@atomide.com> wrote:

> ----------------------------------------------------------------
> Defconfig changes for omaps
>
> Drop PROVE_LOCKING as it should not be enabled in the defconfig. It
> causes quite a bit overhead as noted in the patch description.
>
> Then let's update omap2plus_defconfig for dropped options and moved
> options. That way makesavedefconfig can actually be used to generate
> patches against omap2plus_defconfig.

Thanks a lot for doing it this thoroughly, pulled into arm/defconfigs,

      Arnd