From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751334AbdBWRms (ORCPT ); Thu, 23 Feb 2017 12:42:48 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60184 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751238AbdBWRmp (ORCPT ); Thu, 23 Feb 2017 12:42:45 -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: References: To: Julia Lawall Cc: dhowells@redhat.com, kbuild-all@01.org, linux-kernel@vger.kernel.org Subject: Re: fs/afs/rxrpc.c:187:17-21: ERROR: reference preceded by free on line 184 (fwd) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <25063.1487871725.1@warthog.procyon.org.uk> Date: Thu, 23 Feb 2017 17:42:05 +0000 Message-ID: <25064.1487871725@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Thu, 23 Feb 2017 17:42:09 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Julia Lawall wrote: > No idea if this is a problem. Maybe trace_afs_call is just using the > address? Yes. It's merely prints the address of the call struct - so it doesn't matter if we've freed it or not. David