Skip to content

Add linux 5.10.47 #2163

Merged
merged 4 commits into from
Jul 1, 2021
Merged

Add linux 5.10.47 #2163

merged 4 commits into from
Jul 1, 2021

Commits on Jul 1, 2021

  1. linux: Add version 5.10.47

    Create bee file with
    
        cp linux-5.10.24-375.bee linux-5.10.47-390.bee
    donald committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    cfc1c9a View commit details
    Browse the repository at this point in the history
  2. linux-5.10.47: Update patches

    Update patches to new revisions, which apply cleanly. No functional
    changes.
    donald committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    0d65cbb View commit details
    Browse the repository at this point in the history
  3. linux-5.10.47: Configure standalone virtio-fs usage

    Resolves #2150
    
    According to [1] the following parameters are required: VIRTIO,
    VIRTIO_FS, DAX, FS_DAX, DAX_DRIVER, ZONE_DEVICE.
    
    VIRTIO is already selected (as y) by the existing VIRTIO_PCI (=y).
    
    Set VIRTIO_FS.
    
    DAX is selected by DAX_DRIVER and DAX_DRIVER is selected by BLK_DEV_PMEM
    && LIBNVDIMM.  BLK_DEV_PMEM ist default LIBNVDIMM. Set LIBNVDIMM.
    
    Set FS_DAX.
    
    DAX_DRIVER is already selected by BLK_DEV_PMEM and LIBNVDIMM.
    
    ZONE_DEVICE depends on MEMORY_HOTPLUG and MEMORY_HOTREMOVE. Set all three.
    
    [1]: https://virtio-fs.gitlab.io/howto-qemu.html
    donald committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    05d235d View commit details
    Browse the repository at this point in the history
  4. nvidia_linux: Add version 460.39 for Linux 5.10.47-390

    Create bee file with
    
        cp nvidia_linux-5.10.24-375-460.39-0.bee nvidia_linux-5.10.47-390-460.39-0.bee
    donald committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    b5780f6 View commit details
    Browse the repository at this point in the history