Bug 213417
Summary: | implicit declaration of function 'swab' in mm/slub.c | ||
---|---|---|---|
Product: | Memory Management | Reporter: | vannguye |
Component: | Slab Allocator | Assignee: | Andrew Morton (akpm) |
Status: | RESOLVED CODE_FIX | ||
Severity: | blocking | ||
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | v5.7-rc1 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
Build log from building kernel-4.18.0-305.3.1.el8_4.src.rpm
kernel-x86_64.config |
Description
vannguye
2021-06-11 16:38:43 UTC
Thanks, I queued a fix (include linux/swab.h) Hi Andrew, I included linux/swab.h and still seeing the same error. Did this include work in your environment ? Thanks Van On 6/11/21, 6:27 PM, "bugzilla-daemon@bugzilla.kernel.org" <bugzilla-daemon@bugzilla.kernel.org> wrote: https://bugzilla.kernel.org/show_bug.cgi?id=213417 --- Comment #1 from Andrew Morton (akpm@linux-foundation.org) --- Thanks, I queued a fix (include linux/swab.h) -- You may reply to this email to add a comment. You are receiving this mail because: You reported the bug. hm I didn't realize that this was a 4.18 RHEL kernel. That's very different from mainline. This problem probably isn't present in current mainline, but slub.c should have swab.h anyway. Can you please attach the .config? I'll give it a try with mainline kernel. Created attachment 297411 [details] kernel-x86_64.config Hi Andrew, Here is the config. Thanks Van On 6/14/21, 6:08 PM, "bugzilla-daemon@bugzilla.kernel.org" <bugzilla-daemon@bugzilla.kernel.org> wrote: https://bugzilla.kernel.org/show_bug.cgi?id=213417 --- Comment #3 from Andrew Morton (akpm@linux-foundation.org) --- hm I didn't realize that this was a 4.18 RHEL kernel. That's very different from mainline. This problem probably isn't present in current mainline, but slub.c should have swab.h anyway. Can you please attach the .config? I'll give it a try with mainline kernel. -- You may reply to this email to add a comment. You are receiving this mail because: You reported the bug. Can't reproduce with that config and current kernels. A lot has changed... Have you tried with 4.18 kernel ? On 6/16/21, 6:53 PM, "bugzilla-daemon@bugzilla.kernel.org" <bugzilla-daemon@bugzilla.kernel.org> wrote: https://bugzilla.kernel.org/show_bug.cgi?id=213417 --- Comment #5 from Andrew Morton (akpm@linux-foundation.org) --- Can't reproduce with that config and current kernels. A lot has changed... -- You may reply to this email to add a comment. You are receiving this mail because: You reported the bug. |