From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751188AbdFAOLj (ORCPT ); Thu, 1 Jun 2017 10:11:39 -0400 Received: from mail-io0-f172.google.com ([209.85.223.172]:36347 "EHLO mail-io0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751078AbdFAOLh (ORCPT ); Thu, 1 Jun 2017 10:11:37 -0400 MIME-Version: 1.0 In-Reply-To: <20170601140048.GA24401@rei.lan> References: <20170601140048.GA24401@rei.lan> From: Soheil Hassas Yeganeh Date: Thu, 1 Jun 2017 10:10:56 -0400 Message-ID: Subject: Re: commit f5f99309 (sock: do not set sk_err in sock_dequeue_err_skb) has broken ping To: Cyril Hrubis Cc: "David S. Miller" , Shmulik Ladkani , Marcelo Ricardo Leitner , Pravin B Shelar , Eric Dumazet , WANG Cong , Yaogong Wang , Steffen Klassert , Al Viro , netdev , linux-kernel@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 1, 2017 at 10:00 AM, Cyril Hrubis wrote: > I've bisected the problem to this commit: > > commit f5f99309fa7481f59a500f0d08f3379cd6424c1f (HEAD, refs/bisect/bad) > Author: Soheil Hassas Yeganeh > Date: Thu Nov 3 18:24:27 2016 -0400 > > sock: do not set sk_err in sock_dequeue_err_skb Hi Cyril, I'm sorry for the problem, and thank you for the report. Two questions: 1. Could you double check whether you have the following commit in your tree? commit 83a1a1a70e87f676fbb6086b26b6ac7f7fdd107d Author: Soheil Hassas Yeganeh Date: Wed Nov 30 14:01:08 2016 -0500 sock: reset sk_err for ICMP packets read from error queue 2. I've also have sent a fix to iputils on https://github.com/iputils/iputils/pull/75. Would you be kind to try that pull request as well? Thanks, Soheil