lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Sat, 14 Oct 2017 09:54:24 -0700 (PDT)
From:   David Miller <davem@...emloft.net>
To:     brouer@...hat.com
Cc:     netdev@...r.kernel.org, jakub.kicinski@...ronome.com,
        mst@...hat.com, pavel.odintsov@...il.com, jasowang@...hat.com,
        mchan@...adcom.com, john.fastabend@...il.com,
        peter.waskiewicz.jr@...el.com, ast@...erby.dk,
        borkmann@...earbox.net, alexei.starovoitov@...il.com,
        andy@...yhouse.net
Subject: Re: [net-next V7 PATCH 4/5] bpf: cpumap add tracepoints

From: Jesper Dangaard Brouer <brouer@...hat.com>
Date: Thu, 12 Oct 2017 14:27:05 +0200

> @@ -355,7 +360,10 @@ struct bpf_cpu_map_entry *__cpu_map_entry_alloc(u32 qsize, u32 cpu, int map_id)
>  	err = ptr_ring_init(rcpu->queue, qsize, gfp);
>  	if (err)
>  		goto free_queue;
> -	rcpu->qsize = qsize
> +
> +	rcpu->cpu    = cpu;
> +	rcpu->map_id = map_id;
> +	rcpu->qsize  = qsize;
>  
>  	/* Setup kthread */
>  	rcpu->kthread = kthread_create_on_node(cpu_map_kthread_run, rcpu, numa,

So this fixes a build failure (missing final semicolon) introduced by
an earlier patch in the series, please fix this up so that this series
is properly bisectable.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ