~dannf/ubuntu/+source/linux/+git/unstable:arm64-256-cpus

Last commit made on 2017-01-18
Get this branch:
git clone -b arm64-256-cpus https://git.launchpad.net/~dannf/ubuntu/+source/linux/+git/unstable
Only dann frazier can upload to this branch. If you are dann frazier please log in for upload directions.

Branch merges

Branch information

Name:
arm64-256-cpus
Repository:
lp:~dannf/ubuntu/+source/linux/+git/unstable

Recent commits

b97c380... by dann frazier

UBUNTU: [Config] Bump CONFIG_NR_CPUS up to 256 on arm64

Signed-off-by: dann frazier <email address hidden>

ee346cf... by Ming Lei

block: relax check on sg gap

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

If the last bvec of the 1st bio and the 1st bvec of the next
bio are physically contigious, and the latter can be merged
to last segment of the 1st bio, we should think they don't
violate sg gap(or virt boundary) limit.

Both Vitaly and Dexuan reported lots of unmergeable small bios
are observed when running mkfs on Hyper-V virtual storage, and
performance becomes quite low. This patch fixes that performance
issue.

The same issue should exist on NVMe, since it sets virt boundary too.

Reported-by: Vitaly Kuznetsov <email address hidden>
Reported-by: Dexuan Cui <email address hidden>
Tested-by: Dexuan Cui <email address hidden>
Cc: Keith Busch <email address hidden>
Signed-off-by: Ming Lei <email address hidden>
Signed-off-by: Jens Axboe <email address hidden>
(cherry picked from linux-next commit 729204ef49ec00b788ce23deb9eb922a5769f55d)
Signed-off-by: Tim Gardner <email address hidden>

055d621... by Tim Gardner

UBUNTU: [Config] CONFIG_DEFAULT_IOSCHED=cfq

Hi there,

after several days of running (way too) many tests, I've got some data
to show that it may be a good idea to drop the DEADLINE I/O scheduler
for Zesty and move to CFQ with buffered writeback throttling (WBT) +
WBT_MQ (WBT multi-queu) enabled.

We originally moved to DEADLINE because of the issues with slow I/O (say
to flash drives) causing applications to hang while blocked on the slow
I/O being flushed out. It seems that with the recent 4.10 WBT driver
and (possibly other block driver changes) we see some performance
benefits also with CFQ, namely:

1. Faster boots. On a 8 thread Xeon CPU E3-1275 I'm seeing a reduction
in usertime boots from 33.92s (Deadline) to ~24.5s (CFQ)

See: http://kernel.ubuntu.com/~cking/wbt/iosched-boot.ods

2. Faster build times (yay!) and better performance when writing across
multiple devices (especially when one of these is a slow flash device).

See: http://kernel.ubuntu.com/~cking/wbt/blk-mq-sq.ods

There are some places where CFQ + MQ is less performant than CFQ + MQ +
SQ, and vice-versa. However, my general feeling for Zesty is that we
should give this a try as it seems to work well. The config changes are:

1. disable CONFIG_DEFAULT_DEADLINE
2. enable CONFIG_DEFAULT_CFQ
3. enable CONFIG_BLK_WBT
4. enable CONFIG_BLK_WBT_MQ

This will give us plenty of time to give this a good test in the next
few months and revert them if we find any problematic corner cases.
(The win on boot time, build times and writes to slow devices) is
probably the most compelling choice for these changes IMHO.

Colin King

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

4cc44e7... by Seth Forshee

UBUNTU: Enable vbox build

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

f69e7a4... by Larry Finger

taint/module: Fix problems when out-of-kernel driver defines true or false

Commit 7fd8329ba502 ("taint/module: Clean up global and module taint
flags handling") used the key words true and false as character members
of a new struct. These names cause problems when out-of-kernel modules
such as VirtualBox include their own definitions of true and false.

Fixes: 7fd8329ba502 ("taint/module: Clean up global and module taint flags handling")
Signed-off-by: Larry Finger <email address hidden>
Cc: Petr Mladek <email address hidden>
Cc: Jessica Yu <email address hidden>
Cc: Rusty Russell <email address hidden>
Reported-by: Valdis Kletnieks <email address hidden>
Reviewed-by: Petr Mladek <email address hidden>
Acked-by: Rusty Russell <email address hidden>
Signed-off-by: Jessica Yu <email address hidden>
(cherry picked from commit ea6351698b6c4c51023c49bc7ba4947d399fc3f8 linux-next)
Signed-off-by: Seth Forshee <email address hidden>

e8c6b1f... by Seth Forshee

UBUNTU: SAUCE: vbox -- remove .readlink assignment

Since 76fca90e9f3a "vfs: default to generic_readlink()" the vfs
will default to generic_readlink if the fs .readlink callback s
NULL.

Fixes FTBFS with 4.10 kernels.

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

301a058... by Seth Forshee

UBUNTU: ubuntu: vbox -- Update to 5.1.14-dfsg-1

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

4613f5c... by Seth Forshee

UBUNTU: SAUCE: (no-up) i915: Remove MODULE_FIRMWARE statements for unreleased firmware

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

Intel has added MODULE_FIRMWARE statements to i915 which refer to
firmware files that they have not yet pushed out to upstream
linux-firmware. This causes the following warnings when
generating the initrd:

 W: Possible missing firmware /lib/firmware/i915/kbl_guc_ver9_14.bin for module i915
 W: Possible missing firmware /lib/firmware/i915/bxt_guc_ver8_7.bin for module i915

This firmware is clearly optional, and the warnings have been
generating a lot of confusion for users. Remove the offending
MODULE_FIRMWARE statements until Intel makes these files
available.

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

c8cd360... by "Bryant G. Ly" <email address hidden>

UBUNTU: SAUCE: ibmvscsis: fix sleeping in interrupt context

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

Currently, dma_alloc_coherent is being called with a GFP_KERNEL
flag which allows it to sleep in an interrupt context, need to
change to GFP_ATOMIC.

Cc: <email address hidden>
Tested-by: Steven Royer <email address hidden>
Reviewed-by: Michael Cyr <email address hidden>
Signed-off-by: Bryant G. Ly <email address hidden>
Signed-off-by: Tim Gardner <email address hidden>

1c92bc6... by "Bryant G. Ly" <email address hidden>

UBUNTU: SAUCE: ibmvscsis: Fix max transfer length

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

Current code incorrectly calculates the max transfer length, since
it is assuming a 4k page table, but ppc64 all run on 64k page tables.

Cc: <email address hidden>
Reported-by: Steven Royer <email address hidden>
Tested-by: Steven Royer <email address hidden>
Signed-off-by: Bryant G. Ly <email address hidden>
Signed-off-by: Tim Gardner <email address hidden>