Skip to content
Snippets Groups Projects
  1. Dec 12, 2019
    • Keith Thorne's avatar
      Enable kernel module versioning - Rev2 · 8c01de98
      Keith Thorne authored
      Closes #14 - Restore support for kernel module versioning
      patches/kernel-4.19-cs/config-4.19.67-cs - change to MODVERSIONS=y
      patches/kernel-4.19-cs/README - Update note on config file
      -- changes for mbuf, gpstime symbol versions --
      Update RCG autotools - remove configure, move configure.in to configure.ac
      bootstrap - add to generate configure from configure.ac
      configure.ac - rename from configure.in, add tests to find path to mbuf, gpstime
      Module.symvers files - either /var/lib/dkms/$MODNAME/$MODVERS/$KVERS/$ARCH/
      for DKMS package or /var/cache/$MODNAME from local build
      src/drv/ExtraSymbols.symvers - Remove mbuf, gpstime symbols
      src/drv/gpstime/Makefile - Add caching of Module.symvers in /var/cache/gpstime on install
      src/drv/mbuf/Makefile - Add caching of Module.symvers in /var/cache/mbuf on install
      src/epics/util/Makefile.in  - Add mbuf,gpstime Module.symvers paths
      src/epics/util/feCodeGen.pl - Add KBUILD_EXTRA_SYMBOLS statements to front-end make file
      -- changes to ...
      8c01de98
  2. Dec 10, 2019
    • Keith Thorne's avatar
      Restore cpu_up as EXPORT_SYMBOL_GPL fix2 · e10b6064
      Keith Thorne authored
      Closes #15 Remove kernel patch changing cpu_up to EXPORT_SYMBOL
      Update README in patches/linux-4.19-cs for change
      Remove symbols from patched kernel in src/drv/ExtraSymbols.symvers
      Add parameter in GNUmakefile to build will reference Module.symvers from kernel
      e10b6064
  3. Dec 05, 2019
  4. Dec 03, 2019
  5. Jul 25, 2019
Loading