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: <aPEVtDo1CHibAGxn@hovoldconsulting.com>
Date: Thu, 16 Oct 2025 17:56:36 +0200
From: Johan Hovold <johan@...nel.org>
To: linux-kernel@...r.kernel.org, Thomas Gleixner <tglx@...utronix.de>
Cc: linux-tip-commits@...r.kernel.org,
	Florian Fainelli <florian.fainelli@...adcom.com>,
	Changhuang Liang <changhuang.liang@...rfivetech.com>,
	x86@...nel.org
Subject: Re: [tip: irq/drivers] irqchip: Pass platform device to platform
 drivers

On Thu, Oct 16, 2025 at 03:46:41PM -0000, tip-bot2 for Johan Hovold wrote:
> The following commit has been merged into the irq/drivers branch of tip:
> 
> Commit-ID:     9a1926893b68931e2d1dbadec9435a7efef92d76
> Gitweb:        https://git.kernel.org/tip/9a1926893b68931e2d1dbadec9435a7efef92d76
> Author:        Johan Hovold <johan@...nel.org>
> AuthorDate:    Mon, 13 Oct 2025 11:46:11 +02:00
> Committer:     Thomas Gleixner <tglx@...utronix.de>
> CommitterDate: Thu, 16 Oct 2025 17:26:34 +02:00
> 
> irqchip: Pass platform device to platform drivers

> diff --git a/drivers/irqchip/irq-imx-mu-msi.c b/drivers/irqchip/irq-imx-mu-msi.c
> index 41df168..2370ab6 100644
> --- a/drivers/irqchip/irq-imx-mu-msi.c
> +++ b/drivers/irqchip/irq-imx-mu-msi.c
> @@ -296,10 +296,9 @@ static const struct imx_mu_dcfg imx_mu_cfg_imx8ulp = {
>  		  },
>  };
>  
> -static int imx_mu_of_init(struct device_node *dn, struct device_node *parent,
> -			  const struct imx_mu_dcfg *cfg)
> +static int imx_mu_of_probe(struct platform_device *pdev, struct device_node *parent,
> +			   const struct imx_mu_dcfg *cfg)

There's still an editing mistake here; the new name should just be
'imx_mu_probe'.

Johan

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ