lp:~dannf/ubuntu/+source/linux/+git/yakkety

Owned by dann frazier
Get this repository:
git clone https://git.launchpad.net/~dannf/ubuntu/+source/linux/+git/yakkety
Only dann frazier can upload to this repository. If you are dann frazier please log in for upload directions.

Branches

Name Last Modified Last Commit
lp1633629 2016-10-20 21:33:03 UTC
arm64: kaslr: fix breakage with CONFIG_MODVERSIONS=y

Author: Ard Biesheuvel
Author Date: 2016-10-13 16:42:09 UTC

arm64: kaslr: fix breakage with CONFIG_MODVERSIONS=y

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

As it turns out, the KASLR code breaks CONFIG_MODVERSIONS, since the
kcrctab has an absolute address field that is relocated at runtime
when the kernel offset is randomized.

This has been fixed already for PowerPC in the past, so simply wire up
the existing code dealing with this issue.

Cc: <stable@vger.kernel.org>
Fixes: f80fb3a3d508 ("arm64: add support for kernel ASLR")
Tested-by: Timur Tabi <timur@codeaurora.org>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
(cherry picked from commit 9c0e83c371cf4696926c95f9c8c77cd6ea803426)
Signed-off-by: dann frazier <dann.frazier@canonical.com>

arm64-kprobes 2016-10-17 21:48:24 UTC
UBUNTU: [Config] Enable KPROBES on arm64

Author: dann frazier
Author Date: 2016-10-07 22:57:30 UTC

UBUNTU: [Config] Enable KPROBES on arm64

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

Signed-off-by: dann frazier <dann.frazier@canonical.com>

lp1630038 2016-10-07 21:23:25 UTC
net: thunderx: Don't set RX_PACKET_DIS while initializing

Author: Sunil Goutham
Author Date: 2016-08-12 11:21:44 UTC

net: thunderx: Don't set RX_PACKET_DIS while initializing

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

Setting BGXX_SPUX_MISC_CONTROL::RX_PACKET_DIS is not needed as
packet reception is anyway disabled by BGXX_CMRX_CONFIG::DATA_PKT_RX_EN.
Also setting RX_PACKET_DIS causes a bogus remote fault condition
which delays link detection.

Signed-off-by: Sunil Goutham <sgoutham@cavium.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
(backported from commit 93db2cf8caa1fa69cb833175cc5d30a7d178d53b)
Signed-off-by: dann frazier <dann.frazier@canonical.com>

spcr 2016-10-04 16:48:37 UTC
serial: pl011: add console matching function

Author: Aleksey Makarov
Author Date: 2016-09-27 20:54:15 UTC

serial: pl011: add console matching function

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

This patch adds function pl011_console_match() that implements
method match of struct console. It allows to match consoles against
data specified in a string, for example taken from command line or
compiled by ACPI SPCR table handler.

Signed-off-by: Aleksey Makarov <aleksey.makarov@linaro.org>
Reviewed-by: Peter Hurley <peter@hurleysoftware.com>
Acked-by: Russell King <rmk+kernel@armlinux.org.uk>
Tested-by: Christopher Covington <cov@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
(cherry picked from commit 8b8f347d3a4859d22567f3b8e5bb4a69b1089739)
Signed-off-by: dann frazier <dann.frazier@canonical.com>

acpi-its 2016-09-22 16:52:58 UTC
UBUNTU: SAUCE: irqchip/gicv3-its: Use MADT ITS subtable to do PCI/MSI domain ...

Author: Tomasz Nowicki
Author Date: 2016-09-12 18:32:27 UTC

UBUNTU: SAUCE: irqchip/gicv3-its: Use MADT ITS subtable to do PCI/MSI domain initialization

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

Let ACPI build ITS PCI MSI domain. ACPI code is responsible for retrieving
inner domain token and passing it on to its_pci_msi_init_one generic
init call.

IORT maintains list of registered domain tokens and allows to find
corresponding domain based on MADT ITS subtable ID info.

Signed-off-by: Tomasz Nowicki <tn@semihalf.com>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Reviewed-by: Hanjun Guo <hanjun.guo@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
(cherry picked from linux-next commit 723344dd0b2aa10ef9d28fe7f35d594d3e64f0f9)
Signed-off-by: dann frazier <dann.frazier@canonical.com>

arm64-zimage 2016-08-29 15:40:11 UTC
UBUNTU: [Config] Switch to compressed Image on arm64

Author: dann frazier
Author Date: 2016-08-25 22:35:03 UTC

UBUNTU: [Config] Switch to compressed Image on arm64

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

Building a 4.8-rc3+ kernel with the current Ubuntu config produces an image
too large for X-Gene/U-Boot systems. The compressed Image is about 1/3 the
size of the uncompressed Image, so switching to that will resolve the issue
with some growing room. And, obviously, it'll save disk space on all arm64
platforms.

UEFI can handle the compressed image just fine. xgene-uboot systems
(Mustang/McDivitt) can as well, as long as the uImage header has
the correct compression flags. Until recently, this was not the case.
uImages were always generated w/ compression=none flag. However, both
flash-kernel and debian-installer in yakkety have recently been updated to
dynamically detect the compression type and set the uImage flag correctly.
After some bake time, I plan to SRU that back into xenial to be ready
for hwe kernels.

Signed-off-by: dann frazier <dann.frazier@canonical.com>

16 of 6 results
This repository contains Public information 
Everyone can see this information.

Subscribers