Re: [PATCH] Revert "be2net: remove desc field from be_eq_obj"

2018-10-23 Thread Ivan Vecera
On 23.10.2018 20:03, David Miller wrote:
> From: Ivan Vecera 
> Date: Tue, 23 Oct 2018 16:40:26 +0200
> 
>> The mentioned commit needs to be reverted because we cannot pass
>> string allocated on stack to request_irq(). This function stores
>> uses this pointer for later use (e.g. /proc/interrupts) so we need
>> to keep this string persistently.
>>
>> Fixes: d6d9704af8f4 ("be2net: remove desc field from be_eq_obj")
>>
>> Signed-off-by: Ivan Vecera 
> 
> Please do not put empty lines between Fixes and the other tags,
> all tags should appear together as one contiguous group.
Sure Dave... sorry for that.

Ivan


Re: [PATCH] Revert "be2net: remove desc field from be_eq_obj"

2018-10-23 Thread David Miller
From: Ivan Vecera 
Date: Tue, 23 Oct 2018 16:40:26 +0200

> The mentioned commit needs to be reverted because we cannot pass
> string allocated on stack to request_irq(). This function stores
> uses this pointer for later use (e.g. /proc/interrupts) so we need
> to keep this string persistently.
> 
> Fixes: d6d9704af8f4 ("be2net: remove desc field from be_eq_obj")
> 
> Signed-off-by: Ivan Vecera 

Please do not put empty lines between Fixes and the other tags,
all tags should appear together as one contiguous group.

Fixed and applied and queued up for -stable.