Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750806AbdLZGVc (ORCPT ); Tue, 26 Dec 2017 01:21:32 -0500 Received: from wtarreau.pck.nerim.net ([62.212.114.60]:37782 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750705AbdLZGVb (ORCPT ); Tue, 26 Dec 2017 01:21:31 -0500 Date: Tue, 26 Dec 2017 07:21:27 +0100 From: Willy Tarreau To: Chris Rankin Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: BUG warnings in 4.14.9 Message-ID: <20171226062127.GA18714@1wt.eu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 444 Lines: 16 Hi Chris, On Tue, Dec 26, 2017 at 01:49:59AM +0000, Chris Rankin wrote: (...) > [ 35.100181] Call Trace: > [ 35.102709] dump_stack+0x46/0x59 > [ 35.106095] check_preemption_disabled+0xca/0xda > [ 35.110786] ip6_pol_route+0x46b/0x509 [ipv6] (...) One patch touched this area between 4.14.8 and 4.14.9, you may try to revert it to see if it fixes the issue : 9704f81 ("ipv6: grab rt->rt6i_ref before allocating pcpu rt") Willy