From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: BUG: unable to handle kernel paging request in fib6_node_lookup_1 Date: Wed, 5 Sep 2018 11:32:23 -0600 Message-ID: <54a2ac86-2e61-f7ba-c1c1-bd276b0396d2@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "weiwan@google.com" , Eric Dumazet To: Song Liu , Networking Return-path: Received: from mail-pl1-f193.google.com ([209.85.214.193]:41997 "EHLO mail-pl1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727501AbeIEWDg (ORCPT ); Wed, 5 Sep 2018 18:03:36 -0400 Received: by mail-pl1-f193.google.com with SMTP id g23-v6so3615757plq.9 for ; Wed, 05 Sep 2018 10:32:26 -0700 (PDT) In-Reply-To: Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 9/5/18 12:11 AM, Song Liu wrote: > We are debugging an issue with fib6_node_lookup_1(). > > We use a 4.16 based kernel, and we have back ported most upstream > patches in ip6_fib.{c.h}. The only major differences I can spot are > Did you backport all patches in each set that included a change to those files, or just the patches to ip6_fib.* and any dependencies?