summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorsatya priya <skakit@codeaurora.org>2020-03-06 09:47:07 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-03-12 12:10:27 +0300
commitf9d690b6ece7ec9a6ff6b588df95a010ab2d66f9 (patch)
tree3651c9eb88717c4eee817a4f95cceb33701debda /tools/perf/scripts/python/export-to-sqlite.py
parent9a8da6082ddb4689baf34dcdf2a53985e25753f3 (diff)
downloadlinux-f9d690b6ece7ec9a6ff6b588df95a010ab2d66f9.tar.xz
tty: serial: qcom_geni_serial: Allocate port->rx_fifo buffer in probe
To fix the RX cancel command failure, rx_fifo buffer needs to be flushed in stop_rx() by calling handle_rx().In handle_rx() the data in rx_fifo buffer is read and then dropped, not sent to upper layers. If set_termios is called before startup, by this time memory is not allocated to port->rx_fifo buffer, which leads to a NULL pointer dereference. To avoid this NULL pointer dereference allocate memory to port->rx_fifo in probe itself. Signed-off-by: satya priya <skakit@codeaurora.org> Reported-by: Stephen Boyd <swboyd@chromium.org> Link: https://lore.kernel.org/r/1583477228-32231-2-git-send-email-skakit@codeaurora.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions