summaryrefslogtreecommitdiff
path: root/include/linux/stacktrace.h
diff options
context:
space:
mode:
authorChristian Borntraeger <borntraeger@de.ibm.com>2013-01-08 16:23:10 +0100
committerMarcelo Tosatti <mtosatti@redhat.com>2013-01-10 17:53:40 -0200
commit83987ace22f541964bd0dbf83a3f6b0014ba3e1e (patch)
tree993883209b2b0a03e64cfe3282c29b1dbe7170be /include/linux/stacktrace.h
parentecf02a607bd801e742d7bb35c6e40f7ca15edf03 (diff)
downloadkernel-83987ace22f541964bd0dbf83a3f6b0014ba3e1e.tar.gz
s390/kvm: Fix BUG in include/linux/kvm_host.h:745
commit b080935c8638e08134629d0a9ebdf35669bec14d kvm: Directly account vtime to system on guest switch also removed the irq_disable/enable around kvm guest switch, which is correct in itself. Unfortunately, there is a BUG ON that (correctly) checks for preemptible to cover the call to rcu later on. (Introduced with commit 8fa2206821953a50a3a02ea33fcfb3ced2fd9997 KVM: make guest mode entry to be rcu quiescent state) This check might trigger depending on the kernel config. Lets make sure that no preemption happens during kvm_guest_enter. We can enable preemption again after the call to rcu_virt_note_context_switch returns. Please note that we continue to run s390 guests with interrupts enabled. Acked-by: Frederic Weisbecker <fweisbec@gmail.com> CC: Gleb Natapov <gleb@redhat.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'include/linux/stacktrace.h')
0 files changed, 0 insertions, 0 deletions
o Handa 2022-08-25Bluetooth: L2CAP: Fix build errors in some archsLuiz Augusto von Dentz 2022-08-08Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm regressionLuiz Augusto von Dentz 2022-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2022-07-26Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz 2022-07-21Bluetooth: use memset avoid memory leaksXiaohui Zhang 2022-03-18Bluetooth: Don't assign twice the same valueChristophe JAILLET 2022-03-04Bluetooth: use memset avoid memory leaksMinghao Chi (CGEL ZTE) 2021-12-22Bluetooth: hci_sync: Add hci_le_create_conn_syncLuiz Augusto von Dentz 2021-08-30Bluetooth: Fix using RPA when address has been resolvedLuiz Augusto von Dentz 2021-06-26Bluetooth: use inclusive language when filtering devicesArchie Pusaka 2021-06-26Bluetooth: use inclusive language in HCI role commentsArchie Pusaka 2021-06-26Bluetooth: L2CAP: Fix invalid access on ECRED Connection responseLuiz Augusto von Dentz 2021-06-26Bluetooth: L2CAP: Fix invalid access if ECRED Reconfigure failsLuiz Augusto von Dentz 2021-06-26Bluetooth: Return whether a connection is outboundYu Liu 2021-04-06Bluetooth: use the correct print format for L2CAP debug statementsKai Ye 2021-04-02Bluetooth: Coding style fixMeng Yu 2021-04-02Bluetooth: Remove 'return' in void functionMeng Yu 2021-03-25Bluetooth: L2CAP: Rudimentary typo fixesBhaskar Chowdhury 2021-03-22Bluetooth: initialize skb_queue_head at l2cap_chan_create()Tetsuo Handa 2021-03-22Bluetooth: Set CONF_NOT_COMPLETE as l2cap_chan defaultArchie Pusaka 2021-03-15Bluetooth: L2CAP: Fix not checking for maximum number of DCIDLuiz Augusto von Dentz 2021-01-25Bluetooth: L2CAP: Try harder to accept device not knowing optionsBastien Nocera 2021-01-25Bluetooth: L2CAP: Fix handling fragmented lengthLuiz Augusto von Dentz 2020-12-07Bluetooth: Fix for Bluetooth SIG test L2CAP/COS/CFD/BV-14-CJimmy Wahlberg 2020-11-11Bluetooth: Enforce key size of 16 bytes on FIPS levelArchie Pusaka