1. 26 1月, 2018 7 次提交
  2. 25 1月, 2018 4 次提交
  3. 24 1月, 2018 5 次提交
  4. 23 1月, 2018 1 次提交
  5. 16 1月, 2018 5 次提交
  6. 07 12月, 2017 1 次提交
  7. 06 12月, 2017 4 次提交
  8. 05 12月, 2017 7 次提交
  9. 30 11月, 2017 2 次提交
  10. 29 11月, 2017 1 次提交
  11. 28 11月, 2017 1 次提交
    • J
      KVM: Let KVM_SET_SIGNAL_MASK work as advertised · 20b7035c
      Jan H. Schönherr 提交于
      KVM API says for the signal mask you set via KVM_SET_SIGNAL_MASK, that
      "any unblocked signal received [...] will cause KVM_RUN to return with
      -EINTR" and that "the signal will only be delivered if not blocked by
      the original signal mask".
      
      This, however, is only true, when the calling task has a signal handler
      registered for a signal. If not, signal evaluation is short-circuited for
      SIG_IGN and SIG_DFL, and the signal is either ignored without KVM_RUN
      returning or the whole process is terminated.
      
      Make KVM_SET_SIGNAL_MASK behave as advertised by utilizing logic similar
      to that in do_sigtimedwait() to avoid short-circuiting of signals.
      Signed-off-by: NJan H. Schönherr <jschoenh@amazon.de>
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      20b7035c
  12. 24 11月, 2017 2 次提交
    • M
      s390: revert ELF_ET_DYN_BASE base changes · 345f8f34
      Martin Schwidefsky 提交于
      This reverts commit a73dc537.
      
      Reducing the base address for 31-bit PIE executables from
      (STACK_TOP/3)*2 to 4MB broke several compat programs which
      use -fpie to move the executable out of the lower 16MB.
      
      Cc: <stable@vger.kernel.org> # 4.13+
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      345f8f34
    • G
      s390: Remove redundant license text · fec37202
      Greg Kroah-Hartman 提交于
      Now that the SPDX tag is in all arch/s390/ files, that identifies the
      license in a specific and legally-defined manner.  So the extra GPL text
      wording in the remaining files can be removed as it is no longer needed
      at all.
      
      This is done on a quest to remove the 700+ different ways that files in
      the kernel describe the GPL license text.  And there's unneeded stuff
      like the address (sometimes incorrect) for the FSF which is never
      needed.
      
      No copyright headers or other non-license-description text was removed.
      
      Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
      Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
      Cc: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      fec37202
新手
引导
客服 返回
顶部