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 B9D8CC433FE for ; Tue, 22 Nov 2022 19:59:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234253AbiKVT7S (ORCPT ); Tue, 22 Nov 2022 14:59:18 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44450 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232689AbiKVT7K (ORCPT ); Tue, 22 Nov 2022 14:59:10 -0500 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2D1B8A2897 for ; Tue, 22 Nov 2022 11:59:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=t6inRfo8fhYTcjbUb4z/g3yOL4I/5GIwL+fC0eINU40=; b=aGcBYBg9kB652G6mSb1smBAsJM F5GYlOXxkdXZfFuvna6dTBa5QlfvW84uPaRkj1N0AOEp/oue/a1SmKP44Adhdz6iYnuRC7debTWKf u0BPK5vnnEUtRA9BuoQSZOcB2cETHPj5XeQUzCZmRA1JBpfMJ3Dvl9Ec/wQsSeLBQthXnrWxnzble cOrwoFl+fF8NpUlupebpEq1LimcIqAbAiY4PRSJx+FRs1lJmvyLA/X3WVKS3RnFVXBfs0G3wARJ4i Eh72KZVX4qS1ArCScBUpd8CaCCs4LXOzp8qbvYhvXZW6z6ZEFs7nOZ8cVhH4tZZRBEomHkI9dYL5y TW99BiIw==; Received: from j130084.upc-j.chello.nl ([24.132.130.84] helo=noisy.programming.kicks-ass.net) by casper.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1oxZQ4-006htl-CH; Tue, 22 Nov 2022 19:59:00 +0000 Received: from hirez.programming.kicks-ass.net (hirez.programming.kicks-ass.net [192.168.1.225]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id 52399300244; Tue, 22 Nov 2022 20:58:52 +0100 (CET) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id 14AEA2D6CAB89; Tue, 22 Nov 2022 20:58:52 +0100 (CET) Date: Tue, 22 Nov 2022 20:58:51 +0100 From: Peter Zijlstra To: Waiman Long Cc: Ingo Molnar , Juri Lelli , Vincent Guittot , Dietmar Eggemann , Steven Rostedt , Ben Segall , Mel Gorman , Daniel Bristot de Oliveira , Phil Auld , linux-kernel@vger.kernel.org, Paul McKenney Subject: Re: [PATCH-tip] sched: Don't call kfree() in do_set_cpus_allowed() Message-ID: References: <20221118193302.522399-1-longman@redhat.com> <601640d0-9dc2-a060-e165-c8efac54aa34@redhat.com> <70b65b5b-385d-1c47-f003-1e42de290e86@redhat.com> <542be8a5-f374-0245-ca22-4033708b6469@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <542be8a5-f374-0245-ca22-4033708b6469@redhat.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 22, 2022 at 02:30:38PM -0500, Waiman Long wrote: > I have just sent out a new patch to fix that before I saw your email. I do > forgot to put -tip in the subject line. I found it; I'll stare at it in the morning. Things don't seem to want to make much sense anymore today :-)