1. 30 Jan, 2024 2 commits
    • Linus Torvalds's avatar
      Merge tag 'trace-v6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace · 9b7bd05b
      Linus Torvalds authored
      Pull tracing fixes from Steven Rostedt:
       "Two small fixes for tracefs and eventfs:
      
         - Fix register_snapshot_trigger() on allocation error
      
           If the snapshot fails to allocate, the register_snapshot_trigger()
           can still return success. If the call to
           tracing_alloc_snapshot_instance() returned anything but 0, it
           returned 0, but it should have been returning the error code from
           that allocation function.
      
         - Remove leftover code from tracefs doing a dentry walk on remount.
      
           The update_gid() function was called by the tracefs code on remount
           to update the gid of eventfs, but that is no longer the case, but
           that code wasn't deleted. Nothing calls it. Remove it"
      
      * tag 'trace-v6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
        tracefs: remove stale 'update_gid' code
        tracing/trigger: Fix to return error if failed to alloc snapshot
      9b7bd05b
    • Linus Torvalds's avatar
      Merge tag 'mm-hotfixes-stable-2024-01-28-23-21' of... · 6f3d7d5c
      Linus Torvalds authored
      Merge tag 'mm-hotfixes-stable-2024-01-28-23-21' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
      
      Pull misc fixes from Andrew Morton:
       "22 hotfixes. 11 are cc:stable and the remainder address post-6.7
        issues or aren't considered appropriate for backporting"
      
      * tag 'mm-hotfixes-stable-2024-01-28-23-21' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm: (22 commits)
        mm: thp_get_unmapped_area must honour topdown preference
        mm: huge_memory: don't force huge page alignment on 32 bit
        userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlb
        selftests/mm: ksm_tests should only MADV_HUGEPAGE valid memory
        scs: add CONFIG_MMU dependency for vfree_atomic()
        mm/memory: fix folio_set_dirty() vs. folio_mark_dirty() in zap_pte_range()
        mm/huge_memory: fix folio_set_dirty() vs. folio_mark_dirty()
        selftests/mm: Update va_high_addr_switch.sh to check CPU for la57 flag
        selftests: mm: fix map_hugetlb failure on 64K page size systems
        MAINTAINERS: supplement of zswap maintainers update
        stackdepot: make fast paths lock-less again
        stackdepot: add stats counters exported via debugfs
        mm, kmsan: fix infinite recursion due to RCU critical section
        mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again
        selftests/mm: switch to bash from sh
        MAINTAINERS: add man-pages git trees
        mm: memcontrol: don't throttle dying tasks on memory.high
        mm: mmap: map MAP_STACK to VM_NOHUGEPAGE
        uprobes: use pagesize-aligned virtual address when replacing pages
        selftests/mm: mremap_test: fix build warning
        ...
      6f3d7d5c
  2. 29 Jan, 2024 1 commit
  3. 28 Jan, 2024 8 commits
  4. 27 Jan, 2024 9 commits
  5. 26 Jan, 2024 20 commits