mbox series

[v11,0/2] SPDX: add copyleft-next-0.3.1

Message ID 20221003165849.1658170-1-mcgrof@kernel.org
Headers show
Series SPDX: add copyleft-next-0.3.1 | expand

Message

Luis Chamberlain Oct. 3, 2022, 4:58 p.m. UTC
As suggested by Thomas Gleixner, I'm following up to move on with
the SPDX tag needed for copyleft-next-0.3.1. I've split this out
from the test_sysfs selftest so to separate review from that.

Changes on this v11:
  o Fixed a minor typo on patch #2 as noted by Kees Cook
  o Added Reviewed-by tags by Kees Cook

Changes on this v10:
  o embraced paragraph from Thomas Gleixner which helps explain why             
    the OR operator in the SPDX license name
  o dropped the GPL-2.0 and GPL-2.0+ tags as suggested by Thomas Gleixner
    as these are outdated (still valid) in the SPDX spec
  o trimmed the Cc list to remove the test_sysfs / block layer / fs folks as
    the test_sysfs stuff is now dropped from consideration in this series

Prior to this the series was at v9 but it also had the test_sysfs and its
changes, its history can be found here:

https://lore.kernel.org/all/20211029184500.2821444-1-mcgrof@kernel.org/

Luis Chamberlain (2):
  LICENSES: Add the copyleft-next-0.3.1 license
  testing: use the copyleft-next-0.3.1 SPDX tag

 LICENSES/dual/copyleft-next-0.3.1        | 236 +++++++++++++++++++++++
 lib/test_kmod.c                          |  12 +-
 lib/test_sysctl.c                        |  12 +-
 tools/testing/selftests/kmod/kmod.sh     |  13 +-
 tools/testing/selftests/sysctl/sysctl.sh |  12 +-
 5 files changed, 240 insertions(+), 45 deletions(-)
 create mode 100644 LICENSES/dual/copyleft-next-0.3.1

Comments

Luis Chamberlain Oct. 19, 2022, 1:26 p.m. UTC | #1
On Mon, Oct 03, 2022 at 09:58:47AM -0700, Luis Chamberlain wrote:
> As suggested by Thomas Gleixner, I'm following up to move on with
> the SPDX tag needed for copyleft-next-0.3.1. I've split this out
> from the test_sysfs selftest so to separate review from that.
> 
> Changes on this v11:
>   o Fixed a minor typo on patch #2 as noted by Kees Cook
>   o Added Reviewed-by tags by Kees Cook
> 
> Changes on this v10:
>   o embraced paragraph from Thomas Gleixner which helps explain why             
>     the OR operator in the SPDX license name
>   o dropped the GPL-2.0 and GPL-2.0+ tags as suggested by Thomas Gleixner
>     as these are outdated (still valid) in the SPDX spec
>   o trimmed the Cc list to remove the test_sysfs / block layer / fs folks as
>     the test_sysfs stuff is now dropped from consideration in this series
> 
> Prior to this the series was at v9 but it also had the test_sysfs and its
> changes, its history can be found here:
> 
> https://lore.kernel.org/all/20211029184500.2821444-1-mcgrof@kernel.org/
> 
> Luis Chamberlain (2):
>   LICENSES: Add the copyleft-next-0.3.1 license
>   testing: use the copyleft-next-0.3.1 SPDX tag
> 
>  LICENSES/dual/copyleft-next-0.3.1        | 236 +++++++++++++++++++++++
>  lib/test_kmod.c                          |  12 +-
>  lib/test_sysctl.c                        |  12 +-
>  tools/testing/selftests/kmod/kmod.sh     |  13 +-
>  tools/testing/selftests/sysctl/sysctl.sh |  12 +-
>  5 files changed, 240 insertions(+), 45 deletions(-)
>  create mode 100644 LICENSES/dual/copyleft-next-0.3.1

*poke*

  Luis
Greg Kroah-Hartman Oct. 19, 2022, 3 p.m. UTC | #2
On Wed, Oct 19, 2022 at 06:26:45AM -0700, Luis Chamberlain wrote:
> On Mon, Oct 03, 2022 at 09:58:47AM -0700, Luis Chamberlain wrote:
> > As suggested by Thomas Gleixner, I'm following up to move on with
> > the SPDX tag needed for copyleft-next-0.3.1. I've split this out
> > from the test_sysfs selftest so to separate review from that.
> > 
> > Changes on this v11:
> >   o Fixed a minor typo on patch #2 as noted by Kees Cook
> >   o Added Reviewed-by tags by Kees Cook
> > 
> > Changes on this v10:
> >   o embraced paragraph from Thomas Gleixner which helps explain why             
> >     the OR operator in the SPDX license name
> >   o dropped the GPL-2.0 and GPL-2.0+ tags as suggested by Thomas Gleixner
> >     as these are outdated (still valid) in the SPDX spec
> >   o trimmed the Cc list to remove the test_sysfs / block layer / fs folks as
> >     the test_sysfs stuff is now dropped from consideration in this series
> > 
> > Prior to this the series was at v9 but it also had the test_sysfs and its
> > changes, its history can be found here:
> > 
> > https://lore.kernel.org/all/20211029184500.2821444-1-mcgrof@kernel.org/
> > 
> > Luis Chamberlain (2):
> >   LICENSES: Add the copyleft-next-0.3.1 license
> >   testing: use the copyleft-next-0.3.1 SPDX tag
> > 
> >  LICENSES/dual/copyleft-next-0.3.1        | 236 +++++++++++++++++++++++
> >  lib/test_kmod.c                          |  12 +-
> >  lib/test_sysctl.c                        |  12 +-
> >  tools/testing/selftests/kmod/kmod.sh     |  13 +-
> >  tools/testing/selftests/sysctl/sysctl.sh |  12 +-
> >  5 files changed, 240 insertions(+), 45 deletions(-)
> >  create mode 100644 LICENSES/dual/copyleft-next-0.3.1
> 
> *poke*

It's been 2 days since the merge window ended.  And my todo queue is:

	$ mdfrm -c todo/
	1410 messages in todo/

Please give me a chance to catch up...

thanks,

greg k-h