[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20241130105406.54ef7c7c@kernel.org>
Date: Sat, 30 Nov 2024 10:54:06 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Magnus Lindholm <linmag7@...il.com>
Cc: netdev@...r.kernel.org
Subject: Re: kernel Oops: net-next-6.9 breaks stuff on Alpha?
On Fri, 29 Nov 2024 14:50:54 +0100 Magnus Lindholm wrote:
> - synchronize_net();
> + synchronize_rcu();
This basically translates to switching from sychronize_rcu_expedited()
to synchronize_rcu(). The problem is likely in RCU support for Alpha,
we're not doing anything special.
Powered by blists - more mailing lists