From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755461AbdKBK1l (ORCPT ); Thu, 2 Nov 2017 06:27:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48570 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752780AbdKBK1k (ORCPT ); Thu, 2 Nov 2017 06:27:40 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com B50776A7DB Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=vkuznets@redhat.com From: Vitaly Kuznetsov To: Stephen Hemminger Cc: netdev@vger.kernel.org, devel@linuxdriverproject.org, Haiyang Zhang , Stephen Hemminger , linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next 2/4] hv_netvsc: protect nvdev->extension with RCU References: <20171031134204.15287-1-vkuznets@redhat.com> <20171031134204.15287-3-vkuznets@redhat.com> <20171031174451.096978cd@shemminger-XPS-13-9360> <87shdzw889.fsf@vitty.brq.redhat.com> Date: Thu, 02 Nov 2017 11:27:36 +0100 In-Reply-To: <87shdzw889.fsf@vitty.brq.redhat.com> (Vitaly Kuznetsov's message of "Tue, 31 Oct 2017 18:13:58 +0100") Message-ID: <87375xug9z.fsf@vitty.brq.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Thu, 02 Nov 2017 10:27:39 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Vitaly Kuznetsov writes: > > Ok, I may have missed something. I'll try reproducing the crash and > finding a better fine-grained solution. > It's been two days and I'm failing to reproduce the crash in rndis_filter_receive() in my environment so I'll probably just re-send patches 1 and 4 of this series as v2. -- Vitaly