mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Add EHWPOISON to host_linux.go
Reported-by: syzbot+a5a17bdcbcb46c5ca38c@syzkaller.appspotmail.com PiperOrigin-RevId: 671639531
This commit is contained in:
@@ -92,4 +92,5 @@ var (
|
||||
ErrKeyRevoked = newWithHost("key has been revoked", errno.EKEYREVOKED, unix.EKEYREVOKED)
|
||||
ErrKeyRejected = newWithHost("key was rejected by service", errno.EKEYREJECTED, unix.EKEYREJECTED)
|
||||
ErrRFKill = newWithHost("operation not possible due to RF-kill", errno.ERFKILL, unix.ERFKILL)
|
||||
ErrHwPoison = newWithHost("memory page has hardware error", errno.EHWPOISON, unix.EHWPOISON)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user