All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: Magnus Lindholm <linmag7@gmail.com>
Cc: netdev@vger.kernel.org
Subject: Re: kernel Oops: net-next-6.9 breaks stuff on Alpha?
Date: Sat, 30 Nov 2024 10:54:06 -0800	[thread overview]
Message-ID: <20241130105406.54ef7c7c@kernel.org> (raw)
In-Reply-To: <CA+=Fv5Tf=3HLhkDqRoxSgp0p6kpn7F62qiRXOXMSyR2KzQNUDQ@mail.gmail.com>

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.

      reply	other threads:[~2024-11-30 18:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-29 13:50 kernel Oops: net-next-6.9 breaks stuff on Alpha? Magnus Lindholm
2024-11-30 18:54 ` Jakub Kicinski [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=20241130105406.54ef7c7c@kernel.org \
    --to=kuba@kernel.org \
    --cc=linmag7@gmail.com \
    --cc=netdev@vger.kernel.org \
    /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.