diff options
| author | Doug Gilbert <dgilbert@us.ibm.com> | 2014-04-01 15:37:51 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-04-11 16:01:18 -0500 |
| commit | aa79ddfd7c58df63ec0b2b2feb783f4533e31606 (patch) | |
| tree | 473f5a3e13298f5700f96a3e7959661d9749c47a /src/include/usr/vfs | |
| parent | c18e225df96515a9bfafdcb5fcc2af3c6fd5194d (diff) | |
| download | blackbird-hostboot-aa79ddfd7c58df63ec0b2b2feb783f4533e31606.tar.gz blackbird-hostboot-aa79ddfd7c58df63ec0b2b2feb783f4533e31606.zip | |
PNOR ECC UE could cause HB VFS to crash/hang
Change-Id: I786930cf35f7b573576135c186e5b468d8066ddf
RTC: 102119
CQ: SW255041
Backport: release-fips810
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10042
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/vfs')
| -rw-r--r-- | src/include/usr/vfs/vfs_reasoncodes.H | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/include/usr/vfs/vfs_reasoncodes.H b/src/include/usr/vfs/vfs_reasoncodes.H index 0fa4e5abb..ce8c61f29 100644 --- a/src/include/usr/vfs/vfs_reasoncodes.H +++ b/src/include/usr/vfs/vfs_reasoncodes.H @@ -5,7 +5,7 @@ /* */ /* IBM CONFIDENTIAL */ /* */ -/* COPYRIGHT International Business Machines Corp. 2011,2013 */ +/* COPYRIGHT International Business Machines Corp. 2011,2014 */ /* */ /* p1 */ /* */ @@ -32,6 +32,9 @@ namespace VFS UNDEFINED_MODULE_ERRL_ID = 0x00, VFS_MODULE_ID = 0x01, VFS_RT_MODULE_ID = 0x02, + VFS_WATCHER = 0x03, + VFS_MODULE_LOAD_MONITOR = 0x04, + VFS_MODULE_EXEC_MONITOR = 0x05, }; enum VfsReasonCode @@ -42,6 +45,7 @@ namespace VFS VFS_PERMS_VMEM_FAILED = VFS_COMP_ID | 0x04, VFS_MODULE_DOES_NOT_EXIST = VFS_COMP_ID | 0x05, VFS_INVALID_DATA_MODULE = VFS_COMP_ID | 0x06, + VFS_TASK_CRASHED = VFS_COMP_ID | 0x07, }; }; |

