Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp3658881imm; Mon, 4 Jun 2018 07:18:25 -0700 (PDT) X-Google-Smtp-Source: ADUXVKKUh6JTShbq3Mklc3zjvkVnQwnXGPVsysqLzuTEgs3w0fp17tS6TW1qCWJ4aq/oABWQ7r1T X-Received: by 2002:a62:20c7:: with SMTP id m68-v6mr21304285pfj.110.1528121905878; Mon, 04 Jun 2018 07:18:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1528121905; cv=none; d=google.com; s=arc-20160816; b=FtHonQPjzZGscDSFev2NYoKaNlv1aC7ITJJdmls6Ii9XFUWKI1ciz/hXKvwpCCbAuJ XAeXjopHRvS9qeUil2Ow8cZpX/L5m1KvX2U/ycbi5jYnZ4ZM2ei12PEIRA4kwUX96IFP U+uiDURfpNyPw4YMUs2GltWFAX3SWgl+yw+XcKfVlyOaGgo2zXdrvcbOtERubiw4TN9V w1Av43PzRMlkfD8JePPH+xr63cyDjsnmhbflpGpCcfFcoYjHaYvdMP7RvXF1wXlUS9Rt 4braKuWij1bzel8rC+fPwoalCUsFnpe6K1tOCmk5MjJCdUvRwsTK1J5gasLXLEKDUTDN 2XBg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:message-id:subject:cc:from:to :in-reply-to:arc-authentication-results; bh=+EvTLSsWKEqji4/WNCcB6F40VV6P/9KzcYdCeTmEevk=; b=B7LQVfGH3V7eSlGg7Uot7EhCK1ZHcjVRAQ4Oz5do7q3pSsdHl1itj56XosyqcC+N+K 2hbgPsjdZAvUpF56m/5ltr38zg9WFRgbsQxoJc5KTF1oMvrF6//ALz5+o1C2qZ/cniWx HcmRczg8t9BhB0WwSe+gqdwDaBcN+9kdXlreQmqv2MZ0+j/UU28KqoMDRnOUXpSugU+x CAxFFq+Htyao0jFJlB/nW1YjrzQ9hnfTef7cJfrxKylgqn7VA0xcXqHq0Dgl14Jv8sUm RsE6PmSzd1DuQHuPx4pJb78bhqm7uUpLFR4q3otYQc/+RHB5ZUB5YtTiQVyT9lAWaS6O Ecbg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u17-v6si3867837plq.405.2018.06.04.07.18.11; Mon, 04 Jun 2018 07:18:25 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753517AbeFDOKh (ORCPT + 99 others); Mon, 4 Jun 2018 10:10:37 -0400 Received: from ozlabs.org ([203.11.71.1]:53751 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753478AbeFDOKe (ORCPT ); Mon, 4 Jun 2018 10:10:34 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 40zxfd308yz9s4Y; Tue, 5 Jun 2018 00:10:33 +1000 (AEST) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 0cc377d16e565b90b43b7550cdf5b3abd7942a75 In-Reply-To: <20180417112310.BD2686C07F@po15720vm.idsi0.si.c-s.fr> To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: powerpc/misc: merge reloc_offset() and add_reloc_offset() Message-Id: <40zxfd308yz9s4Y@ozlabs.org> Date: Tue, 5 Jun 2018 00:10:33 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2018-04-17 at 11:23:10 UTC, Christophe Leroy wrote: > reloc_offset() is the same as add_reloc_offset(0) > > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/0cc377d16e565b90b43b7550cdf5b3 cheers