Re: [PATCH 00/17] MODULE_LICENSE removals, sixth tranche

2023-03-20 Thread Nick Alcock
(Sorry about this, MTA delivered a bunch of stuff very late.)

On 3 Mar 2023, Luis Chamberlain verbalised:

> Stupid question, if you're removing MODULE_LICENSE() than why keep the
> other stupid MODULE_*() crap too? If its of no use, be gone!

I wish, but when I tried it it broke stuff. At least some MODULE_ things
have side effects -- MODULE_DEVICE_TABLE, maybe MODULE_ALIAS etc...

... and also I was getting complaints when I sent a tree out that did
that, along the lines of "if MODULE_LICENSE is the problem why not just
remove that". It seems one cannot win here, both options elicit
complaints.


Re: [PATCH 00/17] MODULE_LICENSE removals, sixth tranche

2023-03-03 Thread Luis Chamberlain
Stupid question, if you're removing MODULE_LICENSE() than why keep the
other stupid MODULE_*() crap too? If its of no use, be gone!

  Luis


[PATCH 00/17] MODULE_LICENSE removals, sixth tranche

2023-03-02 Thread Nick Alcock
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.

(The commit log prefixes and Cc lists are automatically determined.  I've
eyeballed them, and they seem reasonable: my apologies if they are not.)

This is the last tranche of patches in this series. (In total, there are 121
patches in this series.)


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

(This is a respin with kbuild: prefixes dropped.  The previous series,
used in the mailouts of tranche 3 and earlier, is in the
module-license-kbuild-prefix branch.)

Cc: dri-devel@lists.freedesktop.org
Cc: linux-fsde...@vger.kernel.org
Cc: linux-ker...@vger.kernel.org
Cc: linux-me...@vger.kernel.org
Cc: linux...@kvack.org
Cc: linux-modu...@vger.kernel.org
Cc: x...@kernel.org

Nick Alcock (17):
  irqchip: remove MODULE_LICENSE in non-modules
  bus: remove MODULE_LICENSE in non-modules
  braille_console: remove MODULE_LICENSE in non-modules
  arm-cci: remove MODULE_LICENSE in non-modules
  drivers: bus: simple-pm-bus: remove MODULE_LICENSE in non-modules
  watch_queue: remove MODULE_LICENSE in non-modules
  btree: remove MODULE_LICENSE in non-modules
  lib: remove MODULE_LICENSE in non-modules
  fprobe: remove MODULE_LICENSE in non-modules
  tty: remove MODULE_LICENSE in non-modules
  unicode: remove MODULE_LICENSE in non-modules
  udmabuf: remove MODULE_LICENSE in non-modules
  regulator: stm32-pwr: remove MODULE_LICENSE in non-modules
  mm: remove MODULE_LICENSE in non-modules
  xen: remove MODULE_LICENSE in non-modules
  zpool: remove MODULE_LICENSE in non-modules
  zswap: remove MODULE_LICENSE in non-modules

 arch/x86/mm/debug_pagetables.c  | 1 -
 drivers/accessibility/braille/braille_console.c | 1 -
 drivers/bus/arm-cci.c   | 1 -
 drivers/bus/bt1-apb.c   | 1 -
 drivers/bus/bt1-axi.c   | 1 -
 drivers/bus/simple-pm-bus.c | 1 -
 drivers/dma-buf/udmabuf.c   | 1 -
 drivers/irqchip/irq-ti-sci-inta.c   | 1 -
 drivers/irqchip/irq-ti-sci-intr.c   | 1 -
 drivers/regulator/stm32-pwr.c   | 1 -
 drivers/tty/n_null.c| 1 -
 drivers/xen/grant-dma-ops.c | 1 -
 drivers/xen/xenbus/xenbus_probe.c   | 1 -
 fs/unicode/utf8-core.c  | 1 -
 kernel/watch_queue.c| 1 -
 lib/btree.c | 1 -
 lib/glob.c  | 1 -
 lib/test_fprobe.c   | 1 -
 mm/zpool.c  | 1 -
 mm/zswap.c  | 1 -
 20 files changed, 20 deletions(-)

-- 
2.39.1.268.g9de2f9a303