Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Rebase 4.14.71 patches onto 4.14.72 #256

Merged
merged 4 commits into from
Sep 27, 2018
Merged

Rebase 4.14.71 patches onto 4.14.72 #256

merged 4 commits into from
Sep 27, 2018

Commits on Sep 26, 2018

  1. kbuild: derive relative path for KBUILD_SRC from CURDIR

    This enables relocating source and build trees to different roots,
    provided they stay reachable relative to one another.  Useful for
    builds done within a sandbox where the eventual root is prefixed
    by some undesirable path component.
    Vito Caputo authored and dm0- committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    b83e776 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    133cc3f View commit details
    Browse the repository at this point in the history
  3. xen-netfront: Fix mismatched rtnl_unlock

    Fixes: f599c64 ("xen-netfront: Fix race between device setup and open")
    Reported-by: Ben Hutchings <[email protected]>
    Signed-off-by: Ross Lagerwall <[email protected]>
    Reviewed-by: Juergen Gross <[email protected]>
    Signed-off-by: David S. Miller <[email protected]>
    rosslagerwall authored and dm0- committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    52a5fcf View commit details
    Browse the repository at this point in the history
  4. xen-netfront: Update features after registering netdev

    Update the features after calling register_netdev() otherwise the
    device features are not set up correctly and it not possible to change
    the MTU of the device. After this change, the features reported by
    ethtool match the device's features before the commit which introduced
    the issue and it is possible to change the device's MTU.
    
    Fixes: f599c64 ("xen-netfront: Fix race between device setup and open")
    Reported-by: Liam Shepherd <[email protected]>
    Signed-off-by: Ross Lagerwall <[email protected]>
    Reviewed-by: Juergen Gross <[email protected]>
    Signed-off-by: David S. Miller <[email protected]>
    rosslagerwall authored and dm0- committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    b213c4c View commit details
    Browse the repository at this point in the history