-
Notifications
You must be signed in to change notification settings - Fork 0
Commits on May 2, 2019
-
Create file with cp linux-4.19.19-244.bee linux-4.19.37-260.bee
Configuration menu - View commit details
-
Copy full SHA for 34567c4 - Browse repository at this point
Copy the full SHA 34567c4View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 6cd982c - Browse repository at this point
Copy the full SHA 6cd982cView commit details -
Remove ZFS as decided by dvteam teatime 26.2.2019.
Configuration menu - View commit details
-
Copy full SHA for aeb41ab - Browse repository at this point
Copy the full SHA aeb41abView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 9c593e3 - Browse repository at this point
Copy the full SHA 9c593e3View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 49f6bd4 - Browse repository at this point
Copy the full SHA 49f6bd4View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 68b7b4e - Browse repository at this point
Copy the full SHA 68b7b4eView commit details -
nvidia_linux-4.19.37-260: Remove obsolete patch
The patch is no longer required. Remove it.
Configuration menu - View commit details
-
Copy full SHA for 526ad25 - Browse repository at this point
Copy the full SHA 526ad25View commit details -
nvidia_current: Add version 390.116
Create bee file with cp nvidia_current-390.87-1.bee nvidia_current-390.116-0.bee
Configuration menu - View commit details
-
Copy full SHA for a2b2c5a - Browse repository at this point
Copy the full SHA a2b2c5aView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for fc83be1 - Browse repository at this point
Copy the full SHA fc83be1View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for aa58168 - Browse repository at this point
Copy the full SHA aa58168View commit details -
nvidia_current: Remove obsolete code (NVLIB32)
Remove dead code which used to install a now empty set of 32 bit libraries.
Configuration menu - View commit details
-
Copy full SHA for 91529cc - Browse repository at this point
Copy the full SHA 91529ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for c45628c - Browse repository at this point
Copy the full SHA c45628cView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 0752e65 - Browse repository at this point
Copy the full SHA 0752e65View commit details -
nvidia_current: Create /usr/lib symlinks for all libs
Create symlinks in /usr/lib for all versioned libraries.
Configuration menu - View commit details
-
Copy full SHA for 6292f32 - Browse repository at this point
Copy the full SHA 6292f32View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 712c1f6 - Browse repository at this point
Copy the full SHA 712c1f6View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for bb0320d - Browse repository at this point
Copy the full SHA bb0320dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed30cd0 - Browse repository at this point
Copy the full SHA ed30cd0View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 1547c97 - Browse repository at this point
Copy the full SHA 1547c97View commit details