From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 5B3CB3B2A4 for ; Fri, 12 Jan 2024 20:33:34 -0500 (EST) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 16C3E612F3; Sat, 13 Jan 2024 01:33:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9C7D7C433C7; Sat, 13 Jan 2024 01:33:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1705109612; bh=PHzx3gJ6hnCv3VfcEhNzHYMyKUNAcxT04KDHTrh9tAI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=cbH4SvXVjyY0LR+FiwUrFbH4h6iqSSMwz5QQJ9LYT7KxjHyJcqnG0MD4Oy5y127I7 VHTWzDnCwihFwGfw6Gfzoyyp2s334edjiQavmppF7HSGv3NUvkiFQt/xBWqW2uGIim YFGuqmz16qH8q8bthOgFKn5ywYQbrr4shwbyZnF1ZoglLN2PK4glVBXrR3S4V3pBkW RdnNlCPLjpBCmEQ393uThtjVypEDb8CLkASrZrpbSFPt5x1SOcAPVjTzBhpz4fBqC9 haYz95cdA/LunkoWpbGHxPSfF5KzR9s0Uz9I7XMWS6L2NqLAs/DlNCfJr9BvY0FHOE k2hvBCVsA0cSQ== Date: Fri, 12 Jan 2024 17:33:30 -0800 From: Jakub Kicinski To: Michal =?UTF-8?B?S291dG7DvQ==?= Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, bpf@vger.kernel.org, cake@lists.bufferbloat.net, "David S . Miller" , Eric Dumazet , Paolo Abeni , Jamal Hadi Salim , Cong Wang , Jiri Pirko , Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko , Martin KaFai Lau , Song Liu , Yonghong Song , John Fastabend , KP Singh , Stanislav Fomichev , Hao Luo , Jiri Olsa , Toke =?UTF-8?B?SMO4?= =?UTF-8?B?aWxhbmQtSsO4cmdlbnNlbg==?= , Vinicius Costa Gomes , Stephen Hemminger , Petr Pavlu , Michal Kubecek , Martin Wilck Message-ID: <20240112173330.075e5969@kernel.org> In-Reply-To: <20240112180646.13232-1-mkoutny@suse.com> References: <20240112180646.13232-1-mkoutny@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Cake] [PATCH v3 0/4] net/sched: Load modules via alias X-BeenThere: cake@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: Cake - FQ_codel the next generation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jan 2024 01:33:34 -0000 On Fri, 12 Jan 2024 19:06:42 +0100 Michal Koutn=C3=BD wrote: > These modules may be loaded lazily without user's awareness and > control. Add respective aliases to modules and request them under these > aliases so that modprobe's blacklisting mechanism (through aliases) > works for them. (The same pattern exists e.g. for filesystem > modules.) ## Form letter - net-next-closed The merge window for v6.8 has begun and we have already posted our pull request. Therefore net-next is closed for new drivers, features, code refactoring and optimizations. We are currently accepting bug fixes only. Please repost when net-next reopens after January 22nd. RFC patches sent for review only are obviously welcome at any time. See: https://www.kernel.org/doc/html/next/process/maintainer-netdev.html#de= velopment-cycle --=20 pw-bot: defer