summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJoonsoo Kim <iamjoonsoo.kim@lge.com>2014-08-06 16:04:35 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2014-08-06 18:01:14 -0700
commit367f7f2f45e7f601bcf87aeffb0c81e6d26e53df (patch)
tree9fd27e53d1e0c82e905ffd07501072d96f54d087 /tools/perf/scripts/python
parent833b706cc8b7b555e18d3426e9616bd066883a7a (diff)
downloadkernel-367f7f2f45e7f601bcf87aeffb0c81e6d26e53df.tar.gz
slab: remove a useless lockdep annotation
Now, there is no code to hold two lock simultaneously, since we don't call slab_destroy() with holding any lock. So, lockdep annotation is useless now. Remove it. v2: don't remove BAD_ALIEN_MAGIC in this patch. It will be removed in the following patch. Signed-off-by: Joonsoo Kim <iamjoonsoo.kim@lge.com> Acked-by: Christoph Lameter <cl@linux.com> Cc: Pekka Enberg <penberg@kernel.org> Cc: David Rientjes <rientjes@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
2025-05-09Bluetooth: btusb: Add ID 0x2c7c:0x0130 for Qualcomm WCN785xMark Dietzer 2025-05-09Bluetooth: btusb: Add one more ID 0x13d3:0x3623 for Qualcomm WCN785xZijun Hu 2025-05-09Bluetooth: btusb: Add one more ID 0x0489:0xe0f3 for Qualcomm WCN785xZijun Hu 2025-05-09Bluetooth: btusb: add Foxconn 0xe0fc for Qualcomm WCN785xAaron Ma 2025-04-25Bluetooth: vhci: Avoid needless snprintf() callsKees Cook 2025-04-25Bluetooth: btrtl: Prevent potential NULL dereferenceDan Carpenter 2025-04-20Bluetooth: hci_uart: Fix another race during initializationArseniy Krasnov 2025-04-20Bluetooth: qca: simplify WCN399x NVM loadingDmitry Baryshkov 2025-04-20Bluetooth: hci_qca: use the power sequencer for wcn6750Janaki Ramaiah Thota 2025-04-20Bluetooth: btusb: Add 2 HWIDs for MT7922Jiande Lu 2025-04-20Bluetooth: hci_uart: fix race during initializationArseniy Krasnov 2025-04-20Bluetooth: btintel_pcie: Add device id of Whale PeakKiran K 2025-03-13bluetooth: btusb: Initialize .owner field of force_poll_sync_fopsSalah Triki 2025-02-27Bluetooth: qca: Fix poor RF performance for WCN6855Zijun Hu 2025-02-27Bluetooth: qca: Update firmware-name to support board specific nvmCheng Jiang 2025-02-21Bluetooth: btintel_pcie: Fix a potential race conditionKiran K 2025-02-17Bluetooth: btusb: Add new VID/PID 13d3/3628 for MT7925En-Wei Wu 2025-02-17Bluetooth: btusb: Add new VID/PID 13d3/3610 for MT7922Andrew Halaney 2025-02-08Bluetooth: btnxpuart: Fix glitches seen in dual A2DP streamingNeeraj Sanjay Kale 2025-02-08Bluetooth: btusb: mediatek: Add locks for usb_driver_claim_interface()Douglas Anderson 2025-02-08Bluetooth: btrtl: check for NULL in btrtl_setup_realtek()Max Chou 2025-02-08Bluetooth: btbcm: Fix NULL deref in btbcm_get_board_name()Charles Han 2025-01-17Bluetooth: btmtk: Fix failed to send func ctrl for MediaTek devices.Chris Lu 2025-01-17Bluetooth: btnxpuart: Fix driver sending truncated dataNeeraj Sanjay Kale