aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAlexander Aring <aring@mojatatu.com>2018-08-12 16:24:56 -0400
committerDavid S. Miller <davem@davemloft.net>2018-08-14 09:58:57 -0700
commit1c89a8e3d9a235454169e189ea6c463bfa8749ab (patch)
tree0f96a49cda7620855100c5ac60b9a0d383f248f1 /tools/perf/scripts/python
parentMerge branch 'hns3-next' (diff)
downloadlinux-1c89a8e3d9a235454169e189ea6c463bfa8749ab.tar.gz
linux-1c89a8e3d9a235454169e189ea6c463bfa8749ab.zip
ieee802154: hwsim: using right kind of iteration
This patch fixes the error path to unsubscribe all other phy's from current phy. The actually code using a wrong kind of list iteration may copied from the case to unsubscribe the current phy from all other phy's. Cc: Stefan Schmidt <stefan@datenfreihafen.org> Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Fixes: f25da51fdc38 ("ieee802154: hwsim: add replacement for fakelb") Signed-off-by: Alexander Aring <aring@mojatatu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
td>Arnaldo Carvalho de Melo1-0/+1 2020-02-11perf maps: Move kmap::kmaps setup to maps__insert()Jiri Olsa2-12/+11 2020-02-11perf maps: Fix map__clone() for struct kmapJiri Olsa1-1/+6 2020-02-11perf maps: Mark ksymbol DSOs with kernel typeJiri Olsa1-2/+10 2020-02-11perf maps: Mark module DSOs with kernel typeJiri Olsa1-0/+1 2020-02-11tools include UAPI: Sync x86's syscalls_64.tbl, generic unistd.h and fcntl.h ...Arnaldo Carvalho de Melo5-2/+49 2020-02-10perf symbols: Convert symbol__is_idle() to use strlistKim Phillips1-5/+9 2020-02-10perf symbols: Update the list of kernel idle symbolsKim Phillips1-0/+3 2020-02-10perf stat: Don't report a null stalled cycles per insn metricKim Phillips1-6/+0 2020-02-09Linux 5.6-rc1v5.6-rc1Linus Torvalds1-2/+2 2020-02-09irqchip/gic-v4.1: Avoid 64bit division for the sake of 32bit ARMMarc Zyngier1-2/+2 2020-02-08fs: Add VirtualBox guest shared folder (vboxsf) supportHans de Goede12-0/+3280 2020-02-08Fix up remaining devm_ioremap_nocache() in SGI IOC3 8250 UART driverLinus Torvalds1-1/+1 2020-02-08pipe: use exclusive waits when reading or writingLinus Torvalds4-30/+51 2020-02-08compat_ioctl: fix FIONREAD on devicesArnd Bergmann1-4/+7 2020-02-08net: thunderx: use proper interface type for RGMIITim Harvey1-1/+1 2020-02-08powerpc: Fix CONFIG_TRACE_IRQFLAGS with CONFIG_VMAP_STACKChristophe Leroy1-1/+1 2020-02-08powerpc/futex: Fix incorrect user access blockingMichael Ellerman1-4/+6 2020-02-08irqchip/gic-v3-its: Rename VPENDBASER/VPROPBASER accessorsZenghui Yu3-24/+24 2020-02-08irqchip/gic-v3-its: Remove superfluous WARN_ONZenghui Yu1-1/+0 2020-02-08irqchip/gic-v4.1: Drop 'tmp' in inherit_vpe_l1_table_from_rd()Zenghui Yu1-3/+1 2020-02-08irqchip/gic-v4.1: Ensure L2 vPE table is allocated at RD levelZenghui Yu1-0/+80 2020-02-08irqchip/gic-v4.1: Set vpe_l1_base for all redistributorsZenghui Yu2-2/+5 2020-02-08irqchip/gic-v4.1: Fix programming of GICR_VPROPBASER_4_1_SIZEZenghui Yu1-1/+1 2020-02-08mt76: mt7615: fix max_nss in mt7615_eeprom_parse_hw_capLorenzo Bianconi1-1/+2 2020-02-07bpf: Improve bucket_log calculation logicMartin KaFai Lau1-2/+3