Re: [PATCH] Disable kdbus support

2015-07-28 Thread Ben Hutchings
On Sun, 2015-07-26 at 16:22 +0200, Michael Biebl wrote: [...] > I think the current default is fine. Someone who compiles kdbus.ko > probably does that for a reason. The only reason, why we might consider > switching the default to off, is that the Debian kernel suddenly starts > building kdbus.ko

Re: [PATCH] Disable kdbus support

2015-07-26 Thread Michael Biebl
Am 26.07.2015 um 16:15 schrieb Martin Pitt: > Hey Julian, > > Julian Wollrath [2015-07-26 16:02 +0200]: >> kdbus is not available on Debian. Hence, disable kdbus support to avoid >> unnecessary inclusion of code handling its existance. > > It won't do that. --disable-kdbus merely changes the defa

Re: [PATCH] Disable kdbus support

2015-07-26 Thread Martin Pitt
Hey Julian, Julian Wollrath [2015-07-26 16:02 +0200]: > kdbus is not available on Debian. Hence, disable kdbus support to avoid > unnecessary inclusion of code handling its existance. It won't do that. --disable-kdbus merely changes the default of the "kdbus=" kernel command line runtime option.

Re: [PATCH] Disable kdbus support

2015-07-26 Thread Julian Wollrath
Oups, actually never mind, it just turns kdbus automatically off but support for it is still compiled in, so there is no real gain in doing this. Sorry. With best regards, Julian Wollrath Am Sun, 26 Jul 2015 16:02:38 +0200 schrieb Julian Wollrath : > kdbus is not available on Debian. Hence, disa

[PATCH] Disable kdbus support

2015-07-26 Thread Julian Wollrath
kdbus is not available on Debian. Hence, disable kdbus support to avoid unnecessary inclusion of code handling its existance. --- debian/changelog | 3 +++ debian/rules | 1 + 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7cb36aef4f44..708670efc25d 10