Skip to content

Add linux 4.9.70 #555

Merged
merged 12 commits into from
Dec 21, 2017
Merged

Add linux 4.9.70 #555

merged 12 commits into from
Dec 21, 2017

Commits on Dec 19, 2017

  1. linux: Add LTS version 4.9.68

    donald committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    1ed8308 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 19, 2017
    Configuration menu
    Copy the full SHA
    16c1f90 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 19, 2017
    Configuration menu
    Copy the full SHA
    82d52fd 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 19, 2017
    Configuration menu
    Copy the full SHA
    ce97944 View commit details
    Browse the repository at this point in the history
  5. 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 committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    4e28d88 View commit details
    Browse the repository at this point in the history
  6. 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.
    
    We want version 54013 for now, because it has been tested here.
    
    Patch by Thomas Kreitler
    donald committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    cf291fd View commit details
    Browse the repository at this point in the history
  7. linux-4.9.68: Add spl/zfs modules

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

    As requested by Paul.
    donald committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    49c1e12 View commit details
    Browse the repository at this point in the history
  9. 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 committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    f32f399 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    feb6d90 View commit details
    Browse the repository at this point in the history
  11. linux: Add LTS version 4.9.70

    Add 4.9.70 from 4.9.68 and remove 4.9.68.
    donald committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    fa0fd59 View commit details
    Browse the repository at this point in the history
  12. linux-4.9.70: Add nvidia drivers

    Add drivers for linux 4.9.70 from drivers for 4.9.68 and remove drivers
    for 4.9.68.
    donald committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    19f81d6 View commit details
    Browse the repository at this point in the history