lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251230215928.62258-1-josejavier.rodriguez@duagon.com>
Date: Tue, 30 Dec 2025 22:59:23 +0100
From: Javier Rodriguez <josejavier.rodriguez@...gon.com>
To: linux-kernel@...r.kernel.org
CC: Javier Rodriguez <josejavier.rodriguez@...gon.com>
Subject: [PATCH 0/5] Remove MODULE_ALIAS from all mcb client drivers

The first patches I sent for fixing the autoload problem encountered
on mcb device drivers were 2. The first was focused on updating the
modpost process for letting kbuild to access to the data within
MODULE_DEVICE_TABLE and the second one for removing the MODULE_ALIAS
on all mcb client drivers.

They were rejected and Andy suggested me to split the second patch
in a per-driver basis instead of sending all drivers' changes in a
single patch once the first patch was merged.

You can find the messages here:

https://lore.kernel.org/all/CAHp75VfhM5GuYY1qUKgBhePDo4oe5k3K1ZDTPbYJNr5NtjVVfQ@mail.gmail.com/

The first patch is already merged on Linus's Git repository for 6.19-rc4

commit 1f4ea4838b13 ("mcb: Add missing modpost build support")

So now I am sending this patch series for removing MODULE_ALIAS
on all mcb client drivers as it is no longer required.

Jose Javier Rodriguez Barbarin (5):
  gpio: gpio-menz127: drop unneeded MODULE_ALIAS
  serial: men_z135_uart: drop unneeded MODULE_ALIAS
  iio: adc: men_z188_adc: drop unneeded MODULE_ALIAS
  8250_men_mcb: drop unneeded MODULE_ALIAS
  watchdog: menz069_wdt: drop unneeded MODULE_ALIAS

 drivers/gpio/gpio-menz127.c            | 1 -
 drivers/iio/adc/men_z188_adc.c         | 1 -
 drivers/tty/serial/8250/8250_men_mcb.c | 3 ---
 drivers/tty/serial/men_z135_uart.c     | 1 -
 drivers/watchdog/menz69_wdt.c          | 1 -
 5 files changed, 7 deletions(-)

-- 
2.52.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ