Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1203039
| From | Geert Uytterhoeven <geert@linux-m68k.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PULL] clockevents: a couple of fixes for tip/timers/urgent |
| Date | 2015-08-07 23:30 +0200 |
| Message-ID | <pUXnc-3lN-1@gated-at.bofh.it> (permalink) |
| References | <pUvhg-4zC-7@gated-at.bofh.it> <pUK6D-N5-27@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, Aug 7, 2015 at 9:19 AM, Ingo Molnar <mingo@kernel.org> wrote:
>> Maxime Coquelin (1):
>> clockevents/drivers/timer-stm32: Improve dependencies of timer-stm32
>>
>> drivers/clocksource/Kconfig | 4 ++--
>
> Hm, so why is this an urgent fix, i.e. a regression fix? It appears to widen build
> coverage:
>
> config CLKSRC_STM32
> - bool "Clocksource for STM32 SoCs" if !ARCH_STM32
> - depends on OF && ARM && (ARCH_STM32 || COMPILE_TEST)
> + bool "Clocksource for STM32 SoCs" if COMPILE_TEST
> + depends on OF && GENERIC_CLOCKEVENTS
>
> that can at most introduce build regressions - not fix anything.
>
> If there's any other purpose of this change it's not mentioned in the changelog.
>
> Also, I think the change is broken to begin with:
>
> + bool "Clocksource for STM32 SoCs" if COMPILE_TEST
>
> this will turn off the driver even in its target platform!
FWIW, ARCH_STM32 in arch/arm/Kconfig selects CLKSRC_STM32
> The right way to increase testing this way is via:
>
> depends on ... || COMPILE_TEST
Indeed.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PULL] clockevents: a couple of fixes for tip/timers/urgent Daniel Lezcano <daniel.lezcano@linaro.org> - 2015-08-06 17:30 +0200
[PATCH 1/2] clockevents/drivers/timer-stm32: Improve dependencies of timer-stm32 Daniel Lezcano <daniel.lezcano@linaro.org> - 2015-08-06 17:40 +0200
[PATCH 2/2] clockevents/drivers/sh_cmt: Only perform clocksource suspend/resume if enabled Daniel Lezcano <daniel.lezcano@linaro.org> - 2015-08-06 17:40 +0200
[tip:timers/urgent] clockevents/drivers/sh_cmt: Only perform clocksource suspend/resume if enabled tip-bot for Geert Uytterhoeven <tipbot@zytor.com> - 2015-08-09 12:30 +0200
Re: [PULL] clockevents: a couple of fixes for tip/timers/urgent Ingo Molnar <mingo@kernel.org> - 2015-08-07 09:20 +0200
Re: [PULL] clockevents: a couple of fixes for tip/timers/urgent Geert Uytterhoeven <geert@linux-m68k.org> - 2015-08-07 23:30 +0200
csiph-web