2022-07-07 20:38:42

by Fabio M. De Francesco

[permalink] [raw]
Subject: [RESEND PATCH 0/3] staging: media: atomisp: Convert to kmap_local_page()

After waiting months, I'm resending three conversions to
kmap_local_page(). I'd like to ask if there is anything which prevents
these patches from being accepted.

Please note that these patches were submitted on April 2022.

For you convenience here are the links to the patches, the "Reviewed-by:"
and "Tested-by:" tags:

[PATCH] staging: media: atomisp: Use kmap_local_page() in hmm_store()
https://lore.kernel.org/lkml/[email protected]/
https://lore.kernel.org/lkml/Yli+R7iLZKqO8kVP@iweiny-desk3/
https://lore.kernel.org/lkml/[email protected]/

[PATCH] staging: media: atomisp: Use kmap_local_page() in hmm_set()
https://lore.kernel.org/lkml/[email protected]/
https://lore.kernel.org/lkml/YldNhErgt53RqYp7@iweiny-desk3/
https://lore.kernel.org/lkml/[email protected]/

[PATCH] staging: media: atomisp: Convert kmap() to kmap_local_page()
https://lore.kernel.org/lkml/[email protected]/
https://lore.kernel.org/lkml/[email protected]/

Fabio M. De Francesco (3):
staging: media: atomisp: Convert kmap() to kmap_local_page()
staging: media: atomisp: Use kmap_local_page() in hmm_set()
staging: media: atomisp: Use kmap_local_page() in hmm_store()

drivers/staging/media/atomisp/pci/hmm/hmm.c | 22 ++++++---------------
1 file changed, 6 insertions(+), 16 deletions(-)

--
2.36.1


2022-07-08 16:41:29

by Hans de Goede

[permalink] [raw]
Subject: Re: [RESEND PATCH 0/3] staging: media: atomisp: Convert to kmap_local_page()

Hi,

On 7/7/22 22:07, Fabio M. De Francesco wrote:
> After waiting months, I'm resending three conversions to
> kmap_local_page(). I'd like to ask if there is anything which prevents
> these patches from being accepted.
>
> Please note that these patches were submitted on April 2022.
>
> For you convenience here are the links to the patches, the "Reviewed-by:"
> and "Tested-by:" tags:
>
> [PATCH] staging: media: atomisp: Use kmap_local_page() in hmm_store()
> https://lore.kernel.org/lkml/[email protected]/
> https://lore.kernel.org/lkml/Yli+R7iLZKqO8kVP@iweiny-desk3/
> https://lore.kernel.org/lkml/[email protected]/
>
> [PATCH] staging: media: atomisp: Use kmap_local_page() in hmm_set()
> https://lore.kernel.org/lkml/[email protected]/
> https://lore.kernel.org/lkml/YldNhErgt53RqYp7@iweiny-desk3/
> https://lore.kernel.org/lkml/[email protected]/
>
> [PATCH] staging: media: atomisp: Convert kmap() to kmap_local_page()
> https://lore.kernel.org/lkml/[email protected]/
> https://lore.kernel.org/lkml/[email protected]/
>
> Fabio M. De Francesco (3):
> staging: media: atomisp: Convert kmap() to kmap_local_page()
> staging: media: atomisp: Use kmap_local_page() in hmm_set()
> staging: media: atomisp: Use kmap_local_page() in hmm_store()

Thanks, the entire series looks good to me:

Reviewed-by: Hans de Goede <[email protected]>

Regards,

Hans

2022-07-09 16:59:55

by Mauro Carvalho Chehab

[permalink] [raw]
Subject: Re: [RESEND PATCH 0/3] staging: media: atomisp: Convert to kmap_local_page()

Em Fri, 8 Jul 2022 17:55:26 +0200
Hans de Goede <[email protected]> escreveu:

> Hi,
>
> On 7/7/22 22:07, Fabio M. De Francesco wrote:
> > After waiting months, I'm resending three conversions to
> > kmap_local_page(). I'd like to ask if there is anything which prevents
> > these patches from being accepted.
> >
> > Please note that these patches were submitted on April 2022.
> >
> > For you convenience here are the links to the patches, the "Reviewed-by:"
> > and "Tested-by:" tags:
> >
> > [PATCH] staging: media: atomisp: Use kmap_local_page() in hmm_store()
> > https://lore.kernel.org/lkml/[email protected]/
> > https://lore.kernel.org/lkml/Yli+R7iLZKqO8kVP@iweiny-desk3/
> > https://lore.kernel.org/lkml/[email protected]/
> >
> > [PATCH] staging: media: atomisp: Use kmap_local_page() in hmm_set()
> > https://lore.kernel.org/lkml/[email protected]/
> > https://lore.kernel.org/lkml/YldNhErgt53RqYp7@iweiny-desk3/
> > https://lore.kernel.org/lkml/[email protected]/
> >
> > [PATCH] staging: media: atomisp: Convert kmap() to kmap_local_page()
> > https://lore.kernel.org/lkml/[email protected]/
> > https://lore.kernel.org/lkml/[email protected]/
> >
> > Fabio M. De Francesco (3):
> > staging: media: atomisp: Convert kmap() to kmap_local_page()
> > staging: media: atomisp: Use kmap_local_page() in hmm_set()
> > staging: media: atomisp: Use kmap_local_page() in hmm_store()
>
> Thanks, the entire series looks good to me:
>
> Reviewed-by: Hans de Goede <[email protected]>

Yesterday, I applied all pending patches at media-stage, including those.
Please check if everything is ok, as I had to solve some trivial
conflicts.

Regards,
Mauro

2022-07-12 10:55:02

by Fabio M. De Francesco

[permalink] [raw]
Subject: Re: [RESEND PATCH 0/3] staging: media: atomisp: Convert to kmap_local_page()

On sabato 9 luglio 2022 18:46:45 CEST Mauro Carvalho Chehab wrote:
> Em Fri, 8 Jul 2022 17:55:26 +0200
> Hans de Goede <[email protected]> escreveu:
>
> > Hi,
> >
> > On 7/7/22 22:07, Fabio M. De Francesco wrote:
> > > After waiting months, I'm resending three conversions to
> > > kmap_local_page(). I'd like to ask if there is anything which
prevents
> > > these patches from being accepted.
> > >
> > > Please note that these patches were submitted on April 2022.
> > >
> > > For you convenience here are the links to the patches, the "Reviewed-
by:"
> > > and "Tested-by:" tags:
> > >
> > > [PATCH] staging: media: atomisp: Use kmap_local_page() in hmm_store()
> > > https://lore.kernel.org/lkml/[email protected]/
> > > https://lore.kernel.org/lkml/Yli+R7iLZKqO8kVP@iweiny-desk3/
> > > https://lore.kernel.org/lkml/[email protected]/
> > >
> > > [PATCH] staging: media: atomisp: Use kmap_local_page() in hmm_set()
> > > https://lore.kernel.org/lkml/[email protected]/
> > > https://lore.kernel.org/lkml/YldNhErgt53RqYp7@iweiny-desk3/
> > > https://lore.kernel.org/lkml/[email protected]/
> > >
> > > [PATCH] staging: media: atomisp: Convert kmap() to kmap_local_page()
> > > https://lore.kernel.org/lkml/[email protected]/
> > > https://lore.kernel.org/lkml/[email protected]/
> > >
> > > Fabio M. De Francesco (3):
> > > staging: media: atomisp: Convert kmap() to kmap_local_page()
> > > staging: media: atomisp: Use kmap_local_page() in hmm_set()
> > > staging: media: atomisp: Use kmap_local_page() in hmm_store()
> >
> > Thanks, the entire series looks good to me:
> >
> > Reviewed-by: Hans de Goede <[email protected]>
>
> Yesterday, I applied all pending patches at media-stage, including those.
> Please check if everything is ok, as I had to solve some trivial
> conflicts.
>
> Regards,
> Mauro
>
I just checked those patches at media-stage and everything seems fine.
Thanks for applying them.

Regards,

Fabio



2022-07-15 16:25:02

by Hans de Goede

[permalink] [raw]
Subject: Re: [RESEND PATCH 0/3] staging: media: atomisp: Convert to kmap_local_page()

Hi,

On 7/12/22 12:43, Fabio M. De Francesco wrote:
> On sabato 9 luglio 2022 18:46:45 CEST Mauro Carvalho Chehab wrote:
>> Em Fri, 8 Jul 2022 17:55:26 +0200
>> Hans de Goede <[email protected]> escreveu:
>>
>>> Hi,
>>>
>>> On 7/7/22 22:07, Fabio M. De Francesco wrote:
>>>> After waiting months, I'm resending three conversions to
>>>> kmap_local_page(). I'd like to ask if there is anything which
> prevents
>>>> these patches from being accepted.
>>>>
>>>> Please note that these patches were submitted on April 2022.
>>>>
>>>> For you convenience here are the links to the patches, the "Reviewed-
> by:"
>>>> and "Tested-by:" tags:
>>>>
>>>> [PATCH] staging: media: atomisp: Use kmap_local_page() in hmm_store()
>>>> https://lore.kernel.org/lkml/[email protected]/
>>>> https://lore.kernel.org/lkml/Yli+R7iLZKqO8kVP@iweiny-desk3/
>>>> https://lore.kernel.org/lkml/[email protected]/
>>>>
>>>> [PATCH] staging: media: atomisp: Use kmap_local_page() in hmm_set()
>>>> https://lore.kernel.org/lkml/[email protected]/
>>>> https://lore.kernel.org/lkml/YldNhErgt53RqYp7@iweiny-desk3/
>>>> https://lore.kernel.org/lkml/[email protected]/
>>>>
>>>> [PATCH] staging: media: atomisp: Convert kmap() to kmap_local_page()
>>>> https://lore.kernel.org/lkml/[email protected]/
>>>> https://lore.kernel.org/lkml/[email protected]/
>>>>
>>>> Fabio M. De Francesco (3):
>>>> staging: media: atomisp: Convert kmap() to kmap_local_page()
>>>> staging: media: atomisp: Use kmap_local_page() in hmm_set()
>>>> staging: media: atomisp: Use kmap_local_page() in hmm_store()
>>>
>>> Thanks, the entire series looks good to me:
>>>
>>> Reviewed-by: Hans de Goede <[email protected]>
>>
>> Yesterday, I applied all pending patches at media-stage, including those.
>> Please check if everything is ok, as I had to solve some trivial
>> conflicts.
>>
>> Regards,
>> Mauro
>>
> I just checked those patches at media-stage and everything seems fine.
> Thanks for applying them.

The landing of my series in media-stage looks good too,

Thanks.

Regards,

Hans