* Re: [PATCH 2/2] clk: microchip: core: allow driver to be compiled with COMPILE_TEST [not found] <20251125-clk-microchip-fixes-v1-2-6c1f5573d1b9@redhat.com> @ 2025-11-27 2:11 ` kernel test robot 2025-12-01 18:01 ` Brian Masney 0 siblings, 1 reply; 5+ messages in thread From: kernel test robot @ 2025-11-27 2:11 UTC (permalink / raw) To: Brian Masney, Michael Turquette, Stephen Boyd, Maxime Ripard Cc: llvm, oe-kbuild-all, linux-clk, linux-kernel, Brian Masney Hi Brian, kernel test robot noticed the following build errors: [auto build test ERROR on 92fd6e84175befa1775e5c0ab682938eca27c0b2] url: https://github.com/intel-lab-lkp/linux/commits/Brian-Masney/clk-microchip-core-remove-duplicate-determine_rate-on-pic32_sclk_ops/20251126-035403 base: 92fd6e84175befa1775e5c0ab682938eca27c0b2 patch link: https://lore.kernel.org/r/20251125-clk-microchip-fixes-v1-2-6c1f5573d1b9%40redhat.com patch subject: [PATCH 2/2] clk: microchip: core: allow driver to be compiled with COMPILE_TEST config: loongarch-randconfig-001-20251127 (https://download.01.org/0day-ci/archive/20251127/202511270924.0uDTpEE9-lkp@intel.com/config) compiler: clang version 22.0.0git (https://github.com/llvm/llvm-project 9e9fe08b16ea2c4d9867fb4974edf2a3776d6ece) reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251127/202511270924.0uDTpEE9-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 <lkp@intel.com> | Closes: https://lore.kernel.org/oe-kbuild-all/202511270924.0uDTpEE9-lkp@intel.com/ All errors (new ones prefixed by >>): >> drivers/clk/microchip/clk-core.c:12:10: fatal error: 'asm/traps.h' file not found 12 | #include <asm/traps.h> | ^~~~~~~~~~~~~ 1 error generated. Kconfig warnings: (for reference only) WARNING: unmet direct dependencies detected for TSM Depends on [n]: VIRT_DRIVERS [=n] Selected by [y]: - PCI_TSM [=y] && PCI [=y] vim +12 drivers/clk/microchip/clk-core.c ce6e1188465998 Purna Chandra Mandal 2016-05-13 @12 #include <asm/traps.h> ce6e1188465998 Purna Chandra Mandal 2016-05-13 13 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 2/2] clk: microchip: core: allow driver to be compiled with COMPILE_TEST 2025-11-27 2:11 ` [PATCH 2/2] clk: microchip: core: allow driver to be compiled with COMPILE_TEST kernel test robot @ 2025-12-01 18:01 ` Brian Masney 2025-12-01 18:09 ` Conor Dooley 0 siblings, 1 reply; 5+ messages in thread From: Brian Masney @ 2025-12-01 18:01 UTC (permalink / raw) To: kernel test robot Cc: Michael Turquette, Stephen Boyd, Maxime Ripard, llvm, oe-kbuild-all, linux-clk, linux-kernel On Thu, Nov 27, 2025 at 10:11:12AM +0800, kernel test robot wrote: > Hi Brian, > > kernel test robot noticed the following build errors: > > [auto build test ERROR on 92fd6e84175befa1775e5c0ab682938eca27c0b2] > > url: https://github.com/intel-lab-lkp/linux/commits/Brian-Masney/clk-microchip-core-remove-duplicate-determine_rate-on-pic32_sclk_ops/20251126-035403 > base: 92fd6e84175befa1775e5c0ab682938eca27c0b2 > patch link: https://lore.kernel.org/r/20251125-clk-microchip-fixes-v1-2-6c1f5573d1b9%40redhat.com > patch subject: [PATCH 2/2] clk: microchip: core: allow driver to be compiled with COMPILE_TEST > config: loongarch-randconfig-001-20251127 (https://download.01.org/0day-ci/archive/20251127/202511270924.0uDTpEE9-lkp@intel.com/config) > compiler: clang version 22.0.0git (https://github.com/llvm/llvm-project 9e9fe08b16ea2c4d9867fb4974edf2a3776d6ece) > reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251127/202511270924.0uDTpEE9-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 <lkp@intel.com> > | Closes: https://lore.kernel.org/oe-kbuild-all/202511270924.0uDTpEE9-lkp@intel.com/ > > All errors (new ones prefixed by >>): > > >> drivers/clk/microchip/clk-core.c:12:10: fatal error: 'asm/traps.h' file not found > 12 | #include <asm/traps.h> > | ^~~~~~~~~~~~~ > 1 error generated. > > Kconfig warnings: (for reference only) > WARNING: unmet direct dependencies detected for TSM > Depends on [n]: VIRT_DRIVERS [=n] > Selected by [y]: > - PCI_TSM [=y] && PCI [=y] > > > vim +12 drivers/clk/microchip/clk-core.c > > ce6e1188465998 Purna Chandra Mandal 2016-05-13 @12 #include <asm/traps.h> > ce6e1188465998 Purna Chandra Mandal 2016-05-13 13 I only build tested this on arm64. I'll post a v2. Thanks, Brian ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 2/2] clk: microchip: core: allow driver to be compiled with COMPILE_TEST 2025-12-01 18:01 ` Brian Masney @ 2025-12-01 18:09 ` Conor Dooley 2025-12-01 21:09 ` Brian Masney 0 siblings, 1 reply; 5+ messages in thread From: Conor Dooley @ 2025-12-01 18:09 UTC (permalink / raw) To: Brian Masney Cc: kernel test robot, Michael Turquette, Stephen Boyd, Maxime Ripard, llvm, oe-kbuild-all, linux-clk, linux-kernel, claudiu.beznea [-- Attachment #1: Type: text/plain, Size: 2435 bytes --] On Mon, Dec 01, 2025 at 01:01:25PM -0500, Brian Masney wrote: > On Thu, Nov 27, 2025 at 10:11:12AM +0800, kernel test robot wrote: > > Hi Brian, > > > > kernel test robot noticed the following build errors: > > > > [auto build test ERROR on 92fd6e84175befa1775e5c0ab682938eca27c0b2] > > > > url: https://github.com/intel-lab-lkp/linux/commits/Brian-Masney/clk-microchip-core-remove-duplicate-determine_rate-on-pic32_sclk_ops/20251126-035403 > > base: 92fd6e84175befa1775e5c0ab682938eca27c0b2 > > patch link: https://lore.kernel.org/r/20251125-clk-microchip-fixes-v1-2-6c1f5573d1b9%40redhat.com > > patch subject: [PATCH 2/2] clk: microchip: core: allow driver to be compiled with COMPILE_TEST > > config: loongarch-randconfig-001-20251127 (https://download.01.org/0day-ci/archive/20251127/202511270924.0uDTpEE9-lkp@intel.com/config) > > compiler: clang version 22.0.0git (https://github.com/llvm/llvm-project 9e9fe08b16ea2c4d9867fb4974edf2a3776d6ece) > > reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251127/202511270924.0uDTpEE9-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 <lkp@intel.com> > > | Closes: https://lore.kernel.org/oe-kbuild-all/202511270924.0uDTpEE9-lkp@intel.com/ > > > > All errors (new ones prefixed by >>): > > > > >> drivers/clk/microchip/clk-core.c:12:10: fatal error: 'asm/traps.h' file not found > > 12 | #include <asm/traps.h> > > | ^~~~~~~~~~~~~ > > 1 error generated. > > > > Kconfig warnings: (for reference only) > > WARNING: unmet direct dependencies detected for TSM > > Depends on [n]: VIRT_DRIVERS [=n] > > Selected by [y]: > > - PCI_TSM [=y] && PCI [=y] > > > > > > vim +12 drivers/clk/microchip/clk-core.c > > > > ce6e1188465998 Purna Chandra Mandal 2016-05-13 @12 #include <asm/traps.h> > > ce6e1188465998 Purna Chandra Mandal 2016-05-13 13 > > I only build tested this on arm64. I'll post a v2. MIPS I believe is where this is used. Hmm, I think this is in a MAINTAINERS blind spot, Claudiu not CCed on it. We should probably do something about that. Can you CC him on v2? Cheers, Conor. Also, I *hate* the name of this driver, far too generic and seeing patches for it always jumpscares me. [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 228 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 2/2] clk: microchip: core: allow driver to be compiled with COMPILE_TEST 2025-12-01 18:09 ` Conor Dooley @ 2025-12-01 21:09 ` Brian Masney 2025-12-01 21:37 ` Conor Dooley 0 siblings, 1 reply; 5+ messages in thread From: Brian Masney @ 2025-12-01 21:09 UTC (permalink / raw) To: Conor Dooley Cc: kernel test robot, Michael Turquette, Stephen Boyd, Maxime Ripard, llvm, oe-kbuild-all, linux-clk, linux-kernel, claudiu.beznea Hi Conor and Claudiu, On Mon, Dec 01, 2025 at 06:09:25PM +0000, Conor Dooley wrote: > On Mon, Dec 01, 2025 at 01:01:25PM -0500, Brian Masney wrote: > > On Thu, Nov 27, 2025 at 10:11:12AM +0800, kernel test robot wrote: > > > Hi Brian, > > > > > > kernel test robot noticed the following build errors: > > > > > > [auto build test ERROR on 92fd6e84175befa1775e5c0ab682938eca27c0b2] > > > > > > url: https://github.com/intel-lab-lkp/linux/commits/Brian-Masney/clk-microchip-core-remove-duplicate-determine_rate-on-pic32_sclk_ops/20251126-035403 > > > base: 92fd6e84175befa1775e5c0ab682938eca27c0b2 > > > patch link: https://lore.kernel.org/r/20251125-clk-microchip-fixes-v1-2-6c1f5573d1b9%40redhat.com > > > patch subject: [PATCH 2/2] clk: microchip: core: allow driver to be compiled with COMPILE_TEST > > > config: loongarch-randconfig-001-20251127 (https://download.01.org/0day-ci/archive/20251127/202511270924.0uDTpEE9-lkp@intel.com/config) > > > compiler: clang version 22.0.0git (https://github.com/llvm/llvm-project 9e9fe08b16ea2c4d9867fb4974edf2a3776d6ece) > > > reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251127/202511270924.0uDTpEE9-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 <lkp@intel.com> > > > | Closes: https://lore.kernel.org/oe-kbuild-all/202511270924.0uDTpEE9-lkp@intel.com/ > > > > > > All errors (new ones prefixed by >>): > > > > > > >> drivers/clk/microchip/clk-core.c:12:10: fatal error: 'asm/traps.h' file not found > > > 12 | #include <asm/traps.h> > > > | ^~~~~~~~~~~~~ > > > 1 error generated. > > > > > > Kconfig warnings: (for reference only) > > > WARNING: unmet direct dependencies detected for TSM > > > Depends on [n]: VIRT_DRIVERS [=n] > > > Selected by [y]: > > > - PCI_TSM [=y] && PCI [=y] > > > > > > > > > vim +12 drivers/clk/microchip/clk-core.c > > > > > > ce6e1188465998 Purna Chandra Mandal 2016-05-13 @12 #include <asm/traps.h> > > > ce6e1188465998 Purna Chandra Mandal 2016-05-13 13 > > > > I only build tested this on arm64. I'll post a v2. > > MIPS I believe is where this is used. So looking into this further, it looks like asm/traps.h is actually not used by this driver, so I'll go ahead and drop that include in v2. > Hmm, I think this is in a MAINTAINERS blind spot, Claudiu not CCed on > it. We should probably do something about that. Can you CC him on v2? Yes, I'll CC Claudiu. I don't see any existing entries in MAINTAINERS where it looks like this driver would fit neatly. Brian ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 2/2] clk: microchip: core: allow driver to be compiled with COMPILE_TEST 2025-12-01 21:09 ` Brian Masney @ 2025-12-01 21:37 ` Conor Dooley 0 siblings, 0 replies; 5+ messages in thread From: Conor Dooley @ 2025-12-01 21:37 UTC (permalink / raw) To: Brian Masney Cc: kernel test robot, Michael Turquette, Stephen Boyd, Maxime Ripard, llvm, oe-kbuild-all, linux-clk, linux-kernel, claudiu.beznea [-- Attachment #1: Type: text/plain, Size: 3196 bytes --] On Mon, Dec 01, 2025 at 04:09:17PM -0500, Brian Masney wrote: > Hi Conor and Claudiu, > > On Mon, Dec 01, 2025 at 06:09:25PM +0000, Conor Dooley wrote: > > On Mon, Dec 01, 2025 at 01:01:25PM -0500, Brian Masney wrote: > > > On Thu, Nov 27, 2025 at 10:11:12AM +0800, kernel test robot wrote: > > > > Hi Brian, > > > > > > > > kernel test robot noticed the following build errors: > > > > > > > > [auto build test ERROR on 92fd6e84175befa1775e5c0ab682938eca27c0b2] > > > > > > > > url: https://github.com/intel-lab-lkp/linux/commits/Brian-Masney/clk-microchip-core-remove-duplicate-determine_rate-on-pic32_sclk_ops/20251126-035403 > > > > base: 92fd6e84175befa1775e5c0ab682938eca27c0b2 > > > > patch link: https://lore.kernel.org/r/20251125-clk-microchip-fixes-v1-2-6c1f5573d1b9%40redhat.com > > > > patch subject: [PATCH 2/2] clk: microchip: core: allow driver to be compiled with COMPILE_TEST > > > > config: loongarch-randconfig-001-20251127 (https://download.01.org/0day-ci/archive/20251127/202511270924.0uDTpEE9-lkp@intel.com/config) > > > > compiler: clang version 22.0.0git (https://github.com/llvm/llvm-project 9e9fe08b16ea2c4d9867fb4974edf2a3776d6ece) > > > > reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251127/202511270924.0uDTpEE9-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 <lkp@intel.com> > > > > | Closes: https://lore.kernel.org/oe-kbuild-all/202511270924.0uDTpEE9-lkp@intel.com/ > > > > > > > > All errors (new ones prefixed by >>): > > > > > > > > >> drivers/clk/microchip/clk-core.c:12:10: fatal error: 'asm/traps.h' file not found > > > > 12 | #include <asm/traps.h> > > > > | ^~~~~~~~~~~~~ > > > > 1 error generated. > > > > > > > > Kconfig warnings: (for reference only) > > > > WARNING: unmet direct dependencies detected for TSM > > > > Depends on [n]: VIRT_DRIVERS [=n] > > > > Selected by [y]: > > > > - PCI_TSM [=y] && PCI [=y] > > > > > > > > > > > > vim +12 drivers/clk/microchip/clk-core.c > > > > > > > > ce6e1188465998 Purna Chandra Mandal 2016-05-13 @12 #include <asm/traps.h> > > > > ce6e1188465998 Purna Chandra Mandal 2016-05-13 13 > > > > > > I only build tested this on arm64. I'll post a v2. > > > > MIPS I believe is where this is used. > > So looking into this further, it looks like asm/traps.h is actually not > used by this driver, so I'll go ahead and drop that include in v2. > > > Hmm, I think this is in a MAINTAINERS blind spot, Claudiu not CCed on > > it. We should probably do something about that. Can you CC him on v2? > > Yes, I'll CC Claudiu. I don't see any existing entries in MAINTAINERS > where it looks like this driver would fit neatly. This whole folder is kinda missing, probably there should be a MAINTAINERS entry covering this and the at91 dir, since Claudiu usually applies the patches for the !mips microchip stuff. That's probably something for us to sort out though, not your responsibility! [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 228 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-12-01 21:37 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20251125-clk-microchip-fixes-v1-2-6c1f5573d1b9@redhat.com>
2025-11-27 2:11 ` [PATCH 2/2] clk: microchip: core: allow driver to be compiled with COMPILE_TEST kernel test robot
2025-12-01 18:01 ` Brian Masney
2025-12-01 18:09 ` Conor Dooley
2025-12-01 21:09 ` Brian Masney
2025-12-01 21:37 ` Conor Dooley
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox