Skip to content

Add linux 4.18.x bee files #1552

Merged
merged 4 commits into from
Dec 19, 2019
Merged

Add linux 4.18.x bee files #1552

merged 4 commits into from
Dec 19, 2019

Commits on Dec 19, 2019

  1. linux: Add version 4.18.5

    https://lkml.org/lkml/2018/8/24/318
    
    Let’s see, if this boots on Ryzen.
    pmenzel committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    d5b98f1 View commit details
    Browse the repository at this point in the history
  2. linux-4.18: Remove SPL/ZFS

    And again out of tree modules [show, that they are a burden][1].
    
    	  CC [M]  /dev/shm/bee-root/linux/linux-4.18.5-218/source/spl_zfs_extra/spl-0.7.9/module/spl/spl-zlib.o
    	/dev/shm/bee-root/linux/linux-4.18.5-218/source/spl_zfs_extra/spl-0.7.9/module/spl/spl-vnode.c: In function ‘vn_getattr’:
    	/dev/shm/bee-root/linux/linux-4.18.5-218/source/spl_zfs_extra/spl-0.7.9/module/spl/spl-vnode.c:308:16: error: incompatible types when assigning to type ‘struct timespec’ from type ‘struct timespec64’
    	  vap->va_atime = stat.atime;
    	                ^
    	/dev/shm/bee-root/linux/linux-4.18.5-218/source/spl_zfs_extra/spl-0.7.9/module/spl/spl-vnode.c:309:16: error: incompatible types when assigning to type ‘struct timespec’ from type ‘struct timespec64’
    	  vap->va_mtime = stat.mtime;
    	                ^
    	/dev/shm/bee-root/linux/linux-4.18.5-218/source/spl_zfs_extra/spl-0.7.9/module/spl/spl-vnode.c:310:16: error: incompatible types when assigning to type ‘struct timespec’ from type ‘struct timespec64’
    	  vap->va_ctime = stat.ctime;
                    ^
    	make[3]: *** [scripts/Makefile.build:317: /dev/shm/bee-root/linux/linux-4.18.5-218/source/spl_zfs_extra/spl-0.7.9/module/spl/spl-vnode.o] Error 1
    
    [1]: https://github.com/zfsonlinux/zfs/issues/7785
    pmenzel committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    7859107 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8569148 View commit details
    Browse the repository at this point in the history
  4. linux: Remove linux-4.18.6-221

    More recent versions are available now.
    pmenzel committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    05d7ecc View commit details
    Browse the repository at this point in the history