lkml.org 
[lkml]   [2019]   [Jan]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [RFC] Provide in-kernel headers for making it easy to extend the kernel
    On Fri, Jan 18, 2019 at 05:55:43PM -0500, Joel Fernandes wrote:
    > --- a/init/Kconfig
    > +++ b/init/Kconfig
    > @@ -549,6 +549,16 @@ config IKCONFIG_PROC
    > This option enables access to the kernel configuration file
    > through /proc/config.gz.
    >
    > +config IKHEADERS_PROC
    > + tristate "Enable kernel header artifacts through /proc/kheaders.tgz"
    > + select BUILD_BIN2C
    > + depends on PROC_FS
    > + help
    > + This option enables access to the kernel header and other artifacts that
    > + are generated during the build process. These can be used to build kernel
    > + modules, and other in-kernel programs such as those generated by eBPF
    > + and systemtap tools.
    > +

    Minor nit, say what the module name here is if you pick the option as a
    module?

    thanks,

    greg k-h

    \
     
     \ /
      Last update: 2019-01-19 09:26    [W:4.019 / U:0.312 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site