[Devel] [PATCH 0/5] fix various config compilation issues

Dmitry Safonov dsafonov at odin.com
Mon Jan 18 02:27:48 PST 2016


Fixes for errors with different configs. Mostly fixes VE patches.
One fix for RH changes. (sysfs/blk-sysfs: fix uninitialized var usage)
I'm fine if you drop all the patches, but they make possible
to compile vzkernel without unneeded modules.
It will decrease compilation time for git bisect searches.
Older patches (before this set laid on master) may be bisected by
applying this set on the top of checkouted commit.

Impact: make git bisect less painful for further applied patches

Dmitry Safonov (5):
  kmod: fix build without CONFIG_VE_IPTABLES
  sysfs/blk-sysfs: fix uninitialized var usage
  ve/binfmt_misc: fix compilation outside CONFIG_BINFMT_MISC
  ve/tcp: fix compilation for ve->jiffies_fixup
  ve/net_core: fix build error with owner_ve->ve_netns

 block/blk-sysfs.c | 3 +++
 include/net/tcp.h | 1 +
 kernel/kmod.c     | 8 ++------
 kernel/ve/ve.c    | 2 ++
 net/core/dev.c    | 1 +
 5 files changed, 9 insertions(+), 6 deletions(-)

-- 
2.7.0



More information about the Devel mailing list