aboutsummaryrefslogtreecommitdiffstats
path: root/samples/cgroup/ssh:/git@git.zx2c4.com/git:/git.zx2c4.com
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2025-08-02 09:52:53 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2025-08-02 09:52:53 -0700
commit7061835997daba9e73c723c85bd70bc4c44aef77 (patch)
tree54fd09c443b298e9e3b48b07d1731d53f5a12e29 /samples/cgroup/ssh:/git@git.zx2c4.com/git:/git.zx2c4.com
parentMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf (diff)
parentfirewire: ohci: reduce the size of common context structure by extracting members into AT structure (diff)
Merge tag 'firewire-updates-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394
Pull firewire updates from Takashi Sakamoto: "This update replaces the remaining tasklet usage in the FireWire subsystem with workqueue for asynchronous packet transmission. With this change, tasklets are now fully eliminated from the subsystem. Asynchronous packet transmission is used for serial bus topology management as well as for the operation of the SBP-2 protocol driver (firewire-sbp2). To ensure reliability during low-memory conditions, the associated workqueue is created with the WQ_MEM_RECLAIM flag, allowing it to participate in memory reclaim paths. Other attributes are aligned with those used for isochronous packet handling, which was migrated to workqueues in v6.12. The workqueues are sleepable and support preemptible work items, making them more suitable for real-time workloads that benefit from timely task preemption at the system level. There remains an issue where 'schedule()' may be called within an RCU read-side critical section, due to a direct replacement of 'tasklet_disable_in_atomic()' with 'disable_work_sync()'. A proposed fix for this has been posted[1], and is currently under review and testing. It is expected to be sent upstream later" Link: https://lore.kernel.org/lkml/20250728015125.17825-1-o-takashi@sakamocchi.jp/ [1] * tag 'firewire-updates-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394: firewire: ohci: reduce the size of common context structure by extracting members into AT structure firewire: core: minor code refactoring to localize table of gap count firewire: ohci: use workqueue to handle events of AT request/response contexts firewire: ohci: use workqueue to handle events of AR request/response contexts firewire: core: allocate workqueue for AR/AT request/response contexts firewire: core: use from_work() macro to expand parent structure of work_struct firewire: ohci: use from_work() macro to expand parent structure of work_struct firewire: ohci: correct code comments about bus_reset tasklet
Diffstat (limited to 'samples/cgroup/ssh:/git@git.zx2c4.com/git:/git.zx2c4.com')
0 files changed, 0 insertions, 0 deletions
g class='inline' src='https://seccdn.libravatar.org/avatar/b459e08b56295c396feff2b67c87fdac?s=13&d=retro' />Patrick McHardy1-1/+2 2013-09-26netfilter: Remove extern from function prototypesJoe Perches1-5/+5 2013-08-28netfilter: nf_conntrack: make sequence number adjustments usuable without NATPatrick McHardy1-6/+3 2013-08-13netfilter: nfnetlink_queue: allow to attach expectations to conntracksPablo Neira Ayuso1-0/+2 2013-07-31netfilter: nf_nat: change sequence number adjustments to 32 bitsPatrick McHardy1-1/+1 2013-07-31netfilter: nf_conntrack: constify sk_buff argument to nf_ct_attach()Patrick McHardy1-2/+2 2013-05-23netfilter: don't panic on error while walking through the init pathPablo Neira Ayuso1-1/+1 2013-04-05netfilter: remove unneeded variable proc_net_netfilterPablo Neira Ayuso1-5/+0 2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-71/+1 2012-08-30netfilter: add protocol independent NAT corePatrick McHardy1-8/+6 2012-06-22netfilter: nfnetlink_queue: fix compilation with CONFIG_NF_NAT=m and CONFIG_NF_CT_NETLINK=yPablo Neira Ayuso1-1/+5 2012-06-20netfilter: nfq_ct_hook needs __rcu and __read_mostlyPablo Neira Ayuso1-1/+1 2012-06-16netfilter: nfnetlink_queue: add NAT TCP sequence adjustment if packet mangledPablo Neira Ayuso1-0/+2 2012-06-16netfilter: add glue code to integrate nfnetlink_queue and ctnetlinkPablo Neira Ayuso1-0/+10 2012-06-07netfilter: xt_recent: add address masking optionDenys Fedoryshchenko1-0/+10 2012-04-20net: Delete all remaining instances of ctl_pathEric W. Biederman1-6/+0 2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]()Ingo Molnar1-3/+3 2011-11-21netfilter: use jump_label for nf_hooksEric Dumazet1-5/+21 2011-05-27net: Add linux/sysctl.h includes where needed.David S. Miller1-0/+1 2011-04-04netfilter: af_info: add 'strict' parameter to limit lookup to .oifFlorian Westphal1-1/+1 2011-04-04netfilter: af_info: add network namespace parameter to route hookFlorian Westphal1-1/+2