summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAntoine Tenart <antoine.tenart@bootlin.com>2018-09-24 16:56:13 +0200
committerDavid S. Miller <davem@davemloft.net>2018-09-24 12:27:28 -0700
commitf4a518797b40e956b6e6220b42657e045dc24470 (patch)
tree3b7a277f96b3667fe6c2aa12ca352d4e446c24d3 /tools/perf/scripts/python
parentccfec9e5cb2d48df5a955b7bf47f7782157d3bc2 (diff)
downloadkernel-f4a518797b40e956b6e6220b42657e045dc24470.tar.gz
net: mvneta: fix the remaining Rx descriptor unmapping issues
With CONFIG_DMA_API_DEBUG enabled we get DMA unmapping warning in various places of the mvneta driver, for example when putting down an interface while traffic is passing through. The issue is when using s/w buffer management, the Rx buffers are mapped using dma_map_page but unmapped with dma_unmap_single. This patch fixes this by using the right unmapping function. Fixes: 562e2f467e71 ("net: mvneta: Improve the buffer allocation method for SWBM") Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com> Reviewed-by: Gregory CLEMENT <gregory.clement@bootlin.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
und/soc/mediatek/mt8192/mt8192-mt6359-rt1015-rt5682.c?h=linux-6.6.y&id=e45ac7831ff3e2934d58cce319c17c8ec763c95c'>ASoC: mediatek: mt8192-mt6359: Fix error handling in mt8192_mt6359_dev_probeMiaoqian Lin 2021-12-29ASoC: mediatek: use of_device_get_match_data()Tzung-Bi Shih 2021-12-23ASoC: mediatek: mt8192-mt6359: fix device_node leakTzung-Bi Shih 2021-12-14ASoC: mediatek: assign correct type to argumentJiaxin Yu 2021-02-05Merge branch 'asoc-5.11' into asoc-5.12Mark Brown 2021-02-04ASoC: mediatek: mt8192-mt6359: simplify ops for Capture1 DAI linkTzung-Bi Shih 2021-02-04ASoC: mediatek: mt8192-mt6359: use asoc_substream_to_rtd()Tzung-Bi Shih 2021-01-25ASoC: mediatek: mt8192-mt6359: add format constraints for RT5682Tzung-Bi Shih 2021-01-20ASoC: mediatek: mt8192-mt6359: support audio over DPTzung-Bi Shih 2021-01-20ASoC: mediatek: mt8192-mt6359: simplify mt8192_rt5682_initTzung-Bi Shih 2021-01-20ASoC: mediatek: mt8192-mt6359: move headset_jack to card specific dataTzung-Bi Shih 2021-01-05ASoC: rt1015: remove bclk_ratioTzung-Bi Shih 2020-12-02ASoC: mediatek: mt8192: support rt1015p_rt5682Tzung-Bi Shih 2020-12-02ASoC: mediatek: mt8192: move rt1015_rt5682 specific dataTzung-Bi Shih 2020-12-02ASoC: mediatek: mt8192: extract rt1015_rt5682 specific DAI linkTzung-Bi Shih 2020-12-02ASoC: mediatek: mt8192: rename common symbolsTzung-Bi Shih 2020-11-11ASoC: mediatek: mt8192: skip first time data at the beginning of DMIC recordingJiaxin Yu 2020-11-04ASoC: mediatek: mt8192: add machine driver with mt6359, rt1015 and rt5682Jiaxin Yu