Skip to content
  1. Sep 25, 2017
  2. Sep 20, 2017
    • Linus Torvalds's avatar
      Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi · 820bf5c4
      Linus Torvalds authored
      Pull SCSI fixes from James Bottomley:
       "This is a set of five small fixes: one is a null deref fix which is
        pretty critical for the fc transport class and one fixes a potential
        security issue of sg leaking kernel information"
      
      * tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
        scsi: sg: fixup infoleak when using SG_GET_REQUEST_TABLE
        scsi: sg: factor out sg_fill_request_table()
        scsi: sd: Remove unnecessary condition in sd_read_block_limits()
        scsi: acornscsi: fix build error
        scsi: scsi_transport_fc: fix NULL pointer dereference in fc_bsg_job_timeout
      820bf5c4
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace · b8350cd0
      Linus Torvalds authored
      Pull si_code fix from Eric Biederman:
       "When sorting out the si_code ambiguity fcntl I accidentally overshot
        and included SIGPOLL as well. Ooops! This is my trivial fix for that.
      
        Vince Weaver caught this when it landed in your tree with his
        perf_event_tests many of which started failing because the si_code
        changed"
      
      Quoth Vince Weaver:
       "I've tested with this patch applied and can confirm all of my tests
        now pass again"
      
      Fixes: d08477aa ("fcntl: Don't use ambiguous SIG_POLL si_codes")
      
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace:
        fcntl: Don't set si_code to SI_SIGIO when sig == SIGPOLL
      b8350cd0
    • Linus Torvalds's avatar
      Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm · 94686c3c
      Linus Torvalds authored
      Pull KVM fixes from Radim Krčmář:
      
       - fix build without CONFIG_HAVE_KVM_IRQ_ROUTING
      
       - fix NULL access in x86 CR access
      
       - fix race with VMX posted interrups
      
      * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm:
        KVM: VMX: remove WARN_ON_ONCE in kvm_vcpu_trigger_posted_interrupt
        KVM: VMX: do not change SN bit in vmx_update_pi_irte()
        KVM: x86: Fix the NULL pointer parameter in check_cr_write()
        Revert "KVM: Don't accept obviously wrong gsi values via KVM_IRQFD"
      94686c3c
  3. Sep 19, 2017
  4. Sep 18, 2017
  5. Sep 17, 2017