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] [day] [month] [year] [list]
Date:	Mon, 14 Oct 2013 10:49:41 +0200
From:	Jiri Slaby <jslaby@...e.cz>
To:	Michael Opdenacker <michael.opdenacker@...e-electrons.com>,
	arnd@...db.de, gregkh@...uxfoundation.org
CC:	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] misc: phantom: remove deprecated IRQF_DISABLED

On 10/13/2013 08:16 AM, Michael Opdenacker wrote:
> This patch proposes to remove the use of the IRQF_DISABLED flag
> 
> It's a NOOP since 2.6.35 and it will be removed one day.
> 
> Signed-off-by: Michael Opdenacker <michael.opdenacker@...e-electrons.com>

Acked-by: Jiri Slaby <jslaby@...e.cz>

Thanks.

> ---
>  drivers/misc/phantom.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/misc/phantom.c b/drivers/misc/phantom.c
> index 68b7c77..3075492 100644
> --- a/drivers/misc/phantom.c
> +++ b/drivers/misc/phantom.c
> @@ -395,7 +395,7 @@ static int phantom_probe(struct pci_dev *pdev,
>  	iowrite32(0, pht->caddr + PHN_IRQCTL);
>  	ioread32(pht->caddr + PHN_IRQCTL); /* PCI posting */
>  	retval = request_irq(pdev->irq, phantom_isr,
> -			IRQF_SHARED | IRQF_DISABLED, "phantom", pht);
> +			IRQF_SHARED, "phantom", pht);
>  	if (retval) {
>  		dev_err(&pdev->dev, "can't establish ISR\n");
>  		goto err_unmo;
> 


-- 
js
suse labs
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ