From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com ([147.11.146.13]:45531 "EHLO mail1.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726276AbeJBCcG (ORCPT ); Mon, 1 Oct 2018 22:32:06 -0400 Subject: Re: [PATCH] kdb: use correct pointer when 'btc' calls 'btt' To: Michael Ellerman , Christophe LEROY , Daniel Thompson CC: , , , , References: <20180916190610.vzqxwps7zqy2zc6o@holly.lan> <5f0e0241-b7ab-b5fa-de0e-01abdbc85770@linaro.org> <760ed3ff-43d9-75e5-b36c-aaa7871ffe50@c-s.fr> <877ej7urh3.fsf@concordia.ellerman.id.au> <7cf2d115-a58b-4585-37fc-7e58169a43a3@c-s.fr> <87zhw1srt4.fsf@concordia.ellerman.id.au> From: Jason Wessel Message-ID: Date: Mon, 1 Oct 2018 14:52:11 -0500 MIME-Version: 1.0 In-Reply-To: <87zhw1srt4.fsf@concordia.ellerman.id.au> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org List-ID: On 09/28/2018 07:57 AM, Michael Ellerman wrote: > Christophe LEROY writes: >> Le 27/09/2018 à 13:09, Michael Ellerman a écrit : >>> Christophe LEROY writes: >>>> Le 26/09/2018 à 13:11, Daniel Thompson a écrit : >>>> >>>> The Fixes: and now your Reviewed-by: appear automatically in patchwork >>>> (https://patchwork.ozlabs.org/project/linuxppc-dev/list/?series=65715), >>>> so I believe they'll be automatically included when Jason or someone >>>> else takes the patch, no ? >>> >>> patchwork won't add the Fixes tag from the reply, it needs to be in the >>> original mail. >>> >>> See: >>> https://github.com/getpatchwork/patchwork/issues/151 >>> >> >> Ok, so it accounts it and adds a '1' in the F column in the patches >> list, but won't take it into account. > > Yes. The logic that populates the columns is separate from the logic > that scrapes the tags, which is a bug :) > >> Then I'll send a v2 with revised commit text. > No need. https://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git/commit/?h=kgdb-next Since it is a regression fix, we'll try and get it merged as soon as we can. Cheers, Jason.