Re: [PATCH 6/7] net: ethernet: ti: am65-cpsw: add support for J722S SoC family
From: kernel test robot <hidden>
Date: 2026-03-20 19:08:48
Also in:
linux-arm-kernel, linux-devicetree, linux-phy, lkml, llvm, oe-kbuild-all
Hi Nora, kernel test robot noticed the following build errors: [auto build test ERROR on robh/for-next] [also build test ERROR on net-next/main net/main linus/master v7.0-rc4 next-20260319] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Nora-Schiffer/dt-bindings-phy-ti-phy-j721e-wiz-Add-ti-j722s-wiz-10g-compatible/20260320-033344 base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next patch link: https://lore.kernel.org/r/4cc3dd9fab460d35215c8f97496b9ae16c5bcb22.1773751309.git.nora.schiffer%40ew.tq-group.com patch subject: [PATCH 6/7] net: ethernet: ti: am65-cpsw: add support for J722S SoC family config: arm64-allmodconfig (https://download.01.org/0day-ci/archive/20260321/202603210254.ABl6TQWc-lkp@intel.com/config) compiler: clang version 19.1.7 (https://github.com/llvm/llvm-project cd708029e0b2869e80abe31ddb175f7c35361f90) reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260321/202603210254.ABl6TQWc-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/202603210254.ABl6TQWc-lkp@intel.com/ (local) All errors (new ones prefixed by >>): drivers/net/ethernet/ti/am65-cpsw-nuss.c:762:9: warning: cast to smaller integer type 'enum am65_cpsw_tx_buf_type' from 'void *' [-Wvoid-pointer-to-enum-cast] 762 | return (enum am65_cpsw_tx_buf_type)k3_cppi_desc_pool_desc_info(tx_chn->desc_pool, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 763 | desc_idx); | ~~~~~~~~~
quoted
drivers/net/ethernet/ti/am65-cpsw-nuss.c:3470:47: error: use of undeclared identifier 'AM64_CPSW_QUIRK_CUT_THRU'
3470 | .quirks = AM64_CPSW_QUIRK_DMA_RX_TDOWN_IRQ | AM64_CPSW_QUIRK_CUT_THRU,
| ^
1 warning and 1 error generated.
vim +/AM64_CPSW_QUIRK_CUT_THRU +3470 drivers/net/ethernet/ti/am65-cpsw-nuss.c
3468
3469 static const struct am65_cpsw_pdata j722s_cpswxg_pdata = {3470 .quirks = AM64_CPSW_QUIRK_DMA_RX_TDOWN_IRQ | AM64_CPSW_QUIRK_CUT_THRU,
3471 .ale_dev_id = "am64-cpswxg", 3472 .fdqring_mode = K3_RINGACC_RING_MODE_RING, 3473 .extra_modes = BIT(PHY_INTERFACE_MODE_SGMII), 3474 }; 3475 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki