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 AB0EDC433F5 for ; Tue, 4 Oct 2022 00:30:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230010AbiJDAaD (ORCPT ); Mon, 3 Oct 2022 20:30:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33360 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229917AbiJDA35 (ORCPT ); Mon, 3 Oct 2022 20:29:57 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 287A0222 for ; Mon, 3 Oct 2022 17:29:56 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id B8F7C61155 for ; Tue, 4 Oct 2022 00:29:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D4364C433D6; Tue, 4 Oct 2022 00:29:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664843395; bh=UNZ4IcHQ8FXT87CoTJ9Kjy6ewQVaBpl70nKZe+hKT/M=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=T5judg5ktMFhZMMMiqG7EUfLLR0k6CYO9qXhcCn/jsxGufUA9TsHELmgjw7uHoRQd OUa9Z7iBapRZuR1H8GjMaq5PSJgF/in13373eUsGXm9R0oZIUqWm3w0xyAwZUHVtAP yA9l29Xqd3Ykhxjy2dgSEJKQUuGaPnm36igJMvpgHRFTbzNlLZOEz0K8Kc3w8NjwO9 LvGfyQB+yQg/XpM1uX4jNlvuK6RjLx+jn9yxja4KxxKvK3D3kx2nplNO2sMtiFEYTA H9/w4jKh3r67+n/CXaBWaZui+texV9NCAhXeQgk75gXLn5F4ht1RvpnnJYsr3cuMoi xGmhGoU/wu4lw== Date: Mon, 3 Oct 2022 17:29:53 -0700 From: Jakub Kicinski To: Yury Norov Cc: netdev@vger.kernel.org, "David S . Miller" , Eric Dumazet , Paolo Abeni , Sebastian Andrzej Siewior , Menglong Dong , Kuniyuki Iwashima , Petr Machata Subject: Re: [PATCH 0/4] net: drop netif_attrmask_next*() Message-ID: <20221003172953.128735bf@kernel.org> In-Reply-To: References: <20221002151702.3932770-1-yury.norov@gmail.com> <20221003095048.1a683ba7@kernel.org> <20221003162556.10a80858@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Mon, 3 Oct 2022 17:07:31 -0700 Yury Norov wrote: > > I see. Is that patch merged and on it's way? > > This patch is already in pull request. > > > Perhaps we can just revert it and try again after the merge window? > > I don't understand this. To me it looks fairly normal - the check has > been fixed and merged (likely) in -rc1. After that we have 2 month to > spot, fix and test all issues discovered with correct cpumask_check(). > > I'm not insisting in moving this series in -rc1. Let's give it review > and careful testing, and merge in -rc2, 3 or whatever is appropriate. > > Regarding cpumask_check() patch - I'd like to have it in -rc1 because > it will give people enough time to test their code... AFAIU you can keep the cpumask_check() patch, we just need to revert the netdev patch from your earlier series? If so I strongly prefer that we revert the broken cleanup rather than try to pile on more re-factoring. The trees are not going anywhere, we can queue the patches for 6.2.