From 7789d5bbbc9734b25a9813f9e19b1abe2bbf7100 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Wed, 25 Apr 2018 07:20:08 -0300 Subject: [PATCH] Update my email As I'll stop using mchehab@s-opensource.com (and already stopped using @osg.samsung for some sime), update all e-mail occurrences. Signed-off-by: Mauro Carvalho Chehab --- AUTHORS | 2 +- ChangeLog | 22 +++++++++++----------- bitfield.c | 2 +- man/ras-mc-ctl.8.in | 2 +- man/rasdaemon.1.in | 2 +- mce-amd-k8.c | 2 +- mce-intel.c | 2 +- misc/rasdaemon.spec.in | 20 ++++++++++---------- ras-aer-handler.c | 2 +- ras-aer-handler.h | 2 +- ras-events.c | 2 +- ras-events.h | 2 +- ras-mc-handler.c | 2 +- ras-mc-handler.h | 2 +- ras-mce-handler.c | 2 +- ras-mce-handler.h | 2 +- ras-record.c | 2 +- ras-record.h | 2 +- rasdaemon.c | 2 +- util/ras-mc-ctl.in | 2 +- 20 files changed, 39 insertions(+), 39 deletions(-) diff --git a/AUTHORS b/AUTHORS index c2e8284..d62481f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,2 +1,2 @@ -Mauro Carvalho Chehab +Mauro Carvalho Chehab diff --git a/ChangeLog b/ChangeLog index a1c2cdc..d5e12fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,9 @@ -2013-03-12 Mauro Carvalho Chehab +2013-03-12 Mauro Carvalho Chehab * Version 0.1.0 * Initial version -2013-05-08 Mauro Carvalho Chehab +2013-05-08 Mauro Carvalho Chehab * Version 0.2.0 * Add support to log via syslog @@ -13,7 +13,7 @@ * Add manpages and systemd services * Update to take advantage of tracing features on Kernel 3.10 -2013-05-20 Mauro Carvalho Chehab +2013-05-20 Mauro Carvalho Chehab * Version 0.3.0 * Several fixes @@ -21,7 +21,7 @@ * Add support for PCI AER traces * Add a target to build it on rpm-based distros -2013-05-28 Mauro Carvalho Chehab +2013-05-28 Mauro Carvalho Chehab * Version 0.4.0 * Several fixes @@ -29,7 +29,7 @@ (requires Kernel 3.10 or upper) * Add memory error decoding on MCE traces -2013-05-29 Mauro Carvalho Chehab +2013-05-29 Mauro Carvalho Chehab * Version 0.4.1 * Some fixes, mostly at sqlite3 code @@ -71,7 +71,7 @@ * Enable database recording by default on systemd service file * Correct range while parsing top, middle and lower layers -2015-06-03 Mauro Carvalho Chehab +2015-06-03 Mauro Carvalho Chehab - Version 0.5.5 * Improve INSTALL summary instructions @@ -79,7 +79,7 @@ * Add support for Haswell/Broadwell/Knights Landing * Some bug fixes on some MCE handlers -2015-07-03 Mauro Carvalho Chehab +2015-07-03 Mauro Carvalho Chehab - Version 0.5.6 * Add internal errors of IA32_MC4_STATUS for Haswell * Use MCA error msg as error_msg @@ -87,21 +87,21 @@ * Remove a space from mcgstatus_msg * Add support to log Local Machine Check Exception (LMCE) -2016-02-05 Mauro Carvalho Chehab +2016-02-05 Mauro Carvalho Chehab - Version 0.5.7 * Add model numbers for Broadwell-EP/EX and -DE * Add support for Knights Landing processor -2016-04-15 Mauro Carvalho Chehab +2016-04-15 Mauro Carvalho Chehab - Version 0.5.8 * Add Broadwell EP/EX MSCOD and Broadwell DE MSCOD values -2016-06-08 Mauro Carvalho Chehab +2016-06-08 Mauro Carvalho Chehab - Version 0.5.9 * Add Knights Mill and updated DELL labels * Configure now reports enabled options -2017-10-14 Mauro Carvalho Chehab +2017-10-14 Mauro Carvalho Chehab - Version 0.6.0 * Added support for non-standard CPER error sections * Added support for Hisilicon HIP07 SAS HW module diff --git a/bitfield.c b/bitfield.c index d6931c9..f004755 100644 --- a/bitfield.c +++ b/bitfield.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Mauro Carvalho Chehab + * Copyright (C) 2013 Mauro Carvalho Chehab * * The code below were adapted from Andi Kleen/Intel/SuSe mcelog code, * released under GNU Public General License, v.2 diff --git a/man/ras-mc-ctl.8.in b/man/ras-mc-ctl.8.in index 60997dd..26230e0 100644 --- a/man/ras-mc-ctl.8.in +++ b/man/ras-mc-ctl.8.in @@ -1,7 +1,7 @@ .\"**************************************************************************** .\" $Id$ .\"**************************************************************************** -.\"Copyright (c) 2013 Mauro Carvalho Chehab +.\"Copyright (c) 2013 Mauro Carvalho Chehab .\"This tool is a modification of the edac-ctl, written as part of the .\"edac-utils: .\" Copyright (C) 2006-2007 The Regents of the University of California. diff --git a/man/rasdaemon.1.in b/man/rasdaemon.1.in index 7a8b60f..834df16 100644 --- a/man/rasdaemon.1.in +++ b/man/rasdaemon.1.in @@ -1,7 +1,7 @@ .\"**************************************************************************** .\" $Id$ .\"**************************************************************************** -.\"Copyright (c) 2013 Mauro Carvalho Chehab +.\"Copyright (c) 2013 Mauro Carvalho Chehab .\" .\" This is free software; you can redistribute it and/or modify it .\" under the terms of the GNU General Public License as published by diff --git a/mce-amd-k8.c b/mce-amd-k8.c index 8179f74..c8aa44c 100644 --- a/mce-amd-k8.c +++ b/mce-amd-k8.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Mauro Carvalho Chehab + * Copyright (C) 2013 Mauro Carvalho Chehab * * The code below were adapted from Andi Kleen/Intel/SuSe mcelog code, * released under GNU Public General License, v.2 diff --git a/mce-intel.c b/mce-intel.c index f70c676..0616824 100644 --- a/mce-intel.c +++ b/mce-intel.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Mauro Carvalho Chehab + * Copyright (C) 2013 Mauro Carvalho Chehab * * The code below were adapted from Andi Kleen/Intel/SuSe mcelog code, * released under GNU Public General License, v.2 diff --git a/misc/rasdaemon.spec.in b/misc/rasdaemon.spec.in index 6e43b0e..8a5bd7a 100644 --- a/misc/rasdaemon.spec.in +++ b/misc/rasdaemon.spec.in @@ -57,22 +57,22 @@ rm INSTALL %{buildroot}/usr/include/*.h %changelog -* Sat Oct 14 2017 Mauro Carvalho Chehab 0.6.0-1 +* Sat Oct 14 2017 Mauro Carvalho Chehab 0.6.0-1 - Bump to version 0.5.8 adding support for Arm and Hisilicon events and update Dell Skylate labels -* Thu Jun 08 2017 Mauro Carvalho Chehab 0.5.9-1 +* Thu Jun 08 2017 Mauro Carvalho Chehab 0.5.9-1 - Bump to version 0.5.8 adding support for Knights Mill and update DELL labels -* Fri Apr 15 2016 Mauro Carvalho Chehab 0.5.8-1 +* Fri Apr 15 2016 Mauro Carvalho Chehab 0.5.8-1 - Bump to version 0.5.8 adding support for Broadwell EP/EX MSCOD and Broadwell DE MSCOD -* Fri Feb 05 2016 Mauro Carvalho Chehab 0.5.7-1 +* Fri Feb 05 2016 Mauro Carvalho Chehab 0.5.7-1 - Bump to version 0.5.7 adding support for Broadwell-EP/EX and -DE and Knights Landing processors -* Fri Jul 03 2015 Mauro Carvalho Chehab 0.5.6-1 +* Fri Jul 03 2015 Mauro Carvalho Chehab 0.5.6-1 - Bump to version 0.5.6 with support for LMCE and some fixes -* Wed Jun 03 2015 Mauro Carvalho Chehab 0.5.5-1 +* Wed Jun 03 2015 Mauro Carvalho Chehab 0.5.5-1 - Bump to version 0.5.5 with support for newer Intel platforms & some fixes * Fri Aug 15 2014 Mauro Carvalho Chehab 0.5.4-1 @@ -84,14 +84,14 @@ rm INSTALL %{buildroot}/usr/include/*.h * Tue Sep 10 2013 Mauro Carvalho Chehab 0.4.2-1 - Fix ras-mc-ctl layout filling -* Wed May 29 2013 Mauro Carvalho Chehab 0.4.1-2 +* Wed May 29 2013 Mauro Carvalho Chehab 0.4.1-2 - Fix the name of perl-DBD-SQLite package -* Wed May 29 2013 Mauro Carvalho Chehab 0.4.1-1 +* Wed May 29 2013 Mauro Carvalho Chehab 0.4.1-1 - Updated to version 0.4.1 with contains some bug fixes -* Tue May 28 2013 Mauro Carvalho Chehab 0.4.0-1 +* Tue May 28 2013 Mauro Carvalho Chehab 0.4.0-1 - Updated to version 0.4.0 and added support for mce, aer and sqlite3 storage -* Mon May 20 2013 Mauro Carvalho Chehab 0.3.0-1 +* Mon May 20 2013 Mauro Carvalho Chehab 0.3.0-1 - Package created diff --git a/ras-aer-handler.c b/ras-aer-handler.c index bb7c0b9..2093875 100644 --- a/ras-aer-handler.c +++ b/ras-aer-handler.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Mauro Carvalho Chehab + * Copyright (C) 2013 Mauro Carvalho Chehab * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/ras-aer-handler.h b/ras-aer-handler.h index 5e9c198..876a60b 100644 --- a/ras-aer-handler.h +++ b/ras-aer-handler.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Mauro Carvalho Chehab + * Copyright (C) 2013 Mauro Carvalho Chehab * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/ras-events.c b/ras-events.c index 812d712..9395f6f 100644 --- a/ras-events.c +++ b/ras-events.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Mauro Carvalho Chehab + * Copyright (C) 2013 Mauro Carvalho Chehab * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/ras-events.h b/ras-events.h index 3e1008f..e7734b2 100644 --- a/ras-events.h +++ b/ras-events.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Mauro Carvalho Chehab + * Copyright (C) 2013 Mauro Carvalho Chehab * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/ras-mc-handler.c b/ras-mc-handler.c index c98008a..deb7e05 100644 --- a/ras-mc-handler.c +++ b/ras-mc-handler.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Mauro Carvalho Chehab + * Copyright (C) 2013 Mauro Carvalho Chehab * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/ras-mc-handler.h b/ras-mc-handler.h index eaa1f95..2e3dfc5 100644 --- a/ras-mc-handler.h +++ b/ras-mc-handler.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Mauro Carvalho Chehab + * Copyright (C) 2013 Mauro Carvalho Chehab * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/ras-mce-handler.c b/ras-mce-handler.c index 2e520d3..70604dc 100644 --- a/ras-mce-handler.c +++ b/ras-mce-handler.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Mauro Carvalho Chehab + * Copyright (C) 2013 Mauro Carvalho Chehab * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/ras-mce-handler.h b/ras-mce-handler.h index 77effc9..4aa90dd 100644 --- a/ras-mce-handler.h +++ b/ras-mce-handler.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Mauro Carvalho Chehab + * Copyright (C) 2013 Mauro Carvalho Chehab * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/ras-record.c b/ras-record.c index c3644cb..2e7525e 100644 --- a/ras-record.c +++ b/ras-record.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Mauro Carvalho Chehab + * Copyright (C) 2013 Mauro Carvalho Chehab * Copyright (c) 2016, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify diff --git a/ras-record.h b/ras-record.h index 12c2218..a11f290 100644 --- a/ras-record.h +++ b/ras-record.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Mauro Carvalho Chehab + * Copyright (C) 2013 Mauro Carvalho Chehab * Copyright (c) 2016, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify diff --git a/rasdaemon.c b/rasdaemon.c index 74f3c70..66f4dea 100644 --- a/rasdaemon.c +++ b/rasdaemon.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Mauro Carvalho Chehab + * Copyright (C) 2013 Mauro Carvalho Chehab * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/util/ras-mc-ctl.in b/util/ras-mc-ctl.in index 6350f62..38b7824 100755 --- a/util/ras-mc-ctl.in +++ b/util/ras-mc-ctl.in @@ -1,7 +1,7 @@ #!/usr/bin/perl -w #****************************************************************************** -# Copyright (c) 2013 Mauro Carvalho Chehab +# Copyright (c) 2013 Mauro Carvalho Chehab # # This tool is a modification of the edac-ctl, written as part of the # edac-utils: -- 2.50.1