From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932920AbbJPUPI (ORCPT ); Fri, 16 Oct 2015 16:15:08 -0400 Received: from plane.gmane.org ([80.91.229.3]:50899 "EHLO plane.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932325AbbJPUPG (ORCPT ); Fri, 16 Oct 2015 16:15:06 -0400 X-Injected-Via-Gmane: http://gmane.org/ To: linux-kernel@vger.kernel.org From: Christophe JAILLET Subject: Re: [PATCH] powerpc/prom: Avoid reference to potentially freed memory Date: Fri, 16 Oct 2015 22:09:10 +0200 Message-ID: References: <1444976055-19148-1-git-send-email-christophe.jaillet@wanadoo.fr> <1444989750.12954.4.camel@ellerman.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: aorleans-552-1-114-80.w92-140.abo.wanadoo.fr User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 In-Reply-To: <1444989750.12954.4.camel@ellerman.id.au> X-Antivirus: avast! (VPS 151016-1, 16/10/2015), Outbound message X-Antivirus-Status: Clean Cc: linuxppc-dev@ozlabs.org, kernel-janitors@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le 16/10/2015 12:02, Michael Ellerman a écrit : > As the kbuild robot detected you have left an extra "}" here. > > I don't mind too much if you send patches that aren't compile tested, but you > might save yourself some time by compiling them. Sorry about it, and thanks for your patience. IMHO, this should never happen and patches should be at least compile-tested. I will be more careful and compile-test any new patch I submit. CJ