[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200127235356.122031-1-brendanhiggins@google.com>
Date: Mon, 27 Jan 2020 15:53:51 -0800
From: Brendan Higgins <brendanhiggins@...gle.com>
To: jdike@...toit.com, richard@....at, anton.ivanov@...bridgegreys.com,
Kevin Hilman <khilman@...nel.org>, Nishanth Menon <nm@...com>,
Richard Cochran <richardcochran@...il.com>,
Philipp Zabel <p.zabel@...gutronix.de>,
"David S . Miller" <davem@...emloft.net>,
Michal Simek <michal.simek@...inx.com>,
Andrew Lunn <andrew@...n.ch>,
Robert Hancock <hancock@...systems.ca>,
Esben Haabendal <esben@...nix.com>,
Thomas Gleixner <tglx@...utronix.de>,
Radhey Shyam Pandey <radhey.shyam.pandey@...inx.com>
Cc: linux-um@...ts.infradead.org, linux-kernel@...r.kernel.org,
davidgow@...gle.com, heidifahim@...gle.com,
Brendan Higgins <brendanhiggins@...gle.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
netdev@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-pm@...r.kernel.org
Subject: [PATCH v1 0/5] uml: add more unspecified HAS_IOMEM dependencies
# TL;DR
This patchset adds a missing HAS_IOMEM dependency to several drivers in
an attempt to get allyesconfig closer to working for ARCH=um. Although I
had caught all the broken ones in early 5.5[1], some new ones have
broken since then.
# What am I trying to do?
This patchset is part of my attempt to get `make ARCH=um allyesconfig`
to produce a config that will build *and* boot to init, so that I can
use it as a mechanism to run tests[2].
# Why won't allyesconfig break again after this series of fixes?
Well, in short, it will break again; however, as I mentioned above, I am
using UML for testing the kernel, and I am currently working on getting
my tests to run on KernelCI. As part of our testing procedure for
KernelCI, we are planning on building a UML kernel using allyesconfig
and running our tests on it. Thus, we will find out very quickly once
someone breaks allyesconfig again once we get this all working. So this
will keep breaking until we have a build test on KernelCI running, but
we will need to send out these fixes anyway.
Brendan Higgins (5):
net: axienet: add unspecified HAS_IOMEM dependency
reset: brcmstb-rescal: add unspecified HAS_IOMEM dependency
reset: intel: add unspecified HAS_IOMEM dependency
ptp: 1588_clock_ines: add unspecified HAS_IOMEM dependency
power: avs: qcom-cpr: add unspecified HAS_IOMEM dependency
drivers/net/ethernet/xilinx/Kconfig | 1 +
drivers/power/avs/Kconfig | 2 +-
drivers/ptp/Kconfig | 1 +
drivers/reset/Kconfig | 3 ++-
4 files changed, 5 insertions(+), 2 deletions(-)
[1] https://lore.kernel.org/lkml/20191211192742.95699-1-brendanhiggins@google.com/
[2] https://bugzilla.kernel.org/show_bug.cgi?id=205223
--
2.25.0.341.g760bfbb309-goog
Powered by blists - more mailing lists