Skip to content
Snippets Groups Projects
Select Git revision
  • bpf-spectre default protected
  • bpf-spectre-baseline
  • pkt-ptr-revert-v1
  • v6.5-rc6-bpf-spectre-nospec
  • master
  • spectector-bpf
  • bpftask protected
  • bpftask-no-unused-args
  • bpftask-master
  • v5.9-bpftask
  • v5.8-amd-17h-em protected
  • v5.8-amd-17h-eas protected
  • freqinv-amd3950x-v5.8
  • v5.8-scale-inv-acc-amd-ryzen-3950x
  • 23186e43-amd-17h-eas protected
  • caffb99b6929-perf-x86-rapl-Enable-RAPL-for-AMD-Fam17h
  • 6a9ee74800a1-amd-17h-eas protected
  • add2fae34926-amd_17h_em
  • 3643c88e5545-Add-support-for-frequency-invariance-for-some-x86
  • 0d8e630a1e14-CPPC-optional-registers-AMD-support
  • v5.7-rc6
21 results

io_uring

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Linus Torvalds authored
    Pull io_uring fixes from Jens Axboe:
     "Two fixes that should go into 6.0:
    
       - Tweak the single issuer logic to register the task at creation,
         rather than at first submit. SINGLE_ISSUER was added for 6.0, and
         after some discussion on this, we decided to make it a bit stricter
         while it's still possible to do so (Dylan).
    
       - Stefan from Samba had some doubts on the level triggered poll that
         was added for this release. Rather than attempt to mess around with
         it now, just do the quick one-liner to disable it for release and
         we have time to discuss and change it for 6.1 instead (me)"
    
    * tag 'io_uring-6.0-2022-09-29' of git://git.kernel.dk/linux:
      io_uring/poll: disable level triggered poll
      io_uring: register single issuer task at creation
    a0debc4c
    History
    Name Last commit Last update
    ..