mbox series

[0/2,E/master] arm64: enable ARCH_MESON

Message ID 1563548068-10825-1-git-send-email-paolo.pisati@canonical.com
Headers show
Series arm64: enable ARCH_MESON | expand

Message

Paolo Pisati July 19, 2019, 2:54 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1820530

Impact:

Enable ARCH_MESON for arm64 as we already do in armhf.

Fix:

Apply the attached patches.

How to test:

Boot the patched kernel on a support MESON board.

Regression potential:

Low - the patch is enabling an architecture alreay enabled in upstream
defconfig for a while.

Paolo Pisati (2):
  UBUNTU: [Config] enable ARCH_MESON
  UBUNTU: remove missing module

 .../abi/5.2.0-7.8/armhf/generic.modules       |  1 -
 .../config/arm64/config.common.arm64          |  2 +-
 .../config/armhf/config.common.armhf          |  2 +-
 debian.master/config/config.common.ubuntu     | 19 +++++++++++++++++--
 4 files changed, 19 insertions(+), 5 deletions(-)

Comments

Seth Forshee July 26, 2019, 8:50 p.m. UTC | #1
On Fri, Jul 19, 2019 at 04:54:26PM +0200, Paolo Pisati wrote:
> BugLink: https://bugs.launchpad.net/bugs/1820530
> 
> Impact:
> 
> Enable ARCH_MESON for arm64 as we already do in armhf.
> 
> Fix:
> 
> Apply the attached patches.
> 
> How to test:
> 
> Boot the patched kernel on a support MESON board.
> 
> Regression potential:
> 
> Low - the patch is enabling an architecture alreay enabled in upstream
> defconfig for a while.

Applied these patches to eoan/master-next and unstable/master. I also
added a commit updating the annotations. Thanks!