From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id C40391A0790 for ; Mon, 7 Sep 2015 19:22:04 +1000 (AEST) In-Reply-To: <1441361052-3319-1-git-send-email-bharata.rao@gmail.com> To: Bharata B Rao , linuxppc-dev@lists.ozlabs.org From: Michael Ellerman Cc: Nathan Fontenot , Bharata B Rao Subject: Re: [FIX] powerpc/pseries: Release DRC when configure_connector fails Message-Id: <20150907092204.AF166140281@ozlabs.org> Date: Mon, 7 Sep 2015 19:22:04 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2015-04-09 at 10:04:12 UTC, Bharata B Rao wrote: > From: Bharata B Rao > > dlpar_cpu_probe() should release the acquired DRC if configure_connector > call fails. > > Signed-off-by: Bharata B Rao > Cc: Nathan Fontenot > Reviewed-by: Nathan Fontenot Which commit caused this to be a bug? Or has it always been there? What is the symptom, is it catastrophic, or just cosmetic? Should the fix go to stable? cheers