Closed ClarexZhou closed 4 years ago
call trace refer code: https://github.com/thesofproject/sof-test/blob/master/tools/sof-kernel-log-check.sh#L25
@xiulipan @aiChaoSONG need ignore call trace or it is kernel build problem
@Bin-QA how about grep "snd" from error? if call trace is not related to ALSA, we should get nothing.
@Bin-QA how about grep "snd" from error? if call trace is not related to ALSA, we should get nothing.
@aiChaoSONG We just handle 'Call Trace', so your suggestion seems couldn't ignore this error
@Bin-QA call trace related to alsa should contain 'snd' keyword, because every alsa function started wtith 'snd'.
@Bin-QA call trace related to alsa should contain 'snd' keyword, because every alsa function started wtith 'snd'.
So like this? eval $cmd|grep 'Call Trace' -A5 -B3|grep snd
@Bin-QA See my patch here: https://github.com/thesofproject/sof-test/pull/208. if call trace is not from alsa, we still output error message, but don't fail the test case.
@ClarexZhou @Bin-QA This call trace is sure related to sound, see Modules linked in...
line.
Modules linked in: snd_soc_ehl_rt5660 snd_hda_codec_hdmi snd_soc_rt700 regmap_sdw snd_soc_dmic wmi_bmof snd_sof_pci snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda snd_soc_acpi_intel_match snd_sof snd_sof_xtensa_dsp snd_soc_acpi snd_hda_ext_core snd_intel_dspcfg soundwire_intel soundwire_generic_allocation soundwire_cadence x86_pkg_temp_thermal soundwire_bus intel_powerclamp snd_hda_codec snd_hwdep asix snd_hda_core ledtrig_audio usbnet i915 snd_soc_rt5660 i2c_algo_bit snd_soc_rl6231 regmap_i2c drm_kms_helper snd_soc_core syscopyarea mei_me snd_compress sysfillrect sysimgblt fb_sys_fops mei drm spi_pxa2xx_platform snd_pcm wmi snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq snd_seq_device snd_timer snd soundcore efivarfs mmc_block sdhci_pci xhci_pci cqhci sdhci xhci_hcd intel_lpss_pci intel_lpss mfd_core
close for not valid issue
Description Call Trace in dmesg during system suspend and resume. But not sof related. And sof functions still works. But case still failed. dmesg_calltrace.txt
Environment 1) Branch name and commit hash of the 2 repositories: sof (firmware/topology) and linux (kernel driver).
dmesg