[openeuler:OLK-6.6 3214/3214] net/ipv4/tcp_input.c:7198:25: error: 'struct tcp_options_received' has no member named 'ums_ok'; did you mean 'smc_ok'?
tree: https://gitee.com/openeuler/kernel.git OLK-6.6 head: 72220f090cf216491c25f4fe87c974ea97eb4e19 commit: 62eb2012d814e530839ba9ccf4146712701f486a [3214/3214] net: Add a new protocol family AF_UB config: x86_64-randconfig-r111-20251118 (https://download.01.org/0day-ci/archive/20251118/202511181912.iiOiNVW1-lkp@i...) compiler: gcc-14 (Debian 14.2.0-19) 14.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251118/202511181912.iiOiNVW1-lkp@i...) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot <lkp@intel.com> | Closes: https://lore.kernel.org/oe-kbuild-all/202511181912.iiOiNVW1-lkp@intel.com/ All errors (new ones prefixed by >>): net/ipv4/tcp_input.c: In function 'tcp_conn_request':
net/ipv4/tcp_input.c:7198:25: error: 'struct tcp_options_received' has no member named 'ums_ok'; did you mean 'smc_ok'? 7198 | tmp_opt.ums_ok = 0; | ^~~~~~ | smc_ok
Kconfig warnings: (for reference only) WARNING: unmet direct dependencies detected for PGP_PRELOAD Depends on [n]: CRYPTO [=y] && ASYMMETRIC_KEY_TYPE [=n] Selected by [y]: - PGP_PRELOAD_PUBLIC_KEYS [=y] && CRYPTO [=y] vim +7198 net/ipv4/tcp_input.c 7184 7185 tcp_clear_options(&tmp_opt); 7186 tmp_opt.mss_clamp = af_ops->mss_clamp; 7187 tmp_opt.user_mss = tp->rx_opt.user_mss; 7188 tcp_parse_options(sock_net(sk), skb, &tmp_opt, 0, 7189 want_cookie ? NULL : &foc); 7190 7191 if (want_cookie && !tmp_opt.saw_tstamp) 7192 tcp_clear_options(&tmp_opt); 7193 7194 if (IS_ENABLED(CONFIG_SMC) && want_cookie) 7195 tmp_opt.smc_ok = 0; 7196 7197 if (IS_ENABLED(CONFIG_UB_UMS) && want_cookie)
7198 tmp_opt.ums_ok = 0;
-- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki
participants (1)
-
kernel test robot