1. 23 Dec, 2023 2 commits
  2. 22 Dec, 2023 19 commits
  3. 21 Dec, 2023 16 commits
  4. 20 Dec, 2023 3 commits
    • Linus Torvalds's avatar
      Merge tag 'platform-drivers-x86-v6.7-5' of... · 1bddd45b
      Linus Torvalds authored
      Merge tag 'platform-drivers-x86-v6.7-5' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86
      
      Pull x86 platform drivers fixes from Ilpo Järvinen:
      
       - Fan reporting on some ThinkPads
      
       - Laptop 13 spurious keypresses while suspended
      
       - Intel PMC correction to avoid crash
      
      * tag 'platform-drivers-x86-v6.7-5' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86:
        platform/x86/amd/pmc: Disable keyboard wakeup on AMD Framework 13
        platform/x86/amd/pmc: Move keyboard wakeup disablement detection to pmc-quirks
        platform/x86/amd/pmc: Only run IRQ1 firmware version check on Cezanne
        platform/x86/amd/pmc: Move platform defines to header
        platform/x86/intel/pmc: Fix hang in pmc_core_send_ltr_ignore()
        platform/x86: thinkpad_acpi: fix for incorrect fan reporting on some ThinkPad systems
      1bddd45b
    • Linus Torvalds's avatar
      Merge tag 'ovl-fixes-6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs · 1a44b007
      Linus Torvalds authored
      Pull overlayfs fix from Amir Goldstein:
       "Fix a regression from this merge window"
      
      * tag 'ovl-fixes-6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs:
        ovl: fix dentry reference leak after changes to underlying layers
      1a44b007
    • Linus Torvalds's avatar
      Merge tag 'bcachefs-2023-12-19' of https://evilpiepirate.org/git/bcachefs · 74d8fc2b
      Linus Torvalds authored
      Pull more bcachefs fixes from Kent Overstreet:
      
       - Fix a deadlock in the data move path with nocow locks (vs. update in
         place writes); when trylock failed we were incorrectly waiting for in
         flight ios to flush.
      
       - Fix reporting of NFS file handle length
      
       - Fix early error path in bch2_fs_alloc() - list head wasn't being
         initialized early enough
      
       - Make sure correct (hardware accelerated) crc modules get loaded
      
       - Fix a rare overflow in the btree split path, when the packed bkey
         format grows and all the keys have no value (LRU btree).
      
       - Fix error handling in the sector allocator
      
         This was causing writes to spuriously fail in multidevice setups, and
         another bug meant that the errors weren't being logged, only reported
         via fsync.
      
      * tag 'bcachefs-2023-12-19' of https://evilpiepirate.org/git/bcachefs:
        bcachefs: Fix bch2_alloc_sectors_start_trans() error handling
        bcachefs; guard against overflow in btree node split
        bcachefs: btree_node_u64s_with_format() takes nr keys
        bcachefs: print explicit recovery pass message only once
        bcachefs: improve modprobe support by providing softdeps
        bcachefs: fix invalid memory access in bch2_fs_alloc() error path
        bcachefs: Fix determining required file handle length
        bcachefs: Fix nocow locks deadlock
      74d8fc2b