mbox

[PULL,linux-aws] Disable many ACPI features, Nouveau, gpiolib, pinctrl

Message ID 20170508205226.GA5969@whence.com
State New
Headers show

Pull-request

git://git.launchpad.net/~kamalmostafa/ubuntu/+source/linux/+git/linux-aws disable-acpi

Message

Kamal Mostafa May 8, 2017, 8:52 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1689372
BugLink: https://bugs.launchpad.net/bugs/1689373
BugLink: https://bugs.launchpad.net/bugs/1689374

Colin King has demonstrated measurable boot speed improvements (up to 3%)
by disabling many ACPI features not used by cloud kernels.  That work also
allows us to unhook additional unused subsystems (Nouveau, gpiolib, pincntrl).
Disk space utilization of the kernel is reduced:
  /boot by ~200KB
  /lib/modules by ~170 Kb

Note that a 'Start new release' commit is also included here, since the
disabled modules need to be removed from the (proper) ABI.

 -Kamal


The following changes since commit 29bf0afe5437647e28067a439f8f075de20a6ec8:

  UBUNTU: Ubuntu-aws-4.4.0-1017.26 (2017-04-28 11:38:59 -0300)

are available in the git repository at:

  git://git.launchpad.net/~kamalmostafa/ubuntu/+source/linux/+git/linux-aws disable-acpi

for you to fetch changes up to f852993099310f42f2694fd77a7e4bc5c0013723:

  UBUNTU: [config] AWS: disable assorted ACPI features (2017-05-08 12:16:45 -0700)

----------------------------------------------------------------
Colin Ian King (1):
      UBUNTU: [config] AWS: disable assorted ACPI features

Kamal Mostafa (4):
      UBUNTU: Start new release
      UBUNTU: [config] AWS: disable INTEL_LPSS, AMD_PLATFORM, PINCTRL
      UBUNTU: [config] AWS: disable GPIOLIB
      UBUNTU: [config] AWS: disable NOUVEAU

 debian.aws/abi/4.4.0-1016.25/abiname               |     1 -
 debian.aws/abi/4.4.0-1016.25/amd64/aws             | 15070 -------------------
 debian.aws/abi/4.4.0-1017.26/abiname               |     1 +
 debian.aws/abi/4.4.0-1017.26/amd64/aws             | 15070 +++++++++++++++++++
 .../amd64/aws.compiler                             |     0
 .../amd64/aws.modules                              |   200 +-
 .../abi/{4.4.0-1016.25 => 4.4.0-1017.26}/fwinfo    |     0
 debian.aws/changelog                               |     8 +
 debian.aws/config/annotations                      |     2 -
 debian.aws/config/config.common.ubuntu             |   240 +-
 10 files changed, 15197 insertions(+), 15395 deletions(-)
 delete mode 100644 debian.aws/abi/4.4.0-1016.25/abiname
 delete mode 100644 debian.aws/abi/4.4.0-1016.25/amd64/aws
 create mode 100644 debian.aws/abi/4.4.0-1017.26/abiname
 create mode 100644 debian.aws/abi/4.4.0-1017.26/amd64/aws
 rename debian.aws/abi/{4.4.0-1016.25 => 4.4.0-1017.26}/amd64/aws.compiler (100%)
 rename debian.aws/abi/{4.4.0-1016.25 => 4.4.0-1017.26}/amd64/aws.modules (99%)
 rename debian.aws/abi/{4.4.0-1016.25 => 4.4.0-1017.26}/fwinfo (100%)

Comments

Marcelo Henrique Cerri May 11, 2017, 12:58 p.m. UTC | #1

Marcelo Henrique Cerri May 11, 2017, 1:13 p.m. UTC | #2

Seth Forshee May 11, 2017, 2:56 p.m. UTC | #3
On Mon, May 08, 2017 at 01:52:28PM -0700, Kamal Mostafa wrote:
> BugLink: https://bugs.launchpad.net/bugs/1689372
> BugLink: https://bugs.launchpad.net/bugs/1689373
> BugLink: https://bugs.launchpad.net/bugs/1689374
> 
> Colin King has demonstrated measurable boot speed improvements (up to 3%)
> by disabling many ACPI features not used by cloud kernels.  That work also
> allows us to unhook additional unused subsystems (Nouveau, gpiolib, pincntrl).
> Disk space utilization of the kernel is reduced:
>   /boot by ~200KB
>   /lib/modules by ~170 Kb
> 
> Note that a 'Start new release' commit is also included here, since the
> disabled modules need to be removed from the (proper) ABI.

Acked-by: Seth Forshee <seth.forshee@canonical.com>
Thadeu Lima de Souza Cascardo May 17, 2017, 1:17 p.m. UTC | #4
Applied to aws master branch.

Thanks.
Cascardo.