From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754477AbeCGMsO (ORCPT ); Wed, 7 Mar 2018 07:48:14 -0500 Received: from mail-qt0-f196.google.com ([209.85.216.196]:37700 "EHLO mail-qt0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754449AbeCGMsK (ORCPT ); Wed, 7 Mar 2018 07:48:10 -0500 X-Google-Smtp-Source: AG47ELuVXW2qOsi4VMR6eAModBj9iaDjP4DpoAS/zlc/I7nOcmev32hPAzzhsNjfY9gtIL6uvZF8hhG8l9dUWNaVOAk= MIME-Version: 1.0 In-Reply-To: <20180307234142.1c7d2710@canb.auug.org.au> References: <20180305053742.9149-1-sergey.senozhatsky@gmail.com> <20180307022127.GB802@jagdpanzerIV> <20180307104002.GA505@jagdpanzerIV> <20180307114845.GA894@jagdpanzerIV> <20180307234142.1c7d2710@canb.auug.org.au> From: Arnd Bergmann Date: Wed, 7 Mar 2018 13:48:09 +0100 X-Google-Sender-Auth: OPwGv8BmwYmkaUka-SDkNbtFIrM Message-ID: Subject: Re: [PATCH] dump_stack: convert generic dump_stack into a weak symbol To: Stephen Rothwell Cc: Sergey Senozhatsky , Petr Mladek , Tejun Heo , Steven Rostedt , Dave Young , Andi Kleen , Greentime Hu , Vincent Chen , Peter Zijlstra , Andrew Morton , adi-buildroot-devel@lists.sourceforge.net, Linux Kernel Mailing List , Sergey Senozhatsky Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 7, 2018 at 1:41 PM, Stephen Rothwell wrote: > Hi Sergey, > > On Wed, 7 Mar 2018 20:48:56 +0900 Sergey Senozhatsky wrote: >> >> On (03/07/18 11:57), Arnd Bergmann wrote: >> [..] >> > >> Originally I planned to wait a few more releases, but the last maintainer >> > >> has commented that he will now send a patch for immediate removal, >> > >> so 4.17 is almost certain at this point. >> > > >> > > Would be great to get it removed as soon as possible then. Otherwise we >> > > will get broken blackfin build errors from Stephen (or would need to hold >> > > off Dave's patch). >> > >> > You could also add a patch to your tree that removes the blackfin >> > dump_stack() function, or we could ask Stephen and the other >> > people operating build bots to stop building blackfin right now >> > (they will have to do that anyway once the arch gets removed). >> >> OK. Petr, Stephen, what would be your preference? > > I can easily stop building blackfin - and, if the intention is to > remove it, there is not much point in wasting resources building it any > anyway. Right. At the moment, the plan is to remove metag, score, unicore32, m32r, frv and blackfin. If you are building any more of those, you can stop that as well. The fate of tile and mn10300 is still open, but I suspect they won't last long either. Arnd