summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts-by-pid.py
diff options
context:
space:
mode:
authorVincent Mailhol <mailhol@kernel.org>2025-11-26 11:16:05 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2025-11-26 11:20:43 +0100
commit60f511f443e552ef5b5cd79ec2b881f4323e19c9 (patch)
tree50d565fb0ec1a50bbe9e8294026fd5ed9093d237 /tools/perf/scripts/python/syscall-counts-by-pid.py
parentd037d05c2e32792a6fa572b0aa3c92a8ac78589d (diff)
downloadkernel-60f511f443e552ef5b5cd79ec2b881f4323e19c9.tar.gz
can: netlink: add CAN_CTRLMODE_RESTRICTED
ISO 11898-1:2024 adds a new restricted operation mode. This mode is added as a mandatory feature for nodes which support CAN XL and is retrofitted as optional for legacy nodes (i.e. the ones which only support Classical CAN and CAN FD). The restricted operation mode is nearly the same as the listen only mode: the node can not send data frames or remote frames and can not send dominant bits if an error occurs. The only exception is that the node shall still send the acknowledgment bit. A second niche exception is that the node may still send a data frame containing a time reference message if the node is a primary time provider, but because the time provider feature is not yet implemented in the kernel, this second exception is not relevant to us at the moment. Add the CAN_CTRLMODE_RESTRICTED control mode flag and update the can_dev_dropped_skb() helper function accordingly. Finally, bail out if both CAN_CTRLMODE_LISTENONLY and CAN_CTRLMODE_RESTRICTED are provided. Signed-off-by: Vincent Mailhol <mailhol@kernel.org> Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net> Link: https://patch.msgid.link/20251126-canxl-v8-4-e7e3eb74f889@pengutronix.de Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions
EAr: Update clock rate tableDeepak Sikri 2012-11-21CLK: SPEAr: Add missing clocksVipul Kumar Samar 2012-11-21CLK: SPEAr: Set CLK_SET_RATE_PARENT for few clocksVipul Kumar Samar 2012-11-21CLK: SPEAr13xx: fix parent names of multiple clocksShiraz Hashim 2012-11-21CLK: SPEAr13xx: Fix mux clock namesShiraz Hashim 2012-11-21CLK: SPEAr: Fix dev_id & con_id for multiple clocksRajeev Kumar 2012-11-15clk: spear: Add stub functions for spear3[0|1|2]0_clk_init()Axel Lin 2012-10-29clk: SPEAr: Vco-pll: Fix compilation warningViresh Kumar 2012-07-18Clk: SPEAr1340: Update sys clock parent arrayVipul Kumar Samar 2012-07-18clk: SPEAr1340: Fix clk enable register for uart1 and i2c1.Vipul Kumar Samar 2012-07-18Clk:spear6xx:Fix: Rename clk ids within predefined limitVipul Kumar Samar 2012-07-18Clk:spear3xx:Fix: Rename clk ids within predefined limitVipul Kumar Samar 2012-07-18clk:spear1310:Fix: Rename clk ids within predefined limitVipul Kumar Samar 2012-07-18clk:spear1340:Fix: Rename clk ids within predefined limitVipul Kumar Samar 2012-06-25clk: SPEAr600: Fix ethernet clock name for DT based probingStefan Roese 2012-06-20Viresh has movedViresh Kumar 2012-05-14SPEAr13xx: Add common clock framework supportViresh Kumar 2012-05-12SPEAr: Switch to common clock frameworkViresh Kumar 2012-05-12SPEAr: clk: Add General Purpose Timer Synthesizer clockViresh Kumar 2012-05-12SPEAr: clk: Add Fractional Synthesizer clockViresh Kumar 2012-05-12SPEAr: clk: Add Auxiliary Synthesizer clockViresh Kumar 2012-05-12SPEAr: clk: Add VCO-PLL Synthesizer clockViresh Kumar