Re: svn commit: r330236 - head/sys/compat/linuxkpi/common/src

2018-03-04 Thread Hans Petter Selasky
On 03/04/18 02:25, Colin Percival wrote: In case the data point is useful: Merging this to stable/11 unbroke S3 suspend/resume on my laptop (system76 Galago Pro, kabylake, using the drm-next-kmod port). FYI: Now MFC'ed to stable/11. --HPS ___

Re: svn commit: r330236 - head/sys/compat/linuxkpi/common/src

2018-03-04 Thread Ronald Klop
On Sun, 04 Mar 2018 02:25:17 +0100, Colin Percival wrote: On 03/01/18 02:31, Hans Petter Selasky wrote: New Revision: 330236 Correct the return value from flush_work() and flush_delayed_work() in the LinuxKPI to comply more with Linux. This fixes an issue when

Re: svn commit: r330236 - head/sys/compat/linuxkpi/common/src

2018-03-04 Thread Alexey Dokuchaev
On Sun, Mar 04, 2018 at 01:25:17AM +, Colin Percival wrote: > On 03/01/18 02:31, Hans Petter Selasky wrote: > > New Revision: 330236 > > Correct the return value from flush_work() and flush_delayed_work() > > in the LinuxKPI to comply more with Linux. This fixes an issue when > > these

Re: svn commit: r330236 - head/sys/compat/linuxkpi/common/src

2018-03-03 Thread Colin Percival
On 03/01/18 02:31, Hans Petter Selasky wrote: > New Revision: 330236 > Correct the return value from flush_work() and flush_delayed_work() in the > LinuxKPI to comply more with Linux. This fixes an issue when these functions > are used in waiting loops. > > MFC after: 1 week >

svn commit: r330236 - head/sys/compat/linuxkpi/common/src

2018-03-01 Thread Hans Petter Selasky
Author: hselasky Date: Thu Mar 1 10:31:51 2018 New Revision: 330236 URL: https://svnweb.freebsd.org/changeset/base/330236 Log: Correct the return value from flush_work() and flush_delayed_work() in the LinuxKPI to comply more with Linux. This fixes an issue when these functions are used in