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

Rebase 4.19.111 patches onto 4.19.112 #396

Merged
merged 3 commits into from
Mar 23, 2020
Merged

Rebase 4.19.111 patches onto 4.19.112 #396

merged 3 commits into from
Mar 23, 2020

Commits on Mar 20, 2020

  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 Jenkins OS committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    70538e6 View commit details
    Browse the repository at this point in the history
  2. tools/objtool/Makefile: Don't fail on fallthrough with new GCCs

    dm0- authored and Jenkins OS committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    bff9260 View commit details
    Browse the repository at this point in the history
  3. net/netfilter: add nf_conntrack_ipv4 compat module for kube-proxy

    kube-proxy won't enable ipvs unless it can modprobe nf_conntrack_ipv4 and
    find it in the list of loaded modules afterward.  Thus an alias isn't
    enough to maintain compatibility; we need an actual module.
    bgilbert authored and Jenkins OS committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    98f9fe9 View commit details
    Browse the repository at this point in the history