~itrue/ubuntu/+source/linux/+git/unstable:master-5.11

Last commit made on 2021-01-11
Get this branch:
git clone -b master-5.11 https://git.launchpad.net/~itrue/ubuntu/+source/linux/+git/unstable
Only Isaac True can upload to this branch. If you are Isaac True please log in for upload directions.

Branch merges

Branch information

Name:
master-5.11
Repository:
lp:~itrue/ubuntu/+source/linux/+git/unstable

Recent commits

1c7b22b... by Andrea Righi

UBUNTU: Ubuntu-5.11.0-2.3

Signed-off-by: Andrea Righi <email address hidden>

98c070a... by Andrea Righi

UBUNTU: [Config] update configs and annotations after rebase to 5.11-rc3

 - Introduce CONFIG_NULL_TTY, enabling it as a module everywhere except
   on s390x.

 - ENABLE_MUST_CHECK has been removed by 196793946264 ("Compiler
   Attributes: remove CONFIG_ENABLE_MUST_CHECK"), so let's also remove
   it from the annotations file.

 - Drop CONFIG_KVM_ARM_PMU from annotations file: 8cbebc4118b5 ("KVM:
   arm64: Replace KVM_ARM_PMU with HW_PERF_EVENTS")

 - Drop CONFIG_USB_FSL_USB2 from annotations file: a390bef7db1f ("usb:
   gadget: fsl_mxc_udc: Remove the driver")

Signed-off-by: Andrea Righi <email address hidden>

f2d0ca5... by Andrea Righi

UBUNTU: Rebase to v5.11-rc3

Ignore: yes
Signed-off-by: Andrea Righi <email address hidden>

e8d410f... by Andrea Righi

UBUNTU: Start new release

Ignore: yes
Signed-off-by: Andrea Righi <email address hidden>

e7eaa79... by adobriyan

Input: i8042 - unbreak Pegatron C15B

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

g++ reports

 drivers/input/serio/i8042-x86ia64io.h:225:3: error: ‘.matches’ designator used multiple times in the same initializer list

C99 semantics is that last duplicated initialiser wins,
so DMI entry gets overwritten.

Fixes: a48491c65b51 ("Input: i8042 - add ByteSpeed touchpad to noloop table")
Signed-off-by: Alexey Dobriyan <email address hidden>
Acked-by: Po-Hsu Lin <email address hidden>
Link: https://<email address hidden>
Signed-off-by: Dmitry Torokhov <email address hidden>
(cherry picked from commit a3a9060ecad030e2c7903b2b258383d2c716b56c linux-next)
Signed-off-by: Po-Hsu Lin <email address hidden>
Signed-off-by: Paolo Pisati <email address hidden>

f4e8b37... by jeremyszu

UBUNTU: SAUCE: ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP machines

 * The HP ZBook Fury 15/17 G7 Mobile Workstation are using ALC285 codec
   which is using 0x04 to control mute LED and 0x01 to control micmute LED.

 * The right channel speaker is no sound and it needs to expose GPIO1 for
   initialing AMP.

Add quirks to support them.

Signed-off-by: Jeremy Szu <email address hidden>
Cc: <email address hidden>
Link: https://<email address hidden>
Signed-off-by: Takashi Iwai <email address hidden>
(cherry picked from commit 91bc156817a3c2007332b64b4f85c32aafbbbea6
 git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git)
Signed-off-by: Jeremy Szu <email address hidden>
Signed-off-by: Paolo Pisati <email address hidden>

f9ca91a... by Kai-Heng Feng

HID: multitouch: Enable multi-input for Synaptics pointstick/touchpad device

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

Pointstick and its left/right buttons on HP EliteBook 850 G7 need
multi-input quirk to work correctly.

Signed-off-by: Kai-Heng Feng <email address hidden>
Signed-off-by: Jiri Kosina <email address hidden>
(cherry picked from commit c3d6eb6e54373f297313b65c1f2319d36914d579 linux-next)
Signed-off-by: Kai-Heng Feng <email address hidden>
Signed-off-by: Paolo Pisati <email address hidden>

e0dd9d5... by Seth Forshee

UBUNTU: [Packaging] Remove nvidia-455 dkms build

linux-restricted-modules will migrate nvidia-455 users to
nvidia-460, so we do not need to build nvidia-455 anymore.

Signed-off-by: Seth Forshee <email address hidden>

c063a88... by Andy Whitcroft

UBUNTU: [Packaging] file-downloader not handling positive failures correctly

Seems we are not handling positive failures such as 404 correctly. Add
--fail to get server reported errors converted into errors.

BugLink: https://bugs.launchpad.net/bugs/1878897
Signed-off-by: Andy Whitcroft <email address hidden>
Signed-off-by: Thadeu Lima de Souza Cascardo <email address hidden>

8a42486... by Seth Forshee

UBUNTU: update dkms package versions

BugLink: https://bugs.launchpad.net/bugs/1786013
Signed-off-by: Seth Forshee <email address hidden>