1. 18 Oct, 2023 37 commits
  2. 08 Oct, 2023 3 commits
    • Linus Torvalds's avatar
      Linux 6.6-rc5 · 94f6f055
      Linus Torvalds authored
      94f6f055
    • Linus Torvalds's avatar
      Merge tag '6.6-rc4-ksmbd-server-fixes' of git://git.samba.org/ksmbd · 37faf07b
      Linus Torvalds authored
      Pull smb server fixes from Steve French:
       "Six SMB3 server fixes for various races found by RO0T Lab of Huawei:
      
         - Fix oops when racing between oplock break ack and freeing file
      
         - Simultaneous request fixes for parallel logoffs, and for parallel
           lock requests
      
         - Fixes for tree disconnect race, session expire race, and close/open
           race"
      
      * tag '6.6-rc4-ksmbd-server-fixes' of git://git.samba.org/ksmbd:
        ksmbd: fix race condition between tree conn lookup and disconnect
        ksmbd: fix race condition from parallel smb2 lock requests
        ksmbd: fix race condition from parallel smb2 logoff requests
        ksmbd: fix uaf in smb20_oplock_break_ack
        ksmbd: fix race condition with fp
        ksmbd: fix race condition between session lookup and expire
      37faf07b
    • Linus Torvalds's avatar
      Merge tag 'sched-urgent-2023-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · f707e40d
      Linus Torvalds authored
      Pull misc scheduler fixes from Ingo Molnar:
      
       - Two EEVDF fixes: one to fix sysctl_sched_base_slice propagation, and
         to fix an avg_vruntime() corner-case.
      
       - A cpufreq frequency scaling fix
      
      * tag 'sched-urgent-2023-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        cpufreq: schedutil: Update next_freq when cpufreq_limits change
        sched/eevdf: Fix avg_vruntime()
        sched/eevdf: Also update slice on placement
      f707e40d