lp:~apw/ubuntu/+source/linux/+git/disco

Owned by Andy Whitcroft
Get this repository:
git clone https://git.launchpad.net/~apw/ubuntu/+source/linux/+git/disco
Only Andy Whitcroft can upload to this repository. If you are Andy Whitcroft please log in for upload directions.

Branches

Name Last Modified Last Commit
build-nvidia-signatures 2018-12-19 10:46:35 UTC
UBUNTU: [Packaging] nvidia -- make nvidia package version explicit

Author: Andy Whitcroft
Author Date: 2018-11-26 17:20:32 UTC

UBUNTU: [Packaging] nvidia -- make nvidia package version explicit

BugLink: http://bugs.launchpad.net/bugs/1764792
Signed-off-by: Andy Whitcroft <apw@canonical.com>

use-dkms-for-zfs-spl 2018-12-07 11:47:26 UTC
UBUNTU: [Packaging] update-version-dkms -- sync archive versions to package

Author: Andy Whitcroft
Author Date: 2018-12-07 00:01:04 UTC

UBUNTU: [Packaging] update-version-dkms -- sync archive versions to package

We are deliberatly locking versions to specific tested versions.
This is necessary in part to keep control over when we switch between
those archive updates, and in part because we are going to be pulling
versions from the original series of the kernel when building backports.

Add a script to sync these versions from those published in the primary
archive.

BugLink: http://bugs.launchpad.net/bugs/1807378
Signed-off-by: Andy Whitcroft <apw@canonical.com>

linux-buildinfo 2018-12-03 12:16:54 UTC
UBUNTU: [Packaging] buildinfo -- switch getabis configuration to new package

Author: Andy Whitcroft
Author Date: 2018-08-10 10:07:49 UTC

UBUNTU: [Packaging] buildinfo -- switch getabis configuration to new package

BugLink: http://bugs.launchpad.net/bugs/1806380
Signed-off-by: Andy Whitcroft <apw@canonical.com>

master 2018-11-15 20:00:17 UTC
UBUNTU: SAUCE: net: ena: fix crash during ena_remove()

Author: Arthur Kiyanovski
Author Date: 2018-11-08 18:37:58 UTC

UBUNTU: SAUCE: net: ena: fix crash during ena_remove()

BugLink: http://bugs.launchpad.net/bugs/1802341

In ena_remove() we have the following stack call:
ena_remove()
  unregister_netdev()
  ena_destroy_device()
    netif_carrier_off()

Calling netif_carrier_off() causes linkwatch to try to handle the
link change event on the already unregistered netdev, which leads
to a read from an unreadable memory address.

This patch switches the order of the two functions, so that
netif_carrier_off() is called on a regiestered netdev.

To accomplish this fix we also had to:
1. Remove the set bit ENA_FLAG_TRIGGER_RESET
2. Add a sanitiy check in ena_close()
both to prevent double device reset (when calling unregister_netdev()
ena_close is called, but the device was already deleted in
ena_destroy_device()).
3. Set the admin_queue running state to false to avoid using it after
device was reset (for example when calling ena_destroy_all_io_queues()
right after ena_com_dev_reset() in ena_down)

Finally, driver version is also updated.

Change-Id: I3cc1aafe9cb3701a6eaee44e00add0e175c93148

Signed-off-by: Arthur Kiyanovski <akiyano@amazon.com>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Acked-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Tyler Hicks <tyhicks@canonical.com>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>

master-next 2015-07-15 11:27:51 UTC
UBUNTU: [Config] correct linux-initramfs-tool virtual linkage

Author: Andy Whitcroft
Author Date: 2015-07-15 11:27:51 UTC

UBUNTU: [Config] correct linux-initramfs-tool virtual linkage

BugLink: http://bugs.launchpad.net/bugs/1474810
Signed-off-by: Andy Whitcroft <apw@canonical.com>

15 of 5 results
This repository contains Public information 
Everyone can see this information.

Subscribers