public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel•org>
To: Sasha Levin <sashal@kernel•org>
Cc: linux-kernel@vger•kernel.org, stable@vger•kernel.org,
	"Sebastian Andrzej Siewior" <bigeasy@linutronix•de>,
	"Andrii Nakryiko" <andrii@kernel•org>,
	"Eduard Zingerman" <eddyz87@gmail•com>,
	"Hao Luo" <haoluo@google•com>, "Jiri Olsa" <jolsa@kernel•org>,
	"John Fastabend" <john.fastabend@gmail•com>,
	"KP Singh" <kpsingh@kernel•org>,
	"Martin KaFai Lau" <martin.lau@linux•dev>,
	"Song Liu" <song@kernel•org>,
	"Stanislav Fomichev" <sdf@google•com>,
	"Yonghong Song" <yonghong.song@linux•dev>,
	"Alexei Starovoitov" <ast@kernel•org>,
	"Jesper Dangaard Brouer" <hawk@kernel•org>,
	"Toke Høiland-Jørgensen" <toke@redhat•com>,
	daniel@iogearbox•net, mingo@redhat•com, peterz@infradead•org,
	juri.lelli@redhat•com, vincent.guittot@linaro•org,
	davem@davemloft•net, edumazet@google•com, pabeni@redhat•com,
	akpm@linux-foundation•org, brauner@kernel•org, oleg@redhat•com,
	kees@kernel•org, tandersen@netflix•com, mjguzik@gmail•com,
	willy@infradead•org, kent.overstreet@linux•dev,
	zhangpeng.00@bytedance•com, linmiaohe@huawei•com,
	hca@linux•ibm.com, jiri@resnulli•us, lorenzo@kernel•org,
	yan@cloudflare•com, bpf@vger•kernel.org, netdev@vger•kernel.org
Subject: Re: [PATCH AUTOSEL 6.10 10/27] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.
Date: Mon, 29 Jul 2024 08:00:14 -0700	[thread overview]
Message-ID: <20240729080014.2bfcd176@kernel.org> (raw)
In-Reply-To: <20240728005329.1723272-10-sashal@kernel.org>

On Sat, 27 Jul 2024 20:52:53 -0400 Sasha Levin wrote:
> Subject: [PATCH AUTOSEL 6.10 10/27] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.

no no no, let's drop this one, it's not a fix, and there's a ton 
of fallout

  reply	other threads:[~2024-07-29 15:00 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-28  0:52 [PATCH AUTOSEL 6.10 01/27] wifi: nl80211: disallow setting special AP channel widths Sasha Levin
2024-07-28  0:52 ` [PATCH AUTOSEL 6.10 03/27] r8169: remove detection of chip version 11 (early RTL8168b) Sasha Levin
2024-07-29  8:45   ` Heiner Kallweit
2024-08-10  9:12     ` Sasha Levin
2024-08-11 14:32       ` Heiner Kallweit
2024-08-11 21:16         ` Sasha Levin
2025-02-23  0:57           ` Michael Pflüger
2025-02-23  9:43             ` Heiner Kallweit
2024-07-28  0:52 ` [PATCH AUTOSEL 6.10 06/27] net/mlx5e: SHAMPO, Fix invalid WQ linked list unlink Sasha Levin
2024-07-28  0:52 ` [PATCH AUTOSEL 6.10 08/27] rtnetlink: move rtnl_lock handling out of af_netlink Sasha Levin
2024-07-29 15:01   ` Jakub Kicinski
2024-07-28  0:52 ` [PATCH AUTOSEL 6.10 10/27] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT Sasha Levin
2024-07-29 15:00   ` Jakub Kicinski [this message]
2024-08-10  9:12     ` Sasha Levin
2024-07-28  0:52 ` [PATCH AUTOSEL 6.10 11/27] af_unix: Don't retry after unix_state_lock_nested() in unix_stream_connect() Sasha Levin
2024-07-28  0:52 ` [PATCH AUTOSEL 6.10 13/27] wifi: mac80211: fix NULL dereference at band check in starting tx ba session Sasha Levin
2024-07-28  0:52 ` [PATCH AUTOSEL 6.10 16/27] wifi: nl80211: don't give key data to userspace Sasha Levin
2024-07-28  0:53 ` [PATCH AUTOSEL 6.10 17/27] can: mcp251xfd: tef: prepare to workaround broken TEF FIFO tail index erratum Sasha Levin
2024-07-28  0:53 ` [PATCH AUTOSEL 6.10 18/27] can: mcp251xfd: tef: update workaround for erratum DS80000789E 6 of mcp2518fd Sasha Levin
2024-07-28  0:53 ` [PATCH AUTOSEL 6.10 19/27] net: stmmac: qcom-ethqos: enable SGMII loopback during DMA reset on sa8775p-ride-r3 Sasha Levin
2024-07-28  0:53 ` [PATCH AUTOSEL 6.10 20/27] mlxsw: pci: Lock configuration space of upstream bridge during reset Sasha Levin

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=20240729080014.2bfcd176@kernel.org \
    --to=kuba@kernel$(echo .)org \
    --cc=akpm@linux-foundation$(echo .)org \
    --cc=andrii@kernel$(echo .)org \
    --cc=ast@kernel$(echo .)org \
    --cc=bigeasy@linutronix$(echo .)de \
    --cc=bpf@vger$(echo .)kernel.org \
    --cc=brauner@kernel$(echo .)org \
    --cc=daniel@iogearbox$(echo .)net \
    --cc=davem@davemloft$(echo .)net \
    --cc=eddyz87@gmail$(echo .)com \
    --cc=edumazet@google$(echo .)com \
    --cc=haoluo@google$(echo .)com \
    --cc=hawk@kernel$(echo .)org \
    --cc=hca@linux$(echo .)ibm.com \
    --cc=jiri@resnulli$(echo .)us \
    --cc=john.fastabend@gmail$(echo .)com \
    --cc=jolsa@kernel$(echo .)org \
    --cc=juri.lelli@redhat$(echo .)com \
    --cc=kees@kernel$(echo .)org \
    --cc=kent.overstreet@linux$(echo .)dev \
    --cc=kpsingh@kernel$(echo .)org \
    --cc=linmiaohe@huawei$(echo .)com \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=lorenzo@kernel$(echo .)org \
    --cc=martin.lau@linux$(echo .)dev \
    --cc=mingo@redhat$(echo .)com \
    --cc=mjguzik@gmail$(echo .)com \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=oleg@redhat$(echo .)com \
    --cc=pabeni@redhat$(echo .)com \
    --cc=peterz@infradead$(echo .)org \
    --cc=sashal@kernel$(echo .)org \
    --cc=sdf@google$(echo .)com \
    --cc=song@kernel$(echo .)org \
    --cc=stable@vger$(echo .)kernel.org \
    --cc=tandersen@netflix$(echo .)com \
    --cc=toke@redhat$(echo .)com \
    --cc=vincent.guittot@linaro$(echo .)org \
    --cc=willy@infradead$(echo .)org \
    --cc=yan@cloudflare$(echo .)com \
    --cc=yonghong.song@linux$(echo .)dev \
    --cc=zhangpeng.00@bytedance$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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