diff options
author | Pierre-Louis Bossart <[email protected]> | 2023-03-07 11:53:41 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-03-07 13:57:59 +0000 |
commit | ca09e2a351fbc7836ba9418304ff0c3e72addfe0 (patch) | |
tree | a3633b7c60f577039aa30d2bfed2167d32142e2c /scripts/generate_rust_analyzer.py | |
parent | 6ba8ddf86a3ada463e9952a19b069f978a70a748 (diff) |
ASoC: SOF: Intel: pci-tng: revert invalid bar size setting
The logic for the ioremap is to find the resource index 3 (IRAM) and
infer the BAR address by subtracting the IRAM offset. The BAR size
defined in hardware specifications is 2MB.
The commit 5947b2726beb6 ("ASoC: SOF: Intel: Check the bar size before
remapping") tried to find the BAR size by querying the resource length
instead of a pre-canned value, but by requesting the size for index 3
it only gets the size of the IRAM. That's obviously wrong and prevents
the probe from proceeding.
This commit attempted to fix an issue in a fuzzing/simulated
environment but created another on actual devices, so the best course
of action is to revert that change.
Reported-by: Ferry Toth <[email protected]>
Tested-by: Ferry Toth <[email protected]> (Intel Edison-Arduino)
Link: https://github.com/thesofproject/linux/issues/3901
Signed-off-by: Pierre-Louis Bossart <[email protected]>
Reviewed-by: Péter Ujfalusi <[email protected]>
Reviewed-by: Ranjani Sridharan <[email protected]>
Signed-off-by: Peter Ujfalusi <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions