Skip to content

Add linux 5.10.70 #2413

Merged
merged 9 commits into from Oct 14, 2021
Merged

Add linux 5.10.70 #2413

merged 9 commits into from Oct 14, 2021

Commits on Oct 7, 2021

  1. linux: extend config

    Based on linux-5.10.47-390:
    
     - add some USB-Ethernet-dongles
     - add CONFIG_PROC_CHILDREN
    thomas committed Oct 7, 2021
    Copy the full SHA
    466e26b View commit details
    Browse the repository at this point in the history
  2. linux: Remove warning about FS-timestamps

    The message: "filesystem being mounted at xyz supports
    timestamps until 2038" also pops up when doing bind-mounts.
    Producing a fair amount of noise in the logs.
    thomas committed Oct 7, 2021
    Copy the full SHA
    1b04d8b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1d09bc0 View commit details
    Browse the repository at this point in the history
  4. linux: honor bee-files.issues

    remove CONFIG_BLK_DEV_CRYPTOLOOP as found in
    /src/mariux/beeroot/bee-files.issues,
    
    CONFIG_ZSWAP requires CONFIG_FRONTSWAP=y, which comes
    with the becalming "If unsure, say Y to enable frontswap."
    note.
    
    CONFIG_ZSWAP_DEFAULT_ON is indeed off, since the whole thing
    is still labeled experimental, and mostly used on embedded
    systems. To enable:
    
      echo 1 > /sys/module/zswap/parameters/enabled
    thomas committed Oct 7, 2021
    Copy the full SHA
    4e417e1 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    952884a View commit details
    Browse the repository at this point in the history
  6. linux-firmware: add firmware 'rtl_nic'

    The rtl8153*-family (realtek) seems to be popular - on
    mate-dock, Dell-docking stations, and ...
    thomas committed Oct 7, 2021
    Copy the full SHA
    56cfb4a View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. nvidia_linux: use beehive

    no other changes compared to
    nvidia_linux-5.10.47-390-460.39-0.bee
    thomas committed Oct 8, 2021
    Copy the full SHA
    36fe68c View commit details
    Browse the repository at this point in the history
  2. nvidia-current: use beehive

    no other changes compared to
    nvidia_current-460.39-0.bee
    thomas committed Oct 8, 2021
    Copy the full SHA
    7009204 View commit details
    Browse the repository at this point in the history
  3. nvidia-mxlinks: tag GeForce GT 610 [10de:104a] as legacy

    This is rather cosmetic, since both existing cards are
    mounted in servers. So it is just reducing noise in the
    logs.
    thomas committed Oct 8, 2021
    Copy the full SHA
    ac4282b View commit details
    Browse the repository at this point in the history