All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] EDAC: add DDR4 flag
@ 2015-11-30 17:22 Chrzaniuk, Hubert
  0 siblings, 0 replies; 10+ messages in thread
From: Chrzaniuk, Hubert @ 2015-11-30 17:22 UTC (permalink / raw)
  To: mchehab, dougthompson, bp; +Cc: linux-edac, linux-kernel, Anaczkowski, Lukasz

Make EDAC aware of DDR4/RDDR4 mem types.

Signed-off-by: Jim Snow <jim.m.snow@intel.com>
Signed-off-by: Lukasz Anaczkowski <lukasz.anaczkowski@intel.com>
---
 include/linux/edac.h | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/include/linux/edac.h b/include/linux/edac.h
index 4fe67b8..da69648 100644
--- a/include/linux/edac.h
+++ b/include/linux/edac.h
@@ -237,8 +237,10 @@ enum mem_type {
 #define MEM_FLAG_FB_DDR2        BIT(MEM_FB_DDR2)
 #define MEM_FLAG_RDDR2          BIT(MEM_RDDR2)
 #define MEM_FLAG_XDR            BIT(MEM_XDR)
-#define MEM_FLAG_DDR3		 BIT(MEM_DDR3)
-#define MEM_FLAG_RDDR3		 BIT(MEM_RDDR3)
+#define MEM_FLAG_DDR3           BIT(MEM_DDR3)
+#define MEM_FLAG_RDDR3          BIT(MEM_RDDR3)
+#define MEM_FLAG_DDR4           BIT(MEM_DDR4)
+#define MEM_FLAG_RDDR4          BIT(MEM_RDDR4)
 
 /**
  * enum edac-type - Error Detection and Correction capabilities and mode
-- 
1.8.3.1

--------------------------------------------------------------------

Intel Technology Poland sp. z o.o.
ul. Slowackiego 173 | 80-298 Gdansk | Sad Rejonowy Gdansk Polnoc | VII Wydzial Gospodarczy Krajowego Rejestru Sadowego - KRS 101882 | NIP 957-07-52-316 | Kapital zakladowy 200.000 PLN.

Ta wiadomosc wraz z zalacznikami jest przeznaczona dla okreslonego adresata i moze zawierac informacje poufne. W razie przypadkowego otrzymania tej wiadomosci, prosimy o powiadomienie nadawcy oraz trwale jej usuniecie; jakiekolwiek
przegladanie lub rozpowszechnianie jest zabronione.
This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). If you are not the intended recipient, please contact the sender and delete all copies; any review or distribution by
others is strictly prohibited.


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* RE: [PATCH 1/4] EDAC: add DDR4 flag
  2015-12-03 19:43       ` Borislav Petkov
@ 2015-12-03 21:53         ` Luck, Tony
  0 siblings, 0 replies; 10+ messages in thread
From: Luck, Tony @ 2015-12-03 21:53 UTC (permalink / raw)
  To: Borislav Petkov
  Cc: Chrzaniuk, Hubert, Anaczkowski, Lukasz, mchehab, dougthompson,
	linux-edac, linux-kernel, Snow, Jim M, Mauro Carvalho Chehab

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="utf-8", Size: 333 bytes --]

> It already has your Reviewed-by. Is it still valid?

So it does ... that was a long time ago ... but not so long that anything important changed. Yes, still valid.

-Tony
ÿôèº{.nÇ+‰·Ÿ®‰­†+%ŠËÿ±éݶ\x17¥Šwÿº{.nÇ+‰·¥Š{±þG«éÿŠ{ayº\x1dʇڙë,j\a­¢f£¢·hšïêÿ‘êçz_è®\x03(­éšŽŠÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?™¨è­Ú&£ø§~á¶iO•æ¬z·švØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?–I¥

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH 1/4] EDAC: add DDR4 flag
  2015-12-03 19:16     ` Luck, Tony
@ 2015-12-03 19:43       ` Borislav Petkov
  2015-12-03 21:53         ` Luck, Tony
  0 siblings, 1 reply; 10+ messages in thread
From: Borislav Petkov @ 2015-12-03 19:43 UTC (permalink / raw)
  To: Luck, Tony
  Cc: Chrzaniuk, Hubert, Anaczkowski, Lukasz, mchehab, dougthompson,
	linux-edac, linux-kernel, Snow, Jim M, Mauro Carvalho Chehab

On Thu, Dec 03, 2015 at 07:16:29PM +0000, Luck, Tony wrote:
> part4 (the actual KNL piece) seems not to break earlier (Broadwell)
> system ... but that doesn't qualify enough for Ack/Review/Tested -by.

It already has your Reviewed-by. Is it still valid?

-- 
Regards/Gruss,
    Boris.

ECO tip #101: Trim your mails when you reply.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* RE: [PATCH 1/4] EDAC: add DDR4 flag
  2015-12-03 10:48   ` Borislav Petkov
@ 2015-12-03 19:16     ` Luck, Tony
  2015-12-03 19:43       ` Borislav Petkov
  0 siblings, 1 reply; 10+ messages in thread
From: Luck, Tony @ 2015-12-03 19:16 UTC (permalink / raw)
  To: Borislav Petkov, Chrzaniuk, Hubert
  Cc: Anaczkowski, Lukasz, mchehab, dougthompson, linux-edac,
	linux-kernel, Snow, Jim M, Mauro Carvalho Chehab

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="utf-8", Size: 429 bytes --]

> For patch 2 and 3 I'd need an ack from Mauro/Tony. CCed.

parts 2 & 3 are OK

Acked-by: Tony Luck <tony.luck@intel.com>

part4 (the actual KNL piece) seems not to break earlier (Broadwell) system ... but that doesn't qualify enough for Ack/Review/Tested -by.


-Tony
ÿôèº{.nÇ+‰·Ÿ®‰­†+%ŠËÿ±éݶ\x17¥Šwÿº{.nÇ+‰·¥Š{±þG«éÿŠ{ayº\x1dʇڙë,j\a­¢f£¢·hšïêÿ‘êçz_è®\x03(­éšŽŠÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?™¨è­Ú&£ø§~á¶iO•æ¬z·švØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?–I¥

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH 1/4] EDAC: add DDR4 flag
  2015-12-03  9:48 ` [PATCH 1/4] EDAC: add DDR4 flag Hubert Chrzaniuk
@ 2015-12-03 10:48   ` Borislav Petkov
  2015-12-03 19:16     ` Luck, Tony
  0 siblings, 1 reply; 10+ messages in thread
From: Borislav Petkov @ 2015-12-03 10:48 UTC (permalink / raw)
  To: Hubert Chrzaniuk
  Cc: lukasz.anaczkowski, mchehab, dougthompson, linux-edac,
	linux-kernel, Jim Snow, Mauro Carvalho Chehab, Tony Luck

On Thu, Dec 03, 2015 at 10:48:51AM +0100, Hubert Chrzaniuk wrote:
> From: Jim Snow <jim.m.snow@intel.com>
> 
> Make EDAC aware of DDR4/RDDR4 mem types.
> 
> Signed-off-by: Jim Snow <jim.m.snow@intel.com>
> [hubert.chrzaniuk@intel.com: patch rebase to 4.4-rc3]
> Signed-off-by: Hubert Chrzaniuk <hubert.chrzaniuk@intel.com>
> ---
>  include/linux/edac.h | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)

Applied, thanks.

For patch 2 and 3 I'd need an ack from Mauro/Tony. CCed.

-- 
Regards/Gruss,
    Boris.

ECO tip #101: Trim your mails when you reply.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH 1/4] EDAC: add DDR4 flag
  2015-12-03  9:48 [PATCH 0/4] Xeon PHI Knights Landing support for EDAC module Hubert Chrzaniuk
@ 2015-12-03  9:48 ` Hubert Chrzaniuk
  2015-12-03 10:48   ` Borislav Petkov
  0 siblings, 1 reply; 10+ messages in thread
From: Hubert Chrzaniuk @ 2015-12-03  9:48 UTC (permalink / raw)
  To: hubert.chrzaniuk, lukasz.anaczkowski, mchehab, dougthompson, bp
  Cc: linux-edac, linux-kernel, Jim Snow

From: Jim Snow <jim.m.snow@intel.com>

Make EDAC aware of DDR4/RDDR4 mem types.

Signed-off-by: Jim Snow <jim.m.snow@intel.com>
[hubert.chrzaniuk@intel.com: patch rebase to 4.4-rc3]
Signed-off-by: Hubert Chrzaniuk <hubert.chrzaniuk@intel.com>
---
 include/linux/edac.h | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/include/linux/edac.h b/include/linux/edac.h
index 4fe67b8..da69648 100644
--- a/include/linux/edac.h
+++ b/include/linux/edac.h
@@ -237,8 +237,10 @@ enum mem_type {
 #define MEM_FLAG_FB_DDR2        BIT(MEM_FB_DDR2)
 #define MEM_FLAG_RDDR2          BIT(MEM_RDDR2)
 #define MEM_FLAG_XDR            BIT(MEM_XDR)
-#define MEM_FLAG_DDR3		 BIT(MEM_DDR3)
-#define MEM_FLAG_RDDR3		 BIT(MEM_RDDR3)
+#define MEM_FLAG_DDR3           BIT(MEM_DDR3)
+#define MEM_FLAG_RDDR3          BIT(MEM_RDDR3)
+#define MEM_FLAG_DDR4           BIT(MEM_DDR4)
+#define MEM_FLAG_RDDR4          BIT(MEM_RDDR4)
 
 /**
  * enum edac-type - Error Detection and Correction capabilities and mode
-- 
1.8.3.1

--------------------------------------------------------------------

Intel Technology Poland sp. z o.o.
ul. Slowackiego 173 | 80-298 Gdansk | Sad Rejonowy Gdansk Polnoc | VII Wydzial Gospodarczy Krajowego Rejestru Sadowego - KRS 101882 | NIP 957-07-52-316 | Kapital zakladowy 200.000 PLN.

Ta wiadomosc wraz z zalacznikami jest przeznaczona dla okreslonego adresata i moze zawierac informacje poufne. W razie przypadkowego otrzymania tej wiadomosci, prosimy o powiadomienie nadawcy oraz trwale jej usuniecie; jakiekolwiek
przegladanie lub rozpowszechnianie jest zabronione.
This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). If you are not the intended recipient, please contact the sender and delete all copies; any review or distribution by
others is strictly prohibited.


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [PATCH 1/4] EDAC: add DDR4 flag
  2015-12-03  7:51     ` Anaczkowski, Lukasz
@ 2015-12-03  9:08       ` Borislav Petkov
  0 siblings, 0 replies; 10+ messages in thread
From: Borislav Petkov @ 2015-12-03  9:08 UTC (permalink / raw)
  To: Anaczkowski, Lukasz
  Cc: Chrzaniuk, Hubert, mchehab, dougthompson, linux-edac,
	linux-kernel, Snow, Jim M

On Thu, Dec 03, 2015 at 07:51:47AM +0000, Anaczkowski, Lukasz wrote:
> Well, although it may sound strange, yeah this is exactly the case, since
> EDAC for Knights Landing has been for a while in our private branch.
> 
> Is this sort of an issue or just curiosity?

Well, the fact that I'm asking, means it is not clear who did what. Please
document that like this:

        Signed-off-by: Random J Developer <random@developer.example.org>
        [lucky@maintainer.example.org: struct foo moved from foo.c to foo.h]
        Signed-off-by: Lucky K Maintainer <lucky@maintainer.example.org>

(example is from Documentation/SubmittingPatches where the whole authorship
 tracking is explained in detail.)

Alternatively, you can put it in free text in the commit message.

Thanks.

-- 
Regards/Gruss,
    Boris.

ECO tip #101: Trim your mails when you reply.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* RE: [PATCH 1/4] EDAC: add DDR4 flag
  2015-12-02 19:28   ` Borislav Petkov
@ 2015-12-03  7:51     ` Anaczkowski, Lukasz
  2015-12-03  9:08       ` Borislav Petkov
  0 siblings, 1 reply; 10+ messages in thread
From: Anaczkowski, Lukasz @ 2015-12-03  7:51 UTC (permalink / raw)
  To: Borislav Petkov, Chrzaniuk, Hubert
  Cc: mchehab, dougthompson, linux-edac, linux-kernel, Snow, Jim M

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="utf-8", Size: 1136 bytes --]

-----Original Message-----
From: Borislav Petkov [mailto:bp@alien8.de] 
Sent: Wednesday, December 2, 2015 8:28 PM
To: Chrzaniuk, Hubert <hubert.chrzaniuk@intel.com>
Cc: Anaczkowski, Lukasz <lukasz.anaczkowski@intel.com>; mchehab@osg.samsung.com; dougthompson@xmission.com; linux-edac@vger.kernel.org; linux-kernel@vger.kernel.org; Snow, Jim M <jim.m.snow@intel.com>
Subject: Re: [PATCH 1/4] EDAC: add DDR4 flag

> On Wed, Dec 02, 2015 at 04:38:29PM +0100, Hubert Chrzaniuk wrote:
>> Signed-off-by: Jim Snow <jim.m.snow@intel.com>
>> Signed-off-by: Lukasz Anaczkowski <lukasz.anaczkowski@intel.com>
>> Signed-off-by: Hubert Chrzaniuk <hubert.chrzaniuk@intel.com>
>
> How am I to understand this SoB chain?
>
> Jim wrote it, Lukasz did something to it and Hubert sends it?

Well, although it may sound strange, yeah this is exactly the case, since
EDAC for Knights Landing has been for a while in our private branch.

Is this sort of an issue or just curiosity?

Thanks,
Lukasz
ÿôèº{.nÇ+‰·Ÿ®‰­†+%ŠËÿ±éݶ\x17¥Šwÿº{.nÇ+‰·¥Š{±þG«éÿŠ{ayº\x1dʇڙë,j\a­¢f£¢·hšïêÿ‘êçz_è®\x03(­éšŽŠÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?™¨è­Ú&£ø§~á¶iO•æ¬z·švØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?–I¥

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH 1/4] EDAC: add DDR4 flag
  2015-12-02 15:38 ` [PATCH 1/4] EDAC: add DDR4 flag Hubert Chrzaniuk
@ 2015-12-02 19:28   ` Borislav Petkov
  2015-12-03  7:51     ` Anaczkowski, Lukasz
  0 siblings, 1 reply; 10+ messages in thread
From: Borislav Petkov @ 2015-12-02 19:28 UTC (permalink / raw)
  To: Hubert Chrzaniuk
  Cc: lukasz.anaczkowski, mchehab, dougthompson, linux-edac,
	linux-kernel, Jim Snow

On Wed, Dec 02, 2015 at 04:38:29PM +0100, Hubert Chrzaniuk wrote:
> From: Jim Snow <jim.m.snow@intel.com>
> 
> Make EDAC aware of DDR4/RDDR4 mem types.
> 
> Signed-off-by: Jim Snow <jim.m.snow@intel.com>
> Signed-off-by: Lukasz Anaczkowski <lukasz.anaczkowski@intel.com>
> Signed-off-by: Hubert Chrzaniuk <hubert.chrzaniuk@intel.com>

How am I to understand this SoB chain?

Jim wrote it, Lukasz did something to it and Hubert sends it?

-- 
Regards/Gruss,
    Boris.

ECO tip #101: Trim your mails when you reply.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH 1/4] EDAC: add DDR4 flag
  2015-12-02 15:38 [PATCH 0/4] Xeon PHI Knights Landing support for EDAC module Hubert Chrzaniuk
@ 2015-12-02 15:38 ` Hubert Chrzaniuk
  2015-12-02 19:28   ` Borislav Petkov
  0 siblings, 1 reply; 10+ messages in thread
From: Hubert Chrzaniuk @ 2015-12-02 15:38 UTC (permalink / raw)
  To: hubert.chrzaniuk, lukasz.anaczkowski, mchehab, dougthompson, bp
  Cc: linux-edac, linux-kernel, Jim Snow

From: Jim Snow <jim.m.snow@intel.com>

Make EDAC aware of DDR4/RDDR4 mem types.

Signed-off-by: Jim Snow <jim.m.snow@intel.com>
Signed-off-by: Lukasz Anaczkowski <lukasz.anaczkowski@intel.com>
Signed-off-by: Hubert Chrzaniuk <hubert.chrzaniuk@intel.com>

---
 include/linux/edac.h | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/include/linux/edac.h b/include/linux/edac.h
index 4fe67b8..da69648 100644
--- a/include/linux/edac.h
+++ b/include/linux/edac.h
@@ -237,8 +237,10 @@ enum mem_type {
 #define MEM_FLAG_FB_DDR2        BIT(MEM_FB_DDR2)
 #define MEM_FLAG_RDDR2          BIT(MEM_RDDR2)
 #define MEM_FLAG_XDR            BIT(MEM_XDR)
-#define MEM_FLAG_DDR3		 BIT(MEM_DDR3)
-#define MEM_FLAG_RDDR3		 BIT(MEM_RDDR3)
+#define MEM_FLAG_DDR3           BIT(MEM_DDR3)
+#define MEM_FLAG_RDDR3          BIT(MEM_RDDR3)
+#define MEM_FLAG_DDR4           BIT(MEM_DDR4)
+#define MEM_FLAG_RDDR4          BIT(MEM_RDDR4)
 
 /**
  * enum edac-type - Error Detection and Correction capabilities and mode
-- 
1.8.3.1

--------------------------------------------------------------------

Intel Technology Poland sp. z o.o.
ul. Slowackiego 173 | 80-298 Gdansk | Sad Rejonowy Gdansk Polnoc | VII Wydzial Gospodarczy Krajowego Rejestru Sadowego - KRS 101882 | NIP 957-07-52-316 | Kapital zakladowy 200.000 PLN.

Ta wiadomosc wraz z zalacznikami jest przeznaczona dla okreslonego adresata i moze zawierac informacje poufne. W razie przypadkowego otrzymania tej wiadomosci, prosimy o powiadomienie nadawcy oraz trwale jej usuniecie; jakiekolwiek
przegladanie lub rozpowszechnianie jest zabronione.
This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). If you are not the intended recipient, please contact the sender and delete all copies; any review or distribution by
others is strictly prohibited.


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-12-03 21:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-30 17:22 [PATCH 1/4] EDAC: add DDR4 flag Chrzaniuk, Hubert
2015-12-02 15:38 [PATCH 0/4] Xeon PHI Knights Landing support for EDAC module Hubert Chrzaniuk
2015-12-02 15:38 ` [PATCH 1/4] EDAC: add DDR4 flag Hubert Chrzaniuk
2015-12-02 19:28   ` Borislav Petkov
2015-12-03  7:51     ` Anaczkowski, Lukasz
2015-12-03  9:08       ` Borislav Petkov
2015-12-03  9:48 [PATCH 0/4] Xeon PHI Knights Landing support for EDAC module Hubert Chrzaniuk
2015-12-03  9:48 ` [PATCH 1/4] EDAC: add DDR4 flag Hubert Chrzaniuk
2015-12-03 10:48   ` Borislav Petkov
2015-12-03 19:16     ` Luck, Tony
2015-12-03 19:43       ` Borislav Petkov
2015-12-03 21:53         ` Luck, Tony

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.