mbox series

[rasdaemon,0/2] rasdaemon: add fix for the sql table

Message ID 20191113163113.3356-1-shiju.jose@huawei.com (mailing list archive)
Headers show
Series rasdaemon: add fix for the sql table | expand

Message

Shiju Jose Nov. 13, 2019, 4:31 p.m. UTC
rasdaemon fail to prepare the sql table when new fields are added on top
of the existing sql table present in the system.

This patch set add solution for this issue and a patch for adding missing
information to the aer_event table.

Shiju Jose (2):
  rasdaemon: fix for the ras-record.c:ras_mc_prepare_stmt() failure when
    new fields added to the sql table
  rasdaemon: store PCIe dev name and TLP header for the aer event

 ras-aer-handler.c | 21 +++++++++++-
 ras-record.c      | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++----
 ras-record.h      |  2 ++
 3 files changed, 115 insertions(+), 7 deletions(-)