[PATCH net 064/117] ath11k: set fops_extd_tx_stats.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: d5c65159f289 ("ath11k: driver for Qualcomm IEEE 802.11ax devices") Signed-off-by: Taehee Yoo --- drivers/net/wireless/ath/ath11k/debug.c | 3 ++- 1 file changed, 2 inserti

[PATCH net 062/117] iwlagn: set DEBUGFS_READ_WRITE_FILE_OPS.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: 87e5666c0722 ("iwlagn: transport handler can register debugfs entries") Signed-off-by: Taehee Yoo --- drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 1 + 1 file changed

[PATCH net 053/117] iwlwifi: set DEBUGFS_WRITE_FILE_OPS.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: be663ab67077 ("iwlwifi: split the drivers for agn and legacy devices 3945/4965") Signed-off-by: Taehee Yoo --- drivers/net/wireless/intel/iwlegacy/debug.c | 1 + 1 file c

[PATCH net 057/117] iwlwifi: set rs_sta_dbgfs_stats_table_ops.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: be663ab67077 ("iwlwifi: split the drivers for agn and legacy devices 3945/4965") Signed-off-by: Taehee Yoo --- drivers/net/wireless/intel/iwlegacy/4965-rs.c | 1 + 1 file

[PATCH net 067/117] ath11k: set fops_simulate_radar.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: d5c65159f289 ("ath11k: driver for Qualcomm IEEE 802.11ax devices") Signed-off-by: Taehee Yoo --- drivers/net/wireless/ath/ath11k/debug.c | 3 ++- 1 file changed, 2 inserti

[PATCH net 042/117] iwlwifi: set DEBUGFS_WRITE_FILE_OPS.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: 189a2b5942d6 ("iwlwifi: trigger event log from debugfs") Signed-off-by: Taehee Yoo --- drivers/net/wireless/intel/iwlwifi/dvm/debugfs.c | 1 + 1 file changed, 1 insertion(

[PATCH net 068/117] ath10k: set fops_pktlog_filter.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: 90174455ae05 ("ath10k: add support to configure pktlog filter") Signed-off-by: Taehee Yoo --- drivers/net/wireless/ath/ath10k/debug.c | 3 ++- 1 file changed, 2 insertions

[PATCH net 078/117] wil6210: set fops_back.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: 3277213feb1b ("wil6210: ADDBA/DELBA flows") Signed-off-by: Taehee Yoo --- drivers/net/wireless/ath/wil6210/debugfs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dr

[PATCH net 077/117] wil6210: set fops_rbufcap.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: c5b3a6582b1e ("wil6210: Add support for setting RBUFCAP configuration") Signed-off-by: Taehee Yoo --- drivers/net/wireless/ath/wil6210/debugfs.c | 1 + 1 file changed, 1 i

[PATCH net 065/117] ath11k: set fops_extd_rx_stats.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: d5c65159f289 ("ath11k: driver for Qualcomm IEEE 802.11ax devices") Signed-off-by: Taehee Yoo --- drivers/net/wireless/ath/ath11k/debug.c | 1 + 1 file changed, 1 insertion

[PATCH net 074/117] wcn36xx: set fops_wcn36xx_dump.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: 8e84c2582169 ("wcn36xx: mac80211 driver for Qualcomm WCN3660/WCN3680 hardware") Signed-off-by: Taehee Yoo --- drivers/net/wireless/ath/wcn36xx/debug.c | 1 + 1 file chang

[PATCH net 075/117] wireless: set fops_ioblob.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: 2be7d22f0625 ("wireless: add new wil6210 802.11ad 60GHz driver") Signed-off-by: Taehee Yoo --- drivers/net/wireless/ath/wil6210/debugfs.c | 1 + 1 file changed, 1 insertio

[PATCH net 066/117] ath11k: set fops_pktlog_filter.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: d5c65159f289 ("ath11k: driver for Qualcomm IEEE 802.11ax devices") Signed-off-by: Taehee Yoo --- drivers/net/wireless/ath/ath11k/debug.c | 3 ++- 1 file changed, 2 inserti

[PATCH net 076/117] wil6210: set fops_rxon.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: 0b39aaf2f203 ("wil6210: Tx mgmt frame from debugfs") Signed-off-by: Taehee Yoo --- drivers/net/wireless/ath/wil6210/debugfs.c | 1 + 1 file changed, 1 insertion(+) diff -

[PATCH net 085/117] wil6210: set fops_tx_latency.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: a24a3d6abb97 ("wil6210: add TX latency statistics") Signed-off-by: Taehee Yoo --- drivers/net/wireless/ath/wil6210/debugfs.c | 1 + 1 file changed, 1 insertion(+) diff --

[PATCH net 080/117] wil6210: set fops_pmcdata.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: dc16427bbe65 ("wil6210: Add pmc debug mechanism memory management") Signed-off-by: Taehee Yoo --- drivers/net/wireless/ath/wil6210/debugfs.c | 1 + 1 file changed, 1 inser

[PATCH net 086/117] wil6210: set fops_link_stats.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: 0c936b3c9633 ("wil6210: add support for link statistics") Signed-off-by: Taehee Yoo --- drivers/net/wireless/ath/wil6210/debugfs.c | 1 + 1 file changed, 1 insertion(+) d

[PATCH net 083/117] wil6210: set fops_wmi.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: ff974e408334 ("wil6210: debugfs interface to send raw WMI command") Signed-off-by: Taehee Yoo --- drivers/net/wireless/ath/wil6210/debugfs.c | 1 + 1 file changed, 1 inser

[PATCH net 079/117] wil6210: set fops_pmccfg.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: dc16427bbe65 ("wil6210: Add pmc debug mechanism memory management") Signed-off-by: Taehee Yoo --- drivers/net/wireless/ath/wil6210/debugfs.c | 1 + 1 file changed, 1 inser

[PATCH net 081/117] wil6210: set fops_pmcring.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: 977c45ab5f41 ("wil6210: add debugfs to show PMC ring content") Signed-off-by: Taehee Yoo --- drivers/net/wireless/ath/wil6210/debugfs.c | 1 + 1 file changed, 1 insertion(

[PATCH net 105/117] mt76: mt7915: set fops_sta_stats.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: ec9742a8f38e ("mt76: mt7915: add .sta_add_debugfs support") Signed-off-by: Taehee Yoo --- drivers/net/wireless/mediatek/mt76/mt7915/debugfs.c | 1 + 1 file changed, 1 inse

[PATCH net 091/117] wil6210: set fops_fw_version.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: 13cd9f758a55 ("wil6210: extract firmware version from file header") Signed-off-by: Taehee Yoo --- drivers/net/wireless/ath/wil6210/debugfs.c | 1 + 1 file changed, 1 inser

[PATCH net 108/117] Bluetooth: set force_bredr_smp_fops.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: 300acfdec916 ("Bluetooth: Introduce force_bredr_smp debugfs option for testing") Signed-off-by: Taehee Yoo --- net/bluetooth/smp.c | 1 + 1 file changed, 1 insertion(+)

[PATCH net 104/117] mt76: set fops_tx_stats.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: e57b7901469f ("mt76: add mac80211 driver for MT7915 PCIe-based chipsets") Signed-off-by: Taehee Yoo --- drivers/net/wireless/mediatek/mt76/mt7915/debugfs.c | 1 + 1 file c

[PATCH net 092/117] wil6210: set fops_suspend_stats.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: fe9ee51e6a43 ("wil6210: add support for PCIe D3hot in system suspend") Signed-off-by: Taehee Yoo --- drivers/net/wireless/ath/wil6210/debugfs.c | 1 + 1 file changed, 1 in

[PATCH net 106/117] Bluetooth: set dut_mode_fops.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: 4b4148e9acc1 ("Bluetooth: Add support for setting DUT mode") Signed-off-by: Taehee Yoo --- net/bluetooth/hci_core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net

[PATCH net 094/117] cw1200: set fops_wsm_dumps.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: a910e4a94f69 ("cw1200: add driver for the ST-E CW1100 & CW1200 WLAN chipsets") Signed-off-by: Taehee Yoo --- drivers/net/wireless/st/cw1200/debug.c | 1 + 1 file changed,

[PATCH net 090/117] wil6210: set fops_fw_capabilities.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: 12bace75704e ("wil6210: extract firmware capabilities from FW file") Signed-off-by: Taehee Yoo --- drivers/net/wireless/ath/wil6210/debugfs.c | 1 + 1 file changed, 1 inse

[PATCH net 089/117] wil6210: set fops_led_blink_time.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: 10d599ad84a1 ("wil6210: add support for device led configuration") Signed-off-by: Taehee Yoo --- drivers/net/wireless/ath/wil6210/debugfs.c | 1 + 1 file changed, 1 insert

[PATCH net 093/117] wil6210: set fops_compressed_rx_status.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: 96c93589e2df ("wil6210: initialize TX and RX enhanced DMA rings") Signed-off-by: Taehee Yoo --- drivers/net/wireless/ath/wil6210/debugfs.c | 1 + 1 file changed, 1 inserti

[PATCH net 084/117] wil6210: set fops_recovery.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: c33407a8c504 ("wil6210: manual FW error recovery mode") Signed-off-by: Taehee Yoo --- drivers/net/wireless/ath/wil6210/debugfs.c | 1 + 1 file changed, 1 insertion(+) dif

[PATCH net 107/117] Bluetooth: set vendor_diag_fops.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: 4b4113d6dbdb ("Bluetooth: Add debugfs entry for setting vendor diagnostic mode") Signed-off-by: Taehee Yoo --- net/bluetooth/hci_core.c | 1 + 1 file changed, 1 insertion

[PATCH net 103/117] mt76: set fops_ampdu_stat.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: 7bc04215a66b ("mt76: add driver code for MT76x2e") Signed-off-by: Taehee Yoo --- drivers/net/wireless/mediatek/mt76/mt76x02_debugfs.c | 2 ++ 1 file changed, 2 insertions(

[PATCH net 087/117] wil6210: set fops_link_stats_global.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: 0c936b3c9633 ("wil6210: add support for link statistics") Signed-off-by: Taehee Yoo --- drivers/net/wireless/ath/wil6210/debugfs.c | 1 + 1 file changed, 1 insertion(+) d

[PATCH net 102/117] mt76: mt7603: set fops_ampdu_stat.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: 5a8d4678e02b ("mt76: mt7603: collect aggregation stats") Signed-off-by: Taehee Yoo --- drivers/net/wireless/mediatek/mt76/mt7603/debugfs.c | 1 + 1 file changed, 1 inserti

[PATCH net 073/117] wcn36xx: set fops_wcn36xx_bmps.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: 8e84c2582169 ("wcn36xx: mac80211 driver for Qualcomm WCN3660/WCN3680 hardware") Signed-off-by: Taehee Yoo --- drivers/net/wireless/ath/wcn36xx/debug.c | 1 + 1 file chang

[PATCH net 082/117] wil6210: set fops_txmgmt.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: 0b39aaf2f203 ("wil6210: Tx mgmt frame from debugfs") Signed-off-by: Taehee Yoo --- drivers/net/wireless/ath/wil6210/debugfs.c | 1 + 1 file changed, 1 insertion(+) diff -

[PATCH net 110/117] Bluetooth: set use_debug_keys_fops.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: 0886aea6acd2 ("Bluetooth: Expose debug keys usage setting via debugfs") Signed-off-by: Taehee Yoo --- net/bluetooth/hci_debugfs.c | 1 + 1 file changed, 1 insertion(+) di

[PATCH net 097/117] b43: set B43_DEBUGFS_FOPS.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: e4d6b7951812 ("[B43]: add mac80211-based driver for modern BCM43xx devices") Signed-off-by: Taehee Yoo --- drivers/net/wireless/broadcom/b43/debugfs.c | 1 + 1 file chang

[PATCH net 095/117] brcmfmac: set bus_reset_fops.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: 2f8c8e62cd50 ("brcmfmac: add "reset" debugfs entry for testing reset") Signed-off-by: Taehee Yoo --- drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c | 1 + 1 file

[PATCH net 101/117] mt76: mt7615: set fops_ampdu_stat.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: 75601194a1c8 ("mt76: mt7615: collect aggregation stats") Signed-off-by: Taehee Yoo --- drivers/net/wireless/mediatek/mt76/mt7615/debugfs.c | 1 + 1 file changed, 1 inserti

[PATCH net 111/117] Bluetooth: set sc_only_mode_fops.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: 134c2a89af22 ("Bluetooth: Add debugfs entry to show Secure Connections Only mode") Signed-off-by: Taehee Yoo --- net/bluetooth/hci_debugfs.c | 1 + 1 file changed, 1 inse

[PATCH net 112/117] Bluetooth: set DEFINE_QUIRK_ATTRIBUTE.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: b55d1abf568c ("Bluetooth: Expose quirks through debugfs") Signed-off-by: Taehee Yoo --- net/bluetooth/hci_debugfs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net

[PATCH net 100/117] net: mt7601u: set fops_eeprom_param.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: c869f77d6abb ("add mt7601u driver") Signed-off-by: Taehee Yoo --- drivers/net/wireless/mediatek/mt7601u/debugfs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drive

[PATCH net 109/117] Bluetooth: set test_smp_fops.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: 64dd374eac15 ("Bluetooth: Export SMP selftest result in debugfs") Signed-off-by: Taehee Yoo --- net/bluetooth/smp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net

[PATCH net 099/117] net: mt7601u: set fops_ampdu_stat.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: c869f77d6abb ("add mt7601u driver") Signed-off-by: Taehee Yoo --- drivers/net/wireless/mediatek/mt7601u/debugfs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drive

[PATCH net 088/117] wil6210: set fops_led_cfg.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: 10d599ad84a1 ("wil6210: add support for device led configuration") Signed-off-by: Taehee Yoo --- drivers/net/wireless/ath/wil6210/debugfs.c | 1 + 1 file changed, 1 insert

[PATCH net 098/117] wireless: mwifiex: set .owner to THIS_MODULE in debugfs.c

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: 5e6e3a92b9a4 ("wireless: mwifiex: initial commit for Marvell mwifiex driver") Signed-off-by: Taehee Yoo --- drivers/net/wireless/marvell/mwifiex/debugfs.c | 3 +++ 1 file

[PATCH net 116/117] Bluetooth: 6LoWPAN: set lowpan_control_fops.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: 6b8d4a6a0314 ("Bluetooth: 6LoWPAN: Use connected oriented channel instead of fixed one") Signed-off-by: Taehee Yoo --- net/bluetooth/6lowpan.c | 1 + 1 file changed, 1 in

[PATCH net 117/117] Bluetooth: set test_ecdh_fops.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: 6de50f9fdb60 ("Bluetooth: Export ECDH selftest result in debugfs") Signed-off-by: Taehee Yoo --- net/bluetooth/selftest.c | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH net 114/117] Bluetooth: set force_static_address_fops.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: ac345813c4ac ("Bluetooth: Expose current identity information in debugfs") Signed-off-by: Taehee Yoo --- net/bluetooth/hci_debugfs.c | 1 + 1 file changed, 1 insertion(+)

[PATCH net 113/117] Bluetooth: set ssp_debug_mode_fops.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: 6e07231a80de ("Bluetooth: Expose Secure Simple Pairing debug mode setting in debugfs") Signed-off-by: Taehee Yoo --- net/bluetooth/hci_debugfs.c | 1 + 1 file changed, 1

[PATCH net 096/117] b43legacy: set B43legacy_DEBUGFS_FOPS.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: 75388acd0cd8 ("[B43LEGACY]: add mac80211-based driver for legacy BCM43xx devices") Signed-off-by: Taehee Yoo --- drivers/net/wireless/broadcom/b43legacy/debugfs.c | 1 +

[PATCH net 115/117] Bluetooth: set force_no_mitm_fops.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: c2aa30db744d ("Bluetooth: debugfs option to unset MITM flag") Signed-off-by: Taehee Yoo --- net/bluetooth/hci_debugfs.c | 1 + 1 file changed, 1 insertion(+) diff --git a

[PATCH net 071/117] ath10k: set fops_enable_extd_tx_stats.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: 348cd95c8196 ("ath10k: add debugfs entry to enable extended tx stats") Signed-off-by: Taehee Yoo --- drivers/net/wireless/ath/ath10k/debug.c | 3 ++- 1 file changed, 2 ins

[PATCH net 072/117] ath10k: set fops_peer_stats.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: cc61a1bbbc0e ("ath10k: enable debugfs provision to enable Peer Stats feature") Signed-off-by: Taehee Yoo --- drivers/net/wireless/ath/ath10k/debug.c | 3 ++- 1 file chang

Re: [PATCH 0/3] ARM, timers: ebsa110 cleanup

2020-10-08 Thread Russell King - ARM Linux admin
On Thu, Oct 08, 2020 at 05:45:58PM +0200, Arnd Bergmann wrote: > The ebsa110 platform is the last thing that uses > CONFIG_ARCH_USES_GETTIMEOFFSET, and Russell has previously said that he > thinks the platform can be retired now. > > Removing it allows us clean up the timer code by throwing out al

[PATCH net 059/117] iwlagn: set rs_sta_dbgfs_rate_scale_data_ops.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: 38167459da50 ("iwlagn: show current rate scale data in debugfs") Signed-off-by: Taehee Yoo --- drivers/net/wireless/intel/iwlwifi/dvm/rs.c | 1 + 1 file changed, 1 inserti

RE: [PATCH net 000/117] net: avoid to remove module when its debugfs is being used

2020-10-08 Thread David Laight
From: Taehee Yoo > Sent: 08 October 2020 16:49 > > When debugfs file is opened, its module should not be removed until > it's closed. > Because debugfs internally uses the module's data. > So, it could access freed memory. > > In order to avoid panic, it just sets .owner to THIS_MODULE. > So that

[PATCH net 070/117] ath10k: set fops_btcoex.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: 844fa5722712 ("ath10k: debugfs file to enable Bluetooth coexistence feature") Signed-off-by: Taehee Yoo --- drivers/net/wireless/ath/ath10k/debug.c | 3 ++- 1 file change

[PATCH net 060/117] iwlagn: set DEBUGFS_READ_FILE_OPS.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: 87e5666c0722 ("iwlagn: transport handler can register debugfs entries") Signed-off-by: Taehee Yoo --- drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 1 + 1 file changed

[PATCH net 036/117] wl12xx: set DEBUGFS_READONLY_FILE.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: 2f01a1f58889 ("wl12xx: add driver") Signed-off-by: Taehee Yoo --- drivers/net/wireless/ti/wl1251/debugfs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/

[PATCH net 061/117] iwlagn: set DEBUGFS_WRITE_FILE_OPS.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: 16db88ba51d6 ("iwlagn: move dump_csr and dump_fh to transport layer") Signed-off-by: Taehee Yoo --- drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 1 + 1 file changed,

[PATCH net 029/117] dpaa2-eth: set dpaa2_dbg_cpu_ops.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: 091a19ea6e34 ("dpaa2-eth: add debugfs statistics") Signed-off-by: Taehee Yoo --- drivers/net/ethernet/freescale/dpaa2/dpaa2-eth-debugfs.c | 1 + 1 file changed, 1 insertio

[PATCH net 038/117] wl1251: set tx_queue_status_ops.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: b7339b1de0f7 ("wl1251: add tx queue status to debugfs") Signed-off-by: Taehee Yoo --- drivers/net/wireless/ti/wl1251/debugfs.c | 1 + 1 file changed, 1 insertion(+) diff

[PATCH net 035/117] wl12xx: set DEBUGFS_FWSTATS_FILE_ARRAY.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: 2f01a1f58889 ("wl12xx: add driver") Signed-off-by: Taehee Yoo --- drivers/net/wireless/ti/wl1251/debugfs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/

[PATCH net 028/117] i2400m: set i2400m_tx_stats_fops.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: c71228caf91e ("i2400m: debugfs controls") Signed-off-by: Taehee Yoo --- drivers/net/wimax/i2400m/debugfs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/

[PATCH net 027/117] i2400m: set i2400m_rx_stats_fops.owner to THIS_MODULE

2020-10-08 Thread Taehee Yoo
If THIS_MODULE is not set, the module would be removed while debugfs is being used. It eventually makes kernel panic. Fixes: c71228caf91e ("i2400m: debugfs controls") Signed-off-by: Taehee Yoo --- drivers/net/wimax/i2400m/debugfs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/

Re: [PATCH net 001/117] mac80211: set .owner to THIS_MODULE in debugfs_netdev.c

2020-10-08 Thread Johannes Berg
On Thu, 2020-10-08 at 15:50 +, Taehee Yoo wrote: > If THIS_MODULE is not set, the module would be removed while debugfs is > being used. > It eventually makes kernel panic. > Wow, 117 practically identical patches? No thanks ... Can you merge the ones that belong to a single driver? net/mac8

[PATCH v1 net-next] net: stmmac: Enable EEE HW LPI timer with auto SW/HW switching

2020-10-08 Thread Voon Weifeng
From: "Vineetha G. Jaya Kumaran" This patch enables the HW LPI Timer which controls the automatic entry and exit of the LPI state. The EEE LPI timer value is configured through ethtool. The driver will auto select the LPI HW timer if the value in the HW timer supported range. Else, the driver wil

[PATCH] vringh: fix __vringh_iov() when riov and wiov are different

2020-10-08 Thread Stefano Garzarella
If riov and wiov are both defined and they point to different objects, only riov is initialized. If the wiov is not initialized by the caller, the function fails returning -EINVAL and printing "Readable desc 0x... after writable" error message. Let's replace the 'else if' clause with 'if' to initi

Re: [PATCH net 000/117] net: avoid to remove module when its debugfs is being used

2020-10-08 Thread Johannes Berg
On Thu, 2020-10-08 at 15:59 +, David Laight wrote: > From: Taehee Yoo > > Sent: 08 October 2020 16:49 > > > > When debugfs file is opened, its module should not be removed until > > it's closed. > > Because debugfs internally uses the module's data. > > So, it could access freed memory. > > >

Re: [net-next PATCH v3] net: dsa: rtl8366rb: Roof MTU for switch

2020-10-08 Thread Jakub Kicinski
On Thu, 8 Oct 2020 11:19:55 +0200 Linus Walleij wrote: > diff --git a/drivers/net/dsa/rtl8366rb.c b/drivers/net/dsa/rtl8366rb.c > index 053bf5041f8d..28f510a580be 100644 > --- a/drivers/net/dsa/rtl8366rb.c > +++ b/drivers/net/dsa/rtl8366rb.c > @@ -311,6 +311,13 @@ > #define RTL8366RB_GREEN_FEATUR

RE: [PATCH v1 net-next] net: stmmac: Enable EEE HW LPI timer with auto SW/HW switching

2020-10-08 Thread Voon, Weifeng
> Subject: [PATCH v1 net-next] net: stmmac: Enable EEE HW LPI timer with auto > SW/HW switching > > From: "Vineetha G. Jaya Kumaran" > > This patch enables the HW LPI Timer which controls the automatic entry and > exit of the LPI state. > The EEE LPI timer value is configured through ethtool. Th

[PATCH net-next 0/2] DP83TD510 Single Pair 10Mbps Ethernet PHY

2020-10-08 Thread Dan Murphy
Hello The DP83TD510 is an Ethernet PHY supporting single pair of twisted wires. The PHY is capable of 10Mbps communication over long distances and exceeds the IEEE 802.3cg 10BASE-T1L single-pair Ethernet specification. The PHY supports various voltage level signalling and can be forced to support

[PATCH net-next 2/2] net: phy: dp83td510: Add support for the DP83TD510 Ethernet PHY

2020-10-08 Thread Dan Murphy
The DP83TD510E is an ultra-low power Ethernet physical layer transceiver that supports 10M single pair cable. The device supports both 2.4-V p2p and 1-V p2p output voltage as defined by IEEE 802.3cg 10Base-T1L specfications. These modes can be forced via the device tree or the device is defaulted

[PATCH net-next 1/2] dt-bindings: dp83td510: Add binding for DP83TD510 Ethernet PHY

2020-10-08 Thread Dan Murphy
The DP83TD510 is a 10M single twisted pair Ethernet PHY Signed-off-by: Dan Murphy --- .../devicetree/bindings/net/ti,dp83td510.yaml | 70 +++ 1 file changed, 70 insertions(+) create mode 100644 Documentation/devicetree/bindings/net/ti,dp83td510.yaml diff --git a/Documentation/d

[PATCH net-next 0/2] DP83TD510 Single Pair 10Mbps Ethernet PHY

2020-10-08 Thread Dan Murphy
Hello The DP83TD510 is an Ethernet PHY supporting single pair of twisted wires. The PHY is capable of 10Mbps communication over long distances and exceeds the IEEE 802.3cg 10BASE-T1L single-pair Ethernet specification. The PHY supports various voltage level signalling and can be forced to support

Re: [PATCH net] sctp: fix sctp_auth_init_hmacs() error path

2020-10-08 Thread Marcelo Ricardo Leitner
On Thu, Oct 08, 2020 at 01:38:31AM -0700, Eric Dumazet wrote: > From: Eric Dumazet > > After freeing ep->auth_hmacs we have to clear the pointer > or risk use-after-free as reported by syzbot: > Acked-by: Marcelo Ricardo Leitner

Re: [PATCH 1/2] net/ipv6: always honour route mtu during forwarding

2020-10-08 Thread David Ahern
On 10/7/20 8:31 PM, Maciej Żenczykowski wrote: > From: Maciej Żenczykowski > > This matches the new ipv4 behaviour as of commit: > commit 02a1b175b0e92d9e0fa5df3957ade8d733ceb6a0 > Author: Maciej Żenczykowski > Date: Wed Sep 23 13:18:15 2020 -0700 > > net/ipv4: always honour route mtu

Re: [net-next PATCH v1] net: phy: Move of_mdio from drivers/of to drivers/net/mdio

2020-10-08 Thread Rob Herring
On Thu, Oct 8, 2020 at 9:47 AM Calvin Johnson wrote: > > Better place for of_mdio.c is drivers/net/mdio. > Move of_mdio.c from drivers/of to drivers/net/mdio One thing off my todo list. I'd started this ages ago[1]. > > Signed-off-by: Calvin Johnson > --- > > MAINTAINERS

Re: [Bug 209423] WARN_ON_ONCE() at rtl8169_tso_csum_v2()

2020-10-08 Thread Heiner Kallweit
On 02.10.2020 13:48, Eric Dumazet wrote: > On Fri, Oct 2, 2020 at 1:09 PM Heiner Kallweit wrote: >> >> On 02.10.2020 10:46, Eric Dumazet wrote: >>> On Fri, Oct 2, 2020 at 10:32 AM Eric Dumazet wrote: On 10/2/20 10:26 AM, Eric Dumazet wrote: > On Thu, Oct 1, 2020 at 10:34 P

Re: [PATCH net 000/117] net: avoid to remove module when its debugfs is being used

2020-10-08 Thread Taehee Yoo
On Fri, 9 Oct 2020 at 01:14, Johannes Berg wrote: On Thu, 2020-10-08 at 15:59 +, David Laight wrote: Hi Johannes and David, Thank you for the review! > From: Taehee Yoo > > Sent: 08 October 2020 16:49 > > > > When debugfs file is opened, its module should not be removed until > > it's closed

RE: [PATCH v2 1/6] Add ancillary bus support

2020-10-08 Thread Ertman, David M
> -Original Message- > From: Parav Pandit > Sent: Thursday, October 8, 2020 4:10 AM > To: gre...@linuxfoundation.org; Williams, Dan J > Cc: Leon Romanovsky ; Ertman, David M > ; Pierre-Louis Bossart louis.boss...@linux.intel.com>; alsa-de...@alsa-project.org; > pa...@mellanox.com; ti...@

RE: [PATCH v2 1/6] Add ancillary bus support

2020-10-08 Thread Ertman, David M
> -Original Message- > From: Leon Romanovsky > Sent: Thursday, October 8, 2020 1:00 AM > To: Williams, Dan J > Cc: Ertman, David M ; Parav Pandit > ; Pierre-Louis Bossart louis.boss...@linux.intel.com>; alsa-de...@alsa-project.org; > pa...@mellanox.com; ti...@suse.de; netdev@vger.kernel.

[PATCH] net: stmmac: Don't call _irqoff() with hardirqs enabled

2020-10-08 Thread John Keeping
With threadirqs, stmmac_interrupt() is called on a thread with hardirqs enabled so we cannot call __napi_schedule_irqoff(). Under lockdep it leads to: [ cut here ] WARNING: CPU: 0 PID: 285 at kernel/softirq.c:598 __raise_softirq_irqoff+0x6c/0x1c8 I

Re: [PATCH net-next 2/2] net: phy: dp83td510: Add support for the DP83TD510 Ethernet PHY

2020-10-08 Thread Heiner Kallweit
On 08.10.2020 18:23, Dan Murphy wrote: > The DP83TD510E is an ultra-low power Ethernet physical layer transceiver > that supports 10M single pair cable. > > The device supports both 2.4-V p2p and 1-V p2p output voltage as defined > by IEEE 802.3cg 10Base-T1L specfications. These modes can be force

RE: [PATCH v2 1/6] Add ancillary bus support

2020-10-08 Thread Ertman, David M
> -Original Message- > From: Parav Pandit > Sent: Wednesday, October 7, 2020 9:56 PM > To: Pierre-Louis Bossart ; Ertman, > David M ; Leon Romanovsky > > Cc: alsa-de...@alsa-project.org; pa...@mellanox.com; ti...@suse.de; > netdev@vger.kernel.org; ranjani.sridha...@linux.intel.com; > fr

Re: [PATCH v2 1/2] net: usb: qmi_wwan: add Cellient MPL200 card

2020-10-08 Thread Jakub Kicinski
On Thu, 08 Oct 2020 10:07:20 +0200 Bjørn Mork wrote: > Wilken Gottwalt writes: > > Add usb ids of the Cellient MPL200 card. > > > > Signed-off-by: Wilken Gottwalt > > --- > > drivers/net/usb/qmi_wwan.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/drivers/net/usb/qmi_wwan.c b/dr

Re: [PATCH net-next 2/2] net: phy: dp83td510: Add support for the DP83TD510 Ethernet PHY

2020-10-08 Thread Dan Murphy
Heiner On 10/8/20 11:51 AM, Heiner Kallweit wrote: On 08.10.2020 18:23, Dan Murphy wrote: The DP83TD510E is an ultra-low power Ethernet physical layer transceiver that supports 10M single pair cable. The device supports both 2.4-V p2p and 1-V p2p output voltage as defined by IEEE 802.3cg 10Bas

Re: [PATCH net-next 1/2] dt-bindings: dp83td510: Add binding for DP83TD510 Ethernet PHY

2020-10-08 Thread Florian Fainelli
On 10/8/2020 9:23 AM, Dan Murphy wrote: The DP83TD510 is a 10M single twisted pair Ethernet PHY Signed-off-by: Dan Murphy --- .../devicetree/bindings/net/ti,dp83td510.yaml | 70 +++ 1 file changed, 70 insertions(+) create mode 100644 Documentation/devicetree/bindings/net

Re: [PATCH v2 1/2] net: usb: qmi_wwan: add Cellient MPL200 card

2020-10-08 Thread Bjørn Mork
Jakub Kicinski writes: > I'm guessing that I'm supposed to take this patch into the networking > tree, correct? Correct. > Is this net or net-next candidate? Bjørn? Sorry, should have made that explicit. This is for net + stable Thanks. Bjørn

Re: [PATCH v2 1/6] Add ancillary bus support

2020-10-08 Thread Leon Romanovsky
On Mon, Oct 05, 2020 at 11:24:41AM -0700, Dave Ertman wrote: > Add support for the Ancillary Bus, ancillary_device and ancillary_driver. > It enables drivers to create an ancillary_device and bind an > ancillary_driver to it. > > The bus supports probe/remove shutdown and suspend/resume callbacks.

Re: [PATCH v2 1/6] Add ancillary bus support

2020-10-08 Thread Leon Romanovsky
On Thu, Oct 08, 2020 at 04:42:48PM +, Ertman, David M wrote: > > -Original Message- > > From: Leon Romanovsky > > Sent: Thursday, October 8, 2020 1:00 AM > > To: Williams, Dan J > > Cc: Ertman, David M ; Parav Pandit > > ; Pierre-Louis Bossart > louis.boss...@linux.intel.com>; alsa-d

Re: [PATCH bpf-next] bpf_fib_lookup: return target ifindex even if neighbour lookup fails

2020-10-08 Thread David Ahern
On 10/8/20 7:53 AM, Toke Høiland-Jørgensen wrote: > The bpf_fib_lookup() helper performs a neighbour lookup for the destination > IP and returns BPF_FIB_LKUP_NO_NEIGH if this fails, with the expectation > that the BPF program will pass the packet up the stack in this case. > However, with the addit

Re: [net] tipc: fix NULL pointer dereference in tipc_named_rcv

2020-10-08 Thread Jakub Kicinski
On Thu, 8 Oct 2020 14:31:56 +0700 Hoang Huu Le wrote: > diff --git a/net/tipc/name_distr.c b/net/tipc/name_distr.c > index 2f9c148f17e2..fe4edce459ad 100644 > --- a/net/tipc/name_distr.c > +++ b/net/tipc/name_distr.c > @@ -327,8 +327,13 @@ static struct sk_buff *tipc_named_dequeue(struct > sk_buf

RE: [PATCH v2 1/6] Add ancillary bus support

2020-10-08 Thread Ertman, David M
> -Original Message- > From: Leon Romanovsky > Sent: Thursday, October 8, 2020 10:20 AM > To: Ertman, David M > Cc: alsa-de...@alsa-project.org; ti...@suse.de; broo...@kernel.org; linux- > r...@vger.kernel.org; j...@nvidia.com; dledf...@redhat.com; > netdev@vger.kernel.org; da...@davemlof

Re: [Patch net] ip_gre: set dev->hard_header_len properly

2020-10-08 Thread Cong Wang
On Thu, Oct 8, 2020 at 4:49 AM Willem de Bruijn wrote: > > On Wed, Oct 7, 2020 at 9:22 PM Cong Wang wrote: > > > > GRE tunnel has its own header_ops, ipgre_header_ops, and sets it > > conditionally. When it is set, it assumes the outer IP header is > > already created before ipgre_xmit(). > > > >

Re: [Patch net] can: initialize skbcnt in j1939_tp_tx_dat_new()

2020-10-08 Thread Jakub Kicinski
On Wed, 7 Oct 2020 23:18:21 -0700 Cong Wang wrote: > This fixes an uninit-value warning: > BUG: KMSAN: uninit-value in can_receive+0x26b/0x630 net/can/af_can.c:650 > > Reported-and-tested-by: syzbot+3f3837e61a48d32b4...@syzkaller.appspotmail.com > Fixes: 9d71dd0c7009 ("can: add support of SAE J19

RE: [PATCH v2 1/6] Add ancillary bus support

2020-10-08 Thread Parav Pandit
> From: Ertman, David M > Sent: Thursday, October 8, 2020 10:24 PM > > From: Parav Pandit > > Sent: Wednesday, October 7, 2020 9:56 PM > > /** > > * ancillar_device_register() - register an ancillary device > > * NOTE: __never directly free @adev after calling this function, even > > if it

<    1   2   3   4   5   >