diff options
author | Russ Gorby <[email protected]> | 2012-08-13 13:45:30 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2012-08-16 12:03:30 -0700 |
commit | 88ed2a60610974443335c924d7cb8e5dcf9dbdc1 (patch) | |
tree | 9093338b0334d53b992c956edc9c4d091ddebef3 /tools/perf/scripts/python/sched-migration.py | |
parent | 329e56780e514a7ab607bcb51a52ab0dc2669414 (diff) |
n_gsm: memory leak in uplink error path
Uplink (TX) network data will go through gsm_dlci_data_output_framed
there is a bug where if memory allocation fails, the skb which
has already been pulled off the list will be lost.
In addition TX skbs were being processed in LIFO order
Fixed the memory leak, and changed to FIFO order processing
Signed-off-by: Russ Gorby <[email protected]>
Tested-by: Kappel, LaurentX <[email protected]>
Signed-off-by: Alan Cox <[email protected]>
Cc: Showjumping <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions