Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1578935
| From | Denys Fedoryshchenko <nuclearcat@nuclearcat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Mistake in include IS_ENABLED(CONFIG_LIVEPATCH) |
| Date | 2017-02-11 06:20 +0100 |
| Message-ID | <t9ygi-4X7-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hello, I noticed that sample of livepatch is not working in 4.9.9, because in include, linux/livepatch.h it is: #if IS_ENABLED(CONFIG_LIVEPATCH) while config option is: CONFIG_HAVE_LIVEPATCH=y After editing livepatch.h sample module compiles fine Probably that's just a typo?
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Mistake in include IS_ENABLED(CONFIG_LIVEPATCH) Denys Fedoryshchenko <nuclearcat@nuclearcat.com> - 2017-02-11 06:20 +0100 Re: Mistake in include IS_ENABLED(CONFIG_LIVEPATCH) Jiri Kosina <jikos@kernel.org> - 2017-02-11 09:00 +0100
csiph-web