~ubuntu-kernel/ubuntu/+source/linux/+git/unstable:master-5.8

Last commit made on 2020-07-27
Get this branch:
git clone -b master-5.8 https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/unstable
Members of Ubuntu Kernel Repositories can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

7267761... by Seth Forshee

UBUNTU: [Config] Enable nvidia dkms build

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

aaaf91d... by Seth Forshee

UBUNTU: update dkms package versions

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

4a8d33c... by Alberto Milone

UBUNTU: [Packaging] NVIDIA -- Add signed modules for 450 450-server

The 450 series replaces the 440 series, whereas the 450-server
series is only an addition to the other server drivers.

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

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

f438608... by Alberto Milone

UBUNTU: [packaging] add signed modules for the 418-server and the 440-server flavours

Enable building only on amd64 using the do_dkms_nvidia_server flag.

Also, modify the regular expression in 2-binary-arch.mk, so that
names such as nvidia-440srv are allowed.

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

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

7c950e0... by Andrea Righi

UBUNTU: [Config] disable CONFIG_CRYPTO_AEGIS128_SIMD

After the update to gcc 10 we are experiencing the following build
errors on ARM:

crypto/aegis128-neon-inner.c: In function 'crypto_aegis128_init_neon':
crypto/aegis128-neon-inner.c:151:3: error: incompatible types when initializing type 'unsigned char' using type 'uint8x16_t'
  151 | k ^ vld1q_u8(const0),
      | ^
crypto/aegis128-neon-inner.c:152:3: error: incompatible types when initializing type 'unsigned char' using type 'uint8x16_t'
  152 | k ^ vld1q_u8(const1),
      | ^

Temporarily disable CONFIG_CRYPTO_AEGIS128_SIMD for now on ARM, until we
get a valid fix for this.

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

d0ca92a... by Antonio Borneo

usbip: tools: fix build error for multiple definition

With GCC 10, building usbip triggers error for multiple definition
of 'udev_context', in:
- libsrc/vhci_driver.c:18 and
- libsrc/usbip_host_common.c:27.

Declare as extern the definition in libsrc/usbip_host_common.c.

Signed-off-by: Antonio Borneo <email address hidden>
(cherry picked from https://lore<email address hidden>/)
Signed-off-by: Andrea Righi <email address hidden>

bdb44a6... by Andrea Righi

UBUNTU: Rebase to v5.8-rc7

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

ba722e6... by Andrea Righi

UBUNTU: Start new release

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

3223efd... by Andrea Righi

UBUNTU: [Packaging] update helper scripts

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

efc5562... by Seth Forshee

UBUNTU: [Config] CONFIG_DEBUG_INFO_COMPRESSED=n

Enabling CONFIG_DEBUG_INFO_COMPRESSED results in ddebs which are
about twice as big, despite consuming less disk space when
unpacked. Disable this option.

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