https://github.com/torvalds/linux
Revision aa4330e15c26c5ef8dd184f515c0655db8c6df3a authored by Linus Torvalds on 09 November 2018, 22:41:58 UTC, committed by Linus Torvalds on 09 November 2018, 22:41:58 UTC
Pull Devicetree fixes from Rob Herring:

 - Add validation of NUMA distance map to prevent crashes with bad map

 - Fix setting of dma_mask

* tag 'devicetree-fixes-for-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux:
  of, numa: Validate some distance map rules
  of/device: Really only set bus DMA mask when appropriate
2 parent s dc5db21 + 89c3842
Raw File
Tip revision: aa4330e15c26c5ef8dd184f515c0655db8c6df3a authored by Linus Torvalds on 09 November 2018, 22:41:58 UTC
Merge tag 'devicetree-fixes-for-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
Tip revision: aa4330e
COPYING
The Linux Kernel is provided under:

	SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note

Being under the terms of the GNU General Public License version 2 only,
according with:

	LICENSES/preferred/GPL-2.0

With an explicit syscall exception, as stated at:

	LICENSES/exceptions/Linux-syscall-note

In addition, other licenses may also apply. Please see:

	Documentation/process/license-rules.rst

for more details.
back to top