* Adding the BT driver
@ 2017-07-13 3:07 AceLan Kao
2017-07-13 9:21 ` Arend van Spriel
0 siblings, 1 reply; 4+ messages in thread
From: AceLan Kao @ 2017-07-13 3:07 UTC (permalink / raw)
To: Johannes Berg, hauke, mcgrof; +Cc: backports, Anthony Wong
Hi all,
I'm working on adding BT driver back to linux backport driver, and got
some questions.
1. Do we still do building the backport driver against all the
supported kernels? I didn't see those reports in git log recently, so
I'm wondering while backporting BT driver, can I skip some old
kernels' support.
2. Is there a script that can help me to build the backport driver
against certain kernels?
3. Is there anything I should take care of while doing the BT backport?
Thanks.
Best regards,
AceLan Kao.
--
To unsubscribe from this list: send the line "unsubscribe backports" in
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Adding the BT driver
2017-07-13 3:07 Adding the BT driver AceLan Kao
@ 2017-07-13 9:21 ` Arend van Spriel
2017-07-13 17:28 ` Luis R. Rodriguez
0 siblings, 1 reply; 4+ messages in thread
From: Arend van Spriel @ 2017-07-13 9:21 UTC (permalink / raw)
To: AceLan Kao; +Cc: Johannes Berg, hauke, mcgrof, backports, Anthony Wong
On 7/13/2017 5:07 AM, AceLan Kao wrote:
> Hi all,
>
> I'm working on adding BT driver back to linux backport driver, and got
> some questions.
I suppose it means you also want to maintain BT support in backports
project?
> 1. Do we still do building the backport driver against all the
> supported kernels? I didn't see those reports in git log recently, so
> I'm wondering while backporting BT driver, can I skip some old
> kernels' support.
Well. You could limit the earliest kernel by adding a dependency in the
dependencies file.
> 2. Is there a script that can help me to build the backport driver
> against certain kernels?
Not really. You just run make from the backports package and provide
KLIB_BUILD=... on the command line referring to the target kernel headers.
> 3. Is there anything I should take care of while doing the BT backport?
I forgot the reason for dropping BT. Don't think it was anything
technical. I guess there was nobody willing to put effort in it.
Regards,
Arend
--
To unsubscribe from this list: send the line "unsubscribe backports" in
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Adding the BT driver
2017-07-13 9:21 ` Arend van Spriel
@ 2017-07-13 17:28 ` Luis R. Rodriguez
2017-07-14 2:38 ` AceLan Kao
0 siblings, 1 reply; 4+ messages in thread
From: Luis R. Rodriguez @ 2017-07-13 17:28 UTC (permalink / raw)
To: Arend van Spriel
Cc: AceLan Kao, Johannes Berg, hauke, mcgrof, backports, Anthony Wong
On Thu, Jul 13, 2017 at 11:21:36AM +0200, Arend van Spriel wrote:
> On 7/13/2017 5:07 AM, AceLan Kao wrote:
> > Hi all,
> >
> > I'm working on adding BT driver back to linux backport driver, and got
> > some questions.
>
> I suppose it means you also want to maintain BT support in backports
> project?
Which has me thinking perhaps the policy we need is a MAINTAINERS.backport file
or something?
> > 1. Do we still do building the backport driver against all the
> > supported kernels? I didn't see those reports in git log recently, so
> > I'm wondering while backporting BT driver, can I skip some old
> > kernels' support.
>
> Well. You could limit the earliest kernel by adding a dependency in the
> dependencies file.
>
> > 2. Is there a script that can help me to build the backport driver
> > against certain kernels?
>
> Not really. You just run make from the backports package and provide
> KLIB_BUILD=... on the command line referring to the target kernel headers.
There is documentation:
https://backports.wiki.kernel.org/index.php/Documentation/backports/hacking#Adding_new_driver
I updated it recently as I demo'd adding yet-another new subsystem (not
upstream, nor patches posted).
Luis
--
To unsubscribe from this list: send the line "unsubscribe backports" in
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Adding the BT driver
2017-07-13 17:28 ` Luis R. Rodriguez
@ 2017-07-14 2:38 ` AceLan Kao
0 siblings, 0 replies; 4+ messages in thread
From: AceLan Kao @ 2017-07-14 2:38 UTC (permalink / raw)
To: Luis R. Rodriguez
Cc: Arend van Spriel, Johannes Berg, hauke, backports, Anthony Wong
2017-07-14 1:28 GMT+08:00 Luis R. Rodriguez <mcgrof@kernel.org>:
> On Thu, Jul 13, 2017 at 11:21:36AM +0200, Arend van Spriel wrote:
>> On 7/13/2017 5:07 AM, AceLan Kao wrote:
>> > Hi all,
>> >
>> > I'm working on adding BT driver back to linux backport driver, and got
>> > some questions.
>>
>> I suppose it means you also want to maintain BT support in backports
>> project?
>
> Which has me thinking perhaps the policy we need is a MAINTAINERS.backport file
> or something?
Yes, I'm willing to maintain bt subsystem.
>
>> > 1. Do we still do building the backport driver against all the
>> > supported kernels? I didn't see those reports in git log recently, so
>> > I'm wondering while backporting BT driver, can I skip some old
>> > kernels' support.
>>
>> Well. You could limit the earliest kernel by adding a dependency in the
>> dependencies file.
>>
got it, will try to run ckmake to check how far I can do
>> > 2. Is there a script that can help me to build the backport driver
>> > against certain kernels?
>>
>> Not really. You just run make from the backports package and provide
>> KLIB_BUILD=... on the command line referring to the target kernel headers.
>
> There is documentation:
>
> https://backports.wiki.kernel.org/index.php/Documentation/backports/hacking#Adding_new_driver
>
> I updated it recently as I demo'd adding yet-another new subsystem (not
> upstream, nor patches posted).
Thanks, I'll check the steps carefully to make sure I didn't missing anything.
>
> Luis
--
To unsubscribe from this list: send the line "unsubscribe backports" in
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-07-14 2:38 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-13 3:07 Adding the BT driver AceLan Kao
2017-07-13 9:21 ` Arend van Spriel
2017-07-13 17:28 ` Luis R. Rodriguez
2017-07-14 2:38 ` AceLan Kao
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.