summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/failed-syscalls-by-pid.py
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/failed-syscalls-by-pid.py
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/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions
P synchronization codeLaurence Evans 2013-12-12sfc: PTP - tidy up unused/useless variablesLaurence Evans 2013-12-12sfc: Remove kernel-doc for efx_ptp_data fields not present in this versionBen Hutchings 2013-12-12sfc: Initialise efx_ptp_data::phc_clock_info from a static templateBen Hutchings 2013-12-12sfc: Do not use MAC address as clock nameBen Hutchings 2013-12-12sfc: Remove dependency of PTP on having a dedicated channelBen Hutchings 2013-12-12sfc: Split PTP multicast filter insertion/removal out of efx_ptp_{start,stop}()Ben Hutchings 2013-12-12sfc: Log all unexpected MCDI errorsEdward Cree 2013-12-06Merge branch 'sfc-3.13' into masterBen Hutchings 2013-12-06sfc: Maintain current frequency adjustment when applying a time offsetBen Hutchings 2013-12-06sfc: Stop/re-start PTP when stopping/starting the datapath.Alexandre Rames 2013-12-06sfc: Rate-limit log message for PTP packets without a matching timestamp eventBen Hutchings 2013-12-06sfc: PTP: Moderate log message on event queue overflowLaurence Evans 2013-12-06sfc: Add length checks to efx_xmit_with_hwtstamp() and efx_ptp_is_ptp_tx()Ben Hutchings 2013-11-19sfc: Implement the SIOCGHWTSTAMP ioctlBen Hutchings 2013-08-29sfc: Update copyright bannersBen Hutchings 2013-08-27sfc: Add a function pointer to abstract write of host time into NIC shared me...Laurence Evans 2013-08-27sfc: PTP MCDI requests need to initialise periph ID fieldLaurence Evans 2013-08-21sfc: Add support for MCDI v2Ben Hutchings 2013-08-21sfc: Rename Falcon-architecture register definitionsBen Hutchings 2013-08-21sfc: Add GFP flags to efx_nic_alloc_buffer() and make most callers allow bloc...Ben Hutchings 2013-08-21sfc: Add and use MCDI_SET_QWORD() and MCDI_SET_ARRAY_QWORD()Ben Hutchings 2013-08-21sfc: Ensure MCDI buffers, but not lengths, are dword alignedBen Hutchings 2013-08-21sfc: Use proper macros to declare and access MCDI arraysBen Hutchings 2013-08-21sfc: Introduce and use MCDI_DECLARE_BUF macroBen Hutchings 2013-06-24sfc: Report software timestamping capabilitiesBen Hutchings 2013-05-08sfc: fix return value check in efx_ptp_probe_channel()Wei Yongjun 2013-03-07sfc: Remove rx_alloc_method SKBAlexandre Rames 2013-03-07sfc: tidy up PTP synchronize function efx_ptp_process_times()Laurence Evans 2013-03-07sfc: PTP changes to support improved UUID filtering modeLaurence Evans 2013-03-07sfc: Allow efx_channel_type::receive_skb() to reject a packetBen Hutchings 2013-01-21drivers/net/ethernet/sfc/ptp.c: adjust duplicate testJulia Lawall