From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752041AbeCNPA1 (ORCPT ); Wed, 14 Mar 2018 11:00:27 -0400 Received: from aserp2130.oracle.com ([141.146.126.79]:35850 "EHLO aserp2130.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751449AbeCNPAZ (ORCPT ); Wed, 14 Mar 2018 11:00:25 -0400 Subject: Re: [PATCH 10/16] mm: remove obsolete alloc_remap() To: Arnd Bergmann Cc: linux-arch , Linux Kernel Mailing List , Andrew Morton , Michal Hocko , Vlastimil Babka , Mel Gorman , Johannes Weiner , Tetsuo Handa , "Kirill A. Shutemov" , Ingo Molnar , Petr Tesarik , Dave Hansen , Wei Yang , Linux-MM References: <20180314143529.1456168-1-arnd@arndb.de> <20180314143958.1548568-1-arnd@arndb.de> <83b23320-e9de-a0cf-144c-1b60b9b7002a@oracle.com> From: Pavel Tatashin Message-ID: <0cd8068e-1e57-e1a8-474e-f1ea9a179ac2@oracle.com> Date: Wed, 14 Mar 2018 10:59:57 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Proofpoint-Virus-Version: vendor=nai engine=5900 definitions=8831 signatures=668690 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 mlxscore=0 mlxlogscore=681 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1711220000 definitions=main-1803140169 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/14/2018 10:56 AM, Arnd Bergmann wrote: > On Wed, Mar 14, 2018 at 3:50 PM, Pavel Tatashin > wrote: >> Hi Arnd, >> >> I like this cleanup, but arch/tile (which is afaik Orphaned but still in the gate) has: >> >> HAVE_ARCH_ALLOC_REMAP set to yes: >> >> arch/tile/Kconfig >> config HAVE_ARCH_ALLOC_REMAP >> def_bool y > > It was a bit tricky to juggle the Cc lists here, but tile is removed > in patch 06/10 > now. As I explained in the cover letter, it was originally planned to be marked > deprecated for a while first, but after some more discussion, nobody could come > up with a reason to keep it any longer. Same thing for mn10300, > blackfin and cris. > I see, thank you: Reviewed-by: Pavel Tatashin