netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: Kui-Feng Lee <sinquersw@gmail.com>
Cc: netdev@vger.kernel.org, victor@mojatatu.com, jhs@mojatatu.com,
	xiyou.wangcong@gmail.com, jiri@resnulli.us,
	pctammela@mojatatu.com, "David S. Miller" <davem@davemloft.net>,
	Andrii Nakryiko <andrii@kernel.org>,
	Alexei Starovoitov <ast@kernel.org>,
	Martin KaFai Lau <martin.lau@linux.dev>,
	Kernel Team <kernel-team@meta.com>
Subject: Re: net/sched - kernel crashes when replacing a qdisc node.
Date: Wed, 3 Jan 2024 18:04:26 -0800	[thread overview]
Message-ID: <20240103180426.2db116ea@kernel.org> (raw)
In-Reply-To: <ce8d3e55-b8bc-409c-ace9-5cf1c4f7c88e@gmail.com>

On Wed, 3 Jan 2024 17:41:54 -0800 Kui-Feng Lee wrote:
> The kernel crashes when running selftests/bpf/prog_tests/lwt_reroute.c. 
> We got the error message at end of this post.
> 
> It happens when lwt_reroute.c running the shell command
> 
>    tc qdisc replace dev tun0 root fq limit 5 flow_limit 5
> 
> The kernel crashes at the line
> 
>    block = cl_ops->tcf_block(sch, TC_H_MIN_INGRESS, NULL);

This is the same as
https://lore.kernel.org/all/20231231172320.245375-1-victor@mojatatu.com/#r
right?

  reply	other threads:[~2024-01-04  2:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-04  1:41 net/sched - kernel crashes when replacing a qdisc node Kui-Feng Lee
2024-01-04  2:04 ` Jakub Kicinski [this message]
2024-01-04  9:18   ` Jiri Pirko
2024-01-04 17:24   ` Kui-Feng Lee

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=20240103180426.2db116ea@kernel.org \
    --to=kuba@kernel.org \
    --cc=andrii@kernel.org \
    --cc=ast@kernel.org \
    --cc=davem@davemloft.net \
    --cc=jhs@mojatatu.com \
    --cc=jiri@resnulli.us \
    --cc=kernel-team@meta.com \
    --cc=martin.lau@linux.dev \
    --cc=netdev@vger.kernel.org \
    --cc=pctammela@mojatatu.com \
    --cc=sinquersw@gmail.com \
    --cc=victor@mojatatu.com \
    --cc=xiyou.wangcong@gmail.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).