Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 23 Dec 2016 11:23:43 +0100
From: Daniel Borkmann <daniel@...earbox.net>
To: Andy Lutomirski <luto@...capital.net>, 
 Hannes Frederic Sowa <hannes@...essinduktion.org>
CC: Alexei Starovoitov <alexei.starovoitov@...il.com>, 
 "Jason A. Donenfeld" <Jason@...c4.com>,
 "kernel-hardening@...ts.openwall.com" <kernel-hardening@...ts.openwall.com>,
 Theodore Ts'o <tytso@....edu>, Netdev <netdev@...r.kernel.org>, 
 LKML <linux-kernel@...r.kernel.org>,
 Linux Crypto Mailing List <linux-crypto@...r.kernel.org>, 
 David Laight <David.Laight@...lab.com>,
 Eric Dumazet <edumazet@...gle.com>, 
 Linus Torvalds <torvalds@...ux-foundation.org>,
 Eric Biggers <ebiggers3@...il.com>, Tom Herbert <tom@...bertland.com>, 
 Andi Kleen <ak@...ux.intel.com>,
 "David S. Miller" <davem@...emloft.net>, 
 Jean-Philippe Aumasson <jeanphilippe.aumasson@...il.com>
Subject: Re: BPF hash algo (Re: Re: [PATCH v7 3/6] random:
 use SipHash in place of MD5)

On 12/22/2016 06:25 PM, Andy Lutomirski wrote:
> On Thu, Dec 22, 2016 at 8:59 AM, Hannes Frederic Sowa
[...]
>> I wondered if bpf program loading should have used the module loading
>> infrastructure from the beginning...
>
> That would be way too complicated and would be nasty for the unprivileged cases.

Also, there are users be it privileged or not that don't require to have a full
obj loader from user space, but are fine with just hard-coding parts or all of
the insns in their application. Back then we settled with using fds based on
Andy's suggestion, it has both ups and downs as we saw along the way but worked
okay thus far.

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.