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-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <mq7innu74qgnqhywicfjr4jbki7tfamlrl5inzo5ptssaa2lct@4prlhwgwl2wa>
Date: Fri, 5 Dec 2025 14:13:56 +0200
From: Ioana Ciornei <ioana.ciornei@....com>
To: Geert Uytterhoeven <geert@...ux-m68k.org>
Cc: Thomas Gleixner <tglx@...utronix.de>, 
	Ulf Hansson <ulf.hansson@...aro.org>, Johan Hovold <johan+linaro@...nel.org>, 
	"Rafael J. Wysocki" <rafael@...nel.org>, "Rob Herring (Arm)" <robh@...nel.org>, 
	Greg Kroah-Hartman <gregkh@...uxfoundation.org>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2] irqchip/ls-extirq: convert to a platform driver

On Fri, Dec 05, 2025 at 11:28:29AM +0100, Geert Uytterhoeven wrote:
> Hi Ionana,
> 

Hi Geert,

My name is spelled Ioana.

(...)

> > +static struct platform_driver ls_extirq_driver = {
> > +       .probe = ls_extirq_probe,
> > +       .driver = {
> > +               .name = "ls-extirq",
> > +               .of_match_table = ls_extirq_dt_ids,
> > +       }
> > +};
> > +
> > +module_platform_driver(ls_extirq_driver);
> 
> builtin_platform_driver(), as the driver cannot be modular?

Sure, will fix in v2.

Thanks

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ