Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 680334 - sys-kernel/gentoo-sources-5.0.2 has some typos
Summary: sys-kernel/gentoo-sources-5.0.2 has some typos
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2019-03-14 14:32 UTC by Helmut Jarausch
Modified: 2019-06-11 11:51 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch correcting some typos (linux-5.0.2-cpu_hw_event.patch,859 bytes, patch)
2019-03-14 14:32 UTC, Helmut Jarausch
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Helmut Jarausch 2019-03-14 14:32:17 UTC
Created attachment 569090 [details, diff]
patch correcting some typos

file arch/x86/events/perf_event.h contains
struct cpu_hw_events { ... }
but also some pointer definitions struct cpu_hw_event *  (note the missing trailing 's') which breaks the compilation of the kernel.
A patch is attached.
Comment 1 ernsteiswuerfel archtester 2019-03-14 15:52:28 UTC
Patch works fine. Thanks!
Comment 2 Alice Ferrazzi Gentoo Infrastructure gentoo-dev 2019-03-15 02:46:48 UTC
Thanks for the patch
Comment 3 wippie 2019-03-16 11:52:30 UTC
Confirming the patch works. Thanks!
Comment 4 Mike Pagano gentoo-dev 2019-05-16 19:23:57 UTC
Can I have your .config that produces the compilation error?