[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <bf2cff36-9452-59bb-49e9-d5c2285eeb2a@omp.ru>
Date: Fri, 14 Jan 2022 14:03:15 +0300
From: Sergey Shtylyov <s.shtylyov@....ru>
To: Andrew Lunn <andrew@...n.ch>
CC: Doug Berger <opendmb@...il.com>,
Florian Fainelli <f.fainelli@...il.com>,
"David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>, <netdev@...r.kernel.org>,
<bcm-kernel-feedback-list@...adcom.com>
Subject: Re: [PATCH] bcmgenet: add WOL IRQ check
Hello!
On 1/14/22 12:00 AM, Andrew Lunn wrote:
>> The driver neglects to check the result of platform_get_irq_optional()'s
>> call and blithely passes the negative error codes to devm_request_irq()
>> (which takes *unsigned* IRQ #), causing it to fail with -EINVAL.
>> Stop calling devm_request_irq() with the invalid IRQ #s.
>>
>> Signed-off-by: Sergey Shtylyov <s.shtylyov@....ru>
>>
>> ---
>> This patch is against DaveM's 'net.git' repo.
>
> Since this is for net, it needs a Fixes: tag.
>
> Fixes: 8562056f267d ("net: bcmgenet: request Wake-on-LAN interrupt")
Indeed, I completely forgot about it. Thanks! :-)
> Andrew
MBR, Sergey
Powered by blists - more mailing lists