summaryrefslogtreecommitdiff
path: root/drivers/soc/qcom/avtimer.c (follow)
Commit message (Collapse)AuthorAge
* dsp: avtimer: validate payload size before memory copySoumya Managoli2019-09-09
| | | | | | | | Check payload size to avoid out-of-boundary memory access before attemptimg memory read. Change-Id: Id22f5c4e50c788053a0529e2d252e497991e1a38 Signed-off-by: Soumya Managoli <smanag@codeaurora.org>
* drivers: soc: qcom: Add error handling in function avtimer_ioctlXiaoyu Ye2016-12-09
| | | | | | | | | Error handling is added to prevent garbage value being passed to user space by the uninitialized local variable avtimer_tick. CRs-Fixed: 1097878 Change-Id: I3f895deaae3acf329088cf8135859cc41e781763 Signed-off-by: Xiaoyu Ye <benyxy@codeaurora.org>
* avtimer: update ioctl call to query avtimerLaxminath Kasam2016-03-23
| | | | | | | | | current avtimer ioctl uses deprecated logic to query avtimer. Use the updated API to query avtimer to avoid wrong timestamp values when query using ioctl interface. Change-Id: I16e4373226903b6121c911ed9f2ca31851de80e5 Signed-off-by: Laxminath Kasam <lkasam@codeaurora.org>
* ASoC: Add AV timer changes for MSM targetsSudheer Papothi2016-03-23
Add snapshot of avtimer changes for MSM targets. The code is migrated from msm-3.18 kernel. Signed-off-by: Banajit Goswami <bgoswami@codeaurora.org> Signed-off-by: Sudheer Papothi <spapothi@codeaurora.org>