1. 10 Jul, 2020 1 commit
  2. 09 Jul, 2020 2 commits
    • Linus Torvalds's avatar
      Merge tag 'for-5.8/dm-fixes-2' of... · 2a89b99f
      Linus Torvalds authored
      Merge tag 'for-5.8/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
      
      Pull device mapper fixes from Mike Snitzer:
      
       - A request-based DM fix to not use a waitqueue to wait for blk-mq IO
         completion because doing so is racey.
      
       - A couple more DM zoned target fixes to address issues introduced
         during the 5.8 cycle.
      
       - A DM core fix to use proper interface to cleanup DM's static flush
         bio.
      
       - A DM core fix to prevent mm recursion during memory allocation needed
         by dm_kobject_uevent.
      
      * tag 'for-5.8/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm:
        dm: use noio when sending kobject event
        dm zoned: Fix zone reclaim trigger
        dm zoned: fix unused but set variable warnings
        dm writecache: reject asynchronous pmem devices
        dm: use bio_uninit instead of bio_disassociate_blkg
        dm: do not use waitqueue for request-based DM
      2a89b99f
    • Linus Torvalds's avatar
      Merge tag 'kallsyms_show_value-v5.8-rc5' of... · ce69fb3b
      Linus Torvalds authored
      Merge tag 'kallsyms_show_value-v5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
      
      Pull kallsyms fix from Kees Cook:
       "Refactor kallsyms_show_value() users for correct cred.
      
        I'm not delighted by the timing of getting these changes to you, but
        it does fix a handful of kernel address exposures, and no one has
        screamed yet at the patches.
      
        Several users of kallsyms_show_value() were performing checks not
        during "open". Refactor everything needed to gain proper checks
        against file->f_cred for modules, kprobes, and bpf"
      
      * tag 'kallsyms_show_value-v5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
        selftests: kmod: Add module address visibility test
        bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()
        kprobes: Do not expose probe addresses to non-CAP_SYSLOG
        module: Do not expose section addresses to non-CAP_SYSLOG
        module: Refactor section attr into bin attribute
        kallsyms: Refactor kallsyms_show_value() to take cred
      ce69fb3b
  3. 08 Jul, 2020 14 commits
  4. 07 Jul, 2020 18 commits
  5. 06 Jul, 2020 5 commits