Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1349200
| From | Tobias Klauser <tklauser@distanz.ch> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] net/ethoc: do not free array priv->mdio->irq |
| Date | 2016-03-03 15:20 +0100 |
| Message-ID | <r8CgH-8cy-31@gated-at.bofh.it> (permalink) |
| References | <r8BND-7MX-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 2016-03-03 at 14:43:34 +0100, Colin King <colin.king@canonical.com> wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> priv->mdio->irq used to be allocated and required freeing, but it
> is now a fixed sized array and should no longer be free'd.
>
> Issue detected using static analysis with CoverityScan
>
> Fixes: e7f4dc3536a400 ("mdio: Move allocation of interrupts into core")
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Tobias Klauser <tklauser@distanz.ch>
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] net/ethoc: do not free array priv->mdio->irq Colin King <colin.king@canonical.com> - 2016-03-03 14:50 +0100 Re: [PATCH] net/ethoc: do not free array priv->mdio->irq Tobias Klauser <tklauser@distanz.ch> - 2016-03-03 15:20 +0100 Re: [PATCH] net/ethoc: do not free array priv->mdio->irq Andrew Lunn <andrew@lunn.ch> - 2016-03-03 15:30 +0100
csiph-web