summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJesper Juhl <jj@chaosbits.net>2012-04-11 22:41:36 +0200
committerKalle Valo <kvalo@qca.qualcomm.com>2012-04-13 14:42:15 +0300
commitae9a3405fd28ce05dc3d0b51d541fd5ec742b3b4 (patch)
tree7d6a5f2c899149a9b9af2e19611b3bfaebb8def0 /tools/perf/scripts/python
parent6146ca69031e3ad697d801e7e242b554d7969de1 (diff)
downloadkernel-ae9a3405fd28ce05dc3d0b51d541fd5ec742b3b4.tar.gz
ath6kl: fix memory leak in ath6kl_fwlog_block_read()
If, in drivers/net/wireless/ath/ath6kl/debug.c::ath6kl_fwlog_block_read(), the call to wait_for_completion_interruptible() returns -ERESTARTSYS then we'll return without freeing the (as yet unused) memory we allocated for 'buf' - thus leaking it. Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
allow 8250 to be used on sparcDavid Miller 2008-10-138250: remove a few inlines of dubious valueWill Newton 2008-09-05[SERIAL] 8250: serial8250_port_size() - omap ports are largerRussell King 2008-09-05[ARM] omap: improve is_omap_port()Russell King 2008-09-028250: improve workaround for UARTs that don't re-assert THRE correctlyWill Newton 2008-07-308250.c: port.lock is irq-safeBorislav Petkov 2008-07-248250: fix break handling for Intel 82571Aristeu Rozanski 2008-07-22serial: 8250: fix shared interrupts issues with SMP and RT kernelsAnton Vorontsov 2008-07-20serial: use tty_portAlan Cox 2008-07-20drivers/serial/: remove CVS keywordsAdrian Bunk 2008-07-12serial8250: sanity check nr_uarts on all paths.Eric W. Biederman 2008-05-318250 Serial Driver: revert extra IRQ flag definition patchBryan Wu 2008-05-178250 Serial Driver: Added support for 8250-class UARTs in HV Sistemas H8606 b...Javier Herrero 2008-05-018250: switch 8250 drivers to use _nocache ioremapsAlan Cox 2008-04-28serial 8250: tighten test for using backup timerAlex Williamson 2008-04-28Fix tty speed handling on 8250Alan Cox 2008-04-17consoles: polling support, kgdbocJason Wessel 2008-02-088250: enable rate reporting via termiosAlan Cox 2008-02-08serial8250: coding styleAlan Cox