1. 30 Nov, 2017 1 commit
  2. 24 Nov, 2017 2 commits
  3. 21 Nov, 2017 1 commit
  4. 18 Nov, 2017 1 commit
  5. 15 Nov, 2017 1 commit
  6. 08 Nov, 2017 1 commit
  7. 02 Nov, 2017 1 commit
  8. 27 Oct, 2017 1 commit
  9. 21 Oct, 2017 1 commit
  10. 18 Oct, 2017 1 commit
  11. 12 Oct, 2017 1 commit
  12. 08 Oct, 2017 1 commit
  13. 05 Oct, 2017 1 commit
  14. 27 Sep, 2017 1 commit
  15. 13 Sep, 2017 1 commit
  16. 07 Sep, 2017 1 commit
  17. 02 Sep, 2017 1 commit
  18. 30 Aug, 2017 1 commit
  19. 25 Aug, 2017 1 commit
  20. 16 Aug, 2017 1 commit
  21. 13 Aug, 2017 1 commit
  22. 11 Aug, 2017 1 commit
  23. 07 Aug, 2017 1 commit
  24. 27 Jul, 2017 2 commits
    • Greg Kroah-Hartman's avatar
      Linux 4.4.79 · e058f634
      Greg Kroah-Hartman authored
      e058f634
    • Linus Torvalds's avatar
      disable new gcc-7.1.1 warnings for now · 83863589
      Linus Torvalds authored
      commit bd664f6b
      
       upstream.
      
      I made the mistake of upgrading my desktop to the new Fedora 26 that
      comes with gcc-7.1.1.
      
      There's nothing wrong per se that I've noticed, but I now have 1500
      lines of warnings, mostly from the new format-truncation warning
      triggering all over the tree.
      
      We use 'snprintf()' and friends in a lot of places, and often know that
      the numbers are fairly small (ie a controller index or similar), but gcc
      doesn't know that, and sees an 'int', and thinks that it could be some
      huge number.  And then complains when our buffers are not able to fit
      the name for the ten millionth controller.
      
      These warnings aren't necessarily bad per se, and we probably want to
      look through them subsystem by subsystem, but at least during the merge
      window they just mean that I can't even see if somebody is introducing
      any *real* problems when I pull.
      
      So warnings disabled for now.
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      83863589
  25. 21 Jul, 2017 1 commit
  26. 15 Jul, 2017 1 commit
  27. 05 Jul, 2017 2 commits
  28. 29 Jun, 2017 1 commit
  29. 26 Jun, 2017 1 commit
  30. 17 Jun, 2017 2 commits
  31. 14 Jun, 2017 1 commit
  32. 07 Jun, 2017 1 commit
  33. 25 May, 2017 1 commit
  34. 20 May, 2017 1 commit
  35. 14 May, 2017 1 commit
  36. 08 May, 2017 1 commit