Re: [PATCH] net/ipv4: reset mac head before call ip_tunnel_rcv()

From: David Miller
Date: Tue Aug 06 2019 - 14:43:56 EST


From: Chen Minqiang <ptpt52@xxxxxxxxx>
Date: Tue, 6 Aug 2019 18:47:31 +0800

> Signed-off-by: Chen Minqiang <ptpt52@xxxxxxxxx>

No commit message means I'm not even going to look at this patch and
try to understand it.

You must always completely explain, in detail, what change you are
making, how you are making it, and above all why you are making this
change.

Is there some bug you are fixing? What is that bug and what does that
bug cause to happen? Are there potential negative side effects to
your fix? What are they and what was the cost/benefit analysis for
that?

Where was the bug introduced? You must provide a proper Fixes: tag
which shows this.

Thank you.