Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port to 4.13 #114

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 21, 2017

  1. Reflect changes made in Kernel 4.12-rc1

    cfg80211.h was changed in 818a986e4ebacea2020622e48c8bc04b7f500d89
    genodeftest committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    d02c430 View commit details
    Browse the repository at this point in the history
  2. Reflect changes made in Kernel 4.12-rc6

    include/linux/netdevice.h was changed in cf124db566e6b036b8bcbe8decbed740bdfac8c6
    genodeftest committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    0900990 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2017

  1. fix bug in calling memcpy

    Thanks to CONFIG_FORTIFY_SOURCE, the compiler refused to compile this buggy code.
    See https://outflux.net/blog/archives/2017/09/05/security-things-in-linux-v4-13/
    for details why this issue hasn't been noticed before kernel 4.13.
    
    Fixes jurobystricky#81.
    genodeftest committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    8bc6f64 View commit details
    Browse the repository at this point in the history