Skip to content

Add Linux 4.9.68 #551

Closed
wants to merge 10 commits into from
Closed

Add Linux 4.9.68 #551

wants to merge 10 commits into from

Commits on Dec 15, 2017

  1. linux: Add LTS version 4.9.68

    donald committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    a99ca47 View commit details
    Browse the repository at this point in the history
  2. linux-4.9.68: Remove obsolete patches

    These three backported patches are already included in 4.9.68.
    donald committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    10c06e8 View commit details
    Browse the repository at this point in the history
  3. linux-4.9.68: Check for existing revision number

    We want our kernel revision numbers to be unique over all linux
    kernel packages. Avoid conflicts by doing a quick check against
    the available bee files.
    
    Patch by Thomas Kreitler
    donald committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    d8a935e View commit details
    Browse the repository at this point in the history
  4. linux-4.9.68: Improve error message for existing kernel revision

    Include the names of the conflicting files in the error message.
    donald committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    56e54d3 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2017

  1. linux-4.9.68: Import config

    Include kernel config in the bee file, so that we can better track
    config changes.
    
    The set of non-default config options was generated with
    `make savedefconfig`.
    donald authored and pmenzel committed Dec 16, 2017
    Configuration menu
    Copy the full SHA
    e3b63c2 View commit details
    Browse the repository at this point in the history
  2. linux-4.9.68: Build out-of-tree aacraid driver

    Compile the aacraid driver supplied by Adaptec, because the in-tree
    aacraid driver lacks support for async mode.
    
    Patch by Thomas Kreitler
    donald authored and pmenzel committed Dec 16, 2017
    Configuration menu
    Copy the full SHA
    edec9e0 View commit details
    Browse the repository at this point in the history
  3. linux-4.9.68: Add spl/zfs modules

    Add kernel modules required for the ZFS filesystem.
    
    http://zfsonlinux.org/
    
    Patch by Thomas Kreitler
    donald authored and pmenzel committed Dec 16, 2017
    Configuration menu
    Copy the full SHA
    136baf8 View commit details
    Browse the repository at this point in the history
  4. linux-4.9.68: Set CONFIG_SND_USB_AUDIO=m

    As requested by Paul.
    donald authored and pmenzel committed Dec 16, 2017
    Configuration menu
    Copy the full SHA
    bb824a4 View commit details
    Browse the repository at this point in the history
  5. linux-4.9.68: Add CONFIG_DRM_NOUVEAU

    As requested by Thomas:
    
    * Add CONFIG_DRM_NOUVEAU=m
    * Change CONFIG_DRM=y to CONFIG_DRM=m
    
    When CONFIG_DRM_NOUVEAU ist set, CONFIG_FB_VESA is implied.
    
    Note, that nvidia_drm.ko requires the modules drm and drm_kms_helper.
    Because we select differenct nvidia modules depending on the graphics
    card found at boot time, we don't have that dependency in modules.dep
    and need to explicitly load the drm modules for nvidia.
    donald authored and pmenzel committed Dec 16, 2017
    Configuration menu
    Copy the full SHA
    d8ffa15 View commit details
    Browse the repository at this point in the history
  6. linux-4.9.68: Add nvidia drivers

    donald authored and pmenzel committed Dec 16, 2017
    Configuration menu
    Copy the full SHA
    b470d34 View commit details
    Browse the repository at this point in the history