Skip to content
Snippets Groups Projects
Select Git revision
  • 69824bcc4b4e1427ac18a76057d592ec9028f2fe
  • imx_render_flag_v1 default
  • panfrost_boris
  • eze_rock-pi-4
  • msm_in_fence_put_v3_v4.14.85
  • virtio_fences_v5
  • virtio_fences_v4
  • virtio_fences_v3
  • virtio_fences_v2
9 results

linux

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Linus Torvalds authored
    Pull pstore updates from Kees Cook:
     "This cycle was almost entirely improvements to the pstore compression
      options, noted below:
    
       - Add lz4hc and 842 to pstore compression options (Geliang Tang)
    
       - Refactor to use crypto compression API (Geliang Tang)
    
       - Fix up Kconfig dependencies for compression (Arnd Bergmann)
    
       - Allow for run-time compression selection
    
       - Remove stack VLA usage"
    
    * tag 'pstore-v4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
      pstore: fix crypto dependencies
      pstore: Use crypto compress API
      pstore/ram: Do not use stack VLA for parity workspace
      pstore: Select compression at runtime
      pstore: Avoid size casts for 842 compression
      pstore: Add lz4hc and 842 compression support
    69824bcc
    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.
    See Documentation/00-INDEX for a list of what is contained in each file.
    
    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.