summaryrefslogtreecommitdiff
path: root/configs/geoip.conf
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-04-11 14:52:01 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-04-11 14:56:51 +0200
commit2bce4249a8e90c67a24e096f91047795f92ab548 (patch)
treecd98fd491c3d7ddd5b76a1203c73163c0c4b3947 /configs/geoip.conf
parent9cebb41568453f544bdfc3ccc6c5d12de34a4c7f (diff)
trafgen: parser: fix regression on last pkt element
Jon Schipp reported that a arbitrary packet config such as ... { "MyPacket", "MyPacket", "MyPacket", "MyPacket", "MyPacket", "MyPacket", "MyPacket", "MyPacket", } ... doesn't work anymore, although it used to work. This regression was introduced by commit f9591eebe40c ("trafgen: lexer/parser: fix cpu() selection and whitespacing"). Reported-by: Jon Schipp <jonschipp@gmail.com> Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'configs/geoip.conf')
0 files changed, 0 insertions, 0 deletions
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 'drivers/usb/atm/xusbatm.c')