Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2803307imu; Sun, 23 Dec 2018 08:09:25 -0800 (PST) X-Google-Smtp-Source: ALg8bN45BXsFjfdV5MzUzUBaeDvrIWr0gjkxQUvW9h4luMuZTOQ7QLyhgyp9CK/c3icelF8hx89u X-Received: by 2002:a65:4946:: with SMTP id q6mr9314564pgs.201.1545581365700; Sun, 23 Dec 2018 08:09:25 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1545581365; cv=none; d=google.com; s=arc-20160816; b=XhyLmwJMy+gD1EBGTNLkCNq5PXzj/4zPnUkRNjYclVUHzvZ2/v53ST7EBOwslB0GAp y8bAoCKH7v8kmglAr9TSVbXY4dg5ZQQZOeOLR7xOiCW55sLwIbQB31fgJCke+ZyIMVBx tCWBDt7xlBJ8mQlHrjlG1mdtzvhg6Fw7Lgzwln9TzXQi3ReNksxFpR1wbkjokRiK5/Va DbMxZdoFlrHyNF4VNgrmQHJiY5MJuHol6Ig8xPpq9xG+egyuGBqlfKdM+cryAr7tWnZg RwZJBhd+gGeEXeU06GvsVImNPaECuXu3fiwmRysStmIN/SVWV5+7qOkaPTo+pdbO86Kv jD1A== 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; bh=3tFXdgzOxyY+aigSE0Dl+lKHIcJKNUToQoBoZqBUbXc=; b=BYzCrYe0txmMZrPl7qY3SXEFicKYVsNMU7uJj+ganQh7i1785N7nLude2b1/P6+ZSB Yg7VbYuIDXUthTiWB7x5zsdZVXRvUbZwptXnfqLxHGqIqmW5xSumVwfpUWJuD6Sh/SMd dN2csAoIiUAEw9ypbYo4DsctSioq4DmVHXvygPIRXDz6YwSI9/MbTvLLgntXLVduLNqB nHOeCBFHYp3x+DMVYgCsHDWREVSF5JZkWvq5R7QbMkGF/+ZLX5xjIxaHE1IIBasa8nIQ 3nFoD1I4H94WTgECX5OxWtaCZGWSSpSYKALXxmm7hgKEd/0LST/lu7qeCuk8qknQm9qp y2Cg== 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 v5si25616109pfe.52.2018.12.23.08.09.10; Sun, 23 Dec 2018 08:09:25 -0800 (PST) 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 S2392501AbeLVRCA (ORCPT + 99 others); Sat, 22 Dec 2018 12:02:00 -0500 Received: from ozlabs.org ([203.11.71.1]:55597 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2392415AbeLVRBD (ORCPT ); Sat, 22 Dec 2018 12:01:03 -0500 Received: by ozlabs.org (Postfix, from userid 1034) id 43MLSb4sDgz9sNq; Sat, 22 Dec 2018 20:54:39 +1100 (AEDT) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: badb9687cec50bdba59746532de1969d6d26f3a7 X-Patchwork-Hint: ignore In-Reply-To: <77dc61d57af91aa944f2416fefaa5cc27016d796.1544444552.git.christophe.leroy@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/mm: define an empty slice_init_new_context_exec() Message-Id: <43MLSb4sDgz9sNq@ozlabs.org> Date: Sat, 22 Dec 2018 20:54:39 +1100 (AEDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2018-12-10 at 12:23:05 UTC, Christophe Leroy wrote: > Define slice_init_new_context_exec() at all time to avoid > > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/badb9687cec50bdba59746532de196 cheers