1
0
Fork 0

SPDX patches for 5.7-rc1.

Here are 3 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 3 of these have been in linux-next for a while, with no reported
 issues other than the merge conflict.
 
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 -----BEGIN PGP SIGNATURE-----
 
 iG0EABECAC0WIQT0tgzFv3jCIUoxPcsxR9QN2y37KQUCXodg5A8cZ3JlZ0Brcm9h
 aC5jb20ACgkQMUfUDdst+ykySQCgy9YDrkz7nWq6v3Gohl6+lW/L+rMAnRM4uTZm
 m5AuCzO3Azt9KBi7NL+L
 =2Lm5
 -----END PGP SIGNATURE-----

Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx

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
alistair/sensors
Linus Torvalds 2020-04-03 13:12:26 -07:00
commit ff2ae607c6
245 changed files with 245 additions and 24 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# #
# NOTE! Don't add files that are generated in specific # NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file # subdirectories here. Add them in the ".gitignore" file

View File

@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
output output
*.pyc *.pyc

View File

@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
*.example.dts *.example.dts
processed-schema*.yaml processed-schema*.yaml

View File

@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
page-types page-types
slabinfo slabinfo

1
arch/.gitignore vendored
View File

@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
i386 i386
x86_64 x86_64

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
vmlinux.lds vmlinux.lds

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
uImage uImage

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
vmlinux.lds vmlinux.lds

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
Image Image
zImage zImage
xipImage xipImage

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
ashldi3.S ashldi3.S
bswapsdi2.S bswapsdi2.S
font.c font.c

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
aesbs-core.S aesbs-core.S
sha256-core.S sha256-core.S
sha512-core.S sha512-core.S

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
vmlinux.lds vmlinux.lds

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
pm_data-offsets.h pm_data-offsets.h

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
pm-asm-offsets.h pm-asm-offsets.h

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
vdso.lds vdso.lds
vdso.so.raw vdso.so.raw
vdsomunge vdsomunge

View File

@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
Image Image
Image.gz Image.gz

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
sha256-core.S sha256-core.S
sha512-core.S sha512-core.S
poly1305-core.S poly1305-core.S

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
vmlinux.lds vmlinux.lds

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
vdso.lds vdso.lds

View File

@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
vdso.lds vdso.lds
vdso.so.raw vdso.so.raw

View File

@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
gate.lds gate.lds
vmlinux.lds vmlinux.lds

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
vmlinux.lds vmlinux.lds

View File

@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
linux.bin* linux.bin*
simpleImage.* simpleImage.*

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
vmlinux.lds vmlinux.lds

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
mkboot mkboot
elf2ecoff elf2ecoff
vmlinux.* vmlinux.*

View File

@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
ashldi3.c ashldi3.c
bswapsi.c bswapsi.c

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
relocs relocs

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
vmlinux.lds vmlinux.lds

View File

@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
elf-entry elf-entry
loongson3-llsc-check loongson3-llsc-check

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
*.so* *.so*
vdso-*image.c vdso-*image.c
genvdso genvdso

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
vmlinux.lds vmlinux.lds

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
vdso.lds vdso.lds

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
vmImage vmImage

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
vmlinux.lds vmlinux.lds

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
vmlinux.lds vmlinux.lds

View File

@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
image image
bzImage bzImage

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
firmware.c firmware.c
real2.S real2.S
sizes.h sizes.h

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
vmlinux.lds vmlinux.lds

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
addnote addnote
decompress_inflate.c decompress_inflate.c
empty.c empty.c

View File

@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
prom_init_check prom_init_check
vmlinux.lds vmlinux.lds

View File

@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
vdso32.lds vdso32.lds
vdso32.so.dbg vdso32.so.dbg

View File

@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
vdso64.lds vdso64.lds
vdso64.so.dbg vdso64.so.dbg

View File

@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
spu_save_dump.h spu_save_dump.h
spu_restore_dump.h spu_restore_dump.h

View File

@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
kexec-purgatory.c kexec-purgatory.c
purgatory.ro purgatory.ro

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
Image Image
Image.gz Image.gz
loader loader

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
/vmlinux.lds /vmlinux.lds

View File

@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
vdso.lds vdso.lds
*.tmp *.tmp

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
image image
bzImage bzImage
section_cmp.* section_cmp.*

View File

@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
vmlinux vmlinux
vmlinux.lds vmlinux.lds

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
vmlinux.lds vmlinux.lds

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
vdso64.lds vdso64.lds

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
purgatory purgatory
purgatory.chk purgatory.chk
purgatory.lds purgatory.lds

View File

@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
gen_facilities gen_facilities
gen_opcode_table gen_opcode_table

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
zImage zImage
vmlinux* vmlinux*
uImage* uImage*

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
ashiftrt.S ashiftrt.S
ashldi3.c ashldi3.c
ashlsi3.S ashlsi3.S

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
vmlinux.lds vmlinux.lds

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
vsyscall.lds vsyscall.lds

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
btfix.S btfix.S
btfixupprep btfixupprep
image image

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
vmlinux.lds vmlinux.lds

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
vdso.lds vdso.lds
vdso-image-*.c vdso-image-*.c
vdso2c vdso2c

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
vdso32.lds vdso32.lds

1
arch/um/.gitignore vendored
View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
kernel/config.c kernel/config.c
kernel/config.tmp kernel/config.tmp
kernel/vmlinux.lds kernel/vmlinux.lds

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# #
# Generated include files # Generated include files
# #

1
arch/x86/.gitignore vendored
View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
boot/compressed/vmlinux boot/compressed/vmlinux
tools/test_get_len tools/test_get_len
tools/insn_sanity tools/insn_sanity

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
bootsect bootsect
bzImage bzImage
cpustr.h cpustr.h

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
relocs relocs
vmlinux.bin.all vmlinux.bin.all
vmlinux.relocs vmlinux.relocs

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
build build

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
poly1305-x86_64-cryptogams.S poly1305-x86_64-cryptogams.S

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
vdso.lds vdso.lds
vdsox32.lds vdsox32.lds
vdso32-syscall-syms.lds vdso32-syscall-syms.lds

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
vdso32.lds vdso32.lds

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
vsyscall.lds vsyscall.lds
vsyscall_32.lds vsyscall_32.lds
vmlinux.lds vmlinux.lds

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
capflags.c capflags.c

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
inat-tables.c inat-tables.c

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
pasyms.h pasyms.h
realmode.lds realmode.lds
realmode.relocs realmode.relocs

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
relocs relocs

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
vdso.lds vdso.lds

View File

@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
uImage uImage
zImage.redboot zImage.redboot

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
boot.lds boot.lds

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
inffast.c inffast.c
inflate.c inflate.c
inftrees.c inftrees.c

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
vmlinux.lds vmlinux.lds

4
certs/.gitignore vendored
View File

@ -1,4 +1,2 @@
# # SPDX-License-Identifier: GPL-2.0-only
# Generated files
#
x509_certificate_list x509_certificate_list

View File

@ -1,4 +1,4 @@
# Ignore generated files # SPDX-License-Identifier: GPL-2.0-only
fore200e_mkfirm fore200e_mkfirm
fore200e_pca_fw.c fore200e_pca_fw.c
pca200e.bin pca200e.bin

View File

@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
aesp8-ppc.S aesp8-ppc.S
ghashp8-ppc.S ghashp8-ppc.S

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
devlist.h devlist.h

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
*.hdrtest *.hdrtest

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
mkregtable mkregtable
*_reg_safe.h *_reg_safe.h

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
ti-emif-asm-offsets.h ti-emif-asm-offsets.h

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
wanxlfw.inc wanxlfw.inc

View File

@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
53c700_d.h 53c700_d.h
scsi_devinfo_tbl.c scsi_devinfo_tbl.c

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
aic79xx_reg.h aic79xx_reg.h
aic79xx_reg_print.c aic79xx_reg_print.c
aic79xx_seq.h aic79xx_seq.h

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
comedi_h.py comedi_h.py
*.pyc *.pyc
ni_values.py ni_values.py

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
loopback_test loopback_test

View File

@ -1,6 +1,4 @@
# # SPDX-License-Identifier: GPL-2.0-only
# Generated files
#
*_mono.c *_mono.c
*_vga16.c *_vga16.c
*_clut224.c *_clut224.c

View File

@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
devlist.h devlist.h
gen-devlist gen-devlist

View File

@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
mkutf8data mkutf8data
utf8data.h utf8data.h

4
kernel/.gitignore vendored
View File

@ -1,6 +1,4 @@
# # SPDX-License-Identifier: GPL-2.0-only
# Generated files
#
kheaders.md5 kheaders.md5
timeconst.h timeconst.h
hz.bc hz.bc

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
gen-kdb_cmds.c gen-kdb_cmds.c

4
lib/.gitignore vendored
View File

@ -1,6 +1,4 @@
# # SPDX-License-Identifier: GPL-2.0-only
# Generated files
#
gen_crc32table gen_crc32table
gen_crc64table gen_crc64table
crc32table.h crc32table.h

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
mktables mktables
altivec*.c altivec*.c
int*.c int*.c

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
bpfilter_umh bpfilter_umh

Some files were not shown because too many files have changed in this diff Show More