From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 18CABC433EF for ; Thu, 27 Jan 2022 19:28:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235537AbiA0T2H convert rfc822-to-8bit (ORCPT ); Thu, 27 Jan 2022 14:28:07 -0500 Received: from foss.arm.com ([217.140.110.172]:51768 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232674AbiA0T2H (ORCPT ); Thu, 27 Jan 2022 14:28:07 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id AD662113E; Thu, 27 Jan 2022 11:28:06 -0800 (PST) Received: from e113632-lin (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id B31F53F7D7; Thu, 27 Jan 2022 11:28:03 -0800 (PST) From: Valentin Schneider To: Sebastian Andrzej Siewior Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, rcu@vger.kernel.org, linux-rt-users@vger.kernel.org, Catalin Marinas , Will Deacon , Ingo Molnar , Peter Zijlstra , Thomas Gleixner , Steven Rostedt , Daniel Bristot de Oliveira , "Paul E. McKenney" , Frederic Weisbecker , Josh Triplett , Mathieu Desnoyers , Davidlohr Bueso , Lai Jiangshan , Joel Fernandes , Anshuman Khandual , Vincenzo Frascino , Steven Price , Ard Biesheuvel , Boqun Feng , Mike Galbraith Subject: Re: [PATCH v3 2/4] sched: Introduce migratable() In-Reply-To: References: <20210811201354.1976839-1-valentin.schneider@arm.com> <20210811201354.1976839-3-valentin.schneider@arm.com> <20210817170925.2jwqvgvmqab2glwu@linutronix.de> <87czq573et.mognet@arm.com> Date: Thu, 27 Jan 2022 19:27:56 +0000 Message-ID: <87v8y5nflv.mognet@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: rcu@vger.kernel.org On 26/01/22 17:56, Sebastian Andrzej Siewior wrote: > On 2021-08-22 19:14:18 [+0100], Valentin Schneider wrote: >> Thanks for carrying it through, I'll keep that change for the next version. > > Just a quick question. This series ended with 3 patches in my queue. It > got decimated further due to Frederic series which ended up in > v5.17-rc1. I still have > | 2021-08-11 21:13 +0100 Valentin Schneider ∙ sched: Introduce migratable() > | 2021-08-11 21:13 +0100 Valentin Schneider ∙ arm64: mm: Make arch_faults_on_old_pte() check for migratability > > what do we do about these two? I could repost these two if there are no > objections… > While I'm at it, I see you're still carrying 6ab5bb09040d arm64/sve: Make kernel FPU protection RT friendly If you're OK with it, I'll repost that: https://lore.kernel.org/lkml/20210722175157.1367122-1-valentin.schneider@arm.com/ > Sebastian