Skip to content
  1. Apr 04, 2024
  2. Apr 03, 2024
    • Linus Torvalds's avatar
      Merge tag 'selinux-pr-20240402' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux · 3e92c1e6
      Linus Torvalds authored
      Pull selinux fix from Paul Moore:
       "A single patch for SELinux to fix a problem where we could potentially
        dereference an error pointer if we failed to successfully mount
        selinuxfs"
      
      * tag 'selinux-pr-20240402' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux:
        selinux: avoid dereference of garbage after mount failure
      3e92c1e6
    • 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
  3. Apr 02, 2024
  4. Apr 01, 2024