All of lore.kernel.org
 help / color / mirror / Atom feed
From: Oleksandr Tyshchenko <olekstysh-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Robin Murphy <robin.murphy-5wv7dgnIgG8@public.gmane.org>
Cc: Volodymyr Babchuk
	<vlad.babchuk-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org>,
	iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org,
	Andrii Anisov
	<andrii.anisov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	Oleksandr Andrushchenko
	<andr2000-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	al1img <al1img-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	Artem Mygaiev <joculator-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Subject: Re: [PATCH v1 0/2] Misc fixes for ARM page table allocator (long/short descriptor format)
Date: Thu, 16 Mar 2017 13:22:46 +0200	[thread overview]
Message-ID: <CAPD2p-ktwFGNYCfgaxtaQ_WgGNzzEvNqcaaVDWBGQm0=1um3_A@mail.gmail.com> (raw)
In-Reply-To: <9c726317-6669-91d9-ff42-9ad47c144a3e-5wv7dgnIgG8@public.gmane.org>

On Thu, Mar 16, 2017 at 1:19 PM, Robin Murphy <robin.murphy-5wv7dgnIgG8@public.gmane.org> wrote:
> On 16/03/17 09:19, Oleksandr Tyshchenko wrote:
>> Hi, all.
>>
>> Any comments?
>
> Er, no, but in a good way ;)
>
> Patches look fine to me, and I see Will's already queued them anyway.
>
> Thanks for the respin, and apologies for losing it in my inbox!
>
> Robin.

Great, thank you.

>
>>
>> On Mon, Feb 27, 2017 at 2:30 PM, Oleksandr Tyshchenko
>> <olekstysh-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>>> Hi.
>>>
>>> There is a small patch series which contains the same fix for both
>>> descriptor formats based on the preceding RFC patches:
>>> https://lists.linuxfoundation.org/pipermail/iommu/2017-February/020411.html
>>> https://lists.linuxfoundation.org/pipermail/iommu/2017-February/020477.html
>>>
>>> Oleksandr Tyshchenko (2):
>>>   iommu/io-pgtable-arm: Check for leaf entry before dereferencing it
>>>   iommu/io-pgtable-arm-v7s: Check for leaf entry before dereferencing it
>>>
>>>  drivers/iommu/io-pgtable-arm-v7s.c | 6 +++++-
>>>  drivers/iommu/io-pgtable-arm.c     | 6 +++++-
>>>  2 files changed, 10 insertions(+), 2 deletions(-)
>>>
>>> --
>>> 2.7.4
>>>
>>
>>
>>
>



-- 
Regards,

Oleksandr Tyshchenko

WARNING: multiple messages have this Message-ID (diff)
From: olekstysh@gmail.com (Oleksandr Tyshchenko)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v1 0/2] Misc fixes for ARM page table allocator (long/short descriptor format)
Date: Thu, 16 Mar 2017 13:22:46 +0200	[thread overview]
Message-ID: <CAPD2p-ktwFGNYCfgaxtaQ_WgGNzzEvNqcaaVDWBGQm0=1um3_A@mail.gmail.com> (raw)
In-Reply-To: <9c726317-6669-91d9-ff42-9ad47c144a3e@arm.com>

On Thu, Mar 16, 2017 at 1:19 PM, Robin Murphy <robin.murphy@arm.com> wrote:
> On 16/03/17 09:19, Oleksandr Tyshchenko wrote:
>> Hi, all.
>>
>> Any comments?
>
> Er, no, but in a good way ;)
>
> Patches look fine to me, and I see Will's already queued them anyway.
>
> Thanks for the respin, and apologies for losing it in my inbox!
>
> Robin.

Great, thank you.

>
>>
>> On Mon, Feb 27, 2017 at 2:30 PM, Oleksandr Tyshchenko
>> <olekstysh@gmail.com> wrote:
>>> Hi.
>>>
>>> There is a small patch series which contains the same fix for both
>>> descriptor formats based on the preceding RFC patches:
>>> https://lists.linuxfoundation.org/pipermail/iommu/2017-February/020411.html
>>> https://lists.linuxfoundation.org/pipermail/iommu/2017-February/020477.html
>>>
>>> Oleksandr Tyshchenko (2):
>>>   iommu/io-pgtable-arm: Check for leaf entry before dereferencing it
>>>   iommu/io-pgtable-arm-v7s: Check for leaf entry before dereferencing it
>>>
>>>  drivers/iommu/io-pgtable-arm-v7s.c | 6 +++++-
>>>  drivers/iommu/io-pgtable-arm.c     | 6 +++++-
>>>  2 files changed, 10 insertions(+), 2 deletions(-)
>>>
>>> --
>>> 2.7.4
>>>
>>
>>
>>
>



-- 
Regards,

Oleksandr Tyshchenko

  parent reply	other threads:[~2017-03-16 11:22 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-27 12:30 [PATCH v1 0/2] Misc fixes for ARM page table allocator (long/short descriptor format) Oleksandr Tyshchenko
2017-02-27 12:30 ` Oleksandr Tyshchenko
     [not found] ` <1488198626-1884-1-git-send-email-olekstysh-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-02-27 12:30   ` [PATCH v1 1/2] iommu/io-pgtable-arm: Check for leaf entry before dereferencing it Oleksandr Tyshchenko
2017-02-27 12:30     ` Oleksandr Tyshchenko
2017-02-27 12:30   ` [PATCH v1 2/2] iommu/io-pgtable-arm-v7s: " Oleksandr Tyshchenko
2017-02-27 12:30     ` Oleksandr Tyshchenko
2017-03-16  9:19   ` [PATCH v1 0/2] Misc fixes for ARM page table allocator (long/short descriptor format) Oleksandr Tyshchenko
2017-03-16  9:19     ` Oleksandr Tyshchenko
     [not found]     ` <CAPD2p-=3Q7KKct29kjSi0=_-R7e3L5sgC-N4zS=BDa1vGc8uuQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-03-16 11:19       ` Robin Murphy
2017-03-16 11:19         ` Robin Murphy
     [not found]         ` <9c726317-6669-91d9-ff42-9ad47c144a3e-5wv7dgnIgG8@public.gmane.org>
2017-03-16 11:22           ` Oleksandr Tyshchenko [this message]
2017-03-16 11:22             ` Oleksandr Tyshchenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAPD2p-ktwFGNYCfgaxtaQ_WgGNzzEvNqcaaVDWBGQm0=1um3_A@mail.gmail.com' \
    --to=olekstysh-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=al1img-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=andr2000-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=andrii.anisov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org \
    --cc=joculator-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=robin.murphy-5wv7dgnIgG8@public.gmane.org \
    --cc=vlad.babchuk-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=will.deacon-5wv7dgnIgG8@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.