Re: [PATCH RFC 0/2] rtc-cmos: Workaround unwanted interrupt generation

2016-07-19 Thread Pratyush Anand
On 19/07/2016:04:29:07 PM, Alexandre Belloni wrote: > Hi, > > On 18/07/2016 at 17:17:44 +0530, Pratyush Anand wrote : > > Hi RTC-Maintainers, > > > > > > On Mon, Jul 4, 2016 at 9:49 PM, Pratyush Anand wrote: > > > On 27/06/2016:10:19:07 AM, Pratyush Anand wrote: > > >> On 21/06/2016:10:25:34 AM

Re: [PATCH RFC 0/2] rtc-cmos: Workaround unwanted interrupt generation

2016-07-19 Thread Alexandre Belloni
Hi, On 18/07/2016 at 17:17:44 +0530, Pratyush Anand wrote : > Hi RTC-Maintainers, > > > On Mon, Jul 4, 2016 at 9:49 PM, Pratyush Anand wrote: > > On 27/06/2016:10:19:07 AM, Pratyush Anand wrote: > >> On 21/06/2016:10:25:34 AM, Pratyush Anand wrote: > >> > We have observed on few machines with r

Re: [PATCH RFC 0/2] rtc-cmos: Workaround unwanted interrupt generation

2016-07-18 Thread Pratyush Anand
Hi RTC-Maintainers, On Mon, Jul 4, 2016 at 9:49 PM, Pratyush Anand wrote: > On 27/06/2016:10:19:07 AM, Pratyush Anand wrote: >> On 21/06/2016:10:25:34 AM, Pratyush Anand wrote: >> > We have observed on few machines with rtc-cmos device that >> > hpet_rtc_interrupt() is called before cmos_do_prob

Re: [PATCH RFC 0/2] rtc-cmos: Workaround unwanted interrupt generation

2016-07-04 Thread Pratyush Anand
On 27/06/2016:10:19:07 AM, Pratyush Anand wrote: > On 21/06/2016:10:25:34 AM, Pratyush Anand wrote: > > We have observed on few machines with rtc-cmos device that > > hpet_rtc_interrupt() is called before cmos_do_probe() could call > > hpet_rtc_timer_init(). It has not been observed during normal b

Re: [PATCH RFC 0/2] rtc-cmos: Workaround unwanted interrupt generation

2016-06-26 Thread Pratyush Anand
On 21/06/2016:10:25:34 AM, Pratyush Anand wrote: > We have observed on few machines with rtc-cmos device that > hpet_rtc_interrupt() is called before cmos_do_probe() could call > hpet_rtc_timer_init(). It has not been observed during normal boot/reboot > of machines. It *sometime* happens when syst

[PATCH RFC 0/2] rtc-cmos: Workaround unwanted interrupt generation

2016-06-20 Thread Pratyush Anand
We have observed on few machines with rtc-cmos device that hpet_rtc_interrupt() is called before cmos_do_probe() could call hpet_rtc_timer_init(). It has not been observed during normal boot/reboot of machines. It *sometime* happens when system is booted with kdump secondary kernel. So, neither hpe