1. 20 5月, 2015 1 次提交
  2. 06 5月, 2015 1 次提交
    • A
      builddeb: fix stripped module signatures if CONFIG_DEBUG_INFO and CONFIG_MODULE_SIG_ALL are set · 64178cb6
      Andrey Skvortsov 提交于
      If CONFIG_MODULE_SIG_ALL is set, then user expects that all modules are
      automatically signed in the result package, as it's for rpm-pkg, binrpm-pkg,
      tar, tar-*. For deb-pkg this is correct only if CONFIG_DEBUG_INFO
      is NOT set. In that case deb-package contains signed modules.
      
      But if CONFIG_DEBUG_INFO is set, builddeb creates separate package with
      debug information. To do that, debug information from all modules
      is copied into separate files by objcopy. And loadable kernel modules are
      stripped afterwards. Stripping removes previously (during modules_install)
      added signatures from loadable kernel modules. Therefore final deb-package
      contains unsigned modules despite of set option CONFIG_MODULE_SIG_ALL.
      
      This patch resigns all stripped modules if CONFIG_MODULE_SIG_ALL is set
      to solve this problem.
      Signed-off-by: NAndrey Skvortsov <andrej.skvortzov@gmail.com>
      Acked-by: Nmaximilian attems <max@stro.at>
      Signed-off-by: NMichal Marek <mmarek@suse.cz>
      64178cb6
  3. 27 4月, 2015 1 次提交
  4. 07 1月, 2015 1 次提交
  5. 03 1月, 2015 1 次提交
  6. 07 10月, 2014 1 次提交
  7. 12 9月, 2014 1 次提交
  8. 26 8月, 2014 1 次提交
  9. 20 8月, 2014 1 次提交
  10. 19 6月, 2014 1 次提交
  11. 18 6月, 2014 1 次提交
  12. 10 6月, 2014 1 次提交
  13. 30 4月, 2014 1 次提交
  14. 24 4月, 2014 2 次提交
  15. 04 1月, 2014 2 次提交
  16. 18 11月, 2013 1 次提交
  17. 16 8月, 2013 1 次提交
  18. 24 7月, 2013 4 次提交
  19. 28 6月, 2012 2 次提交
  20. 27 5月, 2012 1 次提交
  21. 25 2月, 2012 3 次提交
  22. 19 2月, 2012 1 次提交
  23. 04 2月, 2011 1 次提交
  24. 15 1月, 2011 1 次提交
  25. 08 1月, 2011 1 次提交
  26. 07 1月, 2011 1 次提交
  27. 29 12月, 2010 1 次提交
  28. 20 12月, 2010 1 次提交
  29. 25 11月, 2010 1 次提交
  30. 11 11月, 2010 1 次提交
  31. 06 9月, 2010 1 次提交
  32. 03 6月, 2010 1 次提交