tree:   git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git 
master
head:   b876a744a228308ecf75466831453f0863d253db
commit: da5e36308d9f7151845018369148201a5d28b46d soreuseport: TCP/IPv4 
implementation
date:   6 hours ago
config: i386-randconfig-x419 (attached as .config)

All error/warnings:

   net/ipv4/inet_connection_sock.c: In function 'inet_csk_get_port':
>> net/ipv4/inet_connection_sock.c:232:16: error: incompatible types when 
>> assigning to type 'kuid_t' from type 'int'
   net/ipv4/inet_connection_sock.c:241:16: error: incompatible types when 
assigning to type 'kuid_t' from type 'int'

vim +232 net/ipv4/inet_connection_sock.c

   226                          tb->fastreuse = 0;
   227                  if (sk->sk_reuseport) {
   228                          tb->fastreuseport = 1;
   229                          tb->fastuid = uid;
   230                  } else {
   231                          tb->fastreuseport = 0;
 > 232                          tb->fastuid = 0;
   233                  }
   234          } else {
   235                  if (tb->fastreuse &&

---
0-DAY kernel build testing backend              Open Source Technology Center
http://lists.01.org/mailman/listinfo/kbuild                 Intel Corporation
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
E1000-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel® Ethernet, visit 
http://communities.intel.com/community/wired

Reply via email to