[GIT PULL] SPDX update for 5.19-rc1

From: Greg KH
Date: Fri Jun 03 2022 - 06:22:16 EST


The following changes since commit 42226c989789d8da4af1de0c31070c96726d990c:

Linux 5.18-rc7 (2022-05-15 18:08:58 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx.git tags/spdx-5.19-rc1

for you to fetch changes up to 53c83d6d8e399fad3d3d25df0ea0d54eb0f94f88:

siphash: add SPDX tags as sole licensing authority (2022-05-19 18:54:22 +0200)

----------------------------------------------------------------
SPDX changes for 5.19-rc1

Here are some SPDX (i.e. licensing) changes for 5.19-rc1

The SPDX-labeling effort has started to pick up again, so here are some
changes for various parts of the tree that are related to this effort.

Included in here are:
- freevxfs license updates
- spihash.c license cleanups
- spdxcheck script updates to make things easier to work with
going forward

All of the license updates came from the original authors/copyright
holders of the code involved.

All of these have been in linux-next for weeks with no reported issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Christoph Hellwig (1):
freevxfs: relicense to GPLv2 only

Jason A. Donenfeld (1):
siphash: add SPDX tags as sole licensing authority

Thomas Gleixner (8):
scripts/spdxcheck: Add percentage to statistics
scripts/spdxcheck: Add directory statistics
scripts/spdxcheck: Add [sub]directory statistics
scripts/spdxcheck: Add option to display files without SPDX
scripts/spdxcheck: Put excluded files and directories into a separate file
scripts/spdxcheck: Exclude config directories
scripts/spdxcheck: Exclude MAINTAINERS/CREDITS
scripts/spdxcheck: Exclude top-level README

fs/freevxfs/vxfs.h | 27 +------
fs/freevxfs/vxfs_bmap.c | 26 +------
fs/freevxfs/vxfs_dir.h | 27 +------
fs/freevxfs/vxfs_extern.h | 27 +------
fs/freevxfs/vxfs_fshead.c | 26 +------
fs/freevxfs/vxfs_fshead.h | 27 +------
fs/freevxfs/vxfs_immed.c | 26 +------
fs/freevxfs/vxfs_inode.c | 26 +------
fs/freevxfs/vxfs_inode.h | 27 +------
fs/freevxfs/vxfs_lookup.c | 26 +------
fs/freevxfs/vxfs_olt.c | 26 +------
fs/freevxfs/vxfs_olt.h | 27 +------
fs/freevxfs/vxfs_subr.c | 26 +------
fs/freevxfs/vxfs_super.c | 26 +------
include/linux/siphash.h | 5 +-
lib/siphash.c | 5 +-
lib/test_siphash.c | 7 +-
scripts/spdxcheck.py | 175 ++++++++++++++++++++++++++++++++++++++++++----
scripts/spdxexclude | 18 +++++
19 files changed, 202 insertions(+), 378 deletions(-)
create mode 100644 scripts/spdxexclude