1. 26 1月, 2018 1 次提交
  2. 18 1月, 2018 1 次提交
  3. 17 1月, 2018 1 次提交
  4. 13 1月, 2018 6 次提交
  5. 10 1月, 2018 4 次提交
  6. 09 1月, 2018 13 次提交
  7. 08 1月, 2018 11 次提交
  8. 07 1月, 2018 3 次提交
    • J
      leds: core: Fix regression caused by commit 2b83ff96 · 7b6af2c5
      Jacek Anaszewski 提交于
      Commit 2b83ff96 ("led: core: Fix brightness setting when setting delay_off=0")
      replaced del_timer_sync(&led_cdev->blink_timer) with led_stop_software_blink()
      in led_blink_set(), which additionally clears LED_BLINK_SW flag as well as
      zeroes blink_delay_on and blink_delay_off properties of the struct led_classdev.
      
      Cleansing of the latter ones wasn't required to fix the original issue but
      wasn't considered harmful. It nonetheless turned out to be so in case when
      pointer to one or both props is passed to led_blink_set() like in the
      ledtrig-timer.c. In such cases zeroes are passed later in delay_on and/or
      delay_off arguments to led_blink_setup(), which results either in stopping
      the software blinking or setting blinking frequency always to 1Hz.
      
      Avoid using led_stop_software_blink() and add a single call required
      to clear LED_BLINK_SW flag, which was the only needed modification to
      fix the original issue.
      
      Fixes 2b83ff96 ("led: core: Fix brightness setting when setting delay_off=0")
      Signed-off-by: NJacek Anaszewski <jacek.anaszewski@gmail.com>
      7b6af2c5
    • L
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs · 75d4276e
      Linus Torvalds 提交于
      Pull vfs fixes from Al Viro:
      
       - untangle sys_close() abuses in xt_bpf
      
       - deal with register_shrinker() failures in sget()
      
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
        fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'"
        sget(): handle failures of register_shrinker()
        mm,vmscan: Make unregister_shrinker() no-op if register_shrinker() failed.
      75d4276e
    • L
      Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm · 5b6c02f3
      Linus Torvalds 提交于
      Pull KVM fixes from Radim Krčmář:
       "s390:
         - Two fixes for potential bitmap overruns in the cmma migration code
      
        x86:
         - Clear guest provided GPRs to defeat the Project Zero PoC for CVE
           2017-5715"
      
      * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm:
        kvm: vmx: Scrub hardware GPRs at VM-exit
        KVM: s390: prevent buffer overrun on memory hotplug during migration
        KVM: s390: fix cmma migration for multiple memory slots
      5b6c02f3