Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1173829
| Path | csiph.com!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Richard Weinberger <richard.weinberger@gmail.com> |
| Newsgroups | linux.kernel |
| Subject | Re: [!GIT PULL] kdbus for 4.2 |
| Date | Mon, 29 Jun 2015 16:20:02 +0200 |
| Message-ID | <pGI4G-5o7-11@gated-at.bofh.it> (permalink) |
| References | <pFHu3-86c-27@gated-at.bofh.it> |
| X-Original-To | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Ble3f1ESrZ+JRozobF4h/o+FErWNIINqxGJ2el0LSjU=; b=FpBzfF7laHIGCfe3oIWw6ZD3A3xmftO9ksGMYblP8/Qq2qIF91aqOWYE1gnH8IqYsC lPwuTTSmpczuuYNwso7rLr6zJeLzH3+N/GH5MYIoF9vfZp10nwwojCxmLoB1P50Mb+on v4KvkQW1x2C4vj42WqIyEbPWM+KR2JoqTBIyGUtfhJrvPdNAokOoRFKVH7kzHnOeJtpn dUZ+GY9XBsJ4UKVS7RXFVkxu5p19avZ9S6bFNVZRQ8w+90ZwPj13VD2nG2iwV7WP5LQh VgjcsvPTbtg2GXkxMa6IQ9CqPLBuR13p3osKIXNkUWCHJa6Zff+6vcskq0XWD8OtQ5+4 2ijw== |
| MIME-Version | 1.0 |
| X-Received | by 10.52.138.11 with SMTP id qm11mr12817811vdb.40.1435587027850; Mon, 29 Jun 2015 07:10:27 -0700 (PDT) |
| Content-Type | text/plain; charset=UTF-8 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 50 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Linus Torvalds <torvalds@linux-foundation.org>, Andrew Morton <akpm@linux-foundation.org>, Arnd Bergmann <arnd@arndb.de>, "Eric W. Biederman" <ebiederm@xmission.com>, One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk>, Tom Gundersen <teg@jklm.no>, Jiri Kosina <jkosina@suse.cz>, Andy Lutomirski <luto@amacapital.net>, LKML <linux-kernel@vger.kernel.org>, Daniel Mack <daniel@zonque.org>, David Herrmann <dh.herrmann@gmail.com>, Djalal Harouni <tixxdz@opendz.org> |
| X-Original-Date | Mon, 29 Jun 2015 16:10:27 +0200 |
| X-Original-Message-ID | <CAFLxGvze1ya3BOPq+iyX5GVO_L9E9azHdX2eJURMu=PFJY0HRg@mail.gmail.com> |
| X-Original-References | <20150626192628.GA25806@kroah.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | aioe.org linux.kernel:1173829 |
Show key headers only | View raw
Greg,
On Fri, Jun 26, 2015 at 9:26 PM, Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
> Hi all,
>
> Given the email threads about kdbus this week from various community
> members, I figured it would be good to let people know what was going on
> with things at the moment.
>
> We (David, Daniel, Djalal, and myself) do not need to rush anything and
> will be delaying the kdbus merge request for another cycle. There still
> seems to be some disagreement and we are confident that with more time
> to review this can be sorted out. We have asked distributions to start
> testing kdbus and have already gotten back valuable feedback from real
> world testing. We are incorporating that feedback, fixing bugs, and
> optimizing some internal details which will all be part of the pull
> request for the next release cycle.
I've started digging into current kdbus to understand the changes you made and
have a question.
Where does all the development happen?
For example your current tree contains the following commit:
commit f3adf84302fb4fdb6698cf129b96546b47e27d33
Author: David Herrmann <dh.herrmann@gmail.com>
Date: Thu May 21 20:03:29 2015 +0200
kdbus: skip mandatory items on negotiation
The kdbus negotiation is used to figure out what items and flags an ioctl
supports. It is highly impractical to pass in mandatory items when all we
do is negotiation. Therefore, allow user-space to skip mandatory items if
KDBUS_FLAG_NEGOTIATE is passed.
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Acked-by: Daniel Mack <daniel@zonque.org>
Where was this patch posted to? Do you have mailinglist where one can follow the
discussions? As it carries an ACK there must be some review process.
--
Thanks,
//richard
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [!GIT PULL] kdbus for 4.2 Richard Weinberger <richard.weinberger@gmail.com> - 2015-06-29 16:20 +0200
Re: [!GIT PULL] kdbus for 4.2 Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-06-29 17:50 +0200
Re: [!GIT PULL] kdbus for 4.2 Richard Weinberger <richard@nod.at> - 2015-06-29 17:50 +0200
Re: [!GIT PULL] kdbus for 4.2 "chunshan.zhu" <chunshan.zhu@gmail.com> - 2015-06-30 03:10 +0200
csiph-web