From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752065AbdLDWoz convert rfc822-to-8bit (ORCPT ); Mon, 4 Dec 2017 17:44:55 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43832 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751200AbdLDWov (ORCPT ); Mon, 4 Dec 2017 17:44:51 -0500 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <20171204222814.GA9964@infradead.org> References: <20171204222814.GA9964@infradead.org> To: Christoph Hellwig Cc: dhowells@redhat.com, linux-afs@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: boot failure in 4.15-rc2 with afs in the trace MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <27974.1512427489.1@warthog.procyon.org.uk> Content-Transfer-Encoding: 8BIT Date: Mon, 04 Dec 2017 22:44:49 +0000 Message-ID: <27975.1512427489@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Mon, 04 Dec 2017 22:44:51 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Christoph Hellwig wrote: > [ 1.501264] BUG: unable to handle kernel NULL pointer dereference at 000000006714cfcb > [ 1.502335] IP: rxrpc_release+0xd5/0x1c0 Is it fixed by current Linus? In particular commit c501256406fb19c306504ee1fe41a4ea208d4245: rxrpc: Use correct netns source in rxrpc_release_sock() which went in after -rc2. David