Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp1739980pxj; Sun, 16 May 2021 02:40:21 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxJ9/BjeAgIeBQs3k7hYQkbA0wlDLazV4usDcJbe+syYABsDMgjsuDVW6pBXVkODfgBj2KB X-Received: by 2002:a05:6402:4313:: with SMTP id m19mr64433440edc.263.1621158020792; Sun, 16 May 2021 02:40:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1621158020; cv=none; d=google.com; s=arc-20160816; b=n/M5WZEBLQrrsmw7YXz+HBPWn6ArdIelCntT0Qex5SV6W4FXFN6Zz3ZARjE+qXbTaD FVve4ryyi3jx7ooh+oeWQbGuDxRNa0ZcJhSlAVYfPvjxzSUtGCSzQjphLJJ+T9G+VabC v08fFLAMI+j6BTdoej+72V+2r4uGlQKwtfzjFKVJ8NGKO+eHB4qSj8BGmEs6MGs3WVR3 8RkQG9RjK4G1+HCOadDkE2qfb9fr7QT66eekw1uj+ncp4oPCY+7yIfqViEmTV4WuJ1GK vmonujFNV2bvY5megfwdEAohl6pPhXOA5TyIaxvb/P3RsWFvkmEiMPxGDB8LhhEX5FS/ PGpg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version:date :message-id:subject:references:in-reply-to:cc:to:from; bh=vjzZImBHJJUoFkgE+TbXud/UvLeXPF6kKMz64qMW9j8=; b=pwl7/rP9gzJYQUCOFcuvQsLur0GJJojM5Av/xFFj4z5Z7xf4ohLWaLreR7zsBCaMMG k1u2gHyQg0aHBbcZvTzq4NJwmVAHFTbCx5v2QwEHGSNPC6hhGoAvr5ZU+hpVgzZQKAwT H4dGi+c+nha9KwRXH7dqOtA7nN4B7I1S1zR+NLaP+RG7RzhnXbW3dKSXHiJKqtHlI27/ ntH4hZmBWqh8CqiB7Z3htesnId4/fHOXHzwyY3WkQcqVRSHU9TuynGVixJgEjiHbiOiv btzxhuSfNTEQso4gqarQalIJ6zbHxLEqwiaE/+TSJxey59xHVYTs6D5FHmREBu62nJIs qwbw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id zg9si12487179ejb.436.2021.05.16.02.39.57; Sun, 16 May 2021 02:40:20 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229629AbhEOWq5 (ORCPT + 99 others); Sat, 15 May 2021 18:46:57 -0400 Received: from ozlabs.org ([203.11.71.1]:55083 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229504AbhEOWq4 (ORCPT ); Sat, 15 May 2021 18:46:56 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 4FjL8N6wMzz9sWW; Sun, 16 May 2021 08:45:40 +1000 (AEST) From: Michael Ellerman To: Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , Christophe Leroy Cc: linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org In-Reply-To: References: Subject: Re: [PATCH] powerpc/interrupts: Fix kuep_unlock() call Message-Id: <162111863251.1890426.8864764297302499423.b4-ty@ellerman.id.au> Date: Sun, 16 May 2021 08:43:52 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 6 May 2021 14:49:45 +0000 (UTC), Christophe Leroy wrote: > Same as kuap_user_restore(), kuep_unlock() has to be called when > really returning to user, that is in interrupt_exit_user_prepare(), > not in interrupt_exit_prepare(). Applied to powerpc/fixes. [1/1] powerpc/interrupts: Fix kuep_unlock() call https://git.kernel.org/powerpc/c/a78339698ab1f43435fbe67fcd6de8f4f6eb9eec cheers