~kamalmostafa/ubuntu/+source/linux/+git/xenial:gke

Last commit made on 2017-01-23
Get this branch:
git clone -b gke https://git.launchpad.net/~kamalmostafa/ubuntu/+source/linux/+git/xenial
Only Kamal Mostafa can upload to this branch. If you are Kamal Mostafa please log in for upload directions.

Branch merges

Branch information

Recent commits

1a55a3b... by Kamal Mostafa

UBUNTU: [config] GKE: enable HARDLOCKUP, SOFTLOCKUP, PANIC_ON_OOPS

Signed-off-by: Kamal Mostafa <email address hidden>

9092164... by Kamal Mostafa

UBUNTU: [debian] embed 'gke' derivative target name in release tag

Ignore: yes

Signed-off-by: Kamal Mostafa <email address hidden>

0627f2e... by Kamal Mostafa

UBUNTU: linux-gke packaging

Signed-off-by: Kamal Mostafa <email address hidden>

2d06ed1... by Kamal Mostafa

UBUNTU: linux-gke ABI 1000 (Ubuntu-4.4.0-58.79)

Ignore: yes

Signed-off-by: Kamal Mostafa <email address hidden>

c79fe9b... by Kamal Mostafa

UBUNTU: [debian] derive indep_hdrs_pkg_name from src_pkg_name

Signed-off-by: Kamal Mostafa <email address hidden>
Acked-by: Brad Figg <email address hidden>
Signed-off-by: Tim Gardner <email address hidden>

a3064a2... by John Donnelly

UBUNTU: Ubuntu-4.4.0-59.80

Signed-off-by: John Donnelly <email address hidden>

8fb7c1f... by Dan Streetman

UBUNTU: (fix) nvme: only require 1 interrupt vector, not 2+

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

Change the required minimum number of MSI/MSIX interrupt vectors from
2 to 1; the admin queue and first I/O queue actually share vector 0.
Also change the max_qid assignment, to equal the number of vectors.

Since the number of vectors is set to the number of cpus, on a system
with only 1 cpu the previous code is guaranteed to fail, since there
will only be 1 vector configured.

The max_qid, while 0-based, also needs to be 1 larger than the number
of (1-based) vectors, due to the admin queue and first I/O queue
sharing the first vector. So the 0-based max_qid is set to equal the
1-based number of vectors, resulting in the correct number of total
queues, which is 1 more than the total number of vectors, due to
the admin queue and first I/O queue sharing vector 0.

Fixes: 96fce9e4025b ("NVMe: only setup MSIX once")
Signed-off-by: Dan Streetman <email address hidden>
Acked-by: Brad Figg <email address hidden>
Acked-by: Tim Gardner <email address hidden>
Signed-off-by: Brad Figg <email address hidden>

8ed9d5c... by Luis Henriques

UBUNTU: Start new release

Ignore: yes
Signed-off-by: Luis Henriques <email address hidden>

355dbab... by Luis Henriques

UBUNTU: Ubuntu-4.4.0-58.79

Signed-off-by: Luis Henriques <email address hidden>

f023538... by Tim Gardner

UBUNTU: [Config] CONFIG_HTS221=m, CONFIG_HTS221_I2C=m, CONFIG_HTS221_SPI=m

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

Signed-off-by: Tim Gardner <email address hidden>
Signed-off-by: Luis Henriques <email address hidden>