~apw/ubuntu/+source/linux/+git/review:master

Last commit made on 2018-02-13
Get this branch:
git clone -b master https://git.launchpad.net/~apw/ubuntu/+source/linux/+git/review
Only Andy Whitcroft can upload to this branch. If you are Andy Whitcroft please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~apw/ubuntu/+source/linux/+git/review

Recent commits

1221ffa... by Seth Forshee

UBUNTU: Ubuntu-4.15.0-10.11

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

7e71203... by =?utf-8?q?Christian_K=C3=B6nig?= <email address hidden>

drm/ttm: specify DMA_ATTR_NO_WARN for huge page pools

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

Suppress warning messages when allocating huge pages fails since we can
always fall back to normal pages.

Signed-off-by: Christian König <email address hidden>
Acked-by: Alex Deucher <email address hidden>
Signed-off-by: Alex Deucher <email address hidden>
(cherry picked from commit 40b4667babaf73218e62cd73a17184a7c2d50434)
Signed-off-by: Seth Forshee <email address hidden>

f2ab77c... by =?utf-8?q?Christian_K=C3=B6nig?= <email address hidden>

swiotlb: suppress warning when __GFP_NOWARN is set

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

TTM tries to allocate coherent memory in chunks of 2MB first to improve
TLB efficiency and falls back to allocating 4K pages if that fails.

Suppress the warning when the 2MB allocations fails since there is a
valid fall back path.

Signed-off-by: Christian König <email address hidden>
Reported-by: Mike Galbraith <email address hidden>
Acked-by: Konrad Rzeszutek Wilk <email address hidden>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=104082
CC: <email address hidden>
Signed-off-by: Christoph Hellwig <email address hidden>
(cherry picked from commit d0bc0c2a31c95002d37c3cc511ffdcab851b3256)
Signed-off-by: Seth Forshee <email address hidden>

3be4ddf... by Andy Whitcroft

UBUNTU: [Packaging] correct disablement of libbfd

We used to use HAVE_CPLUS_DEMANGLE to disable libbfd. Upstream has changed
but the name of this control and its semantics. It now only switches us
to use the c++ demangler and only then if libbfd is disabled.

Use the newly added HAVE_NO_LIBBFD to switch off libbfd and switch to
the new name of the c++ demangle selector.

BugLink: http://bugs.launchpad.net/bugs/1748922
Signed-off-by: Andy Whitcroft <email address hidden>
Signed-off-by: Seth Forshee <email address hidden>

1db74df... by Andy Whitcroft

UBUNTU: SAUCE: tools -- add ability to disable libbfd

We do not want to be linked to libbfd as this is a tightly versioned
package which does not maintain its ABI. This prevents us from have
multiple tools packages installed. Turn that off and we will fallback
to libiberty.

BugLink: http://bugs.launchpad.net/bugs/1748922
Signed-off-by: Andy Whitcroft <email address hidden>
Signed-off-by: Seth Forshee <email address hidden>

0b4d8f5... by Kailiang Yang

ALSA: hda/realtek - update ALC225 depop optimize

BugLink: https://launchpad.net/bugs/1744058

Add ALC225 its own depop functions for alc_init and alc_shutup.
Add depop optimize step for headset mode functions.

Signed-off-by: Kailang Yang <email address hidden>
Signed-off-by: Takashi Iwai <email address hidden>
(backported from commit da911b1f5e98f21b20aa042748dfe73e36322fb1)
Signed-off-by: Wen-chien Jesse Sung <email address hidden>
Signed-off-by: Seth Forshee <email address hidden>

4127709... by Kailiang Yang

UBUNTU: SAUCE: ALSA: hda/realtek - Add support headset mode for DELL WYSE

BugLink: https://launchpad.net/bugs/1723913

Enable headset mode support for WYSE(0x080c) platform.

Signed-off-by: Kailang Yang <email address hidden>

(backported from Kailang Yang's patch)
Signed-off-by: Wen-chien Jesse Sung <email address hidden>
Signed-off-by: Seth Forshee <email address hidden>

b4fd401... by Hui Wang

ALSA: hda - Fix headset mic detection problem for two Dell machines

BugLink: https://bugs.launchpad.net/bugs/1748807

One of them has the codec of alc256 and the other one has the codec
of alc289.

Cc: <email address hidden>
Signed-off-by: Hui Wang <email address hidden>
Signed-off-by: Takashi Iwai <email address hidden>
(cherry picked from commit 3f2f7c553d077be6a30cb96b2976a2c940bf5335
 git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git)

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

638aad6... by Kailiang Yang

ALSA: hda/realtek - Support headset mode for ALC215/ALC285/ALC289

BugLink: https://bugs.launchpad.net/bugs/1748807

This patch will enable headset mode for ALC215/ALC285/ALC289 platform.

Signed-off-by: Kailang Yang <email address hidden>
Signed-off-by: Takashi Iwai <email address hidden>
(cherry picked from commit c2b691ee35004ba3d5428cf48672cbbf1a50fbfb)
Signed-off-by: Hui Wang <email address hidden>
Signed-off-by: Seth Forshee <email address hidden>

aa44d03... by Greg Kroah-Hartman <email address hidden>

Linux 4.15.3

BugLink: http://bugs.launchpad.net/bugs/1749191
Signed-off-by: Seth Forshee <email address hidden>