~vicamo/+git/ubuntu-kernel:bug-1847451/turbostat-cml/eoan

Last commit made on 2019-11-20
Get this branch:
git clone -b bug-1847451/turbostat-cml/eoan https://git.launchpad.net/~vicamo/+git/ubuntu-kernel
Only You-Sheng Yang can upload to this branch. If you are You-Sheng Yang please log in for upload directions.

Branch merges

Branch information

Name:
bug-1847451/turbostat-cml/eoan
Repository:
lp:~vicamo/+git/ubuntu-kernel

Recent commits

199a6be... by You-Sheng Yang

Bug 1847451: tools/power turbostat: Add Cometlake support

c4595a8... by Chen Yu <email address hidden>

tools/power turbostat: Add Cometlake support

From a turbostat point of view, Cometlake is like Kabylake.

Suggested-by: Rui Zhang <email address hidden>
Signed-off-by: Chen Yu <email address hidden>
Signed-off-by: Len Brown <email address hidden>
(backported from commit 68973b44c86040ccd145d0dfe2143c839ff6ee45)
Signed-off-by: You-Sheng Yang <email address hidden>

5d6a65c... by Connor Kuehl

UBUNTU: Ubuntu-5.3.0-24.26

Signed-off-by: Connor Kuehl <email address hidden>

18e16a2... by Connor Kuehl

UBUNTU: [Config] Remove CONFIG_GENERIC_COMPAT_VDSO and CONFIG_CROSS_COMPILE_COMPAT_VDSO

BugLink: https://bugs.launchpad.net/bugs/1851550

Ubuntu commit 5b042a3970f1 ("arm64: vdso32: Fix broken compat vDSO
build warnings") from an upstream stable update removes these broken
config options.

Signed-off-by: Connor Kuehl <email address hidden>

f9e1861... by Connor Kuehl

UBUNTU: [Config] CONFIG_CAVIUM_TX2_ERRATUM_219=y

BugLink: https://bugs.launchpad.net/bugs/1850456

Ubuntu commit ff47386da551 ("arm64: Allow CAVIUM_TX2_ERRATUM_219 to be
selected") received this config option via an upstream stable update.
Accept the default suggested value of 'y' to avoid spurious data aborts.

Signed-off-by: Connor Kuehl <email address hidden>

9823f6f... by Connor Kuehl

UBUNTU: [Config] SND_SOC_SOF_HDA_ALWAYS_ENABLE_DMI_L1=n

BugLink: https://bugs.launchpad.net/bugs/1852111

Ubuntu commit from an upstream stable sync 2d4c93a1a8b2 ("ASoC: SOF:
Intel: hda: Disable DMI L1 entry during capture") brings in a config
option to aid in troubleshooting power optimizations for HDaudio
platforms. Accept the default value of 'n'.

Signed-off-by: Connor Kuehl <email address hidden>

745d22f... by Connor Kuehl

UBUNTU: link-to-tracker: update tracking bug

BugLink: https://bugs.launchpad.net/bugs/1852232
Properties: no-test-build
Signed-off-by: Connor Kuehl <email address hidden>

5eea806... by Connor Kuehl

UBUNTU: Start new release

Ignore: yes
Signed-off-by: Connor Kuehl <email address hidden>

aaf841c... by Andy Whitcroft

efi: efi_get_memory_map -- increase map headroom

We are seeing some EFI based machines failing to boot hard in the EFI
stub:

    exit_boot() failed!
    efi_main() failed!

This seems to occur when the bootloader (grub2 in this case) has had
to manipulate some additional files due to a change in the way MAAS
boots the machines. We tracked this down to the memory map dance
efi_get_memory_map(). Basically we attempt to close boot services and
it informs us it cannot do so because it failed to record the updated
memory map. This occurs when there is insufficient space in the passed
memory map buffer to record changes during the operation. At the point
when this occurs we are unable to call the allocation functions to
reallocate the buffer so we panic.

To avoid this we allocate some additional entries in the buffer to cover
any additional entries. This headroom is currently insufficient for
these machines under this use case. Increase EFI_MMAP_NR_SLACK_SLOTS to
provide space for more memory map modifications.

BugLink: https://bugs.launchpad.net/bugs/1851810
Signed-off-by: Andy Whitcroft <email address hidden>
Acked-by: Stefan Bader <email address hidden>
Acked-by: Seth Forshee <email address hidden>
Signed-off-by: Stefan Bader <email address hidden>

d8ad271... by Andy Whitcroft

UBUNTU: [Packaging] dkms -- dkms-build quieten wget verbiage

wget tends to be excessivly chatty. Request a less verbose output (-nv)
while retaining files downloaded or failure for the same.

BugLink: https://bugs.launchpad.net/bugs/1850958
Signed-off-by: Andy Whitcroft <email address hidden>
Acked-by: Stefan Bader <email address hidden>
Acked-by: Kamal Mostafa <email address hidden>
Signed-off-by: Stefan Bader <email address hidden>