#ifndef _RDS_RDS_SINGLE_H #define _RDS_RDS_SINGLE_H #define c_xmit_rm c_path[0].cp_xmit_rm #define c_xmit_sg c_path[0].cp_xmit_sg #define c_xmit_hdr_off c_path[0].cp_xmit_hdr_off #define c_xmit_data_off c_path[0].cp_xmit_data_off #define c_xmit_atomic_sent c_path[0].cp_xmit_atomic_sent #define c_xmit_rdma_sent c_path[0].cp_xmit_rdma_sent #define c_xmit_data_sent c_path[0].cp_xmit_data_sent #define c_lock c_path[0].cp_lock #define c_next_tx_seq c_path[0].cp_next_tx_seq #define c_send_queue c_path[0].cp_send_queue #define c_retrans c_path[0].cp_retrans #define c_next_rx_seq c_path[0].cp_next_rx_seq #define c_transport_data c_path[0].cp_transport_data #define c_state c_path[0].cp_state #define c_send_gen c_path[0].cp_send_gen #define c_flags c_path[0].cp_flags #define c_reconnect_jiffies c_path[0].cp_reconnect_jiffies #define c_send_w c_path[0].cp_send_w #define c_recv_w c_path[0].cp_recv_w #define c_conn_w c_path[0].cp_conn_w #define c_down_w c_path[0].cp_down_w #define c_cm_lock c_path[0].cp_cm_lock #define c_waitq c_path[0].cp_waitq #define c_unacked_packets c_path[0].cp_unacked_packets #define c_unacked_bytes c_path[0].cp_unacked_bytes #endif /* _RDS_RDS_SINGLE_H */ n> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/net/sched/sch_codel.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2017-01-31 19:03:21 +0100
committerThomas Gleixner <tglx@linutronix.de>2017-01-31 20:22:18 +0100
commitaaaec6fc755447a1d056765b11b24d8ff2b81366 (patch)
treea7f4167960ee1df86739905b6ccdeb95465bfe5f /net/sched/sch_codel.c
parent08d85f3ea99f1eeafc4e8507936190e86a16ee8c (diff)
x86/irq: Make irq activate operations symmetric
The recent commit which prevents double activation of interrupts unearthed interesting code in x86. The code (ab)uses irq_domain_activate_irq() to reconfigure an already activated interrupt. That trips over the prevention code now. Fix it by deactivating the interrupt before activating the new configuration. Fixes: 08d85f3ea99f1 "irqdomain: Avoid activating interrupts more than once" Reported-and-tested-by: Mike Galbraith <efault@gmx.de> Reported-and-tested-by: Borislav Petkov <bp@alien8.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Andrey Ryabinin <aryabinin@virtuozzo.com> Cc: Marc Zyngier <marc.zyngier@arm.com> Cc: stable@vger.kernel.org Link: http://lkml.kernel.org/r/alpine.DEB.2.20.1701311901580.3457@nanos
Diffstat (limited to 'net/sched/sch_codel.c')