An error occurred fetching the project authors.
  1. 14 Nov, 2012 9 commits
  2. 08 Nov, 2012 1 commit
  3. 01 Nov, 2012 1 commit
  4. 31 Oct, 2012 4 commits
  5. 29 Oct, 2012 2 commits
  6. 26 Oct, 2012 3 commits
  7. 24 Oct, 2012 3 commits
  8. 20 Oct, 2012 1 commit
  9. 14 Oct, 2012 1 commit
  10. 13 Oct, 2012 1 commit
  11. 08 Oct, 2012 2 commits
  12. 06 Oct, 2012 1 commit
  13. 03 Oct, 2012 1 commit
    • Jean Delvare's avatar
      kbuild: Fix gcc -x syntax · b1e0d8b7
      Jean Delvare authored
      The correct syntax for gcc -x is "gcc -x assembler", not
      "gcc -xassembler". Even though the latter happens to work, the former
      is what is documented in the manual page and thus what gcc wrappers
      such as icecream do expect.
      
      This isn't a cosmetic change. The missing space prevents icecream from
      recognizing compilation tasks it can't handle, leading to silent kernel
      miscompilations.
      
      Besides me, credits go to Michael Matz and Dirk Mueller for
      investigating the miscompilation issue and tracking it down to this
      incorrect -x parameter syntax.
      Signed-off-by: default avatarJean Delvare <jdelvare@suse.de>
      Acked-by: default avatarIngo Molnar <mingo@kernel.org>
      Cc: stable@vger.kernel.org
      Cc: Bernhard Walle <bernhard@bwalle.de>
      Cc: Michal Marek <mmarek@suse.cz>
      Cc: Ralf Baechle <ralf@linux-mips.org>
      Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
      b1e0d8b7
  14. 02 Oct, 2012 6 commits
  15. 29 Sep, 2012 3 commits
  16. 27 Sep, 2012 1 commit