From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751375AbdKIGed (ORCPT ); Thu, 9 Nov 2017 01:34:33 -0500 Received: from mail-pf0-f174.google.com ([209.85.192.174]:56238 "EHLO mail-pf0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750846AbdKIGeb (ORCPT ); Thu, 9 Nov 2017 01:34:31 -0500 X-Google-Smtp-Source: ABhQp+TdCGaU6nhhLg2wooU6EyNhNkrRb2hp1fm6soQxvR6xkNqqxBwidfsnJ0rf6IGNCt0IJ2O2QfsNynQLPoOki1U= MIME-Version: 1.0 In-Reply-To: <20171109031206.x6ta5ysdalf3lk3s@wfg-t540p.sh.intel.com> References: <20171107102156.3fgxt6y6v5y2kqnf@wfg-t540p.sh.intel.com> <20171108094832.qxvkawpw2snpcbvh@wfg-t540p.sh.intel.com> <20171108171230.ccf7lwutjysk26fc@wfg-t540p.sh.intel.com> <20171109031206.x6ta5ysdalf3lk3s@wfg-t540p.sh.intel.com> From: Cong Wang Date: Wed, 8 Nov 2017 22:34:10 -0800 Message-ID: Subject: Re: [vlan_device_event] BUG: unable to handle kernel paging request at 6b6b6ccf To: Fengguang Wu Cc: Alexander Duyck , Linus Torvalds , Jeff Kirsher , Network Development , "David S. Miller" , Linux Kernel Mailing List , intel-wired-lan 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 Wed, Nov 8, 2017 at 7:12 PM, Fengguang Wu wrote: > Hi Alex, > >> So looking over the trace the panic seems to be happening after a >> decnet interface is getting deleted. Is there any chance we could try >> compiling the kernel without decnet support to see if that is the >> source of these issues? I don't know if anyone on the Intel Wired Lan >> team is testing with that enabled so if we can eliminate that as a >> possible cause that would be useful. > > > Sure and thank you for the suggestion! > > It looks disabling DECNET still triggers the vlan_device_event BUG. > However when looking at the dmesgs, I find another warning just before > the vlan_device_event BUG. Not sure if it's related one or independent > now-fixed issue. Those decnet symbols are probably noises. How do you reproduce it? And what is your setup? Vlan device on top of your eth0 (e1000)?