Skip to content

Add Linux 5.3 bee files #1382

Merged
merged 17 commits into from
Oct 2, 2019
Merged

Add Linux 5.3 bee files #1382

merged 17 commits into from
Oct 2, 2019

Commits on Jul 22, 2019

  1. Configuration menu
    Copy the full SHA
    8706720 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. Configuration menu
    Copy the full SHA
    c3cd90d View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. Configuration menu
    Copy the full SHA
    d0d2373 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. linux: Select DYNAMIC_DEBUG

    See Documentation/admin-guide/dynamic-debug-howto.rst for details.
    pmenzel committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    66dadc7 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. Configuration menu
    Copy the full SHA
    b237b7e View commit details
    Browse the repository at this point in the history
  2. linux-5.3: Enable CONFIG_CRASH_DUMP

    Apply commit 581ae3a (linux-4.19.57: Enable CONFIG_CRASH_DUMP).
    
    We don't want to maintain a separate crash kernel but use our normal
    kernel as a crash kernel. Enable CONFIG_CRASH_DUMP and
    CONFIG_RELOCATABLE.
    pmenzel committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    67893e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. Configuration menu
    Copy the full SHA
    7458a8d View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. Configuration menu
    Copy the full SHA
    91e5b12 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. linux-5.3_rc8: Update Linux kernel configuration

    Add the current output of `make savedefconfig`.
    
    For whatever reason `CONFIG_PCI` was removed, so manually
    add it back, so, for example, S-ATA still works.
    pmenzel committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    1e73e6d View commit details
    Browse the repository at this point in the history
  2. linux-5.3_rc8-289: Select PSTORE and EFI_VARS_PSTORE

    Enable ways to store Linux messages in case of panics.
    
        config PSTORE
        	tristate "Persistent store support"
        	select CRYPTO if PSTORE_COMPRESS
        	default n
        	help
        	   This option enables generic access to platform level
        	   persistent storage via "pstore" filesystem that can
        	   be mounted as /dev/pstore.  Only useful if you have
        	   a platform level driver that registers with pstore to
        	   provide the data, so you probably should just go say "Y"
        	   (or "M") to a platform specific persistent store driver
        	   (e.g. ACPI_APEI on X86) which will select this for you.
        	   If you don't have a platform persistent store driver,
        	   say N.
    
    That implicitly selects the option `EFI_VARS_PSTORE` below.
    
        config EFI_VARS_PSTORE
        	tristate "Register efivars backend for pstore"
        	depends on EFI_VARS && PSTORE
        	default y
        	help
        	  Say Y here to enable use efivars as a backend to pstore. This
        	  will allow writing console messages, crash dumps, or anything
        	  else supported by pstore to EFI variables.
    
    Fixes: #1249
    pmenzel committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    609e257 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. Configuration menu
    Copy the full SHA
    b7e0912 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. Configuration menu
    Copy the full SHA
    31d789a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0da548 View commit details
    Browse the repository at this point in the history
  3. linux-5.3.2: Disable VGA_SWITCHEROO

    As MarIuX does not run on laptops, unselect this option. Mimic commit
    4ea3ed2 (linux-5.3: Update configuration).
    pmenzel committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    06ab2c1 View commit details
    Browse the repository at this point in the history
  4. linux-5.3.2: Select *Idle dynticks system* (NO_HZ_IDLE)

    > This option enables a tickless idle system: timer interrupts
    > will only trigger on an as-needed basis when the system is idle.
    > This is usually interesting for energy saving.
    >
    > Most of the time you want to say Y here.
    
    See commit 018f0a2 (linux-5.3: Set CONFIG_NO_HZ_IDLE=y).
    
    > This option enables a tickless idle system: timer interrupts
    > will only trigger on an as-needed basis when the system is idle.
    >
    > Switch on, to save power and cpu load of VM hosts.
    pmenzel committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    158360d View commit details
    Browse the repository at this point in the history
  5. linux-5.3.2: Compress kernel with LZ4

    This creates slightly smaller images, and decompresses much faster. [1]
    
        $ ls -l /boot/bzImage-5.3*
        -rw-r--r-- 1 root root 13181488 Sep 23 15:21 /boot/bzImage-5.3.0.mx64.291
        -rw-r--r-- 1 root root 11956784 Oct  2 16:33 /boot/bzImage-5.3.2.mx64.292
    
    [1]: https://kernel.ubuntu.com/~cking/boot-speed-eoan-5.3/kernel-compression-method.txt
    pmenzel committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    7f31fb9 View commit details
    Browse the repository at this point in the history
  6. linux: Remove linux-5.3.2-292

    Linux 5.4-rc1 [1] is available, so remove the 5.3 Linux kernels, which
    were never installed on the distmaster – especially as the proprietary
    Nvidia driver was not packaged for them.
    
    [1]: https://lkml.org/lkml/2019/9/30/642
    pmenzel committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    60a8347 View commit details
    Browse the repository at this point in the history