~vicamo/avila/+git/kernel-3.10:bug-1622840/apparmor-fix-sleep-from-invalid-context

Last commit made on 2016-10-13
Get this branch:
git clone -b bug-1622840/apparmor-fix-sleep-from-invalid-context https://git.launchpad.net/~vicamo/avila/+git/kernel-3.10
Only You-Sheng Yang can upload to this branch. If you are You-Sheng Yang please log in for upload directions.

Branch information

Name:
bug-1622840/apparmor-fix-sleep-from-invalid-context
Repository:
lp:~vicamo/avila/+git/kernel-3.10

Recent commits

ed5dd3c... by John Johansen

UBUNTU: SAUCE: apparmor: fix sleep from invalid context

This is a patch to an apparmor feature that is not currently upstream

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

Commit 08518549722f0c992a9e4be71a0777f37147e9d2 made it so kern_path() via
getname_kernel() may do a GFP_KERNEL based allocation which is causing the
"sleep from invalid context" lockdep warning. Rework The apparmor mount
code to move kern_path() calls outside of the get_buffers()/put_buffers()
RCU read_lock block.

Cherry picked from git://kernel.ubuntu.com/jj/ubuntu-xenial.git commit
6f8d315516c62da86bec7a5e897d3eef356b5351.

Signed-off-by: John Johansen <email address hidden>
Signed-off-by: Andy Whitcroft <email address hidden>
Signed-off-by: Tim Gardner <email address hidden>

ca0572b... by Bin Li

enable features for snappy

Enable kernel features listed in snappy_v3.10 of
git://git.launchpad.net/~p-pisati/ubuntu/+source/linux

Bug: https://bugs.launchpad.net/avila-private/xenial64/+bug/1622840

edcc346... by You-Sheng Yang

enable features for systemd

Bug: https://bugs.launchpad.net/avila-private/xenial64/+bug/1625422

6a7990f... by Alfonso Sanchez-Beato

Remove miscelanea chatty traces

d06e740... by Alfonso Sanchez-Beato

Remove chatty thermal driver traces

ba201e9... by Alfonso Sanchez-Beato

Remove chatty mmc traces

c8fe055... by Alfonso Sanchez-Beato

Remove chatty wlan driver traces

bd2fda1... by Alfonso Sanchez-Beato

Remove chatty battery related traces

aea9975... by Chunsang Jeong

Fix kworker process polling interval

This will change als polling interval to 1000ms from 1ms. kworker process
previously used 17% CPU when autobrightness was turned on, meanwhile auto
brightness works with thousands of ms based.

Bug: https://bugs.launchpad.net/avila/+bug/1573469

Signed-off-by: Chunsang Jeong <email address hidden>

6070f03... by Alfonso Sanchez-Beato

Fix a few FW loading paths