1. 24 Jan, 2023 2 commits
  2. 19 Jan, 2023 3 commits
  3. 13 Jan, 2023 9 commits
  4. 11 Jan, 2023 1 commit
  5. 06 Jan, 2023 2 commits
    • Jonathan Corbet's avatar
      docs: Deprecate use of Sphinx < 2.4.x · 31abfdda
      Jonathan Corbet authored
      The Sphinx 2.4 release is three years old, and it is becoming increasingly
      difficult to even find a system with an sufficiently archaic Python
      installation that can run versions older than that.  I can no longer test
      changes against anything prior to 2.4.x.
      
      Move toward raising our minimum Sphinx requirement to 2.4.x so we can
      delete some older support code and claim to support a range of versions
      that we can actually test.
      
      In the absence of screams, the actual removal of support can happen later
      in 2023.
      Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
      31abfdda
    • Jonathan Corbet's avatar
      docs: Fix the docs build with Sphinx 6.0 · 0283189e
      Jonathan Corbet authored
      Sphinx 6.0 removed the execfile_() function, which we use as part of the
      configuration process.  They *did* warn us...  Just open-code the
      functionality as is done in Sphinx itself.
      
      Tested (using SPHINX_CONF, since this code is only executed with an
      alternative config file) on various Sphinx versions from 2.5 through 6.0.
      Reported-by: default avatarMartin Liška <mliska@suse.cz>
      Cc: stable@vger.kernel.org
      Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
      0283189e
  6. 02 Jan, 2023 21 commits
  7. 01 Jan, 2023 2 commits
    • Linus Torvalds's avatar
      Linux 6.2-rc2 · 88603b6d
      Linus Torvalds authored
      88603b6d
    • Linus Torvalds's avatar
      Merge tag 'perf_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · 150aae35
      Linus Torvalds authored
      Pull perf fixes from Borislav Petkov:
      
       - Pass only an initialized perf event attribute to the LSM hook
      
       - Fix a use-after-free on the perf syscall's error path
      
       - A potential integer overflow fix in amd_core_pmu_init()
      
       - Fix the cgroup events tracking after the context handling rewrite
      
       - Return the proper value from the inherit_event() function on error
      
      * tag 'perf_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        perf/core: Call LSM hook after copying perf_event_attr
        perf: Fix use-after-free in error path
        perf/x86/amd: fix potential integer overflow on shift of a int
        perf/core: Fix cgroup events tracking
        perf core: Return error pointer if inherit_event() fails to find pmu_ctx
      150aae35