Skip to content
Snippets Groups Projects
  1. Feb 27, 2016
  2. Feb 01, 2016
  3. Jan 31, 2016
  4. Jan 24, 2016
  5. Jan 17, 2016
  6. Jan 16, 2016
  7. Jan 10, 2016
  8. Dec 10, 2015
  9. Nov 22, 2015
  10. Nov 13, 2015
  11. Nov 12, 2015
  12. Nov 03, 2015
  13. Nov 02, 2015
  14. Oct 30, 2015
    • Felix Fietkau's avatar
      build: Allow kernel modules to set build ID debug symbol · 3bbb9277
      Felix Fietkau authored
      
      This change adds support for specifying a build ID for kernel modules.
      This is done by setting PKG_BUILD_ID to a hexadecimal string, which will
      then be passed to the kernel linker. In addition, when this flag is set,
      the build ID debug symbol (.note.gnu.build-id) will not be stripped from
      the kernel module. This symbol is exported in sysfs by the kernel (if
      the kernel is compiled with CONFIG_KALLSYMS) and so can be used to
      uniquely identify a version of a kernel module in a running kernel. This
      is useful for keeping track of different versions of a module when doing
      experiments and development.
      
      Modules that specify the build ID will be ~100 bytes larger (depending
      on the length of the build ID specified). There is no size difference
      for kernel modules that do not set this variable.
      
      Signed-off-by: default avatarToke Høiland-Jørgensen <toke@toke.dk>
      
      SVN-Revision: 47290
      3bbb9277
  15. Oct 07, 2015
  16. Sep 14, 2015
  17. Sep 11, 2015
  18. Sep 04, 2015
  19. Aug 25, 2015
  20. Aug 23, 2015
  21. Jul 25, 2015
  22. Jul 15, 2015
  23. Jul 14, 2015
  24. Jul 07, 2015
  25. Jun 24, 2015
  26. Jun 18, 2015
  27. May 28, 2015
Loading