summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-06-14 15:26:35 +0200
committerTobias Klauser <tklauser@distanz.ch>2013-06-14 15:26:35 +0200
commit9d1ee4f333586967b75760226e781b1ebd181786 (patch)
tree78cf2c85e61043c46a27fc77a3dcef437cc0ef2c /Makefile
parent57cd42f4138be67d2b6305fd54e40f1c6e3f9910 (diff)
conf: oui: run oui-update.py script to update OUI config file
Update OUI entries before release. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions
rors from userspace will result in a SIGBUS being sent to the user process. The MEM errors form userspace will result in a SIGKILL and also cause the offending pages to be claimed so they are no longer used in future tasks. SIGKILL is used to ensure that the process does not try to coredump and result in an attempt to read the memory again from within kernel space. Although there is a HV call to scrub the memory (mem_scrub), there is no easy way to guarantee that the real memory address(es) are not used by other tasks. Clearing the error with mem_scrub would zero the memory and cause the other processes to proceed with bad data. The handling of other non-resumable errors remain unchanged and will cause a panic. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/irda')