All of lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla-daemon@kernel.org
To: linux-usb@vger.kernel.org
Subject: [Bug 217399] Kernel OOPS on boot with Kernel 6.3(.1) and RTL8153 Gigabit Ethernet Adapter
Date: Fri, 05 May 2023 19:38:55 +0000	[thread overview]
Message-ID: <bug-217399-208809-zjyQckWXK7@https.bugzilla.kernel.org/> (raw)
In-Reply-To: <bug-217399-208809@https.bugzilla.kernel.org/>

https://bugzilla.kernel.org/show_bug.cgi?id=217399

Jakub Kicinski (kubakici@wp.pl) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kubakici@wp.pl

--- Comment #5 from Jakub Kicinski (kubakici@wp.pl) ---
Hi Bernard, are you able to compile your own kernel to see if this simple edit
would fix the problem for you?

diff --git a/kernel/bpf/offload.c b/kernel/bpf/offload.c
index d9c9f45e3529..8a26cd8814c1 100644
--- a/kernel/bpf/offload.c
+++ b/kernel/bpf/offload.c
@@ -859,4 +859,4 @@ static int __init bpf_offload_init(void)
        return rhashtable_init(&offdevs, &offdevs_params);
 }

-late_initcall(bpf_offload_init);
+core_initcall(bpf_offload_init);

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

  parent reply	other threads:[~2023-05-05 19:38 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-04 11:11 [Bug 217399] New: Kernel OOPS on boot with Kernel 6.3(.1) and RTL8153 Gigabit Ethernet Adapter bugzilla-daemon
2023-05-04 11:49 ` [Bug 217399] " bugzilla-daemon
2023-05-04 11:51 ` bugzilla-daemon
2023-05-04 11:58 ` bugzilla-daemon
2023-05-05  9:49 ` bugzilla-daemon
2023-05-05 19:38 ` bugzilla-daemon [this message]
2023-05-05 19:39 ` bugzilla-daemon
2023-05-06  9:39 ` bugzilla-daemon
2023-05-13 13:51 ` bugzilla-daemon
2023-06-11  7:11 ` bugzilla-daemon

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=bug-217399-208809-zjyQckWXK7@https.bugzilla.kernel.org/ \
    --to=bugzilla-daemon@kernel.org \
    --cc=linux-usb@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.