summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorClemens Ladisch <clemens@ladisch.de>2009-10-21 09:11:43 +0200
committerTakashi Iwai <tiwai@suse.de>2009-11-10 16:22:59 +0100
commitb7fe750fcceda4fa6bef399b0e2812562728ea82 (patch)
treeb309dee386e4c0d5b47166338e5a81af50a58eb6 /tools/perf/scripts/python/net_dropmonitor.py
parent16fb109644b5644e42ececeff644514de6f4bd03 (diff)
downloadkernel-b7fe750fcceda4fa6bef399b0e2812562728ea82.tar.gz
sound: rawmidi: fix MIDI device O_APPEND error handling
Commit 9a1b64caac82aa02cb74587ffc798e6f42c6170a in 2.6.30 broke the error handling code in rawmidi_open_priv(). If only the output substream of a RawMIDI device has been opened and if this device is then opened with O_RDWR | O_APPEND and if the initialization of the input substream fails (either because of low memory or because the device driver's open callback fails), then the runtime structure of the already open output substream will be freed and all following writes through the first handle will cause snd_rawmidi_write() to use the NULL runtime pointer. Signed-off-by: Clemens Ladisch <clemens@ladisch.de> Cc: <stable@kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions
td>Carl Huang 2020-08-18ath11k: hal: assign msi_addr and msi_data to srngCarl Huang 2020-08-18ath11k: ce: remove CE_COUNT() macroKalle Valo 2020-08-18ath11k: ce: support different CE configurationsCarl Huang 2020-08-18ath11k: hal: cleanup dynamic register macrosKalle Valo 2020-08-17ath11k: hal: create hw_srng_config dynamicallyKalle Valo 2020-08-17ath11k: pci: add HAL, CE and core initialisationGovind Singh 2020-08-17ath11k: add simple PCI client driver for QCA6390 chipsetGovind Singh 2020-05-11ath11k: Remove bus layer includes from upper layerGovind Singh 2020-05-11ath11k: Add support for multibus supportGovind Singh 2020-03-18ath11k: dump SRNG stats during FW assertManikanta Pubbisetty