From: Borislav Petkov <borislav.petkov@amd.com>
To: Mauro Carvalho Chehab <mchehab@redhat.com>
Cc: "Luck, Tony" <tony.luck@intel.com>,
Ingo Molnar <mingo@kernel.org>,
Linux Edac Mailing List <linux-edac@vger.kernel.org>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Aristeu Rozanski <arozansk@redhat.com>,
Doug Thompson <norsk5@yahoo.com>,
Steven Rostedt <rostedt@goodmis.org>,
Frederic Weisbecker <fweisbec@gmail.com>,
Ingo Molnar <mingo@redhat.com>
Subject: Re: [PATCH v24b] RAS: Add a tracepoint for reporting memory controller events
Date: Mon, 21 May 2012 22:40:42 +0200 [thread overview]
Message-ID: <20120521204042.GA14255@aftab.osrc.amd.com> (raw)
In-Reply-To: <4FBA6FE8.50707@redhat.com>
On Mon, May 21, 2012 at 01:40:08PM -0300, Mauro Carvalho Chehab wrote:
> That's exactly what the latest version of this patch does.
Really, where is the address field?
+ TP_PROTO(const unsigned int err_type,
+ const unsigned int mc_index,
+ const char *error_msg,
+ const char *label,
+ const char *location,
+ const char *core_detail,
+ const char *driver_detail),
[ … ]
> Huh? Nobody said to add a bit to tell about the validity of another bit.
>
> I'm saying is that a bitfield could be used to indicate that certain integer
> values (and not bits) are filled or not. Btw, MCE has it: depending on the
> MCE status registers, reading other registers may be needed to evaluate
> fully the error.
Bullshit, there'll be no bits showing the validity of other fields.
> > We're going to have single fields for EDAC-global valid values and leave
> > the driver-specific stuff lumped in one char * string.
> >
> > Then, if a driver cannot specify sindrome or whatever, it simply DOESN'T
> > PUT IT IN THE STRING instead of adding validity bits.
> >
> > [ … ]
>
> Parsing strings that can be changed from Kernel versions and drivers is a
> maintenance nightmare. Both I and Tony pointed it with different examples.
Bullshit, stop making up reasons to prove your point.
> >>> Which is basically what I'm suggesting for a couple of days now :-)
> >>>
> >>> TP_PROTO(const unsigned int err_type,
> >>> const unsigned int mc_index,
> >>> const char *error_msg,
> >>> const char *label,
> >>> const char *location,
> >>> const char *detail)
> >>>
> >>> and I'm really not sure about err_type - this is an edac-specific define
> >>> and it means nothing outside the kernel so its string representation
> >>> could very well could be merged with error_msg and we can drop the ( ? :
> >>> ) ugliness in the tracepoint definition itself.
> >>
> >> All error management systems use a mandatory field for the error severity.
> >
> > ... I'm pretty sure the defines you're exporting are not the same as
> > your error management systems require. So some kind of mapping is
> > still needed. Which shows that you're going to need to massage that
> > information in userspace after all.
>
> Yes, field mapping is needed at the management systems, but this is not the
> point. It is not Kernel's task to help mapping fields inside userspace apps,
> but it is the task of a properly designed API to avoid userspace to guess about
> what the kernel is reporting.
>
> A printk/sprintk-designed API, as you're proposing, requires userspace to guess
> what the events mean, with the help of a very careful designed parsing rules
> that needs to take into account every single EDAC driver (as the (s)printk message
> message will vary among them), and needs to be reviewed on every single new kernel
> version, as the (s)printk output can change among different Kernel versions. Even
> -stable versions might require changing the parsers, as a fixup patch might be
> changing the (s)printk arguments.
Enough with the crap already - now you're really desperately looking for
bogus arguments to prove your point.
We're going to have single fields for EDAC-global valid values and leave
the driver-specific stuff lumped in one char * string.
--
Regards/Gruss,
Boris.
Advanced Micro Devices GmbH
Einsteinring 24, 85609 Dornach
GM: Alberto Bozzo
Reg: Dornach, Landkreis Muenchen
HRB Nr. 43632 WEEE Registernr: 129 19551
next prev parent reply other threads:[~2012-05-21 20:40 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-17 20:41 Mauro Carvalho Chehab
2012-05-17 21:48 ` Borislav Petkov
2012-05-18 7:12 ` Ingo Molnar
2012-05-18 9:56 ` Borislav Petkov
2012-05-18 10:59 ` Mauro Carvalho Chehab
2012-05-18 12:43 ` Borislav Petkov
2012-05-18 13:23 ` Mauro Carvalho Chehab
2012-05-18 14:05 ` Borislav Petkov
2012-05-18 14:31 ` Mauro Carvalho Chehab
2012-05-18 16:40 ` Borislav Petkov
2012-05-18 17:27 ` Mauro Carvalho Chehab
2012-05-18 18:52 ` Borislav Petkov
2012-05-18 19:10 ` Luck, Tony
2012-05-18 21:12 ` Borislav Petkov
2012-05-19 9:26 ` Borislav Petkov
2012-05-21 15:29 ` Mauro Carvalho Chehab
2012-05-21 16:00 ` Borislav Petkov
2012-05-21 16:40 ` Mauro Carvalho Chehab
2012-05-21 20:40 ` Borislav Petkov [this message]
2012-05-22 3:04 ` Mauro Carvalho Chehab
2012-05-22 9:28 ` Borislav Petkov
2012-05-22 10:18 ` Mauro Carvalho Chehab
2012-05-22 13:05 ` Borislav Petkov
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=20120521204042.GA14255@aftab.osrc.amd.com \
--to=borislav.petkov@amd.com \
--cc=arozansk@redhat.com \
--cc=fweisbec@gmail.com \
--cc=linux-edac@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mchehab@redhat.com \
--cc=mingo@kernel.org \
--cc=mingo@redhat.com \
--cc=norsk5@yahoo.com \
--cc=rostedt@goodmis.org \
--cc=tony.luck@intel.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: link
Be 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
Powered by JetHome