1. 07 7月, 2020 1 次提交
  2. 02 7月, 2020 8 次提交
  3. 01 7月, 2020 3 次提交
  4. 30 6月, 2020 4 次提交
    • L
      Merge tag 'spi-fix-v5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi · 7c30b859
      Linus Torvalds 提交于
      Pull spi fixes from Mark Brown:
       "A batch of fixes for the Freescale DSPI driver fixing some serious
        issues with removal of active devices and one resume case, plus a few
        new PCI IDs for Intel platforms"
      
      * tag 'spi-fix-v5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi:
        spi: pxa2xx: Add support for Intel Tiger Lake PCH-H
        spi: spi-fsl-dspi: Initialize completion before possible interrupt
        spi: spi-fsl-dspi: Fix external abort on interrupt in resume or exit paths
        spi: spi-fsl-dspi: Fix lockup if device is shutdown during SPI transfer
        spi: spi-fsl-dspi: Fix lockup if device is removed during SPI transfer
      7c30b859
    • L
      Merge tag 'thermal-v5.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux · be88fef3
      Linus Torvalds 提交于
      Pull thermal fixes from Daniel Lezcano:
      
       - Fix undefined temperature if negative on the rcar_gen3 (Dien Pham)
      
       - Fix wrong frequency converted from power for the cpufreq cooling
         device (Finley Xiao)
      
       - Fix compilation warnings by making functions static in the tsens
         driver (Amit Kucheria)
      
       - Fix return value of sprd_thm_probe for the Spreadtrum driver
         (Tiezhu Yang)
      
       - Fix bank number settings on the Mediatek mt8183 (Michael Kao)
      
       - Fix missing of_node_put() at probe time i.MX (Anson Huang)
      
      * tag 'thermal-v5.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux:
        thermal/drivers/rcar_gen3: Fix undefined temperature if negative
        thermal/drivers/cpufreq_cooling: Fix wrong frequency converted from power
        thermal/drivers/tsens: Fix compilation warnings by making functions static
        thermal/drivers/sprd: Fix return value of sprd_thm_probe()
        thermal/drivers/mediatek: Fix bank number settings on mt8183
        thermal/drivers: imx: Fix missing of_node_put() at probe time
      be88fef3
    • L
      Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 · 2cfa46da
      Linus Torvalds 提交于
      Pull crypto fixes from Herbert Xu:
       "This fixes two race conditions, one in padata and one in af_alg"
      
      * 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
        padata: upgrade smp_mb__after_atomic to smp_mb in padata_do_serial
        crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()
      2cfa46da
    • M
      Revert "fs: Do not check if there is a fsnotify watcher on pseudo inodes" · b6509f6a
      Mel Gorman 提交于
      This reverts commit e9c15bad ("fs: Do not check if there is a
      fsnotify watcher on pseudo inodes"). The commit intended to eliminate
      fsnotify-related overhead for pseudo inodes but it is broken in
      concept. inotify can receive events of pipe files under /proc/X/fd and
      chromium relies on close and open events for sandboxing. Maxim Levitsky
      reported the following
      
        Chromium starts as a white rectangle, shows few white rectangles that
        resemble its notifications and then crashes.
      
        The stdout output from chromium:
      
        [mlevitsk@starship ~]$chromium-freeworld
        mesa: for the   --simplifycfg-sink-common option: may only occur zero or one times!
        mesa: for the   --global-isel-abort option: may only occur zero or one times!
        [3379:3379:0628/135151.440930:ERROR:browser_switcher_service.cc(238)] XXX Init()
        ../../sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:**CRASHING**:seccomp-bpf failure in syscall 0072
        Received signal 11 SEGV_MAPERR 0000004a9048
      
      Crashes are not universal but even if chromium does not crash, it certainly
      does not work properly. While filtering just modify and access might be
      safe, the benefit is not worth the risk hence the revert.
      Reported-by: NMaxim Levitsky <mlevitsk@redhat.com>
      Fixes: e9c15bad ("fs: Do not check if there is a fsnotify watcher on pseudo inodes")
      Signed-off-by: NMel Gorman <mgorman@techsingularity.net>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      b6509f6a
  5. 29 6月, 2020 23 次提交
  6. 28 6月, 2020 1 次提交