]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'thunderx-misc-fixes'
authorDavid S. Miller <davem@davemloft.net>
Thu, 9 Mar 2017 21:12:42 +0000 (13:12 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 9 Mar 2017 21:12:42 +0000 (13:12 -0800)
commit01ebcf27b2e31a7caf49056c79396297e100c3b0
treee03e36ec89faa7c39988b19a69f2b1da837449c2
parent2f607bbfbc68f7de163dedaa448f05862d395d06
parent20205ad24abd92ad1a53bd6f45b2a9aa5db0d82c
Merge branch 'thunderx-misc-fixes'

Sunil Goutham says:

====================
net: thunderx: Miscellaneous fixes

This patch set fixes multiple issues such as IOMMU
translation faults when kernel is booted with IOMMU enabled
on host, incorrect MAC ID reading from ACPI tables and IPv6
UDP packet drop due to failure of checksum validation.

Changes from v1:
- As suggested by David Miller, got rid of conditional
  calling of DMA map/unmap APIs. Also updated commit message
  in 'IOMMU translation faults' patch.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>