1. 24 Jul, 2020 21 commits
  2. 19 Jul, 2020 15 commits
  3. 18 Jul, 2020 4 commits
    • Linus Torvalds's avatar
      Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi into master · f932d58a
      Linus Torvalds authored
      Pull SCSI fix from James Bottomley:
       "One small driver fix. Although the one liner makes it sound like a
        cosmetic change, it's a regression fix for the megaraid_sas driver"
      
      * tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
        scsi: megaraid_sas: Remove undefined ENABLE_IRQ_POLL macro
      f932d58a
    • Linus Torvalds's avatar
      Merge tag 'hwmon-for-v5.8-rc6' of... · e26aeee8
      Linus Torvalds authored
      Merge tag 'hwmon-for-v5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging into master
      
      Pull hwmon fixes from Guenter Roeck:
      
       - Using SCT on some Tohsiba drives causes firmware hangs. Disable its
         use in the drivetemp driver.
      
       - Handle potential buffer overflows in scmi and aspeed-pwm-tacho
         driver.
      
       - Energy reporting does not work well on all AMD CPUs. Restrict
         amd_energy to known working models.
      
       - Enable reading the CPU temperature on NCT6798D using undocumented
         registers.
      
       - Fix read errors seen if PEC is enabled in adm1275 driver.
      
       - Fix setting the pwm1_enable in emc2103 driver.
      
      * tag 'hwmon-for-v5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging:
        hwmon: (drivetemp) Avoid SCT usage on Toshiba DT01ACA family drives
        hwmon: (scmi) Fix potential buffer overflow in scmi_hwmon_probe()
        hwmon: (nct6775) Accept PECI Calibration as temperature source for NCT6798D
        hwmon: (adm1275) Make sure we are reading enough data for different chips
        hwmon: (emc2103) fix unable to change fan pwm1_enable attribute
        hwmon: (amd_energy) match for supported models
        hwmon: (aspeed-pwm-tacho) Avoid possible buffer overflow
      e26aeee8
    • Linus Torvalds's avatar
      Merge tag 'riscv-for-linus-5.8-rc6' of... · 6cf7ccba
      Linus Torvalds authored
      Merge tag 'riscv-for-linus-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux into master
      
      Pull RISC-V fixes from Palmer Dabbelt:
       "Two fixes:
      
         - 16KiB kernel stacks on rv64, which fixes a lot of crashes.
      
         - Rolling an mmiowb() into the scheduler, which when combined with
           Will's fix to the mmiowb()-on-spinlock should fix the PREEMPT
           issues we've been seeing"
      
      * tag 'riscv-for-linus-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux:
        RISC-V: Upgrade smp_mb__after_spinlock() to iorw,iorw
        riscv: use 16KB kernel stack on 64-bit
      6cf7ccba
    • Linus Torvalds's avatar
      Merge tag 'powerpc-5.8-7' of... · 721db9df
      Linus Torvalds authored
      Merge tag 'powerpc-5.8-7' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux into master
      
      Pull powerpc fixes from Michael Ellerman:
       "Some more powerpc fixes for 5.8:
      
         - A fix to the VAS code we merged this cycle, to report the proper
           error code to userspace for address translation failures. And a
           selftest update to match.
      
         - Another fix for our pkey handling of PROT_EXEC mappings.
      
         - A fix for a crash when booting a "secure VM" under an ultravisor
           with certain numbers of CPUs.
      
        Thanks to: Aneesh Kumar K.V, Haren Myneni, Laurent Dufour, Sandipan
        Das, Satheesh Rajendran, Thiago Jung Bauermann"
      
      * tag 'powerpc-5.8-7' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux:
        selftests/powerpc: Use proper error code to check fault address
        powerpc/vas: Report proper error code for address translation failure
        powerpc/pseries/svm: Fix incorrect check for shared_lppaca_size
        powerpc/book3s64/pkeys: Fix pkey_access_permitted() for execute disable pkey
      721db9df