From: Chintan Pandya <cpandya@codeaurora.org> To: "Kani, Toshi" <toshi.kani@hpe.com>, "will.deacon@arm.com" <will.deacon@arm.com> Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>, "ard.biesheuvel@linaro.org" <ard.biesheuvel@linaro.org>, "vkuznets@redhat.com" <vkuznets@redhat.com>, "tglx@linutronix.de" <tglx@linutronix.de>, "james.morse@arm.com" <james.morse@arm.com>, "dave.hansen@linux.intel.com" <dave.hansen@linux.intel.com>, "joro@8bytes.org" <joro@8bytes.org>, "akpm@linux-foundation.org" <akpm@linux-foundation.org>, "mark.rutland@arm.com" <mark.rutland@arm.com>, "hpa@zytor.com" <hpa@zytor.com>, "mingo@redhat.com" <mingo@redhat.com>, "kristina.martsenko@arm.com" <kristina.martsenko@arm.com>, "gregkh@linuxfoundation.org" <gregkh@linuxfoundation.org>, "linux-arm-kernel@lists.infradead.org" <linux-arm-kernel@lists.infradead.org>, "marc.zyngier@arm.com" <marc.zyngier@arm.com> Subject: Re: [PATCH v9 3/4] arm64: Implement page table free interfaces Date: Thu, 24 May 2018 12:33:13 +0530 [thread overview] Message-ID: <5a0481d4-4ac0-e65a-e00e-4ac63c4306c9@codeaurora.org> (raw) In-Reply-To: <1527085967.14039.10.camel@hpe.com> On 5/23/2018 8:04 PM, Kani, Toshi wrote: > On Wed, 2018-05-23 at 15:01 +0100, Will Deacon wrote: >> Hi Chintan, >> >> [as a side note: I'm confused on the status of this patch series, as part >> of it was reposted separately by Toshi. Please can you work together?] > > I do not know the status of my patch series, either... That being said, > I made my x86 patches based off from Chintan's 1/4 patch (which changes > both x86 and arm) so that my series won't conflict with his. > > Chintan, Hi Toshi, > If you need to update your series before mine's accepted, please make > sure to use the updated 1/4 below. I've updated the descriptions per > review comment. > https://patchwork.kernel.org/patch/10407065/ For the sake of completeness, I will re-push my previous 1/4 but will take your version of change log. I've seen this and your change log describes the change better. > > Thanks, > -Toshi > Chintan -- Qualcomm India Private Limited, on behalf of Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project
WARNING: multiple messages have this Message-ID (diff)
From: Chintan Pandya <cpandya@codeaurora.org> To: "Kani, Toshi" <toshi.kani@hpe.com>, "will.deacon@arm.com" <will.deacon@arm.com> Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>, "ard.biesheuvel@linaro.org" <ard.biesheuvel@linaro.org>, "vkuznets@redhat.com" <vkuznets@redhat.com>, "tglx@linutronix.de" <tglx@linutronix.de>, "james.morse@arm.com" <james.morse@arm.com>, "dave.hansen@linux.intel.com" <dave.hansen@linux.intel.com>, "joro@8bytes.org" <joro@8bytes.org>, "akpm@linux-foundation.org" <akpm@linux-foundation.org>, "mark.rutland@arm.com" <mark.rutland@arm.com>, "hpa@zytor.com" <hpa@zytor.com>, "mingo@redhat.com" <mingo@redhat.com>, "kristina.martsenko@arm.com" <kristina.martsenko@arm.com>, "gregkh@linuxfoundation.org" <gregkh@linuxfoundation.org>, "linux-arm-kernel@lists.infradead.org" <linux-arm-kernel@lists.infradead.org>, "marc.zyngier@arm.com" <marc.zyngier@arm.com>, "pelcan@codeaurora.org" <pelcan@codeaurora.org>, "arnd@arndb.de" <arnd@arndb.de>, "linux-arch@vger.kernel.org" <linux-arch@vger.kernel.org> Subject: Re: [PATCH v9 3/4] arm64: Implement page table free interfaces Date: Thu, 24 May 2018 12:33:13 +0530 [thread overview] Message-ID: <5a0481d4-4ac0-e65a-e00e-4ac63c4306c9@codeaurora.org> (raw) Message-ID: <20180524070313.iaKqpPHSCwD3_9UERZMFzch_TkLBJtYRKNwt28C346A@z> (raw) In-Reply-To: <1527085967.14039.10.camel@hpe.com> On 5/23/2018 8:04 PM, Kani, Toshi wrote: > On Wed, 2018-05-23 at 15:01 +0100, Will Deacon wrote: >> Hi Chintan, >> >> [as a side note: I'm confused on the status of this patch series, as part >> of it was reposted separately by Toshi. Please can you work together?] > > I do not know the status of my patch series, either... That being said, > I made my x86 patches based off from Chintan's 1/4 patch (which changes > both x86 and arm) so that my series won't conflict with his. > > Chintan, Hi Toshi, > If you need to update your series before mine's accepted, please make > sure to use the updated 1/4 below. I've updated the descriptions per > review comment. > https://patchwork.kernel.org/patch/10407065/ For the sake of completeness, I will re-push my previous 1/4 but will take your version of change log. I've seen this and your change log describes the change better. > > Thanks, > -Toshi > Chintan -- Qualcomm India Private Limited, on behalf of Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project
next prev parent reply other threads:[~2018-05-24 7:03 UTC|newest] Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top 2018-04-30 7:41 [PATCH v9 0/4] Fix issues with huge mapping in ioremap for ARM64 Chintan Pandya 2018-04-30 7:41 ` Chintan Pandya 2018-04-30 7:41 ` [PATCH v9 1/4] ioremap: Update pgtable free interfaces with addr Chintan Pandya 2018-04-30 7:41 ` Chintan Pandya 2018-04-30 7:41 ` [PATCH v9 2/4] arm64: tlbflush: Introduce __flush_tlb_kernel_pgtable Chintan Pandya 2018-04-30 7:41 ` Chintan Pandya 2018-04-30 7:41 ` [PATCH v9 3/4] arm64: Implement page table free interfaces Chintan Pandya 2018-04-30 7:41 ` Chintan Pandya 2018-05-23 14:01 ` Will Deacon 2018-05-23 14:01 ` Will Deacon 2018-05-23 14:34 ` Kani, Toshi 2018-05-23 14:34 ` Kani, Toshi 2018-05-24 7:03 ` Chintan Pandya [this message] 2018-05-24 7:03 ` Chintan Pandya 2018-05-24 7:34 ` Chintan Pandya 2018-05-24 7:34 ` Chintan Pandya 2018-04-30 7:41 ` [PATCH v9 4/4] Revert "arm64: Enforce BBM for huge IO/VMAP mappings" Chintan Pandya 2018-04-30 7:41 ` Chintan Pandya
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=5a0481d4-4ac0-e65a-e00e-4ac63c4306c9@codeaurora.org \ --to=cpandya@codeaurora.org \ --cc=akpm@linux-foundation.org \ --cc=ard.biesheuvel@linaro.org \ --cc=dave.hansen@linux.intel.com \ --cc=gregkh@linuxfoundation.org \ --cc=hpa@zytor.com \ --cc=james.morse@arm.com \ --cc=joro@8bytes.org \ --cc=kristina.martsenko@arm.com \ --cc=linux-arm-kernel@lists.infradead.org \ --cc=linux-kernel@vger.kernel.org \ --cc=marc.zyngier@arm.com \ --cc=mark.rutland@arm.com \ --cc=mingo@redhat.com \ --cc=tglx@linutronix.de \ --cc=toshi.kani@hpe.com \ --cc=vkuznets@redhat.com \ --cc=will.deacon@arm.com \ /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: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).