Skip to content
Snippets Groups Projects
Select Git revision
  • sort_configs2
  • add_new_clog
  • fedora-5.19
  • master
  • linux-5.19.y
  • ark-infra
  • ark-latest
  • os-build default protected
  • configs/2022-08-12/drivers/pinctrl
  • configs/2022-08-07/drivers/char
  • configs/2022-08-05/drivers/nvme
  • configs/2022-08-27/arch/arm64
  • os-build-rt
  • fedora-5.18
  • linux-5.18.y
  • kunit-modules
  • kunit_enablement
  • configs/2022-08-07/sound/soc
  • configs/2022-08-04/drivers/net/can
  • configs/2022-08-03/drivers/firmware
  • kernel-5.19.8-0
  • v5.19.8
  • kernel-6.0.0-0.rc4.0066f1b0e275.33
  • kernel-6.0.0-0.rc4.53e99dcff61e.32
  • v5.19.7
  • kernel-6.0.0-0.rc4.31
  • v6.0-rc4
  • kernel-6.0.0-0.rc3.7726d4c3e60b.30
  • kernel-6.0.0-0.rc3.d895ec7938c4.29
  • kernel-6.0.0-0.rc3.42e66b1cc3a0.28
  • kernel-6.0.0-0.rc3.c5e4d5e99162.27
  • kernel-5.19.6-0
  • v5.19.6
  • kernel-6.0.0-0.rc3.dcf8e5633e2e.26
  • kernel-6.0.0-0.rc3.25
  • v5.19.5
  • v6.0-rc3
  • kernel-6.0.0-0.rc2.10d4879f9ef0.24
  • kernel-6.0.0-0.rc2.e022620b5d05.23
  • kernel-6.0.0-0.rc2.4c612826bec1.22
40 results

kernel-ark

  • Clone with SSH
  • Clone with HTTPS
  • Forked from cki-project / kernel-ark
    230782 commits behind, 3080 commits ahead of the upstream repository.
    Frantisek Hrbata's avatar
    Frantisek Hrbata authored
    Bugzilla: INTERNAL
    Upstream Status: RHEL-only
    Tested: make dist-configs-prep LC_ALL=C vs make dist-configs-prep LC_ALL=en_US.UTF-8
        generate the same config file, sorted content is the same as prior
        this change
    
    The content of generated config files is sorted in build_configs.sh.
    This gives unpredictable output if different locale is set. Let's
    sort it purely on the config option name with C locale. This keeps
    related options together no matter if they are set or not. Note that
    this still slightly changes the order compared to order before this
    change.
    
    This is updated version of !2011 which was reverted.
    
    Signed-off-by: Frantisek Hrbata's avatarFrantisek Hrbata <fhrbata@redhat.com>
    3c92ad53
    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.