Re: [PATCH] net: sunhme: Fix packet reception for len < RX_COPY_THRESHOLD

From: Sean Anderson
Date: Tue Sep 20 2022 - 09:23:18 EST


On 9/20/22 08:37, Andrew Lunn wrote:
Please could you add a Fixes: tag indicating when the problem was
introduced. Its O.K. if that was when the driver was added. It just
helps getting the patch back ported to older stable kernels.

Well, the driver was added before git was started...

I suppose I could blame 1da177e4c3f4 ("Linux-2.6.12-rc2"), but maybe I
should just CC the stable list?

That is a valid commit to use. It is unlikely anybody will backport it
that far, but it does give the machinery a trigger it does need
backporting.

Andrew


OK, well then this

Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")