Re: [systemd-devel] [PATCH] missing: add BPF_XOR

2014-08-30 Thread Kay Sievers
On Tue, Aug 26, 2014 at 7:31 PM, Lennart Poettering wrote: > Actually we try to be compatible with kernels from the last 2y, which > would mean 3.5 as minimum version. (though we will make an exception > when we adopt kdbus...) > > The README currently even states 3.0 was supported... Maybe we sh

Re: [systemd-devel] [PATCH] missing: add BPF_XOR

2014-08-26 Thread Lennart Poettering
On Thu, 21.08.14 12:38, Michael Olbrich (m.olbr...@pengutronix.de) wrote: > BPF_XOR was introduced in kernel 3.7 Applied. Thanks! Lennart -- Lennart Poettering, Red Hat ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.f

Re: [systemd-devel] [PATCH] missing: add BPF_XOR

2014-08-26 Thread Lennart Poettering
On Tue, 26.08.14 16:03, Michael Olbrich (m.olbr...@pengutronix.de) wrote: > > On Thu, Aug 21, 2014 at 01:51:50PM +0200, Michal Sekletar wrote: > > On Thu, Aug 21, 2014 at 12:38:08PM +0200, Michael Olbrich wrote: > > > BPF_XOR was introduced in kernel 3.7 > > > --- > > > > > > This fixes compilin

Re: [systemd-devel] [PATCH] missing: add BPF_XOR

2014-08-26 Thread Michael Olbrich
On Thu, Aug 21, 2014 at 01:51:50PM +0200, Michal Sekletar wrote: > On Thu, Aug 21, 2014 at 12:38:08PM +0200, Michael Olbrich wrote: > > BPF_XOR was introduced in kernel 3.7 > > --- > > > > This fixes compiling systemd for me. I'm not sure about the implications of > > this. I'm not sure what happe

Re: [systemd-devel] [PATCH] missing: add BPF_XOR

2014-08-21 Thread Michal Sekletar
On Thu, Aug 21, 2014 at 12:38:08PM +0200, Michael Olbrich wrote: > BPF_XOR was introduced in kernel 3.7 > --- > > This fixes compiling systemd for me. I'm not sure about the implications of > this. I'm not sure what happens if the code using it is executed on a linux > kernel < 3.7 I don't think

[systemd-devel] [PATCH] missing: add BPF_XOR

2014-08-21 Thread Michael Olbrich
BPF_XOR was introduced in kernel 3.7 --- This fixes compiling systemd for me. I'm not sure about the implications of this. I'm not sure what happens if the code using it is executed on a linux kernel < 3.7 Michael src/shared/missing.h | 4 1 file changed, 4 insertions(+) diff --git a/src/