All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pavel Machek <pavel@ucw.cz>
To: Chris Talbot <chris@talbothome.com>
Cc: marcel@holtmann.org, denkenz@gmail.com,
	phone-devel@vger.kernel.org, ofono@ofono.org
Subject: Re: Forking on MMSD
Date: Tue, 27 Apr 2021 11:15:56 +0200	[thread overview]
Message-ID: <20210427091556.GA9745@amd> (raw)
In-Reply-To: <a18323cb5f1bfc154826fe250a20a1023e0713f4.camel@talbothome.com>

[-- Attachment #1: Type: text/plain, Size: 1764 bytes --]

Hi!

> > > This is not ofono I am forking, merely MMSD.
> > 
> > So first, sorry, I was confused, I assumed mmsd is part of ofono.
> 
> No worries! To the best of my knowledge, mmsd is a part of ofono? That
> is why I have tried to submit my patches on the Ofono Mailing list
> several times. However, for the purposes of getting MMS to work in
> Mobian/PostmarketOS/Fedora, I have only been working on mmsd.
> 
> The "Open Source Telephony Group" is listed as the maintainers of it on
> kernel.org, which I assumed to be the Ofono group.
> 
> > I guess Marcel Holtmann is right person to talk to. I put him in Cc
> > list. I'm also Ccing Denis and phone-devel list.
> > 
> > > and asking about how to contact the ofono maintainers in
> > > kernelnewbies
> > > in IRC. 
> > 
> > Well, kernelnewbies and netdev mailing list are not really right
> > places to ask.
> > 
> 
> I have attempted to contact Mr. Holtmann and Mr. Kenzior individually
> (as they are listed as Authors on mmsd). However, I do know at least
> Mr. Kenzior is on the Ofono Mailing list. I believe both are on the
> Ofono IRC (guessing by the screen names). I really did not want to spam
> their personal email addresses multiple times, as I feel that is rude.
> 
> I contacted the netdev mailing list at the advice of another developer.
> 
> kernelnewbies was a guess from myself, as I had no idea who else to
> contact to talk to folks on kernel.org and that seemed like a
> reasonable starting point.

It increasingly looks like you did right.

You still may want to contact linuxfoundations admins -- for example
Konstantin Ryabitsev <konstantin@linuxfoundation.org> .

Best regards,
								Pavel

-- 
http://www.livejournal.com/~pavelmachek

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Pavel Machek <pavel@ucw.cz>
To: ofono@ofono.org
Subject: Re: Forking on MMSD
Date: Tue, 27 Apr 2021 11:15:56 +0200	[thread overview]
Message-ID: <20210427091556.GA9745@amd> (raw)
In-Reply-To: <a18323cb5f1bfc154826fe250a20a1023e0713f4.camel@talbothome.com>

[-- Attachment #1: Type: text/plain, Size: 1765 bytes --]

Hi!

> > > This is not ofono I am forking, merely MMSD.
> > 
> > So first, sorry, I was confused, I assumed mmsd is part of ofono.
> 
> No worries! To the best of my knowledge, mmsd is a part of ofono? That
> is why I have tried to submit my patches on the Ofono Mailing list
> several times. However, for the purposes of getting MMS to work in
> Mobian/PostmarketOS/Fedora, I have only been working on mmsd.
> 
> The "Open Source Telephony Group" is listed as the maintainers of it on
> kernel.org, which I assumed to be the Ofono group.
> 
> > I guess Marcel Holtmann is right person to talk to. I put him in Cc
> > list. I'm also Ccing Denis and phone-devel list.
> > 
> > > and asking about how to contact the ofono maintainers in
> > > kernelnewbies
> > > in IRC. 
> > 
> > Well, kernelnewbies and netdev mailing list are not really right
> > places to ask.
> > 
> 
> I have attempted to contact Mr. Holtmann and Mr. Kenzior individually
> (as they are listed as Authors on mmsd). However, I do know at least
> Mr. Kenzior is on the Ofono Mailing list. I believe both are on the
> Ofono IRC (guessing by the screen names). I really did not want to spam
> their personal email addresses multiple times, as I feel that is rude.
> 
> I contacted the netdev mailing list at the advice of another developer.
> 
> kernelnewbies was a guess from myself, as I had no idea who else to
> contact to talk to folks on kernel.org and that seemed like a
> reasonable starting point.

It increasingly looks like you did right.

You still may want to contact linuxfoundations admins -- for example
Konstantin Ryabitsev <konstantin@linuxfoundation.org> .

Best regards,
								Pavel

-- 
http://www.livejournal.com/~pavelmachek

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

  reply	other threads:[~2021-04-27  9:15 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-10 14:13 [PATCH 0/9] Updates for mmsd Chris Talbot
2021-04-10 14:13 ` Chris Talbot
2021-04-10 14:17 ` [PATCH 1/9] Fix mmsd to work with T-mobile Chris Talbot
2021-04-10 14:17   ` Chris Talbot
2021-04-10 14:20   ` [PATCH 2/9] Ensure Compatibility with Telus Canada Chris Talbot
2021-04-10 14:20     ` Chris Talbot
2021-04-10 14:20     ` [PATCH 3/9] Ensure Compatibility with AT&T Chris Talbot
2021-04-10 14:20       ` Chris Talbot
2021-04-10 14:21       ` [PATCH 4/9] Fix issue if there is an empty string in encoded text Chris Talbot
2021-04-10 14:21         ` Chris Talbot
2021-04-10 14:22         ` [PATCH 5/9] Allow for a user configurable maximum attachment size Chris Talbot
2021-04-10 14:22           ` Chris Talbot
2021-04-10 14:22           ` [PATCH 6/9] Update README Chris Talbot
2021-04-10 14:22             ` Chris Talbot
2021-04-10 14:23             ` [PATCH 7/9] Fix Draft and Sent Bugs Chris Talbot
2021-04-10 14:23               ` Chris Talbot
2021-04-10 14:23               ` [PATCH 8/9] Allow Maintainer mode to compile without -WError Chris Talbot
2021-04-10 14:23                 ` Chris Talbot
2021-04-10 14:24                 ` [PATCH 9/9] Enable support for Modem Manager Chris Talbot
2021-04-10 14:24                   ` Chris Talbot
2021-04-14 18:21 ` Forking on MMSD Chris Talbot
2021-04-14 18:21   ` Chris Talbot
2021-04-14 18:30   ` [Debian-on-mobile-maintainers] " Guido Günther
2021-04-14 18:46     ` Chris Talbot
2021-04-15  9:10       ` Guido Günther
2021-04-14 18:39   ` Marius Gripsgard
2021-04-14 18:39     ` Marius Gripsgard
2021-04-14 22:09     ` Bug#985893: " Wookey
2021-04-15  0:12       ` Chris Talbot
2021-04-14 19:29   ` Pavel Machek
2021-04-14 19:29     ` Pavel Machek
2021-04-14 21:11     ` Bug#985893: " Paul Wise
     [not found]     ` <c7ffd7e4d62e5d5ed397f69be180d81588a4cfd1.camel@talbothome.com>
2021-04-14 22:58       ` Pavel Machek
2021-04-14 22:58         ` Pavel Machek
2021-04-15  0:01         ` Chris Talbot
2021-04-27  9:15           ` Pavel Machek [this message]
2021-04-27  9:15             ` Pavel Machek
2021-04-29 14:49             ` Chris Talbot
2021-05-18  3:56             ` hoangnambohung

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210427091556.GA9745@amd \
    --to=pavel@ucw.cz \
    --cc=chris@talbothome.com \
    --cc=denkenz@gmail.com \
    --cc=marcel@holtmann.org \
    --cc=ofono@ofono.org \
    --cc=phone-devel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.