1. 24 6月, 2017 24 次提交
  2. 23 6月, 2017 14 次提交
  3. 22 6月, 2017 2 次提交
    • Y
      samples/bpf: fix a build problem · 00a3855d
      Yonghong Song 提交于
      tracex5_kern.c build failed with the following error message:
        ../samples/bpf/tracex5_kern.c:12:10: fatal error: 'syscall_nrs.h' file not found
        #include "syscall_nrs.h"
      The generated file syscall_nrs.h is put in build/samples/bpf directory,
      but this directory is not in include path, hence build failed.
      
      The fix is to add $(obj) into the clang compilation path.
      Signed-off-by: NYonghong Song <yhs@fb.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      00a3855d
    • D
      Merge branch 'rds-tcp-fixes' · 2de18105
      David S. Miller 提交于
      Sowmini Varadhan says:
      
      ====================
      rds: tcp: fixes
      
      Patch1 is a bug fix for correct reconnect when a connection
      is restarted. Patch 2 accelerates cleanup by setting linger
      to 1 and sending a RST to the peer.
      ====================
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      2de18105