mbox

[PULL,Zesty] arm64 fixes for zesty

Message ID CALdTtntUVs9dyOf9YK-A9OJLs3Z=3PC5gd57Pw12TUL8gUktJQ@mail.gmail.com
State New
Headers show

Pull-request

git://git.launchpad.net/~dannf/ubuntu/+source/linux/+git/linux for-zesty

Message

dann frazier March 9, 2017, 6:57 p.m. UTC
[Updated w/ BugLinks and an additional patch to add a module to udeb]

Here's a set of miscellaneous arm64 changes for zesty. It includes
fixes (erratum/quirking) for the QDF2400 platform, a follow-up fix for
the previously merged VFIO backport, and a GICv3 ITS performance fix.

All are cherry picks from upstream, with minor backporting required
for the pl011 workaround.

The following changes since commit e5d380d715a65f40f69912f56d538dc942423ad8:

  UBUNTU: ubuntu: vbox -- Update to 5.1.16-dfsg-1 (2017-03-09 07:56:26 -0600)

are available in the git repository at:

  git://git.launchpad.net/~dannf/ubuntu/+source/linux/+git/linux for-zesty

for you to fetch changes up to eae4f0e907f5f18ff1913ecfc30473edc668b8a5:

  UBUNTU: d-i: add ehci-platform to usb-modules (2017-03-09 11:52:35 -0700)

----------------------------------------------------------------
Eric Auger (1):
      iommu: Fix static checker warning in iommu_insert_device_resv_regions

Shanker Donthineni (2):
      arm64: Avoid clobbering mm in erratum workaround on QDF2400
      irqchip/gic-v3-its: Enable cacheable attribute Read-allocate hints

Sinan Kaya (1):
      PCI: Add ACS quirk for Qualcomm QDF2400 and QDF2432

Sudeep Holla (1):
      tty: pl011: Work around QDF2400 E44 stuck BUSY bit

dann frazier (1):
      UBUNTU: d-i: add ehci-platform to usb-modules

 arch/arm64/mm/proc.S                  |  2 +-
 debian.master/d-i/modules/usb-modules |  1 +
 drivers/acpi/spcr.c                   | 23 +++++++++++++++++++++++
 drivers/iommu/iommu.c                 |  2 +-
 drivers/irqchip/irq-gic-v3-its.c      | 10 +++++-----
 drivers/pci/quirks.c                  | 23 +++++++++++++++++++++++
 drivers/tty/serial/amba-pl011.c       | 66
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------
 7 files changed, 113 insertions(+), 14 deletions(-)


On Wed, Mar 8, 2017 at 12:59 PM, dann frazier
<dann.frazier@canonical.com> wrote:
>
> The following changes since commit ba46da7c1cc57d83f6af66bfe8f10516151c7923:
>
>   powerpc: Update to new option-vector-5 format for CAS (2017-03-08
> 10:29:45 -0700)
>
> are available in the git repository at:
>
>   git://git.launchpad.net/~dannf/ubuntu/+source/linux/+git/linux for-zesty
>
> for you to fetch changes up to a1d65588ad163760adbc548ea208f8b2bc6cb06e:
>
>   irqchip/gic-v3-its: Enable cacheable attribute Read-allocate hints
> (2017-03-08 12:19:29 -0700)
>
> ----------------------------------------------------------------
> Eric Auger (1):
>       iommu: Fix static checker warning in iommu_insert_device_resv_regions
>
> Shanker Donthineni (2):
>       arm64: Avoid clobbering mm in erratum workaround on QDF2400
>       irqchip/gic-v3-its: Enable cacheable attribute Read-allocate hints
>
> Sinan Kaya (1):
>       PCI: Add ACS quirk for Qualcomm QDF2400 and QDF2432
>
> Sudeep Holla (1):
>       tty: pl011: Work around QDF2400 E44 stuck BUSY bit
>
>  arch/arm64/mm/proc.S             |  2 +-
>  drivers/acpi/spcr.c              | 23 +++++++++++++++++++++++
>  drivers/iommu/iommu.c            |  2 +-
>  drivers/irqchip/irq-gic-v3-its.c | 10 +++++-----
>  drivers/pci/quirks.c             | 23 +++++++++++++++++++++++
>  drivers/tty/serial/amba-pl011.c  | 66
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------
>  6 files changed, 112 insertions(+), 14 deletions(-)

Comments

Seth Forshee March 9, 2017, 7:09 p.m. UTC | #1
Applied, thanks.