Re: [PATCH net-next 2/2] net: remove some unused EXPORT_SYMBOL()s
From: kernel test robot <hidden>
Date: 2026-06-10 03:49:31
Also in:
oe-kbuild-all
Hi Sabrina, kernel test robot noticed the following build warnings: [auto build test WARNING on net-next/main] url: https://github.com/intel-lab-lkp/linux/commits/Sabrina-Dubroca/tls-remove-tls_toe-and-the-related-driver/20260609-223704 base: net-next/main patch link: https://lore.kernel.org/r/cbf1457c5d192a206f2f244ea3453766cb5dbbf9.1781013810.git.sd%40queasysnail.net patch subject: [PATCH net-next 2/2] net: remove some unused EXPORT_SYMBOL()s compiler: clang version 22.0.0git (https://github.com/llvm/llvm-project f43d6834093b19baf79beda8c0337ab020ac5f17) docutils: docutils (Docutils 0.21.2, Python 3.13.5, on linux) reproduce: (https://download.01.org/0day-ci/archive/20260610/202606100534.VKtBus9X-lkp@intel.com/reproduce) 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 [off-list ref] | Closes: https://lore.kernel.org/oe-kbuild-all/202606100534.VKtBus9X-lkp@intel.com/ (local) All warnings (new ones prefixed by >>): ===================================================== [docutils] Documentation/networking/ipvs-sysctl.rst:88: ERROR: Unexpected indentation. [docutils]
quoted
Documentation/networking/tls-offload.rst:29: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
MAINTAINERS:40: WARNING: Inline strong start-string without end-string. [docutils] Documentation/userspace-api/landlock:504: ./security/landlock/errata/abi-4.h:5: ERROR: Unexpected section title. vim +29 Documentation/networking/tls-offload.rst f42c104f2ec94a Jakub Kicinski 2019-05-21 17 f42c104f2ec94a Jakub Kicinski 2019-05-21 18 * Software crypto mode (``TLS_SW``) - CPU handles the cryptography. f42c104f2ec94a Jakub Kicinski 2019-05-21 19 In most basic cases only crypto operations synchronous with the CPU f42c104f2ec94a Jakub Kicinski 2019-05-21 20 can be used, but depending on calling context CPU may utilize f42c104f2ec94a Jakub Kicinski 2019-05-21 21 asynchronous crypto accelerators. The use of accelerators introduces extra f42c104f2ec94a Jakub Kicinski 2019-05-21 22 latency on socket reads (decryption only starts when a read syscall f42c104f2ec94a Jakub Kicinski 2019-05-21 23 is made) and additional I/O load on the system. f42c104f2ec94a Jakub Kicinski 2019-05-21 24 * Packet-based NIC offload mode (``TLS_HW``) - the NIC handles crypto f42c104f2ec94a Jakub Kicinski 2019-05-21 25 on a packet by packet basis, provided the packets arrive in order. f42c104f2ec94a Jakub Kicinski 2019-05-21 26 This mode integrates best with the kernel stack and is described in detail f42c104f2ec94a Jakub Kicinski 2019-05-21 27 in the remaining part of this document f42c104f2ec94a Jakub Kicinski 2019-05-21 28 (``ethtool`` flags ``tls-hw-tx-offload`` and ``tls-hw-rx-offload``). f42c104f2ec94a Jakub Kicinski 2019-05-21 @29 The operation mode is selected automatically based on device configuration, f42c104f2ec94a Jakub Kicinski 2019-05-21 30 offload opt-in or opt-out on per-connection basis is not currently supported. f42c104f2ec94a Jakub Kicinski 2019-05-21 31 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki