An error occurred fetching the project authors.
  1. 01 Jun, 2016 2 commits
    • Greg Kroah-Hartman's avatar
      Linux 4.4.12 · 351d2d4d
      Greg Kroah-Hartman authored
      351d2d4d
    • Arnd Bergmann's avatar
      kbuild: move -Wunused-const-variable to W=1 warning level · e576ffd9
      Arnd Bergmann authored
      commit c9c6837d upstream.
      
      gcc-6 started warning by default about variables that are not
      used anywhere and that are marked 'const', generating many
      false positives in an allmodconfig build, e.g.:
      
      arch/arm/mach-davinci/board-da830-evm.c:282:20: warning: 'da830_evm_emif25_pins' defined but not used [-Wunused-const-variable=]
      arch/arm/plat-omap/dmtimer.c:958:34: warning: 'omap_timer_match' defined but not used [-Wunused-const-variable=]
      drivers/bluetooth/hci_bcm.c:625:39: warning: 'acpi_bcm_default_gpios' defined but not used [-Wunused-const-variable=]
      drivers/char/hw_random/omap-rng.c:92:18: warning: 'reg_map_omap4' defined but not used [-Wunused-const-variable=]
      drivers/devfreq/exynos/exynos5_bus.c:381:32: warning: 'exynos5_busfreq_int_pm' defined but not used [-Wunused-const-variable=]
      drivers/dma/mv_xor.c:1139:34: warning: 'mv_xor_dt_ids' defined but not used [-Wunused-const-variable=]
      
      This is similar to the existing -Wunused-but-set-variable warning
      that was added in an earlier release and that we disable by default
      now and only enable when W=1 is set, so it makes sense to do
      the same here. Once we have eliminated the majority of the
      warnings for both, we can put them back into the default list.
      
      We probably want this in backport kernels as well, to allow building
      them with gcc-6 without introducing extra warnings.
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Acked-by: default avatarOlof Johansson <olof@lixom.net>
      Acked-by: default avatarLee Jones <lee.jones@linaro.org>
      Signed-off-by: default avatarMichal Marek <mmarek@suse.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      e576ffd9
  2. 19 May, 2016 1 commit
  3. 11 May, 2016 1 commit
  4. 04 May, 2016 1 commit
  5. 20 Apr, 2016 1 commit
  6. 12 Apr, 2016 1 commit
  7. 16 Mar, 2016 1 commit
  8. 09 Mar, 2016 1 commit
  9. 03 Mar, 2016 1 commit
  10. 25 Feb, 2016 1 commit
  11. 17 Feb, 2016 1 commit
  12. 31 Jan, 2016 1 commit
  13. 10 Jan, 2016 1 commit
  14. 03 Jan, 2016 1 commit
  15. 28 Dec, 2015 1 commit
  16. 21 Dec, 2015 1 commit
  17. 14 Dec, 2015 1 commit
  18. 06 Dec, 2015 1 commit
  19. 30 Nov, 2015 1 commit
  20. 23 Nov, 2015 1 commit
  21. 16 Nov, 2015 1 commit
  22. 02 Nov, 2015 1 commit
  23. 25 Oct, 2015 1 commit
  24. 18 Oct, 2015 1 commit
  25. 11 Oct, 2015 1 commit
  26. 08 Oct, 2015 1 commit
  27. 04 Oct, 2015 1 commit
  28. 01 Oct, 2015 1 commit
  29. 28 Sep, 2015 1 commit
    • Ben Hutchings's avatar
      DocBook: Use a fixed encoding for output · b479bfd0
      Ben Hutchings authored
      Currently the encoding of documents generated by DocBook depends on
      the current locale.  Make the output reproducible independently of
      the locale, by setting the encoding to UTF-8 (LC_CTYPE=C.UTF-8) by
      preference, or ASCII (LC_CTYPE=C) as a fallback.
      
      LC_CTYPE can normally be overridden by LC_ALL, but the top-level
      Makefile unsets that.
      Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
      [jc: added check-lc_ctype to .gitignore]
      Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
      b479bfd0
  30. 27 Sep, 2015 1 commit
  31. 20 Sep, 2015 1 commit
  32. 12 Sep, 2015 1 commit
  33. 04 Sep, 2015 1 commit
  34. 30 Aug, 2015 1 commit
  35. 28 Aug, 2015 1 commit
  36. 24 Aug, 2015 1 commit
  37. 16 Aug, 2015 1 commit
  38. 14 Aug, 2015 2 commits