drivers/staging/media/atomisp/pci/hmm/hmm.c | 22 ++++++--------------- 1 file changed, 6 insertions(+), 16 deletions(-)
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/20220413225531.9425-1-fmdefrancesco@gmail.com/ https://lore.kernel.org/lkml/Yli+R7iLZKqO8kVP@iweiny-desk3/ https://lore.kernel.org/lkml/2d096f20-dbaa-1d49-96e9-a7ae6c19f7fe@redhat.com/ [PATCH] staging: media: atomisp: Use kmap_local_page() in hmm_set() https://lore.kernel.org/lkml/20220413212210.18494-1-fmdefrancesco@gmail.com/ https://lore.kernel.org/lkml/YldNhErgt53RqYp7@iweiny-desk3/ https://lore.kernel.org/lkml/0b04ad1a-e442-1728-ef2c-bab386a4c64c@redhat.com/ [PATCH] staging: media: atomisp: Convert kmap() to kmap_local_page() https://lore.kernel.org/lkml/20220408223129.3844-1-fmdefrancesco@gmail.com/ https://lore.kernel.org/lkml/b0aed731-b56f-4378-b50e-fc0cbccbdb84@redhat.com/ 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
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/20220413225531.9425-1-fmdefrancesco@gmail.com/ > https://lore.kernel.org/lkml/Yli+R7iLZKqO8kVP@iweiny-desk3/ > https://lore.kernel.org/lkml/2d096f20-dbaa-1d49-96e9-a7ae6c19f7fe@redhat.com/ > > [PATCH] staging: media: atomisp: Use kmap_local_page() in hmm_set() > https://lore.kernel.org/lkml/20220413212210.18494-1-fmdefrancesco@gmail.com/ > https://lore.kernel.org/lkml/YldNhErgt53RqYp7@iweiny-desk3/ > https://lore.kernel.org/lkml/0b04ad1a-e442-1728-ef2c-bab386a4c64c@redhat.com/ > > [PATCH] staging: media: atomisp: Convert kmap() to kmap_local_page() > https://lore.kernel.org/lkml/20220408223129.3844-1-fmdefrancesco@gmail.com/ > https://lore.kernel.org/lkml/b0aed731-b56f-4378-b50e-fc0cbccbdb84@redhat.com/ > > 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 <hdegoede@redhat.com> Regards, Hans
Em Fri, 8 Jul 2022 17:55:26 +0200 Hans de Goede <hdegoede@redhat.com> 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/20220413225531.9425-1-fmdefrancesco@gmail.com/ > > https://lore.kernel.org/lkml/Yli+R7iLZKqO8kVP@iweiny-desk3/ > > https://lore.kernel.org/lkml/2d096f20-dbaa-1d49-96e9-a7ae6c19f7fe@redhat.com/ > > > > [PATCH] staging: media: atomisp: Use kmap_local_page() in hmm_set() > > https://lore.kernel.org/lkml/20220413212210.18494-1-fmdefrancesco@gmail.com/ > > https://lore.kernel.org/lkml/YldNhErgt53RqYp7@iweiny-desk3/ > > https://lore.kernel.org/lkml/0b04ad1a-e442-1728-ef2c-bab386a4c64c@redhat.com/ > > > > [PATCH] staging: media: atomisp: Convert kmap() to kmap_local_page() > > https://lore.kernel.org/lkml/20220408223129.3844-1-fmdefrancesco@gmail.com/ > > https://lore.kernel.org/lkml/b0aed731-b56f-4378-b50e-fc0cbccbdb84@redhat.com/ > > > > 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 <hdegoede@redhat.com> 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
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 <hdegoede@redhat.com> 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/20220413225531.9425-1-fmdefrancesco@gmail.com/ > > > https://lore.kernel.org/lkml/Yli+R7iLZKqO8kVP@iweiny-desk3/ > > > https://lore.kernel.org/lkml/2d096f20-dbaa-1d49-96e9-a7ae6c19f7fe@redhat.com/ > > > > > > [PATCH] staging: media: atomisp: Use kmap_local_page() in hmm_set() > > > https://lore.kernel.org/lkml/20220413212210.18494-1-fmdefrancesco@gmail.com/ > > > https://lore.kernel.org/lkml/YldNhErgt53RqYp7@iweiny-desk3/ > > > https://lore.kernel.org/lkml/0b04ad1a-e442-1728-ef2c-bab386a4c64c@redhat.com/ > > > > > > [PATCH] staging: media: atomisp: Convert kmap() to kmap_local_page() > > > https://lore.kernel.org/lkml/20220408223129.3844-1-fmdefrancesco@gmail.com/ > > > https://lore.kernel.org/lkml/b0aed731-b56f-4378-b50e-fc0cbccbdb84@redhat.com/ > > > > > > 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 <hdegoede@redhat.com> > > 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
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 <hdegoede@redhat.com> 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/20220413225531.9425-1-fmdefrancesco@gmail.com/ >>>> https://lore.kernel.org/lkml/Yli+R7iLZKqO8kVP@iweiny-desk3/ >>>> https://lore.kernel.org/lkml/2d096f20-dbaa-1d49-96e9-a7ae6c19f7fe@redhat.com/ >>>> >>>> [PATCH] staging: media: atomisp: Use kmap_local_page() in hmm_set() >>>> https://lore.kernel.org/lkml/20220413212210.18494-1-fmdefrancesco@gmail.com/ >>>> https://lore.kernel.org/lkml/YldNhErgt53RqYp7@iweiny-desk3/ >>>> https://lore.kernel.org/lkml/0b04ad1a-e442-1728-ef2c-bab386a4c64c@redhat.com/ >>>> >>>> [PATCH] staging: media: atomisp: Convert kmap() to kmap_local_page() >>>> https://lore.kernel.org/lkml/20220408223129.3844-1-fmdefrancesco@gmail.com/ >>>> https://lore.kernel.org/lkml/b0aed731-b56f-4378-b50e-fc0cbccbdb84@redhat.com/ >>>> >>>> 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 <hdegoede@redhat.com> >> >> 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
© 2016 - 2026 Red Hat, Inc.