[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <c1eb33ffd66d45af77dea58db8bdca3dcd2468c4.camel@infradead.org>
Date: Sat, 19 Oct 2024 18:49:24 +0100
From: David Woodhouse <dwmw2@...radead.org>
To: Jakub Kicinski <kuba@...nel.org>
Cc: Richard Cochran <richardcochran@...il.com>, Peter Hilber
<peter.hilber@...nsynergy.com>, linux-kernel@...r.kernel.org,
virtualization@...ts.linux.dev, linux-arm-kernel@...ts.infradead.org,
linux-rtc@...r.kernel.org, "Ridoux, Julien" <ridouxj@...zon.com>,
virtio-dev@...ts.linux.dev, "Luu, Ryan" <rluu@...zon.com>, "Chashper,
David" <chashper@...zon.com>, "Mohamed Abuelfotoh, Hazem"
<abuehaze@...zon.com>, Paolo Abeni <pabeni@...hat.com>, "Christopher S .
Hall" <christopher.s.hall@...el.com>, Jason Wang <jasowang@...hat.com>,
John Stultz <jstultz@...gle.com>, "Michael S . Tsirkin" <mst@...hat.com>,
netdev@...r.kernel.org, Stephen Boyd <sboyd@...nel.org>, Thomas Gleixner
<tglx@...utronix.de>, Xuan Zhuo <xuanzhuo@...ux.alibaba.com>, Marc Zyngier
<maz@...nel.org>, Mark Rutland <mark.rutland@....com>, Daniel Lezcano
<daniel.lezcano@...aro.org>, Alessandro Zummo <a.zummo@...ertech.it>,
Alexandre Belloni <alexandre.belloni@...tlin.com>, qemu-devel
<qemu-devel@...gnu.org>, Simon Horman <horms@...nel.org>
Subject: Re: [PATCH net-next v7] ptp: Add support for the AMZNC10C 'vmclock'
device
On Mon, 2024-10-14 at 13:12 -0700, Jakub Kicinski wrote:
> On Mon, 14 Oct 2024 08:25:35 +0100 David Woodhouse wrote:
> > On Wed, 2024-10-09 at 17:32 -0700, Jakub Kicinski wrote:
> > > On Sun, 06 Oct 2024 08:17:58 +0100 David Woodhouse wrote:
> > > > +config PTP_1588_CLOCK_VMCLOCK
> > > > + tristate "Virtual machine PTP clock"
> > > > + depends on X86_TSC || ARM_ARCH_TIMER
> > > > + depends on PTP_1588_CLOCK && ACPI && ARCH_SUPPORTS_INT128
> > > > + default y
> > >
> > > Why default to enabled? Linus will not be happy..
> >
> > Want an incremental patch to change that?
>
> Yes please and thank you! We gotta straighten it out before
> the merge window.
Hm, as I (finally) come to do that, I realise that many of the others
defined in drivers/ptp/Kconfig are also 'default y'. Which is only
really 'default PTP_1588_CLOCK' in practice since they all depend on
that.
Most importantly, PTP_1588_CLOCK_KVM is 'default y'. And that one is
fundamentally broken (at least in the presence of live migration if
guests care about their clock suddenly being wrong) which is why it's
being superseded by the new VMCLOCK thing. We absolutely don't want to
leave the _KVM one enabled by default and not its _VMCLOCK replacement.
Please advise... I suspect the best answer is to leave it as it is?
Download attachment "smime.p7s" of type "application/pkcs7-signature" (5965 bytes)
Powered by blists - more mailing lists