summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorAswin Karuvally <aswin@linux.ibm.com>2025-07-18 16:17:11 +0200
committerJakub Kicinski <kuba@kernel.org>2025-07-21 17:46:13 -0700
commit1b02c861714bf28814926d1fcb3c5594de960757 (patch)
treecc60aeb423eea5b78cfb0c9a42df65ff35446ac9 /tools/perf/scripts/python/bin/stackcollapse-record
parent14e710d7080f7b5bf230c4ee1b417df8dc0c5ac6 (diff)
downloadkernel-1b02c861714bf28814926d1fcb3c5594de960757.tar.gz
s390/qeth: Make hw_trap sysfs attribute idempotent
Update qeth driver to allow writing an existing value to the "hw_trap" sysfs attribute. Attempting such a write earlier resulted in -EINVAL. In other words, make the sysfs attribute idempotent. After: $ cat hw_trap disarm $ echo disarm > hw_trap $ Suggested-by: Alexandra Winter <wintera@linux.ibm.com> Signed-off-by: Aswin Karuvally <aswin@linux.ibm.com> Reviewed-by: Alexandra Winter <wintera@linux.ibm.com> Signed-off-by: Alexandra Winter <wintera@linux.ibm.com> Reviewed-by: Simon Horman <horms@kernel.org> Link: https://patch.msgid.link/20250718141711.1141049-1-wintera@linux.ibm.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
stro/kernel/commit/sound/soc/ti?h=linux-6.12.y&id=e8ca4cee43fa9d841d25c2b98c9c3a3390593094'>ASoC: ti: Fix spelling mistake "cant" -> "can't"Colin Ian King 2022-02-28ASoC: ti: davinci-i2s: Add check for clk_enable()Jiasheng Jiang 2021-12-20ASoC: ti: Use dev_err_probe() helperKuninori Morimoto 2021-12-06ASoC: ti: davinci-mcasp: Remove unnecessary conditionalAndy Shevchenko 2021-12-06ASoC: ti: davinci-mcasp: Get rid of duplicate of_node assignmentAndy Shevchenko 2021-11-04Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds 2021-09-29ASoC: ti: Constify static snd_soc_opsRikard Falkeborn 2021-09-22tty: make tty_ldisc_ops::hangup return voidJiri Slaby 2021-09-13ASoC: ti: rename CONFIG_SND_SOC_DM365_VOICE_CODEC_MODULEMasahiro Yamada 2021-08-06Merge some cs42l42 patches into asoc-5.15Mark Brown 2021-07-19ASoC: ti: j721e-evm: Convert the audio domain IDs to enumPeter Ujfalusi 2021-07-19ASoC: ti: j721e-evm: Check for not initialized parent_clk_idPeter Ujfalusi 2021-07-19ASoC: ti: j721e-evm: Fix unbalanced domain activity tracking during startupPeter Ujfalusi 2021-07-12Merge series "ASoC: ti: davinci-mcasp: Fix the DIT mode and OMAP4 support" fr...Mark Brown 2021-07-11ASoC: ti: delete some dead code in omap_abe_probe()Dan Carpenter 2021-07-11ASoC: ti: davinci-mcasp: Add support for the OMAP4 version of McASPPeter Ujfalusi 2021-07-11ASoC: ti: davinci-mcasp: Fix DIT mode supportPeter Ujfalusi 2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds 2021-06-04ASoC: ti: davinci-mcasp: Fix fall-through warning for ClangGustavo A. R. Silva 2021-06-01ASoC: ti: omap-mcbsp: use DEVICE_ATTR_RW macroYueHaibing 2021-05-13tty: no checking of tty_unregister_ldiscJiri Slaby 2021-05-13tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby 2021-05-13tty: set tty_ldisc_ops::num staticallyJiri Slaby 2021-05-13tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby 2021-04-30Merge tag 'sound-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds 2021-03-31ASoC: ti: omap-mcsp: remove duplicate testPierre-Louis Bossart 2021-03-31ASoC: ti: omap-abe-twl6040: remove useless assignmentPierre-Louis Bossart 2021-03-17ASoC: ti: Fix a typo in the file ams-delta.cBhaskar Chowdhury 2021-03-10tty: remove TTY_LDISC_MAGICJiri Slaby