Re: [PATCH v3 0/5] Fix some race conditions that exists between fbmem and sysfb

2022-04-29 Thread Javier Martinez Canillas
Hello Daniel, On 4/29/22 09:47, Daniel Vetter wrote: [snip] >> >> Exactly, should be done when the device is registered rather than when >> the driver is registered or a call is made to remove the conflicting FB. >> >> I'll rework this series with only the bits for sysfb_disable() and drop >> th

Re: [PATCH v3 0/5] Fix some race conditions that exists between fbmem and sysfb

2022-04-29 Thread Daniel Vetter
On Mon, Apr 25, 2022 at 11:49:13AM +0200, Javier Martinez Canillas wrote: > Hello Thomas, > > Thanks for the feedback. It was very useful. > > On 4/25/22 11:15, Thomas Zimmermann wrote: > > Hi > > > > Am 25.04.22 um 10:54 schrieb Thomas Zimmermann: > >> Hi > >> > >> Am 20.04.22 um 10:52 schrieb

Re: [PATCH v3 0/5] Fix some race conditions that exists between fbmem and sysfb

2022-04-25 Thread Javier Martinez Canillas
Hello Thomas, Thanks for the feedback. It was very useful. On 4/25/22 11:15, Thomas Zimmermann wrote: > Hi > > Am 25.04.22 um 10:54 schrieb Thomas Zimmermann: >> Hi >> >> Am 20.04.22 um 10:52 schrieb Javier Martinez Canillas: >>> Hello, >>> >>> The patches in this series are mostly changes sugge

Re: [PATCH v3 0/5] Fix some race conditions that exists between fbmem and sysfb

2022-04-25 Thread Thomas Zimmermann
Hi Am 25.04.22 um 10:54 schrieb Thomas Zimmermann: Hi Am 20.04.22 um 10:52 schrieb Javier Martinez Canillas: Hello, The patches in this series are mostly changes suggested by Daniel Vetter to fix some race conditions that exists between the fbdev core (fbmem) and sysfb with regard to device r

Re: [PATCH v3 0/5] Fix some race conditions that exists between fbmem and sysfb

2022-04-25 Thread Thomas Zimmermann
Hi Am 20.04.22 um 10:52 schrieb Javier Martinez Canillas: Hello, The patches in this series are mostly changes suggested by Daniel Vetter to fix some race conditions that exists between the fbdev core (fbmem) and sysfb with regard to device registration and removal. For example, it is currentl

Re: [PATCH v3 0/5] Fix some race conditions that exists between fbmem and sysfb

2022-04-22 Thread Greg Kroah-Hartman
On Wed, Apr 20, 2022 at 10:52:58AM +0200, Javier Martinez Canillas wrote: > Hello, > > The patches in this series are mostly changes suggested by Daniel Vetter > to fix some race conditions that exists between the fbdev core (fbmem) > and sysfb with regard to device registration and removal. > >

[PATCH v3 0/5] Fix some race conditions that exists between fbmem and sysfb

2022-04-20 Thread Javier Martinez Canillas
Hello, The patches in this series are mostly changes suggested by Daniel Vetter to fix some race conditions that exists between the fbdev core (fbmem) and sysfb with regard to device registration and removal. For example, it is currently possible for sysfb to register a platform device after a re