Displaying 3 results from an estimated 3 matches for "splipped".
Did you mean:
slipped
1998 Oct 05
0
R-beta: reacting to spam
I've already had some pretty effective spam filters
(no, I don't tell here which ones.. ``the spammers are listening'')
but this one again splipped,
since they now used a seemingly harmless "From: ..".
and -- yes: R-help received it twice, one through R-announce.
I'll try to change that one at least.
I've increased the filters against itcmex.com..
Martin Maechler <maechler at stat.math.ethz.ch> http://stat.ethz.c...
2020 Feb 10
3
[PATCH] virtio_balloon: Fix unused label warning
From: Borislav Petkov <bp at suse.de>
Fix
drivers/virtio/virtio_balloon.c: In function ?virtballoon_probe?:
drivers/virtio/virtio_balloon.c:963:1: warning: label ?out_del_vqs? defined but not used [-Wunused-label]
963 | out_del_vqs:
| ^~
The CONFIG_BALLOON_COMPACTION ifdeffery should enclose it too.
Signed-off-by: Borislav Petkov <bp at suse.de>
Cc: David
2020 Feb 10
3
[PATCH] virtio_balloon: Fix unused label warning
From: Borislav Petkov <bp at suse.de>
Fix
drivers/virtio/virtio_balloon.c: In function ?virtballoon_probe?:
drivers/virtio/virtio_balloon.c:963:1: warning: label ?out_del_vqs? defined but not used [-Wunused-label]
963 | out_del_vqs:
| ^~
The CONFIG_BALLOON_COMPACTION ifdeffery should enclose it too.
Signed-off-by: Borislav Petkov <bp at suse.de>
Cc: David