From: patchwork-bot+netdevbpf@kernel.org
To: =?utf-8?b?TWljaGFsIEtvdXRuw70gPG1rb3V0bnlAc3VzZS5jb20+?=@ci.codeaurora.org
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
bpf@vger.kernel.org, cake@lists.bufferbloat.net,
davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, jhs@mojatatu.com, xiyou.wangcong@gmail.com,
jiri@resnulli.us, ast@kernel.org, daniel@iogearbox.net,
andrii@kernel.org, martin.lau@linux.dev, eddyz87@gmail.com,
song@kernel.org, yonghong.song@linux.dev,
john.fastabend@gmail.com, kpsingh@kernel.org, sdf@google.com,
haoluo@google.com, jolsa@kernel.org, toke@toke.dk,
vinicius.gomes@intel.com, stephen@networkplumber.org,
horms@kernel.org, pctammela@mojatatu.com
Subject: Re: [PATCH v5 0/4] net/sched: Load modules via alias
Date: Fri, 02 Feb 2024 19:10:28 +0000 [thread overview]
Message-ID: <170690102811.13805.7780804677680827549.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240201130943.19536-1-mkoutny@suse.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Thu, 1 Feb 2024 14:09:39 +0100 you 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.)
>
> For example (before the change):
> $ tc filter add dev lo parent 10: protocol ip prio 10 handle 1: cgroup
> # cls_cgroup module is loaded despite a `blacklist cls_cgroup` entry
> # in /etc/modprobe.d/*.conf
>
> [...]
Here is the summary with links:
- [v5,1/4] net/sched: Add helper macros with module names
https://git.kernel.org/netdev/net-next/c/b26577001af4
- [v5,2/4] net/sched: Add module aliases for cls_,sch_,act_ modules
https://git.kernel.org/netdev/net-next/c/241a94abcf46
- [v5,3/4] net/sched: Load modules via their alias
https://git.kernel.org/netdev/net-next/c/2c15a5aee2f3
- [v5,4/4] net/sched: Remove alias of sch_clsact
https://git.kernel.org/netdev/net-next/c/6cff01581789
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2024-02-02 19:10 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-01 13:09 [PATCH v5 0/4] net/sched: Load modules via alias Michal Koutný
2024-02-01 13:09 ` [PATCH v5 1/4] net/sched: Add helper macros with module names Michal Koutný
2024-02-01 13:09 ` [PATCH v5 2/4] net/sched: Add module aliases for cls_,sch_,act_ modules Michal Koutný
2024-02-01 13:09 ` [PATCH v5 3/4] net/sched: Load modules via their alias Michal Koutný
2024-02-01 13:09 ` [PATCH v5 4/4] net/sched: Remove alias of sch_clsact Michal Koutný
2024-02-02 12:08 ` [PATCH v5 0/4] net/sched: Load modules via alias Jamal Hadi Salim
2024-02-02 12:21 ` Jiri Pirko
2024-02-02 19:10 ` patchwork-bot+netdevbpf [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=170690102811.13805.7780804677680827549.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc==?utf-8?b?TWljaGFsIEtvdXRuw70gPG1rb3V0bnlAc3VzZS5jb20+?=@ci.codeaurora.org \
--cc=andrii@kernel.org \
--cc=ast@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=cake@lists.bufferbloat.net \
--cc=daniel@iogearbox.net \
--cc=davem@davemloft.net \
--cc=eddyz87@gmail.com \
--cc=edumazet@google.com \
--cc=haoluo@google.com \
--cc=horms@kernel.org \
--cc=jhs@mojatatu.com \
--cc=jiri@resnulli.us \
--cc=john.fastabend@gmail.com \
--cc=jolsa@kernel.org \
--cc=kpsingh@kernel.org \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=martin.lau@linux.dev \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=pctammela@mojatatu.com \
--cc=sdf@google.com \
--cc=song@kernel.org \
--cc=stephen@networkplumber.org \
--cc=toke@toke.dk \
--cc=vinicius.gomes@intel.com \
--cc=xiyou.wangcong@gmail.com \
--cc=yonghong.song@linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.