Skip to content

Add linux 4.19.38 #1086

Merged
merged 18 commits into from
May 3, 2019
Merged

Add linux 4.19.38 #1086

merged 18 commits into from
May 3, 2019

Commits on May 2, 2019

  1. linux: Add version 4.19.37

    Create file with
    
        cp linux-4.19.19-244.bee linux-4.19.37-260.bee
    donald committed May 2, 2019
    Configuration menu
    Copy the full SHA
    34567c4 View commit details
    Browse the repository at this point in the history
  2. linux-4.19.37: Configure CGROUP_BPF

    Configure CONFIG_BPF_SYSCALL and CONFIG_CGROUP_BPF, so that systemd
    services can use network filtering options. See
    `man systemd.resource-control`.
    
    This should avoid the warnings
    
        systemd[1]: File /lib/systemd/system/systemd-journald.service:12 configures an IP firewall (IPAddressDeny=any), but the local system does not support B
        systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
    
    during boot.
    
    CONFIG_BPF_SYSCALL:
    
    Enable the bpf() system call that allows to manipulate eBPF
    programs and maps via file descriptors.
    
    CONFIG_CGROUP_BPF:
    
    Allow attaching eBPF programs to a cgroup using the bpf(2)
    syscall command BPF_PROG_ATTACH.
    
    In which context these programs are accessed depends on the type
    of attachment. For instance, programs that are attached using
    BPF_CGROUP_INET_INGRESS will be executed on the ingress path of
    inet sockets.
    donald committed May 2, 2019
    Configuration menu
    Copy the full SHA
    6cd982c View commit details
    Browse the repository at this point in the history
  3. linux-4.19.37: Remove ZFS

    Remove ZFS as decided by dvteam teatime 26.2.2019.
    donald committed May 2, 2019
    Configuration menu
    Copy the full SHA
    aeb41ab View commit details
    Browse the repository at this point in the history
  4. linux-4.19.37: Remove comment

    The commented out line `make firmware_install` no longer makes sense,
    because since 4.14 there is no firmware in the tree and no
    firmware_install target [1]. Remove the line.
    
    [1] http://lkml.iu.edu/hypermail/linux/kernel/1709.1/04650.html
    donald committed May 2, 2019
    Configuration menu
    Copy the full SHA
    9c593e3 View commit details
    Browse the repository at this point in the history
  5. nvidia_linux: Add version 390.87 for linux 4.19.37-260

    Create bee file with
    
        cp nvidia_linux-4.19.19-244-390.87-0.bee nvidia_linux-4.19.37-260-390.87-0.bee
    donald committed May 2, 2019
    Configuration menu
    Copy the full SHA
    49f6bd4 View commit details
    Browse the repository at this point in the history
  6. nvidia_linux-4.19.37-260: Update to version 390.116

    Create bee file with
    
        mv nvidia_linux-4.19.37-260-390.87-0.bee nvidia_linux-4.19.37-260-390.116-0.bee
    donald committed May 2, 2019
    Configuration menu
    Copy the full SHA
    68b7b4e View commit details
    Browse the repository at this point in the history
  7. nvidia_linux-4.19.37-260: Remove obsolete patch

    The patch is no longer required. Remove it.
    donald committed May 2, 2019
    Configuration menu
    Copy the full SHA
    526ad25 View commit details
    Browse the repository at this point in the history
  8. nvidia_current: Add version 390.116

    Create bee file with
    
        cp nvidia_current-390.87-1.bee nvidia_current-390.116-0.bee
    donald committed May 2, 2019
    Configuration menu
    Copy the full SHA
    a2b2c5a View commit details
    Browse the repository at this point in the history
  9. nvidia_linux-4.19.37-260: Update to version 418.56

    Create bee file with
    
        mv nvidia_linux-4.19.37-260-390.116-0.bee nvidia_linux-4.19.37-260-418.56-0.bee
    donald committed May 2, 2019
    Configuration menu
    Copy the full SHA
    fc83be1 View commit details
    Browse the repository at this point in the history
  10. nvidia_current: Update version 390.116 to 418.56

    418.56 ist the lastest Long Lived release on
    https://www.nvidia.com/object/unix.html.
    
    Create bee file with
    
        mv nvidia_current-390.116-0.bee nvidia_current-418.56-0.bee
    donald committed May 2, 2019
    Configuration menu
    Copy the full SHA
    aa58168 View commit details
    Browse the repository at this point in the history
  11. nvidia_current: Remove obsolete code (NVLIB32)

    Remove dead code which used to install a now empty set of 32 bit
    libraries.
    donald committed May 2, 2019
    Configuration menu
    Copy the full SHA
    91529cc View commit details
    Browse the repository at this point in the history
  12. nvidia_current: Remove obsolete code (NVSHARE)

    Remove dead code.
    donald committed May 2, 2019
    Configuration menu
    Copy the full SHA
    c45628c View commit details
    Browse the repository at this point in the history
  13. nvidia_current: Install all libs

    Find libraries to be installed by pattern instead of using a explicit
    list empedded in the bee file.
    
    Install libraries with the original names and create symlink from the soname
    if there is one.
    
    We don't need to look into other diretories (tls/) because all libraries
    are now in the main directory of the archive.
    
    We no longer need to special case libglx.so, because we install every
    library by its original name anyway.
    donald committed May 2, 2019
    Configuration menu
    Copy the full SHA
    0752e65 View commit details
    Browse the repository at this point in the history
  14. nvidia_current: Create /usr/lib symlinks for all libs

    Create symlinks in /usr/lib for all versioned libraries.
    donald committed May 2, 2019
    Configuration menu
    Copy the full SHA
    6292f32 View commit details
    Browse the repository at this point in the history
  15. nvidia_current: Install man pages into private path

    Install man pages into version dependend path instead of into
    /usr/share/man. This avoid conflicts if we have multiple versions
    of nvidia_current installed in parallel.
    donald committed May 2, 2019
    Configuration menu
    Copy the full SHA
    712c1f6 View commit details
    Browse the repository at this point in the history
  16. nvidia-mxlinks: Set GF108GL card to legacy.

    Add 10de:0df8 ("GF108GL [Quadro 600]") to legacyX class.
    
    New legacyX class is for cards, which became legacy sometime after
    390.xx, but we didn't try to find out, at which branch that happened
    exactly, because we no longer support these cards anyway.
    donald committed May 2, 2019
    Configuration menu
    Copy the full SHA
    bb0320d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ed30cd0 View commit details
    Browse the repository at this point in the history
  18. linux,nvidia_linux: Update 4.19.37 to 4.19.38

    Update bee files with
    
        mv linux-4.19.37-260.bee linux-4.19.38-261.bee
        mv nvidia_linux-4.19.37-260-418.56-0.bee nvidia_linux-4.19.38-261-418.56-0.bee
    donald committed May 2, 2019
    Configuration menu
    Copy the full SHA
    1547c97 View commit details
    Browse the repository at this point in the history