Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 3 Apr 2020 20:12:26 +0000 (13:12 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 3 Apr 2020 20:12:26 +0000 (13:12 -0700)
Pull SPDX updates from Greg KH:
 "Here are three SPDX patches for 5.7-rc1.

  One fixes up the SPDX tag for a single driver, while the other two go
  through the tree and add SPDX tags for all of the .gitignore files as
  needed.

  Nothing too complex, but you will get a merge conflict with your
  current tree, that should be trivial to handle (one file modified by
  two things, one file deleted.)

  All three of these have been in linux-next for a while, with no
  reported issues other than the merge conflict"

* tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx:
  ASoC: MT6660: make spdxcheck.py happy
  .gitignore: add SPDX License Identifier
  .gitignore: remove too obvious comments

1  2 
Documentation/devicetree/bindings/.gitignore
arch/arm/crypto/.gitignore
arch/arm64/crypto/.gitignore
tools/bpf/bpftool/.gitignore
tools/testing/selftests/.gitignore
tools/testing/selftests/bpf/.gitignore
tools/testing/selftests/kvm/.gitignore
tools/testing/selftests/net/.gitignore
tools/testing/selftests/net/mptcp/.gitignore
tools/testing/selftests/vm/.gitignore

@@@ -1,2 -1,3 +1,3 @@@
+ # SPDX-License-Identifier: GPL-2.0-only
  *.example.dts
 -processed-schema.yaml
 +processed-schema*.yaml
Simple merge
@@@ -1,3 -1,3 +1,4 @@@
+ # SPDX-License-Identifier: GPL-2.0-only
  sha256-core.S
  sha512-core.S
 +poly1305-core.S
@@@ -1,5 -1,5 +1,6 @@@
+ # SPDX-License-Identifier: GPL-2.0-only
  *.d
 +/_bpftool
  /bpftool
  bpftool*.8
  bpf-helpers.*
Simple merge
@@@ -1,6 -1,6 +1,7 @@@
 -/s390x/sync_regs_test
+ # SPDX-License-Identifier: GPL-2.0-only
  /s390x/memop
 +/s390x/resets
 +/s390x/sync_regs_test
  /x86_64/cr4_cpuid_sync_test
  /x86_64/evmcs_test
  /x86_64/hyperv_cpuid
Simple merge