1. 10 Apr, 2024 1 commit
  2. 08 Apr, 2024 5 commits
  3. 05 Apr, 2024 5 commits
  4. 04 Apr, 2024 2 commits
  5. 03 Apr, 2024 7 commits
  6. 02 Apr, 2024 18 commits
  7. 31 Mar, 2024 2 commits
    • Linus Torvalds's avatar
      Linux 6.9-rc2 · 39cd87c4
      Linus Torvalds authored
      39cd87c4
    • Linus Torvalds's avatar
      Merge tag 'kbuild-fixes-v6.9' of... · 7e40c210
      Linus Torvalds authored
      Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
      
      Pull Kbuild fixes from Masahiro Yamada:
      
       - Deduplicate Kconfig entries for CONFIG_CXL_PMU
      
       - Fix unselectable choice entry in MIPS Kconfig, and forbid this
         structure
      
       - Remove unused include/asm-generic/export.h
      
       - Fix a NULL pointer dereference bug in modpost
      
       - Enable -Woverride-init warning consistently with W=1
      
       - Drop KCSAN flags from *.mod.c files
      
      * tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild:
        kconfig: Fix typo HEIGTH to HEIGHT
        Documentation/llvm: Note s390 LLVM=1 support with LLVM 18.1.0 and newer
        kbuild: Disable KCSAN for autogenerated *.mod.c intermediaries
        kbuild: make -Woverride-init warnings more consistent
        modpost: do not make find_tosym() return NULL
        export.h: remove include/asm-generic/export.h
        kconfig: do not reparent the menu inside a choice block
        MIPS: move unselectable FIT_IMAGE_FDT_EPM5 out of the "System type" choice
        cxl: remove CONFIG_CXL_PMU entry in drivers/cxl/Kconfig
      7e40c210