Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1764381AbcLVMvj (ORCPT ); Thu, 22 Dec 2016 07:51:39 -0500 Received: from mail-lf0-f67.google.com ([209.85.215.67]:34999 "EHLO mail-lf0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754500AbcLVMvf (ORCPT ); Thu, 22 Dec 2016 07:51:35 -0500 Reply-To: alex.popov@linux.com Subject: Re: [PATCH 1/2] arm64: setup: introduce kaslr_offset() References: <1481417456-28826-1-git-send-email-alex.popov@linux.com> <1481417456-28826-2-git-send-email-alex.popov@linux.com> <20161222061857.GA26502@yury-N73SV> To: Yury Norov Cc: Catalin Marinas , Will Deacon , Ard Biesheuvel , Mark Rutland , Rob Herring , Kefeng Wang , AKASHI Takahiro , Jon Masters , David Daney , Ganapatrao Kulkarni , Andrew Morton , Dmitry Vyukov , Nicolai Stange , James Morse , Andrey Ryabinin , Andrey Konovalov , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, syzkaller From: Alexander Popov Message-ID: <4094c1ef-0a75-7076-58e0-52ece326188b@linux.com> Date: Thu, 22 Dec 2016 15:51:27 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <20161222061857.GA26502@yury-N73SV> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 764 Lines: 27 On 22.12.2016 09:18, Yury Norov wrote: > On Sun, Dec 11, 2016 at 03:50:55AM +0300, Alexander Popov wrote: >> Introduce kaslr_offset() similarly to x86_64 for fixing kcov. [...] > Hi Alexander, > > I found today's linux-next master broken: [...] > It looks like you declare kaslr_offset() twice - in this patch, and in 7ede8665f > (arm64: setup: introduce kaslr_offset()). Hello Yury, There was a race during applying this patch. So currently linux-next has 2 versions of it. The first one is 1a339a14b1f2c7a0dfdd6db79eee1e55d3cec357, which is original. The second one is 7ede8665f27cde7da69e8b2fbeaa1ed0664879c5, updated by Will Deacon and applied to the mainline. I'm sorry for that. The first one should be definitely dropped. Best regards, Alexander