summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/libxed.py
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2021-09-05 11:24:05 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2021-09-05 11:24:05 -0700
commit3fe617ccafd6f5bb33c2391d6f4eeb41c1fd0151 (patch)
tree3a0ad37eae9ad7e872af6d631431384e0c6e7a37 /tools/perf/scripts/python/libxed.py
parentfd47ff55c9c31101fcc06d20cb381da3d4089bd5 (diff)
downloadkernel-3fe617ccafd6f5bb33c2391d6f4eeb41c1fd0151.tar.gz
Enable '-Werror' by default for all kernel builds
... but make it a config option so that broken environments can disable it when required. We really should always have a clean build, and will disable specific over-eager warnings as required, if we can't fix them. But while I fairly religiously enforce that in my own tree, it doesn't get enforced by various build robots that don't necessarily report warnings. So this just makes '-Werror' a default compiler flag, but allows people to disable it for their configuration if they have some particular issues. Occasionally, new compiler versions end up enabling new warnings, and it can take a while before we have them fixed (or the warnings disabled if that is what it takes), so the config option allows for that situation. Hopefully this will mean that I get fewer pull requests that have new warnings that were not noticed by various automation we have in place. Knock wood. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions
/td> 2023-04-04ASoC: SOF: Add flag and state which will be used for DSP-less modePeter Ujfalusi 2023-01-27ASoC: SOF: Introduce struct snd_sof_pipelineRanjani Sridharan 2022-12-25ASoC: SOF: core: Print out the value of sof_debug if it is setPeter Ujfalusi 2022-12-12ASoC: SOF: Revert: "core: unregister clients and machine drivers in .shutdown"Kai Vehmanen 2022-09-19ASoC: SOF: add widget setup/free tracingBard Liao 2022-06-10ASoC: SOF: Add ops_freeRanjani Sridharan 2022-05-19ASoC: SOF: Switch to IPC generic firmware tracingPeter Ujfalusi 2022-05-19ASoC: SOF: Rename dtrace_is_supported flag to fw_trace_is_supportedPeter Ujfalusi 2022-04-25ASoC: SOF: Do not check for the fw_ready callbackPeter Ujfalusi 2022-04-22ASOC: SOF: pci: add ipc_type override for Intel IPC4 testsRander Wang 2022-04-19ASoC: SOF: Intel: hda: use common ops across platformsPierre-Louis Bossart 2022-04-19ASoC: SOF: remove const qualifier for 'struct snd_sof_dsp_ops'Pierre-Louis Bossart 2022-03-16ASoC: SOF: Introduce struct snd_sof_dai_linkRanjani Sridharan 2022-03-11ASoC: SOF: Mark snd_sof_dsp_ops.ipc_pcm_params() callback optionalPeter Ujfalusi 2022-03-08ASoC: SOF: simplify snd_sof_device_remove()Ranjani Sridharan 2022-02-16ASoC: SOF: core: unregister clients and machine drivers in .shutdownPierre-Louis Bossart 2022-02-10ASoC: SOF: Convert the generic probe support to SOF clientPeter Ujfalusi 2022-02-10ASoC: SOF: Convert the generic IPC flood test into SOF clientRanjani Sridharan 2022-02-10ASoC: SOF: Introduce IPC SOF client supportPeter Ujfalusi 2021-12-23ASoC: SOF: Rename snd_sof_get_status() and add kernel log level parameterPeter Ujfalusi 2021-12-23ASoC: SOF: dsp_arch_ops: add kernel log level parameter for oops and stackPeter Ujfalusi 2021-12-23ASoc: SOF: core: Update the FW boot state transition diagramPeter Ujfalusi 2021-12-23ASoC: SOF: Set SOF_FW_BOOT_FAILED in case we have failure during bootPeter Ujfalusi 2021-12-23ASoC: SOF: Use sof_debug_check_flag() instead of sof_core_debug directlyPeter Ujfalusi 2021-12-23ASoC: SOF: core: Add simple wrapper to check flags in sof_core_debugPeter Ujfalusi 2021-11-15ASoC: SOF: core: Unregister machine driver before IPC and debugfsPeter Ujfalusi 2021-11-15ASoC: SOF: trace: send DMA_TRACE_FREE IPC during releaseRanjani Sridharan 2021-10-18Merge tag 'v5.15-rc6' into asoc-5.16Mark Brown 2021-10-07ASoC: SOF: core: Clean up snd_sof_get_status() printsPeter Ujfalusi 2021-10-07ASoC: SOF: Introduce macro to set the firmware statePeter Ujfalusi 2021-09-16Merge series "ASoC: SOF: Clean up the probe support" from Peter Ujfalusi <pet...Mark Brown