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 5C4DBC63682 for ; Wed, 26 Jan 2022 18:11:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243670AbiAZSLA convert rfc822-to-8bit (ORCPT ); Wed, 26 Jan 2022 13:11:00 -0500 Received: from foss.arm.com ([217.140.110.172]:57858 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236949AbiAZSK7 (ORCPT ); Wed, 26 Jan 2022 13:10:59 -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 4D40ED6E; Wed, 26 Jan 2022 10:10:59 -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 4F2883F7D8; Wed, 26 Jan 2022 10:10:56 -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: Wed, 26 Jan 2022 18:10:51 +0000 Message-ID: <87r18u2wr8.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: linux-rt-users@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… > Heh, had forgotten about those - I'm happy to repost with the s/migratable/is_migratable/. I also need to go back to those splats I got on my emag and fix the PMU/GPIO warnings... > Sebastian