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

From: David Miller
Date: Tue Oct 23 2018 - 14:03:08 EST


From: Ivan Vecera <ivecera@xxxxxxxxxx>
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 <ivecera@xxxxxxxxxx>

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.