aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Meneguele <bmeneg@redhat.com>2020-03-31 10:06:30 -0300
committerDavid S. Miller <davem@davemloft.net>2020-03-31 10:07:51 -0700
commit41c55ea6c2a7ca4c663eeec05bdf54f4e2419699 (patch)
tree7c4bf15adcf3329961ce30dacc6e354354798a55
parentnet: macb: Fix handling of fixed-link node (diff)
downloadlinux-41c55ea6c2a7ca4c663eeec05bdf54f4e2419699.tar.gz
linux-41c55ea6c2a7ca4c663eeec05bdf54f4e2419699.zip
net/bpfilter: remove superfluous testing message
A testing message was brought by 13d0f7b814d9 ("net/bpfilter: fix dprintf usage for /dev/kmsg") but should've been deleted before patch submission. Although it doesn't cause any harm to the code or functionality itself, it's totally unpleasant to have it displayed on every loop iteration with no real use case. Thus remove it unconditionally. Fixes: 13d0f7b814d9 ("net/bpfilter: fix dprintf usage for /dev/kmsg") Signed-off-by: Bruno Meneguele <bmeneg@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--net/bpfilter/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/bpfilter/main.c b/net/bpfilter/main.c
index efea4874743e..05e1cfc1e5cd 100644
--- a/net/bpfilter/main.c
+++ b/net/bpfilter/main.c
@@ -35,7 +35,6 @@ static void loop(void)
struct mbox_reply reply;
int n;
- fprintf(debug_f, "testing the buffer\n");
n = read(0, &req, sizeof(req));
if (n != sizeof(req)) {
fprintf(debug_f, "invalid request %d\n", n);
ions'>-11/+27 2017-05-23selinux: do not check open permission on socketsStephen Smalley1-3/+7 2017-05-23selinux: add a map permission check for mmapStephen Smalley2-1/+13 2017-05-23selinux: only invoke capabilities and selinux for CAP_MAC_ADMIN checksStephen Smalley1-8/+15 2017-05-23selinux: Return an error code only as a constant in sidtab_insert()Markus Elfring1-17/+10 2017-05-23selinux: Return directly after a failed memory allocation in policydb_index()Markus Elfring1-10/+5 2017-05-23selinux: Use task_alloc hook rather than task_create hookTetsuo Handa1-2/+3 2017-05-21Linux 4.12-rc2v4.12-rc2Linus Torvalds1-1/+1 2017-05-21x86: fix 32-bit case of __get_user_asm_u64()Linus Torvalds1-3/+3 2017-05-21Clean up x86 unsafe_get/put_user() type handlingLinus Torvalds1-2/+3 2017-05-21osf_wait4(): fix infoleakAl Viro1-2/+4 2017-05-21fix unsafe_put_user()Al Viro1-1/+1 2017-05-20nvmet: release the sq ref on rdma read errorsVijay Immanuel3-0/+8 2017-05-20nvmet-fc: remove target cpu scheduling flagJames Smart4-15/+3 2017-05-20nvme-fc: stop queues on error detectionJames Smart1-0/+4 2017-05-20nvme-fc: require target or discovery role for fc-nvme targetsJames Smart1-0/+6 2017-05-20nvme-fc: correct port role bitsJames Smart1-2/+2 2017-05-20nvme: unmap CMB and remove sysfs file in reset pathJon Derrick1-1/+6 2017-05-19KVM: x86: prevent uninitialized variable warning in check_svme()Radim Krčmář1-1/+1 2017-05-19KVM: x86/vPMU: fix undefined shift in intel_pmu_refresh()Radim Krčmář1-1/+1 2017-05-19KVM: x86: zero base3 of unusable segmentsRadim Krčmář1-0/+2 2017-05-19KVM: X86: Fix read out-of-bounds vulnerability in kvm pio emulationWanpeng Li1-9/+15 2017-05-19KVM: x86: Fix potential preemption when get the current kvmclock timestampWanpeng Li1-1/+9 2017-05-19blktrace: fix integer parseShaohua Li1-2/+2 2017-05-19i2c: designware: don't infer timings described by ACPI from clock rateArd Biesheuvel1-8/+10 2017-05-19arm64: dts: rockchip: fix include referenceArnd Bergmann1-1/+1 2017-05-19watchdog: bcm281xx: Fix use of uninitialized spinlock.Eric Anholt1-1/+2 2017-05-19watchdog: zx2967: remove redundant dev_err call in zx2967_wdt_probe()Wei Yongjun1-3/+1 2017-05-19iTCO_wdt: all versions count down twicePaolo Bonzini2-13/+11 2017-05-19firmware: ti_sci: fix strncat length checkArnd Bergmann1-1/+2 2017-05-19ARM: remove duplicate 'const' annotations'Arnd Bergmann6-6/+6 2017-05-19arm64: defconfig: enable options needed for QCom DB410c boardRob Herring1-0/+7 2017-05-18arm64: defconfig: sync with savedefconfigRob Herring1-61/+42