Re: [systemd-devel] [PATCH] Fix: can not pass configure by default kmod build option

2014-01-15 Thread Yang Chengwei
On Thu, Jan 16, 2014 at 10:05:23AM +0800, Yang Chengwei wrote: > On Thu, Jan 16, 2014 at 02:56:27AM +0100, Zbigniew Jędrzejewski-Szmek wrote: > > On Wed, Jan 15, 2014 at 01:28:26PM +0800, Chengwei Yang wrote: > > > The situation is: by default, we get a "auto" value for

Re: [systemd-devel] [PATCH] Fix: can not pass configure by default kmod build option

2014-01-15 Thread Yang Chengwei
On Thu, Jan 16, 2014 at 02:56:27AM +0100, Zbigniew Jędrzejewski-Szmek wrote: > On Wed, Jan 15, 2014 at 01:28:26PM +0800, Chengwei Yang wrote: > > The situation is: by default, we get a "auto" value for kmod compiling > > option, so if we found required kmod files, then we build it with kmod > > ena

Re: [systemd-devel] [PATCH] prioq: avoid to swap item index

2013-12-16 Thread Yang Chengwei
> > Sorry, still not getting what you want to say. > > Mayb ethere is some confusion regarding what .idx actually is? .idx is Yes, it proved that I was wrong, that patch is right only and only when both items' idx is NULL, this apparently not the case. Please ignore that patch, thanks for your

Re: [systemd-devel] [PATCH] prioq: avoid to swap item index

2013-12-15 Thread Yang Chengwei
On Mon, Dec 16, 2013 at 04:57:39AM +0100, Lennart Poettering wrote: > On Mon, 16.12.13 04:48, Lennart Poettering (lenn...@poettering.net) wrote: > > > > > On Mon, 16.12.13 11:03, Chengwei Yang (chengwei.y...@intel.com) wrote: > > > > > the swap() operation of prioq which in fact only swap item's

Re: [systemd-devel] [PATCH] libsystemd-login.so: fix undefined reference to 'cg_create'

2013-09-11 Thread Yang Chengwei
On Wed, Sep 11, 2013 at 02:09:58PM +0200, Kay Sievers wrote: > On Wed, Sep 11, 2013 at 1:27 PM, Lennart Poettering > wrote: > > On Wed, 11.09.13 13:28, Yang Chengwei (chengwei.y...@intel.com) wrote: > > > >> On Tue, Sep 10, 2013 at 06:02:55PM +0200, Lennart Poet

Re: [systemd-devel] [PATCH] libsystemd-login.so: fix undefined reference to 'cg_create'

2013-09-11 Thread Yang Chengwei
On Wed, Sep 11, 2013 at 01:27:03PM +0200, Lennart Poettering wrote: > On Wed, 11.09.13 13:28, Yang Chengwei (chengwei.y...@intel.com) wrote: > > > On Tue, Sep 10, 2013 at 06:02:55PM +0200, Lennart Poettering wrote: > > > On Mon, 26.08.13 13:48, Chengwei Yang (chengwei.

Re: [systemd-devel] [PATCH] libsystemd-login.so: fix undefined reference to 'cg_create'

2013-09-10 Thread Yang Chengwei
On Tue, Sep 10, 2013 at 06:02:55PM +0200, Lennart Poettering wrote: > On Mon, 26.08.13 13:48, Chengwei Yang (chengwei.y...@intel.com) wrote: > > Hmm, can you elaborate on this one? libsystemd-login should be mostly This error occurs while building dbus with systemd support like below $ make make

Re: [systemd-devel] [PATCH] Delay dbus connection for user session

2013-05-28 Thread Yang Chengwei
On Tue, May 28, 2013 at 01:53:16PM -0700, Kok, Auke-jan H wrote: > On Tue, May 28, 2013 at 3:00 AM, Chengwei Yang > wrote: > > Currently, if we have a user session, when systemd user session start, > > just like the situation for it as PID 1, dbus-daemon isn't ready at that > > moment, so it alwa

Re: [systemd-devel] [PATCH] [Fix] Do not handle SIGKILL since we can not

2013-05-20 Thread Yang Chengwei
On Mon, May 20, 2013 at 10:37:36AM -0700, Kok, Auke-jan H wrote: > On Mon, May 20, 2013 at 12:22 AM, Chengwei Yang > wrote: > > This is a minor fix because it's not a major issue, this fix just avoid > > to get EINVAL error from sigaction(2). > > > > There are two signals can not handled at user