From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47431) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fl9j5-00034n-5x for qemu-devel@nongnu.org; Thu, 02 Aug 2018 05:16:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fl9j4-0007VY-6i for qemu-devel@nongnu.org; Thu, 02 Aug 2018 05:16:55 -0400 Received: from mail-oi0-x242.google.com ([2607:f8b0:4003:c06::242]:46781) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fl9j4-0007VC-0u for qemu-devel@nongnu.org; Thu, 02 Aug 2018 05:16:54 -0400 Received: by mail-oi0-x242.google.com with SMTP id y207-v6so2626853oie.13 for ; Thu, 02 Aug 2018 02:16:53 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20180802070824.GC11211@umbus.fritz.box> References: <20180801035357.7804-1-david@gibson.dropbear.id.au> <20180802070824.GC11211@umbus.fritz.box> From: Peter Maydell Date: Thu, 2 Aug 2018 10:16:32 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [Qemu-ppc] [PULL 0/2] ppc-for-3.0 queue 20180801 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: BALATON Zoltan , qemu-ppc , QEMU Developers , Greg Kurz On 2 August 2018 at 08:08, David Gibson wrote: > The macio fix, however, *is* a regression from 2.12. Whether it's > severe enough to warrant another -rc, I'm not sure. It is a bad > pointer access which is, well, bad. It doesn't seem to bite > obviously, needing valgrind to pick it up, but possibly that's just > luck. I thought those introspection-bugs like the macio ones weren't regressions ? Certainly the devices have been leaking a refcount in their init methods for a long time. I don't view these as very important bugs, though, as they only manifest if you try to introspect fixed-always-present device/SoC objects, which in practice I don't think anybody does except as part of "test every device via introspection" test cases. thanks -- PMM