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

linux

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Linus Torvalds authored
    Merge tag 'linux-kselftest-kunit-6.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
    
    Pull more KUnit updates from Shuah Khan:
     "Features and fixes:
    
       - simplify resource use
    
       - make kunit_malloc() and kunit_free() allocations and frees
         consistent. kunit_free() frees only the memory allocated by
         kunit_malloc()
    
       - stop downloading risc-v opensbi binaries using wget
    
       - other fixes and improvements to tool and KUnit framework"
    
    * tag 'linux-kselftest-kunit-6.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:
      Documentation: kunit: Update description of --alltests option
      kunit: declare kunit_assert structs as const
      kunit: rename base KUNIT_ASSERTION macro to _KUNIT_FAILED
      kunit: remove format func from struct kunit_assert, get it to 0 bytes
      kunit: tool: Don't download risc-v opensbi firmware with wget
      kunit: make kunit_kfree(NULL) a no-op to match kfree()
      kunit: make kunit_kfree() not segfault on invalid inputs
      kunit: make kunit_kfree() only work on pointers from kunit_malloc() and friends
      kunit: drop test pointer in string_stream_fragment
      kunit: string-stream: Simplify resource use
    a185a099
    History
    Linux kernel
    ============
    
    There are several guides for kernel developers and users. These guides can
    be rendered in a number of formats, like HTML and PDF. Please read
    Documentation/admin-guide/README.rst first.
    
    In order to build the documentation, use ``make htmldocs`` or
    ``make pdfdocs``.  The formatted documentation can also be read online at:
    
        https://www.kernel.org/doc/html/latest/
    
    There are various text files in the Documentation/ subdirectory,
    several of them using the Restructured Text markup notation.
    
    Please read the Documentation/process/changes.rst file, as it contains the
    requirements for building and running the kernel, and information about
    the problems which may result by upgrading your kernel.