~ubuntu-kernel/ubuntu/+source/linux/+git/trusty:lp1357014-powerpc-thp

Last commit made on 2014-08-22
Get this branch:
git clone -b lp1357014-powerpc-thp https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/trusty
Members of Ubuntu Kernel Repositories can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
lp1357014-powerpc-thp
Repository:
lp:~ubuntu-kernel/ubuntu/+source/linux/+git/trusty

Recent commits

8bed89c... by Iyappan Subramanian <email address hidden>

drivers: net: Add APM X-Gene SoC ethernet driver support.

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

This patch adds network driver for APM X-Gene SoC ethernet.

Signed-off-by: Iyappan Subramanian <email address hidden>
Signed-off-by: Ravi Patel <email address hidden>
Signed-off-by: Keyur Chudgar <email address hidden>
Signed-off-by: Dean Nelson <email address hidden>
Reviewed-by: Tobias Klauser <email address hidden>
Signed-off-by: David S. Miller <email address hidden>
(backported from upstream: e6ad767305eb6ea80ce06c1eaa1b0977e8361998)
Signed-off-by: Ming Lei <email address hidden>
Signed-off-by: Tim Gardner <email address hidden>

e482b94... by Iyappan Subramanian <email address hidden>

dts: Add bindings for APM X-Gene SoC ethernet driver

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

This patch adds bindings for APM X-Gene SoC ethernet driver.

Signed-off-by: Iyappan Subramanian <email address hidden>
Signed-off-by: Ravi Patel <email address hidden>
Signed-off-by: Keyur Chudgar <email address hidden>
Signed-off-by: David S. Miller <email address hidden>
(cherry picked from upstream: 3d390425a649b9eb739e53d34cd891c1631b37cd)
Signed-off-by: Ming Lei <email address hidden>
Signed-off-by: Tim Gardner <email address hidden>

3997854... by Iyappan Subramanian <email address hidden>

Documentation: dts: Add bindings for APM X-Gene SoC ethernet driver

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

This patch adds documentation for APM X-Gene SoC ethernet DTS binding.

Signed-off-by: Iyappan Subramanian <email address hidden>
Signed-off-by: Ravi Patel <email address hidden>
Signed-off-by: Keyur Chudgar <email address hidden>
Signed-off-by: David S. Miller <email address hidden>
(cherry picked from upstream: ff4ee1ab1aa1f980b4eb5984f66b3015809b00b2)
Signed-off-by: Ming Lei <email address hidden>
Signed-off-by: Tim Gardner <email address hidden>

557a7b3... by Iyappan Subramanian <email address hidden>

MAINTAINERS: Add entry for APM X-Gene SoC ethernet driver

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

This patch adds a MAINTAINERS entry for APM X-Gene SoC
ethernet driver.

Signed-off-by: Iyappan Subramanian <email address hidden>
Signed-off-by: Ravi Patel <email address hidden>
Signed-off-by: Keyur Chudgar <email address hidden>
Signed-off-by: David S. Miller <email address hidden>
(cherry picked from upstream: 2429950262039e124c375f36ec0abf61b8af89f2)
Signed-off-by: Ming Lei <email address hidden>
Signed-off-by: Tim Gardner <email address hidden>

fcfe640... by Ming Lei

UBUNTU: [Config] CONFIG_NET_XGENE=m for arm64

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

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

f958a45... by Ming Lei

UBUNTU: [Config] Drop XGENE entries

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

This reverts commit a76d8c2ee90a9e7ef1acf9545f37c6d57dc58aac.

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

be8e19c... by Ming Lei

UBUNTU: SAUCE: (no-up) Drop APM X-Gene SoC Ethernet driver

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

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

ac14e55... by Stefan Bader

UBUNTU: SAUCE: bcache: prevent crash on changing writeback_running

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

commit a664d0f05a2ec02c8f042db536d84d15d6e19e81
    bcache: fix crash on shutdown in passthrough mode

added a safeguard in the shutdown case. At least while not being
attached it is also possible to trigger a kernel bug by writing into
writeback_running. This change adds the same check before trying to
wake up the thread for that case.

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

(sent upstream and accepted into developer tree but not, yet Linus)
Signed-off-by: Stefan Bader <email address hidden>
Acked-by: Seth Forshee <email address hidden>
Signed-off-by: Tim Gardner <email address hidden>

0193d78... by Slava Pestov <email address hidden>

bcache: fix uninterruptible sleep in writeback thread

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

There were two issues here:

- writeback thread did not start until the device first became dirty
- writeback thread used uninterruptible sleep once running

Without this patch I see kernel warnings printed and a load average of
1.52 after booting my test VM. With this patch the warnings are gone and
the load average is near 0.00 as expected.

Signed-off-by: Kent Overstreet <email address hidden>
(cherry picked from commit 9e5c353510b26500bd6b8309823ac9ef2837b761)
Acked-by: Seth Forshee <email address hidden>
Signed-off-by: Stefan Bader <email address hidden>
Signed-off-by: Tim Gardner <email address hidden>

e27cfae... by Slava Pestov <email address hidden>

bcache: fix crash on shutdown in passthrough mode

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

We never started the writeback thread in this case, so don't stop it.

(cherry picked from commit a664d0f05a2ec02c8f042db536d84d15d6e19e81)
Acked-by: Seth Forshee <email address hidden>
Signed-off-by: Stefan Bader <email address hidden>
Signed-off-by: Tim Gardner <email address hidden>