From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (bilbo.ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 40D0bJ3qTjzF1pr for ; Sun, 1 Apr 2018 01:04:12 +1100 (AEDT) In-Reply-To: <1522118214-7040-1-git-send-email-linuxram@us.ibm.com> To: Ram Pai From: Michael Ellerman Cc: fweimer@redhat.com, msuchanek@suse.com, linuxram@us.ibm.com, mhocko@kernel.org, paulus@samba.org, aneesh.kumar@linux.vnet.ibm.com, bauerman@linux.vnet.ibm.com, linuxppc-dev@lists.ozlabs.org Subject: Re: powerpc/mm: Fix thread_pkey_regs_init() Message-Id: <40D0bG6pQ1z9s34@ozlabs.org> Date: Sun, 1 Apr 2018 01:04:10 +1100 (AEDT) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2018-03-27 at 02:36:54 UTC, Ram Pai wrote: > thread_pkey_regs_init() initializes the pkey related registers > instead of initializing the fields in the task structures. Fortunately > those key related registers are re-set to zero when the task > gets scheduled on the cpu. However its good to fix this glaringly > visible error. > > cc: Michael Ellermen > Signed-off-by: Ram Pai > Signed-off-by: Thiago Jung Bauermann > Acked-by: Balbir Singh Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/f208638680e5cb4eb0d2871ce8c29a cheers