linux-edac.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
To: Tyler Baicar <tbaicar@codeaurora.org>
Cc: linux-edac@vger.kernel.org, astone@redhat.com, fu.wei@linaro.org,
	shiju.jose@huawei.com
Subject: [V2,1/2] rasdaemon: add support for non standard CPER section events
Date: Thu, 8 Jun 2017 06:16:48 -0300	[thread overview]
Message-ID: <20170608061648.5f2b264f@vento.lan> (raw)

Em Fri,  2 Jun 2017 15:40:32 -0600
Tyler Baicar <tbaicar@codeaurora.org> escreveu:

> Add support to handle the non standard CPER section kernel trace
> events which cover RAS errors who's section type is unknown.
> 
> Signed-off-by: Tyler Baicar <tbaicar@codeaurora.org>
> Cc: Shiju Jose <shiju.jose@huawei.com>

There is something wrong with this patch... it doesn't build ;)

ras-report.c: In function ‘set_non_standard_event_backtrace’:
ras-report.c:218:18: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘const char *’ [-Wformat=]
  sprintf(bt_buf, "BACKTRACE="    \
                  ^~~~~~~~~~~~
  CCLD     rasdaemon
ras-non-standard-handler.o: In function `ras_non_standard_event_handler':
/devel/edac/rasdaemon/ras-non-standard-handler.c:143: undefined reference to `ras_report_non_standard_record'

ras-report.c: In function ‘set_non_standard_event_backtrace’:
ras-report.c:224:9: error: ‘struct ras_non_standard_event’ has no member named ‘error_count’
       ev->error_count, \
         ^~

             reply	other threads:[~2017-06-08  9:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-08  9:16 Mauro Carvalho Chehab [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-06-08 17:28 [V2,1/2] rasdaemon: add support for non standard CPER section events Tyler Baicar
2017-06-02 21:40 Tyler Baicar

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=20170608061648.5f2b264f@vento.lan \
    --to=mchehab@osg.samsung.com \
    --cc=astone@redhat.com \
    --cc=fu.wei@linaro.org \
    --cc=linux-edac@vger.kernel.org \
    --cc=shiju.jose@huawei.com \
    --cc=tbaicar@codeaurora.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 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).