Skip to content
Snippets Groups Projects
  1. May 07, 2022
  2. May 06, 2022
  3. May 04, 2022
  4. May 02, 2022
  5. Apr 13, 2022
  6. Apr 12, 2022
  7. Apr 05, 2022
  8. Apr 04, 2022
  9. Apr 01, 2022
  10. Mar 31, 2022
  11. Mar 29, 2022
  12. Mar 25, 2022
  13. Mar 24, 2022
  14. Mar 23, 2022
  15. Mar 22, 2022
  16. Mar 18, 2022
    • Clemens Terasa's avatar
      linux-guf: Add linux-guf 5.15.29 for imx6(ull) · fe407c54
      Clemens Terasa authored
      The most recent mainline LTS 5.15 kernel is 5.15.29. So use this one for
      the limux-guf implementation.
      
      The port is based on on a cleaned linux-guf 5.10.104.
      Commit e55f7fa9b7dd2f069e43eb36411736d90a4d0611.
      
      BCS 746-000730
      fe407c54
  17. Mar 17, 2022
    • Clemens Terasa's avatar
      ni-force-ts: Add fallthrough statement · 84bbff04
      Clemens Terasa authored
      The kernel gets pickier regarding explicit switch fall-trough schemes.
      in later kernels these need to be explicitly stated.
      
      Add the fallthough statement that should be at least compatible with 5.10
      and later.
      
      BCS 746-000730
      84bbff04
    • Clemens Terasa's avatar
      ili2118: Adapt for Kernel 5.15 · fa51a49c
      Clemens Terasa authored
      The vendor driver we use is incompatible to linux 5.15.
      It uses an obsolete get_fs(), set_fs() scheme that should not be
      necessary anymore. Use LINUX_VERSION_CODE < KERNEL_VERSION check to deal
      with it.
      
      BCS 746-000730
      fa51a49c
    • Clemens Terasa's avatar
      rtl2723ds: Pull the latest version for linux 5.15 support · 01675702
      Clemens Terasa authored
      Update the rtl2723ds module to get support for the linux 5.15 port.
      
      Adjust the patches accordingly with the devtool:
      
      ```
      devtool modify rtl2723ds
      devtool finish --force-patch-refresh rtl2723ds <layer_path>
      ```
      
      BCS 746-000730
      01675702
    • Clemens Terasa's avatar
      rtc-pcf8563-guf: Upgrade to v5.15.28 kernel version · 1861df89
      Clemens Terasa authored
      Due to the kernel upgrade we need to update modules as well.
      Modifies by comparing the rtc-pcf8563-guf with the mainline version.
      
      The function devm_rtc_register_device() was introduced in 5.11, thus
      create add a version check.
      
      BCS 746-000730
      1861df89
  18. Mar 14, 2022
  19. Mar 11, 2022
    • Clemens Terasa's avatar
      linux-guf: Upgrade kernel to 5.10.104 · 6c1b1ffd
      Clemens Terasa authored
      Update the kernel to 5.10.104. This should pull the latest security
      fixes, i.e. for CVE-2022-0847.
      
      With this it seems to be necessary to disable
      CONFIG_STACKPROTECTOR_PER_TASK to build it inside Yocto dunfell.
      It seems to be a problem of missing headers inside gcc-plugin.
      
      Remove the PREFERRED kernel variables from imx6ull, that are derived
      from guf.inc.
      
      BCS 746-000735
      6c1b1ffd
    • Clemens Terasa's avatar
      linux-guf: Remove STACKPROTECTOR_PER_TASK · de6592b6
      Clemens Terasa authored
      Remove CONFIG_STACKPROTECTOR_PER_TASK defconfig as it breaks the build.
      
      With this enabled and with the jump from Linux 5.10.57 to 5.10.104 I see
      the following error:
      ```
        HOSTCXX scripts/gcc-plugins/arm_ssp_per_task_plugin.so
      In file included from ../5.10.57-r0/recipe-sysroot-native/usr/bin/arm-guf-linux-gnueabi/../../lib/arm-guf-linux-gnueabi/gcc/arm-guf-linux-gnueabi/9.3.0/plugin/include/gcc-plugin.h:29,
                       from ../linux-guf/scripts/gcc-plugins/gcc-common.h:7,
                       from ../linux-guf/scripts/gcc-plugins/arm_ssp_per_task_plugin.c:3:
      ../linux-guf/5.10.57-r0/recipe-sysroot-native/usr/bin/arm-guf-linux-gnueabi/../../lib/arm-guf-linux-gnueabi/gcc/arm-guf-linux-gnueabi/9.3.0/plugin/include/coretypes.h:430:10: fatal error: poly-int.h: No such file or directory
        430 | #include "poly-int.h"
            |          ^~~~~~~~~~~~
      compilation terminated.
      
      Seems to be similar to https://lists.yoctoproject.org/g/poky/message/12619
      
      Form my point of view this is a missing header inside the gcc-plugin
      package, and should be fixed there. However, right now we just remove
      the feature from the kernel.
      de6592b6
  20. Mar 03, 2022
  21. Mar 01, 2022
  22. Feb 28, 2022
  23. Feb 23, 2022
Loading