Cleanup or fix?

I agree with the change, but if it's a fix, it should also go into stable.

On 24.01.19 16:34, Philippe Gerum wrote:
Signed-off-by: Philippe Gerum <[email protected]>
---
  kernel/drivers/net/stack/rtskb.c | 1 +
  1 file changed, 1 insertion(+)

diff --git a/kernel/drivers/net/stack/rtskb.c b/kernel/drivers/net/stack/rtskb.c
index f5609027b..cc7563719 100644
--- a/kernel/drivers/net/stack/rtskb.c
+++ b/kernel/drivers/net/stack/rtskb.c
@@ -223,6 +223,7 @@ struct rtskb *alloc_rtskb(unsigned int size, struct 
rtskb_pool *pool)
      skb->len = 0;
      skb->pkt_type = PACKET_HOST;
      skb->xmit_stamp = NULL;
+    skb->ip_summed = CHECKSUM_NONE;
#if IS_ENABLED(CONFIG_XENO_DRIVERS_NET_ADDON_RTCAP)
      skb->cap_flags = 0;


Jan

--
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux

Reply via email to