From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S937522AbdLRRmV (ORCPT ); Mon, 18 Dec 2017 12:42:21 -0500 Received: from mail-io0-f174.google.com ([209.85.223.174]:34060 "EHLO mail-io0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934358AbdLRRmO (ORCPT ); Mon, 18 Dec 2017 12:42:14 -0500 X-Google-Smtp-Source: ACJfBoseZRl07W/Ailwxo9socJzFI8FDExS5cz8dtgVSEEvV5D1wfZis5Ajb9GZlyl/qPoyDLQogyXZgqZZSIGL7cFc= MIME-Version: 1.0 In-Reply-To: <20171218071159.GW26573@phenom.ffwll.local> References: <20171207100849.407-1-daniel.vetter@ffwll.ch> <20171208105419.jdzene5wrsriwm2n@hirez.programming.kicks-ass.net> <20171211091928.cpw3srz2rddmruxj@phenom.ffwll.local> <20171218071159.GW26573@phenom.ffwll.local> From: Linus Torvalds Date: Mon, 18 Dec 2017 09:42:13 -0800 X-Google-Sender-Auth: p8UkK7TW5yO1FeABNM1Svs35LdQ Message-ID: Subject: Re: [PATCH] kthread: finer-grained lockdep/cross-release completion To: Peter Zijlstra , LKML , DRI Development , Intel Graphics Development , Tvrtko Ursulin , Marta Lofstedt , Byungchul Park , Ingo Molnar , Tejun Heo , Kees Cook , Thomas Gleixner , Shaohua Li , Andrew Morton , Jens Axboe , Greg Kroah-Hartman , Jonathan Corbet , Oleg Nesterov , Daniel Vetter , Daniel Vetter Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Dec 17, 2017 at 11:11 PM, Daniel Vetter wrote: > > This didn't seem to have made it into -rc4. Anything needed to get it > going? Do you actually see the problem in -rc4? Because we ended up removing the cross-release checking due to other developers complaining. It seemed to need a lot more work before it was ready. So I suspect the patch is simply not relevant any more (even if it's not necessarily wrong either). Linus