linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	stable@vger.kernel.org, Lorenzo Bianconi <lorenzo@kernel.org>,
	Koen Vandeputte <koen.vandeputte@ncentric.com>,
	Kalle Valo <kvalo@codeaurora.org>,
	Sasha Levin <sashal@kernel.org>
Subject: [PATCH 4.4 133/183] ath9k: dynack: fix possible deadlock in ath_dynack_node_{de}init
Date: Tue, 28 Jan 2020 15:05:52 +0100	[thread overview]
Message-ID: <20200128135843.088754604@linuxfoundation.org> (raw)
In-Reply-To: <20200128135829.486060649@linuxfoundation.org>

From: Lorenzo Bianconi <lorenzo@kernel.org>

[ Upstream commit e1aa1a1db3b01c9890e82cf065cee99962ba1ed9 ]

Fix following lockdep warning disabling bh in
ath_dynack_node_init/ath_dynack_node_deinit

[   75.955878] --------------------------------
[   75.955880] inconsistent {SOFTIRQ-ON-W} -> {IN-SOFTIRQ-W} usage.
[   75.955884] swapper/0/0 [HC0[0]:SC1[3]:HE1:SE0] takes:
[   75.955888] 00000000792a7ee0 (&(&da->qlock)->rlock){+.?.}, at: ath_dynack_sample_ack_ts+0x4d/0xa0 [ath9k_hw]
[   75.955905] {SOFTIRQ-ON-W} state was registered at:
[   75.955912]   lock_acquire+0x9a/0x160
[   75.955917]   _raw_spin_lock+0x2c/0x70
[   75.955927]   ath_dynack_node_init+0x2a/0x60 [ath9k_hw]
[   75.955934]   ath9k_sta_state+0xec/0x160 [ath9k]
[   75.955976]   drv_sta_state+0xb2/0x740 [mac80211]
[   75.956008]   sta_info_insert_finish+0x21a/0x420 [mac80211]
[   75.956039]   sta_info_insert_rcu+0x12b/0x2c0 [mac80211]
[   75.956069]   sta_info_insert+0x7/0x70 [mac80211]
[   75.956093]   ieee80211_prep_connection+0x42e/0x730 [mac80211]
[   75.956120]   ieee80211_mgd_auth.cold+0xb9/0x15c [mac80211]
[   75.956152]   cfg80211_mlme_auth+0x143/0x350 [cfg80211]
[   75.956169]   nl80211_authenticate+0x25e/0x2b0 [cfg80211]
[   75.956172]   genl_family_rcv_msg+0x198/0x400
[   75.956174]   genl_rcv_msg+0x42/0x90
[   75.956176]   netlink_rcv_skb+0x35/0xf0
[   75.956178]   genl_rcv+0x1f/0x30
[   75.956180]   netlink_unicast+0x154/0x200
[   75.956182]   netlink_sendmsg+0x1bf/0x3d0
[   75.956186]   ___sys_sendmsg+0x2c2/0x2f0
[   75.956187]   __sys_sendmsg+0x44/0x80
[   75.956190]   do_syscall_64+0x55/0x1a0
[   75.956192]   entry_SYSCALL_64_after_hwframe+0x49/0xbe
[   75.956194] irq event stamp: 2357092
[   75.956196] hardirqs last  enabled at (2357092): [<ffffffff818c62de>] _raw_spin_unlock_irqrestore+0x3e/0x50
[   75.956199] hardirqs last disabled at (2357091): [<ffffffff818c60b1>] _raw_spin_lock_irqsave+0x11/0x80
[   75.956202] softirqs last  enabled at (2357072): [<ffffffff8106dc09>] irq_enter+0x59/0x60
[   75.956204] softirqs last disabled at (2357073): [<ffffffff8106dcbe>] irq_exit+0xae/0xc0
[   75.956206]
               other info that might help us debug this:
[   75.956207]  Possible unsafe locking scenario:

[   75.956208]        CPU0
[   75.956209]        ----
[   75.956210]   lock(&(&da->qlock)->rlock);
[   75.956213]   <Interrupt>
[   75.956214]     lock(&(&da->qlock)->rlock);
[   75.956216]
                *** DEADLOCK ***

[   75.956217] 1 lock held by swapper/0/0:
[   75.956219]  #0: 000000003bb5675c (&(&sc->sc_pcu_lock)->rlock){+.-.}, at: ath9k_tasklet+0x55/0x240 [ath9k]
[   75.956225]
               stack backtrace:
[   75.956228] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 5.3.0-rc1-wdn+ #13
[   75.956229] Hardware name: Dell Inc. Studio XPS 1340/0K183D, BIOS A11 09/08/2009
[   75.956231] Call Trace:
[   75.956233]  <IRQ>
[   75.956236]  dump_stack+0x67/0x90
[   75.956239]  mark_lock+0x4c1/0x640
[   75.956242]  ? check_usage_backwards+0x130/0x130
[   75.956245]  ? sched_clock_local+0x12/0x80
[   75.956247]  __lock_acquire+0x484/0x7a0
[   75.956250]  ? __lock_acquire+0x3b9/0x7a0
[   75.956252]  lock_acquire+0x9a/0x160
[   75.956259]  ? ath_dynack_sample_ack_ts+0x4d/0xa0 [ath9k_hw]
[   75.956262]  _raw_spin_lock_bh+0x34/0x80
[   75.956268]  ? ath_dynack_sample_ack_ts+0x4d/0xa0 [ath9k_hw]
[   75.956275]  ath_dynack_sample_ack_ts+0x4d/0xa0 [ath9k_hw]
[   75.956280]  ath_rx_tasklet+0xd09/0xe90 [ath9k]
[   75.956286]  ath9k_tasklet+0x102/0x240 [ath9k]
[   75.956288]  tasklet_action_common.isra.0+0x6d/0x170
[   75.956291]  __do_softirq+0xcc/0x425
[   75.956294]  irq_exit+0xae/0xc0
[   75.956296]  do_IRQ+0x8a/0x110
[   75.956298]  common_interrupt+0xf/0xf
[   75.956300]  </IRQ>
[   75.956303] RIP: 0010:cpuidle_enter_state+0xb2/0x400
[   75.956308] RSP: 0018:ffffffff82203e70 EFLAGS: 00000202 ORIG_RAX: ffffffffffffffd7
[   75.956310] RAX: ffffffff82219800 RBX: ffffffff822bd0a0 RCX: 0000000000000000
[   75.956312] RDX: 0000000000000046 RSI: 0000000000000006 RDI: ffffffff82219800
[   75.956314] RBP: ffff888155a01c00 R08: 00000011af51aabe R09: 0000000000000000
[   75.956315] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000002
[   75.956317] R13: 00000011af51aabe R14: 0000000000000003 R15: ffffffff82219800
[   75.956321]  cpuidle_enter+0x24/0x40
[   75.956323]  do_idle+0x1ac/0x220
[   75.956326]  cpu_startup_entry+0x14/0x20
[   75.956329]  start_kernel+0x482/0x489
[   75.956332]  secondary_startup_64+0xa4/0xb0

Fixes: c774d57fd47c ("ath9k: add dynamic ACK timeout estimation")
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Tested-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
---
 drivers/net/wireless/ath/ath9k/dynack.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/net/wireless/ath/ath9k/dynack.c b/drivers/net/wireless/ath/ath9k/dynack.c
index 22b3cc4c27cda..58205a5bd74b5 100644
--- a/drivers/net/wireless/ath/ath9k/dynack.c
+++ b/drivers/net/wireless/ath/ath9k/dynack.c
@@ -285,9 +285,9 @@ void ath_dynack_node_init(struct ath_hw *ah, struct ath_node *an)
 
 	an->ackto = ackto;
 
-	spin_lock(&da->qlock);
+	spin_lock_bh(&da->qlock);
 	list_add_tail(&an->list, &da->nodes);
-	spin_unlock(&da->qlock);
+	spin_unlock_bh(&da->qlock);
 }
 EXPORT_SYMBOL(ath_dynack_node_init);
 
@@ -301,9 +301,9 @@ void ath_dynack_node_deinit(struct ath_hw *ah, struct ath_node *an)
 {
 	struct ath_dynack *da = &ah->dynack;
 
-	spin_lock(&da->qlock);
+	spin_lock_bh(&da->qlock);
 	list_del(&an->list);
-	spin_unlock(&da->qlock);
+	spin_unlock_bh(&da->qlock);
 }
 EXPORT_SYMBOL(ath_dynack_node_deinit);
 
-- 
2.20.1




  parent reply	other threads:[~2020-01-28 14:42 UTC|newest]

Thread overview: 190+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-28 14:03 [PATCH 4.4 000/183] 4.4.212-stable review Greg Kroah-Hartman
2020-01-28 14:03 ` [PATCH 4.4 001/183] xfs: Sanity check flags of Q_XQUOTARM call Greg Kroah-Hartman
2020-01-28 14:03 ` [PATCH 4.4 002/183] powerpc/archrandom: fix arch_get_random_seed_int() Greg Kroah-Hartman
2020-01-28 14:03 ` [PATCH 4.4 003/183] mt7601u: fix bbp version check in mt7601u_wait_bbp_ready Greg Kroah-Hartman
2020-01-28 14:03 ` [PATCH 4.4 004/183] drm/virtio: fix bounds check in virtio_gpu_cmd_get_capset() Greg Kroah-Hartman
2020-01-28 14:03 ` [PATCH 4.4 005/183] ALSA: hda: fix unused variable warning Greg Kroah-Hartman
2020-01-28 14:03 ` [PATCH 4.4 006/183] ALSA: usb-audio: update quirk for B&W PX to remove microphone Greg Kroah-Hartman
2020-01-28 14:03 ` [PATCH 4.4 007/183] staging: comedi: ni_mio_common: protect register write overflow Greg Kroah-Hartman
2020-01-28 14:03 ` [PATCH 4.4 008/183] pcrypt: use format specifier in kobject_add Greg Kroah-Hartman
2020-01-28 14:03 ` [PATCH 4.4 009/183] exportfs: fix passing zero to ERR_PTR() warning Greg Kroah-Hartman
2020-01-28 14:03 ` [PATCH 4.4 010/183] drm/dp_mst: Skip validating ports during destruction, just ref Greg Kroah-Hartman
2020-01-28 14:03 ` [PATCH 4.4 011/183] pinctrl: sh-pfc: r8a7740: Add missing REF125CK pin to gether_gmii group Greg Kroah-Hartman
2020-01-28 14:03 ` [PATCH 4.4 012/183] pinctrl: sh-pfc: r8a7740: Add missing LCD0 marks to lcd0_data24_1 group Greg Kroah-Hartman
2020-01-28 14:03 ` [PATCH 4.4 013/183] pinctrl: sh-pfc: r8a7791: Remove bogus ctrl marks from qspi_data4_b group Greg Kroah-Hartman
2020-01-28 14:03 ` [PATCH 4.4 014/183] pinctrl: sh-pfc: r8a7791: Remove bogus marks from vin1_b_data18 group Greg Kroah-Hartman
2020-01-28 14:03 ` [PATCH 4.4 015/183] pinctrl: sh-pfc: sh73a0: Add missing TO pin to tpu4_to3 group Greg Kroah-Hartman
2020-01-28 14:03 ` [PATCH 4.4 016/183] pinctrl: sh-pfc: r8a7794: Remove bogus IPSR9 field Greg Kroah-Hartman
2020-01-28 14:03 ` [PATCH 4.4 017/183] pinctrl: sh-pfc: sh7734: Add missing IPSR11 field Greg Kroah-Hartman
2020-01-28 14:03 ` [PATCH 4.4 018/183] pinctrl: sh-pfc: sh7269: Add missing PCIOR0 field Greg Kroah-Hartman
2020-01-28 14:03 ` [PATCH 4.4 019/183] pinctrl: sh-pfc: sh7734: Remove bogus IPSR10 value Greg Kroah-Hartman
2020-01-28 14:03 ` [PATCH 4.4 020/183] Input: nomadik-ske-keypad - fix a loop timeout test Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 021/183] clk: highbank: fix refcount leak in hb_clk_init() Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 022/183] clk: qoriq: fix refcount leak in clockgen_init() Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 023/183] clk: socfpga: fix refcount leak Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 024/183] clk: samsung: exynos4: fix refcount leak in exynos4_get_xom() Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 025/183] clk: imx6q: fix refcount leak in imx6q_clocks_init() Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 026/183] clk: imx6sx: fix refcount leak in imx6sx_clocks_init() Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 027/183] clk: imx7d: fix refcount leak in imx7d_clocks_init() Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 028/183] clk: vf610: fix refcount leak in vf610_clocks_init() Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 029/183] clk: armada-370: fix refcount leak in a370_clk_init() Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 030/183] clk: kirkwood: fix refcount leak in kirkwood_clk_init() Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 031/183] clk: armada-xp: fix refcount leak in axp_clk_init() Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 032/183] IB/usnic: Fix out of bounds index check in query pkey Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 033/183] RDMA/ocrdma: " Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 034/183] media: s5p-jpeg: Correct step and max values for V4L2_CID_JPEG_RESTART_INTERVAL Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 035/183] crypto: tgr192 - fix unaligned memory access Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 036/183] ASoC: imx-sgtl5000: put of nodes if finding codec fails Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 037/183] rtc: cmos: ignore bogus century byte Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 038/183] tty: ipwireless: Fix potential NULL pointer dereference Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 039/183] rtc: ds1672: fix unintended sign extension Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 040/183] rtc: 88pm860x: " Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 041/183] rtc: 88pm80x: " Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 042/183] rtc: pm8xxx: " Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 043/183] fbdev: chipsfb: remove set but not used variable size Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 044/183] pinctrl: sh-pfc: emev2: Add missing pinmux functions Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 045/183] pinctrl: sh-pfc: r8a7791: Fix scifb2_data_c pin group Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 046/183] pinctrl: sh-pfc: sh73a0: Fix fsic_spdif pin groups Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 047/183] block: dont use bio->bi_vcnt to figure out segment number Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 048/183] vfio_pci: Enable memory accesses before calling pci_map_rom Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 049/183] cdc-wdm: pass return value of recover_from_urb_loss Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 050/183] drm/nouveau/bios/ramcfg: fix missing parentheses when calculating RON Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 051/183] drm/nouveau/pmu: dont print reply values if exec is false Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 052/183] ASoC: qcom: Fix of-node refcount unbalance in apq8016_sbc_parse_of() Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 053/183] fs/nfs: Fix nfs_parse_devname to not modify its argument Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 054/183] clocksource/drivers/sun5i: Fail gracefully when clock rate is unavailable Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 055/183] ARM: 8847/1: pm: fix HYP/SVC mode mismatch when MCPM is used Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 056/183] regulator: wm831x-dcdc: Fix list of wm831x_dcdc_ilim from mA to uA Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 057/183] nios2: ksyms: Add missing symbol exports Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 058/183] scsi: megaraid_sas: reduce module load time Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 059/183] xen, cpu_hotplug: Prevent an out of bounds access Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 060/183] net: sh_eth: fix a missing check of of_get_phy_mode Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 061/183] media: ivtv: update *pos correctly in ivtv_read_pos() Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 062/183] media: cx18: update *pos correctly in cx18_read_pos() Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 063/183] media: wl128x: Fix an error code in fm_download_firmware() Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 064/183] media: cx23885: check allocation return Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 065/183] jfs: fix bogus variable self-initialization Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 066/183] m68k: mac: Fix VIA timer counter accesses Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 067/183] ARM: OMAP2+: Fix potentially uninitialized return value for _setup_reset() Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 068/183] media: davinci-isif: avoid uninitialized variable use Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 069/183] spi: tegra114: clear packed bit for unpacked mode Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 070/183] spi: tegra114: fix for unpacked mode transfers Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 071/183] soc/fsl/qe: Fix an error code in qe_pin_request() Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 072/183] spi: bcm2835aux: fix driver to not allow 65535 (=-1) cs-gpios Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 073/183] ehea: Fix a copy-paste err in ehea_init_port_res Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 074/183] scsi: qla2xxx: Unregister chrdev if module initialization fails Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 075/183] ARM: pxa: ssp: Fix "WARNING: invalid free of devm_ allocated data" Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 076/183] hwmon: (w83627hf) Use request_muxed_region for Super-IO accesses Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 077/183] tipc: set sysctl_tipc_rmem and named_timeout right range Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 078/183] powerpc: vdso: Make vdso32 installation conditional in vdso_install Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 079/183] media: ov2659: fix unbalanced mutex_lock/unlock Greg Kroah-Hartman
2020-01-28 14:04 ` [PATCH 4.4 080/183] 6lowpan: Off by one handling ->nexthdr Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 081/183] dmaengine: axi-dmac: Dont check the number of frames for alignment Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 082/183] ALSA: usb-audio: Handle the error from snd_usb_mixer_apply_create_quirk() Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 083/183] packet: in recvmsg msg_name return at least sizeof sockaddr_ll Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 084/183] ASoC: fix valid stream condition Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 085/183] IB/mlx5: Add missing XRC options to QP optional params mask Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 086/183] iommu/vt-d: Make kernel parameter igfx_off work with vIOMMU Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 087/183] media: omap_vout: potential buffer overflow in vidioc_dqbuf() Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 088/183] media: davinci/vpbe: array underflow in vpbe_enum_outputs() Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 089/183] platform/x86: alienware-wmi: printing the wrong error code Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 090/183] netfilter: ebtables: CONFIG_COMPAT: reject trailing data after last rule Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 091/183] ARM: riscpc: fix lack of keyboard interrupts after irq conversion Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 092/183] kdb: do a sanity check on the cpu in kdb_per_cpu() Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 093/183] backlight: lm3630a: Return 0 on success in update_status functions Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 094/183] thermal: cpu_cooling: Actually trace CPU load in thermal_power_cpu_get_power Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 095/183] spi: spi-fsl-spi: call spi_finalize_current_message() at the end Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 096/183] misc: sgi-xp: Properly initialize buf in xpc_get_rsvd_page_pa Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 097/183] iommu: Use right function to get group for device Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 098/183] signal/cifs: Fix cifs_put_tcp_session to call send_sig instead of force_sig Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 099/183] inet: frags: call inet_frags_fini() after unregister_pernet_subsys() Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 100/183] media: vivid: fix incorrect assignment operation when setting video mode Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 101/183] powerpc/cacheinfo: add cacheinfo_teardown, cacheinfo_rebuild Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 102/183] drm/msm/mdp5: Fix mdp5_cfg_init error return Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 103/183] net/af_iucv: always register net_device notifier Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 104/183] ASoC: ti: davinci-mcasp: Fix slot mask settings when using multiple AXRs Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 105/183] rtc: pcf8563: Clear event flags and disable interrupts before requesting irq Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 106/183] drm/msm/a3xx: remove TPL1 regs from snapshot Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 107/183] iommu/amd: Make iommu_disable safer Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 108/183] mfd: intel-lpss: Release IDA resources Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 109/183] devres: allow const resource arguments Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 110/183] net: pasemi: fix an use-after-free in pasemi_mac_phy_init() Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 111/183] scsi: libfc: fix null pointer dereference on a null lport Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 112/183] libertas_tf: Use correct channel range in lbtf_geo_init Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 113/183] usb: host: xhci-hub: fix extra endianness conversion Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 114/183] mic: avoid statically declaring a struct device Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 115/183] x86/kgbd: Use NMI_VECTOR not APIC_DM_NMI Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 116/183] ALSA: aoa: onyx: always initialize register read value Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 117/183] cifs: fix rmmod regression in cifs.ko caused by force_sig changes Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 118/183] crypto: caam - free resources in case caam_rng registration failed Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 119/183] ext4: set error return correctly when ext4_htree_store_dirent fails Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 120/183] ASoC: es8328: Fix copy-paste error in es8328_right_line_controls Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 121/183] ASoC: cs4349: Use PM ops cs4349_runtime_pm Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 122/183] ASoC: wm8737: Fix copy-paste error in wm8737_snd_controls Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 123/183] signal: Allow cifs and drbd to receive their terminating signals Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 124/183] dmaengine: dw: platform: Switch to acpi_dma_controller_register() Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 125/183] mac80211: minstrel_ht: fix per-group max throughput rate initialization Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 126/183] mips: avoid explicit UB in assignment of mips_io_port_base Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 127/183] ahci: Do not export local variable ahci_em_messages Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 128/183] Partially revert "kfifo: fix kfifo_alloc() and kfifo_init()" Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 129/183] power: supply: Init device wakeup after device_add() Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 130/183] x86, perf: Fix the dependency of the x86 insn decoder selftest Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 131/183] bcma: fix incorrect update of BCMA_CORE_PCI_MDIO_DATA Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 132/183] iio: dac: ad5380: fix incorrect assignment to val Greg Kroah-Hartman
2020-01-28 14:05 ` Greg Kroah-Hartman [this message]
2020-01-28 14:05 ` [PATCH 4.4 134/183] net: sonic: return NETDEV_TX_OK if failed to map buffer Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 135/183] Btrfs: fix hang when loading existing inode cache off disk Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 136/183] hwmon: (shtc1) fix shtc1 and shtw1 id mask Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 137/183] net: sonic: replace dev_kfree_skb in sonic_send_packet Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 138/183] net/rds: Fix ib_evt_handler_call element in rds_ib_stat_names Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 139/183] iommu/amd: Wait for completion of IOTLB flush in attach_device Greg Kroah-Hartman
2020-01-28 14:05 ` [PATCH 4.4 140/183] net: hisilicon: Fix signedness bug in hix5hd2_dev_probe() Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 141/183] net: broadcom/bcmsysport: Fix signedness in bcm_sysport_probe() Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 142/183] net: ethernet: stmmac: Fix signedness bug in ipq806x_gmac_of_parse() Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 143/183] mac80211: accept deauth frames in IBSS mode Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 144/183] llc: fix another potential sk_buff leak in llc_ui_sendmsg() Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 145/183] llc: fix sk_buff refcounting in llc_conn_state_process() Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 146/183] net: stmmac: fix length of PTP clocks name string Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 147/183] drm/msm/dsi: Implement reset correctly Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 148/183] dmaengine: imx-sdma: fix size check for sdma script_number Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 149/183] net: qca_spi: Move reset_count to struct qcaspi Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 150/183] media: ov6650: Fix incorrect use of JPEG colorspace Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 151/183] media: ov6650: Fix some format attributes not under control Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 152/183] media: ov6650: Fix .get_fmt() V4L2_SUBDEV_FORMAT_TRY support Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 153/183] MIPS: Loongson: Fix return value of loongson_hwmon_init Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 154/183] net: neigh: use long type to store jiffies delta Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 155/183] packet: fix data-race in fanout_flow_is_huge() Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 156/183] dmaengine: ti: edma: fix missed failure handling Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 157/183] drm/radeon: fix bad DMA from INTERRUPT_CNTL2 Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 158/183] arm64: dts: juno: Fix UART frequency Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 159/183] m68k: Call timer_interrupt() with interrupts disabled Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 160/183] can, slip: Protect tty->disc_data in write_wakeup and close with RCU Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 161/183] firestream: fix memory leaks Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 162/183] net: cxgb3_main: Add CAP_NET_ADMIN check to CHELSIO_GET_MEM Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 163/183] net, ip_tunnel: fix namespaces move Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 164/183] net_sched: fix datalen for ematch Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 165/183] net: usb: lan78xx: Add .ndo_features_check Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 166/183] hwmon: (adt7475) Make volt2reg return same reg as reg2volt input Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 167/183] Input: keyspan-remote - fix control-message timeouts Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 168/183] ARM: 8950/1: ftrace/recordmcount: filter relocation types Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 169/183] mmc: sdhci: fix minimum clock rate for v3 controller Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 170/183] Input: sur40 - fix interface sanity checks Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 171/183] Input: gtco - fix endpoint sanity check Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 172/183] Input: aiptek " Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 173/183] hwmon: (nct7802) Fix voltage limits to wrong registers Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 174/183] scsi: RDMA/isert: Fix a recently introduced regression related to logout Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 175/183] tracing: xen: Ordered comparison of function pointers Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 176/183] do_last(): fetch directory ->i_mode and ->i_uid before its too late Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 177/183] iio: buffer: align the size of scan bytes to size of the largest element Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 178/183] scsi: iscsi: Avoid potential deadlock in iscsi_if_rx func Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 179/183] md: Avoid namespace collision with bitmap API Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 180/183] bitmap: Add bitmap_alloc(), bitmap_zalloc() and bitmap_free() Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 181/183] netfilter: ipset: use bitmap infrastructure completely Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 182/183] net/x25: fix nonblocking connect Greg Kroah-Hartman
2020-01-28 14:06 ` [PATCH 4.4 183/183] libertas: Fix two buffer overflows at parsing bss descriptor Greg Kroah-Hartman
2020-01-28 17:51 ` [PATCH 4.4 000/183] 4.4.212-stable review Guenter Roeck
2020-01-28 18:14   ` Greg Kroah-Hartman
2020-01-29  5:23     ` Naresh Kamboju
2020-01-28 20:41 ` Guenter Roeck
2020-01-28 23:18 ` shuah
2020-01-29 13:12 ` Jon Hunter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200128135843.088754604@linuxfoundation.org \
    --to=gregkh@linuxfoundation.org \
    --cc=koen.vandeputte@ncentric.com \
    --cc=kvalo@codeaurora.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lorenzo@kernel.org \
    --cc=sashal@kernel.org \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).