From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_MUTT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0C9FFC28CC4 for ; Sat, 1 Jun 2019 09:51:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D55A1271C1 for ; Sat, 1 Jun 2019 09:51:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726794AbfFAJvO (ORCPT ); Sat, 1 Jun 2019 05:51:14 -0400 Received: from mga07.intel.com ([134.134.136.100]:62605 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726210AbfFAJvN (ORCPT ); Sat, 1 Jun 2019 05:51:13 -0400 X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Jun 2019 02:51:11 -0700 X-ExtLoop1: 1 Received: from lkp-server01.sh.intel.com (HELO lkp-server01) ([10.239.97.150]) by fmsmga005.fm.intel.com with ESMTP; 01 Jun 2019 02:51:08 -0700 Received: from kbuild by lkp-server01 with local (Exim 4.89) (envelope-from ) id 1hX0fM-000FLo-0K; Sat, 01 Jun 2019 17:51:08 +0800 Date: Sat, 1 Jun 2019 17:50:35 +0800 From: kbuild test robot To: =?iso-8859-1?Q?Bj=F6rn_T=F6pel?= Cc: kbuild-all@01.org, toke@redhat.com, ast@kernel.org, daniel@iogearbox.net, netdev@vger.kernel.org, =?iso-8859-1?Q?Bj=F6rn_T=F6pel?= , magnus.karlsson@intel.com, brouer@redhat.com, bpf@vger.kernel.org, jakub.kicinski@netronome.com, saeedm@mellanox.com Subject: Re: [PATCH bpf-next v2 1/2] net: xdp: refactor XDP_QUERY_PROG{,_HW} to netdev Message-ID: <201906011718.TFxomQ9f%lkp@intel.com> References: <20190531094215.3729-2-bjorn.topel@gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="1yeeQ81UyVL57Vl7" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20190531094215.3729-2-bjorn.topel@gmail.com> X-Patchwork-Hint: ignore User-Agent: Mutt/1.5.23 (2014-03-12) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org --1yeeQ81UyVL57Vl7 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit Hi "Björn, I love your patch! Perhaps something to improve: [auto build test WARNING on bpf-next/master] url: https://github.com/0day-ci/linux/commits/Bj-rn-T-pel/net-xdp-refactor-XDP_QUERY_PROG-_HW-to-netdev/20190601-053952 base: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git master reproduce: make htmldocs If you fix the issue, kindly add following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c:344: warning: Function parameter or member 'range' not described in 'amdgpu_mn_invalidate_range_end' drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c:344: warning: Excess function parameter 'mm' description in 'amdgpu_mn_invalidate_range_end' drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c:344: warning: Excess function parameter 'start' description in 'amdgpu_mn_invalidate_range_end' drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c:344: warning: Excess function parameter 'end' description in 'amdgpu_mn_invalidate_range_end' drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:347: warning: cannot understand function prototype: 'struct amdgpu_vm_pt_cursor ' drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:348: warning: cannot understand function prototype: 'struct amdgpu_vm_pt_cursor ' drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:494: warning: Function parameter or member 'start' not described in 'amdgpu_vm_pt_first_dfs' drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:546: warning: Function parameter or member 'adev' not described in 'for_each_amdgpu_vm_pt_dfs_safe' drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:546: warning: Function parameter or member 'vm' not described in 'for_each_amdgpu_vm_pt_dfs_safe' drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:546: warning: Function parameter or member 'start' not described in 'for_each_amdgpu_vm_pt_dfs_safe' drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:546: warning: Function parameter or member 'cursor' not described in 'for_each_amdgpu_vm_pt_dfs_safe' drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:546: warning: Function parameter or member 'entry' not described in 'for_each_amdgpu_vm_pt_dfs_safe' drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:823: warning: Function parameter or member 'level' not described in 'amdgpu_vm_bo_param' drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1285: warning: Function parameter or member 'params' not described in 'amdgpu_vm_update_flags' drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1285: warning: Function parameter or member 'bo' not described in 'amdgpu_vm_update_flags' drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1285: warning: Function parameter or member 'level' not described in 'amdgpu_vm_update_flags' drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1285: warning: Function parameter or member 'pe' not described in 'amdgpu_vm_update_flags' drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1285: warning: Function parameter or member 'addr' not described in 'amdgpu_vm_update_flags' drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1285: warning: Function parameter or member 'count' not described in 'amdgpu_vm_update_flags' drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1285: warning: Function parameter or member 'incr' not described in 'amdgpu_vm_update_flags' drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1285: warning: Function parameter or member 'flags' not described in 'amdgpu_vm_update_flags' drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:2812: warning: Function parameter or member 'pasid' not described in 'amdgpu_vm_make_compute' drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c:375: warning: Excess function parameter 'entry' description in 'amdgpu_irq_dispatch' drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c:376: warning: Function parameter or member 'ih' not described in 'amdgpu_irq_dispatch' drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c:376: warning: Excess function parameter 'entry' description in 'amdgpu_irq_dispatch' drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c:1: warning: no structured comments found drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h:128: warning: Incorrect use of kernel-doc format: Documentation Makefile include scripts source @atomic_obj drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h:210: warning: Function parameter or member 'atomic_obj' not described in 'amdgpu_display_manager' drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h:210: warning: Function parameter or member 'backlight_link' not described in 'amdgpu_display_manager' drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h:210: warning: Function parameter or member 'backlight_caps' not described in 'amdgpu_display_manager' drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h:210: warning: Function parameter or member 'freesync_module' not described in 'amdgpu_display_manager' drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h:210: warning: Function parameter or member 'fw_dmcu' not described in 'amdgpu_display_manager' drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h:210: warning: Function parameter or member 'dmcu_fw_version' not described in 'amdgpu_display_manager' drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c:1: warning: no structured comments found include/drm/drm_drv.h:722: warning: Function parameter or member 'gem_prime_pin' not described in 'drm_driver' include/drm/drm_drv.h:722: warning: Function parameter or member 'gem_prime_unpin' not described in 'drm_driver' include/drm/drm_drv.h:722: warning: Function parameter or member 'gem_prime_res_obj' not described in 'drm_driver' include/drm/drm_drv.h:722: warning: Function parameter or member 'gem_prime_get_sg_table' not described in 'drm_driver' include/drm/drm_drv.h:722: warning: Function parameter or member 'gem_prime_import_sg_table' not described in 'drm_driver' include/drm/drm_drv.h:722: warning: Function parameter or member 'gem_prime_vmap' not described in 'drm_driver' include/drm/drm_drv.h:722: warning: Function parameter or member 'gem_prime_vunmap' not described in 'drm_driver' include/drm/drm_drv.h:722: warning: Function parameter or member 'gem_prime_mmap' not described in 'drm_driver' include/drm/drm_modeset_helper_vtables.h:1004: warning: Function parameter or member 'prepare_writeback_job' not described in 'drm_connector_helper_funcs' include/drm/drm_modeset_helper_vtables.h:1004: warning: Function parameter or member 'cleanup_writeback_job' not described in 'drm_connector_helper_funcs' include/drm/drm_atomic_state_helper.h:1: warning: no structured comments found drivers/gpu/drm/scheduler/sched_main.c:419: warning: Function parameter or member 'full_recovery' not described in 'drm_sched_start' drivers/gpu/drm/i915/i915_vma.h:50: warning: cannot understand function prototype: 'struct i915_vma ' drivers/gpu/drm/i915/i915_vma.h:1: warning: no structured comments found drivers/gpu/drm/i915/intel_guc_fwif.h:536: warning: cannot understand function prototype: 'struct guc_log_buffer_state ' drivers/gpu/drm/i915/i915_trace.h:1: warning: no structured comments found drivers/gpu/drm/i915/i915_reg.h:156: warning: bad line: include/linux/interconnect.h:1: warning: no structured comments found include/linux/skbuff.h:897: warning: Function parameter or member 'dev_scratch' not described in 'sk_buff' include/linux/skbuff.h:897: warning: Function parameter or member 'list' not described in 'sk_buff' include/linux/skbuff.h:897: warning: Function parameter or member 'ip_defrag_offset' not described in 'sk_buff' include/linux/skbuff.h:897: warning: Function parameter or member 'skb_mstamp_ns' not described in 'sk_buff' include/linux/skbuff.h:897: warning: Function parameter or member '__cloned_offset' not described in 'sk_buff' include/linux/skbuff.h:897: warning: Function parameter or member 'head_frag' not described in 'sk_buff' include/linux/skbuff.h:897: warning: Function parameter or member '__pkt_type_offset' not described in 'sk_buff' include/linux/skbuff.h:897: warning: Function parameter or member 'encapsulation' not described in 'sk_buff' include/linux/skbuff.h:897: warning: Function parameter or member 'encap_hdr_csum' not described in 'sk_buff' include/linux/skbuff.h:897: warning: Function parameter or member 'csum_valid' not described in 'sk_buff' include/linux/skbuff.h:897: warning: Function parameter or member '__pkt_vlan_present_offset' not described in 'sk_buff' include/linux/skbuff.h:897: warning: Function parameter or member 'vlan_present' not described in 'sk_buff' include/linux/skbuff.h:897: warning: Function parameter or member 'csum_complete_sw' not described in 'sk_buff' include/linux/skbuff.h:897: warning: Function parameter or member 'csum_level' not described in 'sk_buff' include/linux/skbuff.h:897: warning: Function parameter or member 'inner_protocol_type' not described in 'sk_buff' include/linux/skbuff.h:897: warning: Function parameter or member 'remcsum_offload' not described in 'sk_buff' include/linux/skbuff.h:897: warning: Function parameter or member 'sender_cpu' not described in 'sk_buff' include/linux/skbuff.h:897: warning: Function parameter or member 'reserved_tailroom' not described in 'sk_buff' include/linux/skbuff.h:897: warning: Function parameter or member 'inner_ipproto' not described in 'sk_buff' include/net/sock.h:238: warning: Function parameter or member 'skc_addrpair' not described in 'sock_common' include/net/sock.h:238: warning: Function parameter or member 'skc_portpair' not described in 'sock_common' include/net/sock.h:238: warning: Function parameter or member 'skc_ipv6only' not described in 'sock_common' include/net/sock.h:238: warning: Function parameter or member 'skc_net_refcnt' not described in 'sock_common' include/net/sock.h:238: warning: Function parameter or member 'skc_v6_daddr' not described in 'sock_common' include/net/sock.h:238: warning: Function parameter or member 'skc_v6_rcv_saddr' not described in 'sock_common' include/net/sock.h:238: warning: Function parameter or member 'skc_cookie' not described in 'sock_common' include/net/sock.h:238: warning: Function parameter or member 'skc_listener' not described in 'sock_common' include/net/sock.h:238: warning: Function parameter or member 'skc_tw_dr' not described in 'sock_common' include/net/sock.h:238: warning: Function parameter or member 'skc_rcv_wnd' not described in 'sock_common' include/net/sock.h:238: warning: Function parameter or member 'skc_tw_rcv_nxt' not described in 'sock_common' include/net/sock.h:520: warning: Function parameter or member 'sk_rx_skb_cache' not described in 'sock' include/net/sock.h:520: warning: Function parameter or member 'sk_wq_raw' not described in 'sock' include/net/sock.h:520: warning: Function parameter or member 'tcp_rtx_queue' not described in 'sock' include/net/sock.h:520: warning: Function parameter or member 'sk_tx_skb_cache' not described in 'sock' include/net/sock.h:520: warning: Function parameter or member 'sk_route_forced_caps' not described in 'sock' include/net/sock.h:520: warning: Function parameter or member 'sk_txtime_report_errors' not described in 'sock' include/net/sock.h:520: warning: Function parameter or member 'sk_validate_xmit_skb' not described in 'sock' include/net/sock.h:520: warning: Function parameter or member 'sk_bpf_storage' not described in 'sock' include/linux/netdevice.h:2047: warning: Function parameter or member 'gso_partial_features' not described in 'net_device' include/linux/netdevice.h:2047: warning: Function parameter or member 'l3mdev_ops' not described in 'net_device' include/linux/netdevice.h:2047: warning: Function parameter or member 'xfrmdev_ops' not described in 'net_device' include/linux/netdevice.h:2047: warning: Function parameter or member 'tlsdev_ops' not described in 'net_device' include/linux/netdevice.h:2047: warning: Function parameter or member 'name_assign_type' not described in 'net_device' include/linux/netdevice.h:2047: warning: Function parameter or member 'ieee802154_ptr' not described in 'net_device' include/linux/netdevice.h:2047: warning: Function parameter or member 'mpls_ptr' not described in 'net_device' include/linux/netdevice.h:2047: warning: Function parameter or member 'xdp_prog' not described in 'net_device' include/linux/netdevice.h:2047: warning: Function parameter or member 'gro_flush_timeout' not described in 'net_device' include/linux/netdevice.h:2047: warning: Function parameter or member 'nf_hooks_ingress' not described in 'net_device' >> include/linux/netdevice.h:2047: warning: Function parameter or member 'xdp_prog_hw' not described in 'net_device' >> include/linux/netdevice.h:2047: warning: Function parameter or member 'xdp_flags' not described in 'net_device' include/linux/netdevice.h:2047: warning: Function parameter or member '____cacheline_aligned_in_smp' not described in 'net_device' include/linux/netdevice.h:2047: warning: Function parameter or member 'qdisc_hash' not described in 'net_device' include/linux/netdevice.h:2047: warning: Function parameter or member 'xps_cpus_map' not described in 'net_device' include/linux/netdevice.h:2047: warning: Function parameter or member 'xps_rxqs_map' not described in 'net_device' include/linux/phylink.h:56: warning: Function parameter or member '__ETHTOOL_DECLARE_LINK_MODE_MASK(advertising' not described in 'phylink_link_state' include/linux/phylink.h:56: warning: Function parameter or member '__ETHTOOL_DECLARE_LINK_MODE_MASK(lp_advertising' not described in 'phylink_link_state' include/linux/lsm_hooks.h:1811: warning: Function parameter or member 'quotactl' not described in 'security_list_options' include/linux/lsm_hooks.h:1811: warning: Function parameter or member 'quota_on' not described in 'security_list_options' include/linux/lsm_hooks.h:1811: warning: Function parameter or member 'sb_free_mnt_opts' not described in 'security_list_options' include/linux/lsm_hooks.h:1811: warning: Function parameter or member 'sb_eat_lsm_opts' not described in 'security_list_options' include/linux/lsm_hooks.h:1811: warning: Function parameter or member 'sb_kern_mount' not described in 'security_list_options' include/linux/lsm_hooks.h:1811: warning: Function parameter or member 'sb_show_options' not described in 'security_list_options' include/linux/lsm_hooks.h:1811: warning: Function parameter or member 'sb_add_mnt_opt' not described in 'security_list_options' include/linux/lsm_hooks.h:1811: warning: Function parameter or member 'd_instantiate' not described in 'security_list_options' include/linux/lsm_hooks.h:1811: warning: Function parameter or member 'getprocattr' not described in 'security_list_options' include/linux/lsm_hooks.h:1811: warning: Function parameter or member 'setprocattr' not described in 'security_list_options' Documentation/admin-guide/mm/numaperf.rst:24: ERROR: Unexpected indentation. Documentation/admin-guide/mm/numaperf.rst:24: WARNING: Inline substitution_reference start-string without end-string. Documentation/admin-guide/mm/numaperf.rst:25: WARNING: Block quote ends without a blank line; unexpected unindent. Documentation/bpf/btf.rst:154: ERROR: Unexpected indentation. Documentation/bpf/btf.rst:163: ERROR: Unexpected indentation. lib/list_sort.c:128: WARNING: Definition list ends without a blank line; unexpected unindent. lib/list_sort.c:161: ERROR: Unexpected indentation. lib/list_sort.c:162: WARNING: Block quote ends without a blank line; unexpected unindent. include/linux/xarray.h:232: ERROR: Unexpected indentation. kernel/time/hrtimer.c:1120: WARNING: Block quote ends without a blank line; unexpected unindent. kernel/signal.c:349: WARNING: Inline literal start-string without end-string. include/uapi/linux/firewire-cdev.h:312: WARNING: Inline literal start-string without end-string. Documentation/driver-api/gpio/driver.rst:419: ERROR: Unknown target name: "devm". include/linux/i2c.h:510: WARNING: Inline strong start-string without end-string. drivers/ata/libata-core.c:5944: ERROR: Unknown target name: "hw". drivers/message/fusion/mptbase.c:5057: WARNING: Definition list ends without a blank line; unexpected unindent. drivers/tty/serial/serial_core.c:1959: WARNING: Definition list ends without a blank line; unexpected unindent. include/linux/regulator/driver.h:289: ERROR: Unknown target name: "regulator_regmap_x_voltage". Documentation/driver-api/soundwire/locking.rst:50: ERROR: Inconsistent literal block quoting. Documentation/driver-api/soundwire/locking.rst:51: WARNING: Line block ends without a blank line. Documentation/driver-api/soundwire/locking.rst:55: WARNING: Inline substitution_reference start-string without end-string. Documentation/driver-api/soundwire/locking.rst:56: WARNING: Line block ends without a blank line. include/linux/spi/spi.h:380: ERROR: Unexpected indentation. fs/posix_acl.c:636: WARNING: Inline emphasis start-string without end-string. fs/debugfs/inode.c:385: WARNING: Inline literal start-string without end-string. fs/debugfs/inode.c:464: WARNING: Inline literal start-string without end-string. fs/debugfs/inode.c:496: WARNING: Inline literal start-string without end-string. fs/debugfs/inode.c:583: WARNING: Inline literal start-string without end-string. fs/debugfs/file.c:394: WARNING: Inline literal start-string without end-string. fs/debugfs/file.c:400: WARNING: Inline literal start-string without end-string. fs/debugfs/file.c:439: WARNING: Inline literal start-string without end-string. fs/debugfs/file.c:445: WARNING: Inline literal start-string without end-string. fs/debugfs/file.c:484: WARNING: Inline literal start-string without end-string. fs/debugfs/file.c:490: WARNING: Inline literal start-string without end-string. fs/debugfs/file.c:530: WARNING: Inline literal start-string without end-string. fs/debugfs/file.c:536: WARNING: Inline literal start-string without end-string. fs/debugfs/file.c:578: WARNING: Inline literal start-string without end-string. fs/debugfs/file.c:584: WARNING: Inline literal start-string without end-string. fs/debugfs/file.c:845: WARNING: Inline literal start-string without end-string. fs/debugfs/file.c:851: WARNING: Inline literal start-string without end-string. fs/debugfs/file.c:898: WARNING: Inline literal start-string without end-string. fs/debugfs/file.c:904: WARNING: Inline literal start-string without end-string. fs/debugfs/file.c:1001: WARNING: Inline literal start-string without end-string. fs/debugfs/file.c:1001: WARNING: Inline literal start-string without end-string. fs/debugfs/file.c:1096: WARNING: Inline literal start-string without end-string. fs/debugfs/file.c:1102: WARNING: Inline literal start-string without end-string. Documentation/firmware-guide/acpi/enumeration.rst:430: ERROR: Unexpected indentation. Documentation/firmware-guide/acpi/enumeration.rst:432: ERROR: Unexpected indentation. Documentation/firmware-guide/acpi/enumeration.rst:434: ERROR: Unexpected indentation. Documentation/firmware-guide/acpi/enumeration.rst:435: WARNING: Block quote ends without a blank line; unexpected unindent. Documentation/firmware-guide/acpi/enumeration.rst:436: WARNING: Block quote ends without a blank line; unexpected unindent. Documentation/firmware-guide/acpi/enumeration.rst:439: ERROR: Unexpected indentation. Documentation/firmware-guide/acpi/enumeration.rst:441: ERROR: Unexpected indentation. Documentation/firmware-guide/acpi/enumeration.rst:445: WARNING: Block quote ends without a blank line; unexpected unindent. Documentation/firmware-guide/acpi/enumeration.rst:447: WARNING: Block quote ends without a blank line; unexpected unindent. Documentation/firmware-guide/acpi/enumeration.rst:448: WARNING: Block quote ends without a blank line; unexpected unindent. drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c:2024: WARNING: Inline emphasis start-string without end-string. drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c:2026: WARNING: Inline emphasis start-string without end-string. Documentation/networking/af_xdp.rst:319: WARNING: Literal block expected; none found. Documentation/networking/af_xdp.rst:326: WARNING: Literal block expected; none found. Documentation/networking/device_drivers/freescale/dpaa2/dpio-driver.rst:43: WARNING: Definition list ends without a blank line; unexpected unindent. Documentation/networking/device_drivers/freescale/dpaa2/dpio-driver.rst:63: ERROR: Unexpected indentation. Documentation/networking/dsa/sja1105.rst:91: WARNING: Block quote ends without a blank line; unexpected unindent. Documentation/networking/dsa/sja1105.rst:91: WARNING: Block quote ends without a blank line; unexpected unindent. include/linux/netdevice.h:3492: WARNING: Inline emphasis start-string without end-string. include/linux/netdevice.h:3492: WARNING: Inline emphasis start-string without end-string. net/core/dev.c:4999: ERROR: Unknown target name: "page_is". Documentation/powerpc/isa-versions.rst:15: ERROR: Malformed table. Column span alignment problem in table line 10. vim +2047 include/linux/netdevice.h ^1da177e4 Linus Torvalds 2005-04-16 2014 43cb76d91 Greg Kroah-Hartman 2002-04-09 2015 struct device dev; 0c509a6c9 Eric W. Biederman 2009-10-29 2016 const struct attribute_group *sysfs_groups[4]; a953be53c Michael Dalton 2014-01-16 2017 const struct attribute_group *sysfs_rx_queue_group; 38f7b870d Patrick McHardy 2007-06-13 2018 38f7b870d Patrick McHardy 2007-06-13 2019 const struct rtnl_link_ops *rtnl_link_ops; f25f4e448 Peter P Waskiewicz Jr 2007-07-06 2020 82cc1a7a5 Peter P Waskiewicz Jr 2008-03-21 2021 /* for setting kernel sock attribute on TCP connection setup */ 82cc1a7a5 Peter P Waskiewicz Jr 2008-03-21 2022 #define GSO_MAX_SIZE 65536 82cc1a7a5 Peter P Waskiewicz Jr 2008-03-21 2023 unsigned int gso_max_size; 30b678d84 Ben Hutchings 2012-07-30 2024 #define GSO_MAX_SEGS 65535 30b678d84 Ben Hutchings 2012-07-30 2025 u16 gso_max_segs; 743b03a83 Eric Dumazet 2016-04-09 2026 7a6b6f515 Jeff Kirsher 2008-11-25 2027 #ifdef CONFIG_DCB 329535432 Stephen Hemminger 2009-10-05 2028 const struct dcbnl_rtnl_ops *dcbnl_ops; 2f90b8657 Alexander Duyck 2008-11-20 2029 #endif ffcfe25bb Alexander Duyck 2018-07-09 2030 s16 num_tc; 4f57c087d John Fastabend 2011-01-17 2031 struct netdev_tc_txq tc_to_txq[TC_MAX_QUEUE]; 4f57c087d John Fastabend 2011-01-17 2032 u8 prio_tc_map[TC_BITMASK + 1]; 2f90b8657 Alexander Duyck 2008-11-20 2033 d11ead756 Ben Hutchings 2011-11-25 2034 #if IS_ENABLED(CONFIG_FCOE) 4d288d576 Yi Zou 2009-02-27 2035 unsigned int fcoe_ddp_xid; 4d288d576 Yi Zou 2009-02-27 2036 #endif 86f8515f9 Daniel Borkmann 2013-12-29 2037 #if IS_ENABLED(CONFIG_CGROUP_NET_PRIO) 5bc1421e3 Neil Horman 2011-11-22 2038 struct netprio_map __rcu *priomap; 5bc1421e3 Neil Horman 2011-11-22 2039 #endif c1f19b51d Richard Cochran 2010-07-17 2040 struct phy_device *phydev; e679c9c1d Russell King 2018-03-28 2041 struct sfp_bus *sfp_bus; 23d3b8bfb Eric Dumazet 2012-09-05 2042 struct lock_class_key *qdisc_tx_busylock; f9eb8aea2 Eric Dumazet 2016-06-06 2043 struct lock_class_key *qdisc_running_key; d746d707a Anuradha Karuppiah 2015-07-14 2044 bool proto_down; 619411432 Heiner Kallweit 2018-09-24 2045 unsigned wol_enabled:1; ^1da177e4 Linus Torvalds 2005-04-16 2046 }; 43cb76d91 Greg Kroah-Hartman 2002-04-09 @2047 #define to_net_dev(d) container_of(d, struct net_device, dev) ^1da177e4 Linus Torvalds 2005-04-16 2048 :::::: The code at line 2047 was first introduced by commit :::::: 43cb76d91ee85f579a69d42bc8efc08bac560278 Network: convert network devices to use struct device instead of class_device :::::: TO: Greg Kroah-Hartman :::::: CC: Greg Kroah-Hartman --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation --1yeeQ81UyVL57Vl7 Content-Type: application/gzip Content-Disposition: attachment; filename=".config.gz" Content-Transfer-Encoding: base64 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 lmgAAA== --1yeeQ81UyVL57Vl7--