Skip to content
Snippets Groups Projects
  1. Nov 24, 2016
  2. Nov 23, 2016
  3. Nov 22, 2016
  4. Nov 21, 2016
  5. Nov 20, 2016
  6. Oct 27, 2016
  7. Oct 24, 2016
  8. Oct 20, 2016
  9. Oct 19, 2016
  10. Oct 06, 2016
  11. Oct 04, 2016
  12. Oct 01, 2016
  13. Sep 30, 2016
  14. Sep 29, 2016
  15. Sep 28, 2016
  16. Sep 27, 2016
    • S. Sandeep Kumar's avatar
      fix node_function in oaisim conf files · 52880e0c
      S. Sandeep Kumar authored
      52880e0c
    • Cedric Roux's avatar
      hotfix: bad copy from userspace by ExpressMIMO2 kernel driver · e08e2577
      Cedric Roux authored
      The ExpressMIMO2 kernel driver did not use proper mechanisms
      to copy from user space.
      
      It is very surprising that it ever worked at all...
      
      This commit is a quick fix. It is not the end of the story
      and some more work may be needed if things don't work.
      
      The remaining issue is that we pass pointer addresses to the
      kernel as 32 bits values, but pointers are 64 bits values
      (on x86_64, our supported platform). Some checks have been
      put in place to detect if upper 32 bits of a pointer are
      not 0 and print a strong error message in case of problem,
      but no clean solution has been implemented.
      e08e2577
  17. Sep 26, 2016
  18. Sep 25, 2016
  19. Sep 24, 2016
  20. Sep 23, 2016
Loading