Skip to content
Snippets Groups Projects
  1. Jan 16, 2016
  2. Jan 10, 2016
  3. Dec 10, 2015
  4. Nov 22, 2015
  5. Nov 13, 2015
  6. Nov 12, 2015
  7. Nov 03, 2015
  8. Nov 02, 2015
  9. 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
  10. Oct 07, 2015
  11. Sep 14, 2015
  12. Sep 11, 2015
  13. Sep 04, 2015
  14. Aug 25, 2015
  15. Aug 23, 2015
  16. Jul 25, 2015
  17. Jul 15, 2015
  18. Jul 14, 2015
  19. Jul 07, 2015
  20. Jun 24, 2015
  21. Jun 18, 2015
  22. May 28, 2015
  23. May 27, 2015
  24. May 26, 2015
  25. May 23, 2015
  26. May 10, 2015
  27. May 01, 2015
  28. Mar 29, 2015
Loading