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 D386BC433F5 for ; Tue, 7 Dec 2021 14:31:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237865AbhLGOea (ORCPT ); Tue, 7 Dec 2021 09:34:30 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44874 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232417AbhLGOe3 (ORCPT ); Tue, 7 Dec 2021 09:34:29 -0500 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CEB85C061574 for ; Tue, 7 Dec 2021 06:30:58 -0800 (PST) Date: Tue, 7 Dec 2021 15:30:55 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1638887457; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=j7FSja05TcNMG1IM6zYFLnpLO1M2NBLUmO8T/fP2duk=; b=j3T8wThMnfkr4JJfVWVCKL9YEDp3QSbKkGGw7UXx9FJNkIUpVOvypAopG2Xpt9OHu4k4Ig zNftZtchY4nV2V8E8fz9OC3Bx5BxY34jof4/tcUFQHymNO3RexvDpL++VijSXvHR+zWxhk XKYhaDculj7kCkBGHItZmLH48nC3gPguJpfbo+TiPfpMAN1KI+1u3Q0LEriOPLnwKMsD/9 EdVBbgaSm+lTlRZ9FA/Vp3xMzCHd/jV0szRBqed3Z+D7VTlQudS8npGvFGzwWgj8y1pH79 G+EgC6LRlU5cYdAapnikKI+wKgioaPEaowCcT6WxhWSXkD2lj6B/vk1oLEoO+Q== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1638887457; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=j7FSja05TcNMG1IM6zYFLnpLO1M2NBLUmO8T/fP2duk=; b=rEDsDwmjfvfyW2pz9NzCmn/ExPMe7U3ba3jeElB6HYCztyuOuvD4srfAgBdssNWub1Tcxc L+eDxmAHj7ivmbDg== From: Sebastian Andrzej Siewior To: Peter Zijlstra Cc: linux-kernel@vger.kernel.org, Ben Segall , Boqun Feng , Daniel Bristot de Oliveira , Dietmar Eggemann , Ingo Molnar , Juri Lelli , Mel Gorman , Steven Rostedt , Thomas Gleixner , Vincent Guittot , Waiman Long , Will Deacon Subject: Re: [PATCH 00/11] lockdep: Unbreak lockdep's selftest work on PREEMPT_RT. Message-ID: <20211207143055.mxrpyo5b62kvleld@linutronix.de> References: <20211129174654.668506-1-bigeasy@linutronix.de> <20211202211253.GC16608@worktop.programming.kicks-ass.net> <20211206152618.avqghqegykwjnxm5@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2021-12-07 15:19:46 [+0100], Peter Zijlstra wrote: > Still now clue how they got lost, but it should be sorted now. Thank you good Sir. There is still the possibility that you had a better solution :) Sebastian