linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] MODULE_LICENSE removals, first tranche
@ 2023-02-10 16:47 Nick Alcock
  2023-02-10 16:47 ` [PATCH 1/8] kbuild, PCI: generic,versatile: comment out MODULE_LICENSE in non-modules Nick Alcock
                   ` (7 more replies)
  0 siblings, 8 replies; 28+ messages in thread
From: Nick Alcock @ 2023-02-10 16:47 UTC (permalink / raw)
  To: mcgrof; +Cc: linux-modules, linux-kernel

This series, based on current modules-next, is part of a treewide cleanup
suggested by Luis Chamberlain, to remove the LICENSE_MODULE usage from
files/objects that are not tristate.  Due to recent changes to kbuild, these
uses are now problematic.  See the commit logs for more details.

This is a small initial tranche to see if the general approach is valid:
larger tranches can follow if desired and if these patches seem OK.
(In total, there are 123 patches.)


The series at a whole can be found here:
  https://github.com/nickalcock/linux module-license

The kallsyms series is at https://github.com/nickalcock/linux kallsyms

The tristate checker used to put this series together (not for upstreaming yet,
and not necessary for any of this to work) is at
https://github.com/nickalcock/linux tristate-checker

Cc: Luis Chamberlain <mcgrof@kernel.org>
Cc: linux-modules@vger.kernel.org
Cc: linux-kernel@vger.kernel.org

Nick Alcock (8):
  kbuild, PCI: generic,versatile: comment out MODULE_LICENSE in
    non-modules
  kbuild, PCI: mobiveil: comment out MODULE_LICENSE in non-modules
  kbuild, ARM: tegra: comment out MODULE_LICENSE in non-modules
  kbuild, PCI: endpoint: comment out MODULE_LICENSE in non-modules
  kbuild, PCI: hip: comment out MODULE_LICENSE in non-modules
  kbuild,  shpchp: comment out MODULE_LICENSE in non-modules
  kbuild, PCI: dwc: histb: comment out MODULE_LICENSE in non-modules
  kbuild, PCI: microchip: comment out MODULE_LICENSE in non-modules

 drivers/pci/controller/dwc/pcie-histb.c              | 2 +-
 drivers/pci/controller/mobiveil/pcie-mobiveil-plat.c | 2 +-
 drivers/pci/controller/pci-tegra.c                   | 2 +-
 drivers/pci/controller/pci-versatile.c               | 2 +-
 drivers/pci/controller/pcie-hisi-error.c             | 2 +-
 drivers/pci/controller/pcie-microchip-host.c         | 2 +-
 drivers/pci/endpoint/pci-ep-cfs.c                    | 2 +-
 drivers/pci/endpoint/pci-epc-core.c                  | 2 +-
 drivers/pci/endpoint/pci-epc-mem.c                   | 2 +-
 drivers/pci/endpoint/pci-epf-core.c                  | 2 +-
 drivers/pci/hotplug/shpchp_core.c                    | 2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

-- 
2.39.1.268.g9de2f9a303


^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2023-02-16 13:34 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-10 16:47 [PATCH 0/8] MODULE_LICENSE removals, first tranche Nick Alcock
2023-02-10 16:47 ` [PATCH 1/8] kbuild, PCI: generic,versatile: comment out MODULE_LICENSE in non-modules Nick Alcock
2023-02-10 17:36   ` Rob Herring
2023-02-10 18:43     ` Nick Alcock
2023-02-13 22:57   ` Bjorn Helgaas
2023-02-14 15:41     ` Nick Alcock
2023-02-14 17:20       ` Bjorn Helgaas
2023-02-16 13:34         ` Nick Alcock
2023-02-10 16:47 ` [PATCH 2/8] kbuild, PCI: mobiveil: " Nick Alcock
2023-02-10 16:47 ` [PATCH 3/8] kbuild, ARM: tegra: " Nick Alcock
2023-02-10 16:47 ` [PATCH 4/8] kbuild, PCI: endpoint: " Nick Alcock
2023-02-10 16:47 ` [PATCH 5/8] kbuild, PCI: hip: " Nick Alcock
2023-02-10 16:47 ` [PATCH 6/8] kbuild, shpchp: " Nick Alcock
2023-02-10 16:47 ` [PATCH 7/8] kbuild, PCI: dwc: histb: " Nick Alcock
2023-02-10 16:47 ` [PATCH 8/8] kbuild, PCI: microchip: " Nick Alcock
2023-02-10 18:27   ` Conor Dooley
2023-02-10 19:26     ` Nick Alcock
2023-02-10 20:10       ` Conor Dooley
2023-02-12 18:37         ` Leon Romanovsky
2023-02-12 19:52           ` Nick Alcock
2023-02-13 15:53           ` Nick Alcock
2023-02-13 16:13           ` Nick Alcock
2023-02-13 16:51             ` Conor Dooley
2023-02-13 17:06             ` Leon Romanovsky
2023-02-15 19:06               ` Nick Alcock
2023-02-13 17:30           ` Jonathan Corbet
2023-02-13 19:23             ` Leon Romanovsky
2023-02-16 12:05               ` Nick Alcock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).