Re: [systemd-devel] kdbus and 32bit architectures

2014-02-20 Thread Peeters Simon
2014-02-20 3:43 GMT+01:00 Kay Sievers : > On Thu, Feb 20, 2014 at 3:19 AM, Peeters Simon > wrote: > Where is it defined on arm? There is an include in kdbus.h. >>> >>> the problem is that it is "#ifndef __KERNEL__" and I assume that >>> __KERNEL__ gets defined when building the module. >> >>

Re: [systemd-devel] kdbus and 32bit architectures

2014-02-20 Thread Peeters Simon
2014-02-20 3:48 GMT+01:00 Greg KH : > On Thu, Feb 20, 2014 at 03:19:09AM +0100, Peeters Simon wrote: >> 2014-02-19 21:03 GMT+01:00 Peeters Simon : >> > 2014-02-19 20:41 GMT+01:00 Kay Sievers : >> >> On Wed, Feb 19, 2014 at 8:34 PM, Peeters Simon >> >> wrote: >> >>> This weekend I switched 2 of my

Re: [systemd-devel] kdbus and 32bit architectures

2014-02-19 Thread Greg KH
On Thu, Feb 20, 2014 at 03:19:09AM +0100, Peeters Simon wrote: > 2014-02-19 21:03 GMT+01:00 Peeters Simon : > > 2014-02-19 20:41 GMT+01:00 Kay Sievers : > >> On Wed, Feb 19, 2014 at 8:34 PM, Peeters Simon > >> wrote: > >>> This weekend I switched 2 of my devices to kdbus. both running a 32bit > >

Re: [systemd-devel] kdbus and 32bit architectures

2014-02-19 Thread Kay Sievers
On Thu, Feb 20, 2014 at 3:19 AM, Peeters Simon wrote: >>> Where is it defined on arm? There is an include in kdbus.h. >> >> the problem is that it is "#ifndef __KERNEL__" and I assume that >> __KERNEL__ gets defined when building the module. > > both patches attached (sory, didn't bother to try a

Re: [systemd-devel] kdbus and 32bit architectures

2014-02-19 Thread Peeters Simon
2014-02-19 21:03 GMT+01:00 Peeters Simon : > 2014-02-19 20:41 GMT+01:00 Kay Sievers : >> On Wed, Feb 19, 2014 at 8:34 PM, Peeters Simon >> wrote: >>> This weekend I switched 2 of my devices to kdbus. both running a 32bit >>> system (my atom based netbook and a beaglebone black) >>> >>> while comp

Re: [systemd-devel] kdbus and 32bit architectures

2014-02-19 Thread Peeters Simon
2014-02-19 20:41 GMT+01:00 Kay Sievers : > On Wed, Feb 19, 2014 at 8:34 PM, Peeters Simon > wrote: >> This weekend I switched 2 of my devices to kdbus. both running a 32bit >> system (my atom based netbook and a beaglebone black) >> >> while compiling I ran in to trouble on both devices because o

Re: [systemd-devel] kdbus and 32bit architectures

2014-02-19 Thread Kay Sievers
On Wed, Feb 19, 2014 at 8:34 PM, Peeters Simon wrote: > This weekend I switched 2 of my devices to kdbus. both running a 32bit > system (my atom based netbook and a beaglebone black) > > while compiling I ran in to trouble on both devices because of missing > division and modulo operations for uin

Re: [systemd-devel] kdbus and 32bit architectures

2014-02-19 Thread Greg KH
On Wed, Feb 19, 2014 at 08:34:31PM +0100, Peeters Simon wrote: > hej > > This weekend I switched 2 of my devices to kdbus. both running a 32bit > system (my atom based netbook and a beaglebone black) > > while compiling I ran in to trouble on both devices because of missing > division and modulo

[systemd-devel] kdbus and 32bit architectures

2014-02-19 Thread Peeters Simon
hej This weekend I switched 2 of my devices to kdbus. both running a 32bit system (my atom based netbook and a beaglebone black) while compiling I ran in to trouble on both devices because of missing division and modulo operations for uint64, both related to bloom.size in match.c. So my question