Re: Regression in Linux next with show wakeup sources stats in sysfs

2019-08-14 Thread Stephen Boyd
Quoting Tony Lindgren (2019-08-14 00:32:34) > * Stephen Boyd [190814 07:09]: > > Quoting Tony Lindgren (2019-08-13 23:38:03) > > > Hi all, > > > > > > Looks like commit 986845e747af ("PM / wakeup: Show wakeup sources stats > > > in sysfs") has caused a regression in Linux next where I can now get

Re: Regression in Linux next with show wakeup sources stats in sysfs

2019-08-14 Thread Tony Lindgren
* Stephen Boyd [190814 07:09]: > Quoting Tony Lindgren (2019-08-13 23:38:03) > > Hi all, > > > > Looks like commit 986845e747af ("PM / wakeup: Show wakeup sources stats > > in sysfs") has caused a regression in Linux next where I can now get > > some errors like this during the boot: > > > > kob

Re: Regression in Linux next with show wakeup sources stats in sysfs

2019-08-14 Thread Stephen Boyd
Quoting Tony Lindgren (2019-08-13 23:38:03) > Hi all, > > Looks like commit 986845e747af ("PM / wakeup: Show wakeup sources stats > in sysfs") has caused a regression in Linux next where I can now get > some errors like this during the boot: > > kobject_add_internal failed for wakeup10 (error: -2

Regression in Linux next with show wakeup sources stats in sysfs

2019-08-13 Thread Tony Lindgren
Hi all, Looks like commit 986845e747af ("PM / wakeup: Show wakeup sources stats in sysfs") has caused a regression in Linux next where I can now get some errors like this during the boot: kobject_add_internal failed for wakeup10 (error: -2 parent: usb) Any ideas why this might be happening? Mayb