* [1/3] arm64: defconfig: enable CONFIG_ACPI_APEI_MEMORY_FAILURE
@ 2018-01-16 15:45 shiju.jose
2018-01-16 16:10 ` Timur Tabi
0 siblings, 1 reply; 6+ messages in thread
From: shiju.jose @ 2018-01-16 15:45 UTC (permalink / raw)
To: linux-arm-kernel, linux-kernel, catalin.marinas, will.deacon,
arnd, gregory.clement, xuwei5, timur, olof, yamada.masahiro,
robh, heiko, krzk, ard.biesheuvel, tbaicar
Cc: linuxarm, zhengqiang10
Enable ACPI APEI MEMORY FAILURE option for ARM64,
so that memory errors will be handled.
Signed-off-by: Shiju Jose <shiju.jose@huawei.com>
---
arch/arm64/configs/defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 6356c6d..9144e17 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -86,6 +86,7 @@ CONFIG_SCHED_MC=y
CONFIG_NUMA=y
CONFIG_PREEMPT=y
CONFIG_KSM=y
+CONFIG_MEMORY_FAILURE=y
CONFIG_TRANSPARENT_HUGEPAGE=y
CONFIG_CMA=y
CONFIG_SECCOMP=y
@@ -567,6 +568,7 @@ CONFIG_ACPI=y
CONFIG_ACPI_APEI=y
CONFIG_ACPI_APEI_GHES=y
CONFIG_ACPI_APEI_PCIEAER=y
+CONFIG_ACPI_APEI_MEMORY_FAILURE=y
CONFIG_EXT2_FS=y
CONFIG_EXT3_FS=y
CONFIG_EXT4_FS_POSIX_ACL=y
--
1.9.1
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [1/3] arm64: defconfig: enable CONFIG_ACPI_APEI_MEMORY_FAILURE
2018-01-16 15:45 [1/3] arm64: defconfig: enable CONFIG_ACPI_APEI_MEMORY_FAILURE shiju.jose
@ 2018-01-16 16:10 ` Timur Tabi
2018-01-19 15:06 ` Arnd Bergmann
0 siblings, 1 reply; 6+ messages in thread
From: Timur Tabi @ 2018-01-16 16:10 UTC (permalink / raw)
To: shiju.jose, linux-arm-kernel, linux-kernel, catalin.marinas,
will.deacon, arnd, gregory.clement, xuwei5, olof,
yamada.masahiro, robh, heiko, krzk, ard.biesheuvel, tbaicar
Cc: linuxarm, zhengqiang10
On 01/16/2018 09:45 AM, shiju.jose@huawei.com wrote:
> Enable ACPI APEI MEMORY FAILURE option for ARM64,
> so that memory errors will be handled.
>
> Signed-off-by: Shiju Jose<shiju.jose@huawei.com>
All three patches:
Acked-by: Timur Tabi <timur@codeaurora.org>
QDT definitely would like to see these patches merged into 4.16.
--
Qualcomm Datacenter Technologies, Inc. as an affiliate of Qualcomm
Technologies, Inc. Qualcomm Technologies, Inc. is a member of the
Code Aurora Forum, a Linux Foundation Collaborative Project.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [1/3] arm64: defconfig: enable CONFIG_ACPI_APEI_MEMORY_FAILURE
2018-01-16 16:10 ` Timur Tabi
@ 2018-01-19 15:06 ` Arnd Bergmann
2018-01-19 15:09 ` Shiju Jose
2018-01-19 16:01 ` Wei Xu
0 siblings, 2 replies; 6+ messages in thread
From: Arnd Bergmann @ 2018-01-19 15:06 UTC (permalink / raw)
To: Timur Tabi
Cc: Shiju Jose, Linux ARM, Linux Kernel Mailing List,
Catalin Marinas, Will Deacon, Gregory CLEMENT, Wei Xu,
Olof Johansson, Masahiro Yamada, Rob Herring, Heiko Stuebner,
Krzysztof Kozlowski, Ard Biesheuvel, tbaicar, Linuxarm,
zhengqiang10
On Tue, Jan 16, 2018 at 5:10 PM, Timur Tabi <timur@codeaurora.org> wrote:
> On 01/16/2018 09:45 AM, shiju.jose@huawei.com wrote:
>>
>> Enable ACPI APEI MEMORY FAILURE option for ARM64,
>> so that memory errors will be handled.
>>
>> Signed-off-by: Shiju Jose<shiju.jose@huawei.com>
>
>
> All three patches:
>
> Acked-by: Timur Tabi <timur@codeaurora.org>
>
> QDT definitely would like to see these patches merged into 4.16.
Applied all three to next/soc with your ack, thanks!
Shiju, there was a small problem with the second patch, which did not
apply cleanly, but I fixed it up. It might have been easier to get a pull
request through Wei Xu for this, and it would also help to send things
a lot earlier rather than just before the merge window.
Arnd
^ permalink raw reply [flat|nested] 6+ messages in thread* RE: [1/3] arm64: defconfig: enable CONFIG_ACPI_APEI_MEMORY_FAILURE
2018-01-19 15:06 ` Arnd Bergmann
@ 2018-01-19 15:09 ` Shiju Jose
2018-01-19 16:01 ` Wei Xu
1 sibling, 0 replies; 6+ messages in thread
From: Shiju Jose @ 2018-01-19 15:09 UTC (permalink / raw)
To: Arnd Bergmann, Timur Tabi
Cc: Linux ARM, Linux Kernel Mailing List, Catalin Marinas,
Will Deacon, Gregory CLEMENT, xuwei (O),
Olof Johansson, Masahiro Yamada, Rob Herring, Heiko Stuebner,
Krzysztof Kozlowski, Ard Biesheuvel, tbaicar, Linuxarm,
Zhengqiang (turing)
Thanks Arnd.
Regards,
Shiju
> -----Original Message-----
> From: arndbergmann@gmail.com [mailto:arndbergmann@gmail.com] On Behalf
> Of Arnd Bergmann
> Sent: 19 January 2018 15:07
> To: Timur Tabi
> Cc: Shiju Jose; Linux ARM; Linux Kernel Mailing List; Catalin Marinas;
> Will Deacon; Gregory CLEMENT; xuwei (O); Olof Johansson; Masahiro
> Yamada; Rob Herring; Heiko Stuebner; Krzysztof Kozlowski; Ard
> Biesheuvel; tbaicar@codeaurora.org; Linuxarm; Zhengqiang (turing)
> Subject: Re: [1/3] arm64: defconfig: enable
> CONFIG_ACPI_APEI_MEMORY_FAILURE
>
> On Tue, Jan 16, 2018 at 5:10 PM, Timur Tabi <timur@codeaurora.org>
> wrote:
> > On 01/16/2018 09:45 AM, shiju.jose@huawei.com wrote:
> >>
> >> Enable ACPI APEI MEMORY FAILURE option for ARM64, so that memory
> >> errors will be handled.
> >>
> >> Signed-off-by: Shiju Jose<shiju.jose@huawei.com>
> >
> >
> > All three patches:
> >
> > Acked-by: Timur Tabi <timur@codeaurora.org>
> >
> > QDT definitely would like to see these patches merged into 4.16.
>
> Applied all three to next/soc with your ack, thanks!
>
> Shiju, there was a small problem with the second patch, which did not
> apply cleanly, but I fixed it up. It might have been easier to get a
> pull request through Wei Xu for this, and it would also help to send
> things a lot earlier rather than just before the merge window.
>
> Arnd
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [1/3] arm64: defconfig: enable CONFIG_ACPI_APEI_MEMORY_FAILURE
2018-01-19 15:06 ` Arnd Bergmann
2018-01-19 15:09 ` Shiju Jose
@ 2018-01-19 16:01 ` Wei Xu
2018-01-19 16:20 ` Arnd Bergmann
1 sibling, 1 reply; 6+ messages in thread
From: Wei Xu @ 2018-01-19 16:01 UTC (permalink / raw)
To: Arnd Bergmann, Timur Tabi
Cc: Shiju Jose, Linux ARM, Linux Kernel Mailing List,
Catalin Marinas, Will Deacon, Gregory CLEMENT, Olof Johansson,
Masahiro Yamada, Rob Herring, Heiko Stuebner,
Krzysztof Kozlowski, Ard Biesheuvel, tbaicar, Linuxarm,
zhengqiang10
Hi Arnd,
On 2018/1/19 15:06, Arnd Bergmann wrote:
> On Tue, Jan 16, 2018 at 5:10 PM, Timur Tabi <timur@codeaurora.org> wrote:
>> On 01/16/2018 09:45 AM, shiju.jose@huawei.com wrote:
>>>
>>> Enable ACPI APEI MEMORY FAILURE option for ARM64,
>>> so that memory errors will be handled.
>>>
>>> Signed-off-by: Shiju Jose<shiju.jose@huawei.com>
>>
>>
>> All three patches:
>>
>> Acked-by: Timur Tabi <timur@codeaurora.org>
>>
>> QDT definitely would like to see these patches merged into 4.16.
>
> Applied all three to next/soc with your ack, thanks!
>
> Shiju, there was a small problem with the second patch, which did not
> apply cleanly, but I fixed it up. It might have been easier to get a pull
> request through Wei Xu for this, and it would also help to send things
> a lot earlier rather than just before the merge window.
Thank you so much!
I planned to pick up them after 4.16-rc1
since it is too close to the merge window.
Best Regards,
Wei
>
> Arnd
>
> .
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [1/3] arm64: defconfig: enable CONFIG_ACPI_APEI_MEMORY_FAILURE
2018-01-19 16:01 ` Wei Xu
@ 2018-01-19 16:20 ` Arnd Bergmann
0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2018-01-19 16:20 UTC (permalink / raw)
To: Wei Xu
Cc: Timur Tabi, Shiju Jose, Linux ARM, Linux Kernel Mailing List,
Catalin Marinas, Will Deacon, Gregory CLEMENT, Olof Johansson,
Masahiro Yamada, Rob Herring, Heiko Stuebner,
Krzysztof Kozlowski, Ard Biesheuvel, tbaicar, Linuxarm,
zhengqiang10
On Fri, Jan 19, 2018 at 5:01 PM, Wei Xu <xuwei5@hisilicon.com> wrote:
> Hi Arnd,
>
> On 2018/1/19 15:06, Arnd Bergmann wrote:
>> On Tue, Jan 16, 2018 at 5:10 PM, Timur Tabi <timur@codeaurora.org> wrote:
>>> On 01/16/2018 09:45 AM, shiju.jose@huawei.com wrote:
>>>>
>>>> Enable ACPI APEI MEMORY FAILURE option for ARM64,
>>>> so that memory errors will be handled.
>>>>
>>>> Signed-off-by: Shiju Jose<shiju.jose@huawei.com>
>>>
>>>
>>> All three patches:
>>>
>>> Acked-by: Timur Tabi <timur@codeaurora.org>
>>>
>>> QDT definitely would like to see these patches merged into 4.16.
>>
>> Applied all three to next/soc with your ack, thanks!
>>
>> Shiju, there was a small problem with the second patch, which did not
>> apply cleanly, but I fixed it up. It might have been easier to get a pull
>> request through Wei Xu for this, and it would also help to send things
>> a lot earlier rather than just before the merge window.
>
> Thank you so much!
> I planned to pick up them after 4.16-rc1
> since it is too close to the merge window.
That would have been ok, too, of course. I mainly picked them up as they
look trivial and harmless, and Timur also weighed in here. I don't see
exactly how they ended up in my arm-soc mail folder, I assumed that
they had been addressed to:arm@kernel.org, but that doesn't actually
appear to be the case ;-)
Arnd
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2018-01-19 16:20 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-16 15:45 [1/3] arm64: defconfig: enable CONFIG_ACPI_APEI_MEMORY_FAILURE shiju.jose
2018-01-16 16:10 ` Timur Tabi
2018-01-19 15:06 ` Arnd Bergmann
2018-01-19 15:09 ` Shiju Jose
2018-01-19 16:01 ` Wei Xu
2018-01-19 16:20 ` Arnd Bergmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®