1. 03 Apr, 2024 9 commits
  2. 02 Apr, 2024 5 commits
    • Linus Torvalds's avatar
      Merge tag 'docs-6.9-fixes' of git://git.lwn.net/linux · b1e6ec0a
      Linus Torvalds authored
      Pull documentation fixes from Jonathan Corbet:
       "Four small documentation fixes"
      
      * tag 'docs-6.9-fixes' of git://git.lwn.net/linux:
        docs: zswap: fix shell command format
        tracing: Fix documentation on tp_printk cmdline option
        docs: Fix bitfield handling in kernel-doc
        Documentation: dev-tools: Add link to RV docs
      b1e6ec0a
    • Linus Torvalds's avatar
      Merge tag 'bcachefs-2024-04-01' of https://evilpiepirate.org/git/bcachefs · 67199a47
      Linus Torvalds authored
      Pull bcachefs fixes from Kent Overstreet:
       "Lots of fixes for situations with extreme filesystem damage.
      
        One fix ("Fix journal pins in btree write buffer") applicable to
        normal usage; also a dio performance fix.
      
        New repair/construction code is in the final stages, should be ready
        in about a week. Anyone that lost btree interior nodes (or a variety
        of other damage) as a result of the splitbrain bug will be able to
        repair then"
      
      * tag 'bcachefs-2024-04-01' of https://evilpiepirate.org/git/bcachefs: (32 commits)
        bcachefs: On emergency shutdown, print out current journal sequence number
        bcachefs: Fix overlapping extent repair
        bcachefs: Fix remove_dirent()
        bcachefs: Logged op errors should be ignored
        bcachefs: Improve -o norecovery; opts.recovery_pass_limit
        bcachefs: bch2_run_explicit_recovery_pass_persistent()
        bcachefs: Ensure bch_sb_field_ext always exists
        bcachefs: Flush journal immediately after replay if we did early repair
        bcachefs: Resume logged ops after fsck
        bcachefs: Add error messages to logged ops fns
        bcachefs: Split out recovery_passes.c
        bcachefs: fix backpointer for missing alloc key msg
        bcachefs: Fix bch2_btree_increase_depth()
        bcachefs: Kill bch2_bkey_ptr_data_type()
        bcachefs: Fix use after free in check_root_trans()
        bcachefs: Fix repair path for missing indirect extents
        bcachefs: Fix use after free in bch2_check_fix_ptrs()
        bcachefs: Fix btree node keys accounting in topology repair path
        bcachefs: Check btree ptr min_key in .invalid
        bcachefs: add REQ_SYNC and REQ_IDLE in write dio
        ...
      67199a47
    • Paolo Bonzini's avatar
      Merge tag 'kvm-riscv-fixes-6.9-1' of https://github.com/kvm-riscv/linux into HEAD · 9bc60f73
      Paolo Bonzini authored
      KVM/riscv fixes for 6.9, take #1
      
      - Fix spelling mistake in arch_timer selftest
      - Remove redundant semicolon in num_isa_ext_regs()
      - Fix APLIC setipnum_le/be write emulation
      - Fix APLIC in_clrip[x] read emulation
      9bc60f73
    • Paolo Bonzini's avatar
      Merge tag 'kvmarm-fixes-6.9-1' of... · 52b761b4
      Paolo Bonzini authored
      Merge tag 'kvmarm-fixes-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
      
      KVM/arm64 fixes for 6.9, part #1
      
       - Ensure perf events programmed to count during guest execution
         are actually enabled before entering the guest in the nVHE
         configuration.
      
       - Restore out-of-range handler for stage-2 translation faults.
      
       - Several fixes to stage-2 TLB invalidations to avoid stale
         translations, possibly including partial walk caches.
      
       - Fix early handling of architectural VHE-only systems to ensure E2H is
         appropriately set.
      
       - Correct a format specifier warning in the arch_timer selftest.
      
       - Make the KVM banner message correctly handle all of the possible
         configurations.
      52b761b4
    • Christian Göttsche's avatar
      selinux: avoid dereference of garbage after mount failure · 37801a36
      Christian Göttsche authored
      In case kern_mount() fails and returns an error pointer return in the
      error branch instead of continuing and dereferencing the error pointer.
      
      While on it drop the never read static variable selinuxfs_mount.
      
      Cc: stable@vger.kernel.org
      Fixes: 0619f0f5 ("selinux: wrap selinuxfs state")
      Signed-off-by: default avatarChristian Göttsche <cgzones@googlemail.com>
      Signed-off-by: default avatarPaul Moore <paul@paul-moore.com>
      37801a36
  3. 01 Apr, 2024 26 commits