* [d-kernel] [PATCH] config: CONFIG_CAN_CALC_BITTIMING=y
@ 2024-02-07 17:34 antohami
2024-02-08 2:53 ` Vitaly Chikunov
0 siblings, 1 reply; 5+ messages in thread
From: antohami @ 2024-02-07 17:34 UTC (permalink / raw)
To: devel-kernel
From: Anton Midyukov <antohami@altlinux.org>
CAN bit-timing parameters will be calculated for the bit-rate specified
via Netlink argument "bitrate" when the device get started.
Link: https://www.kernel.org/doc/html/v6.6/networking/can.html#setting-the-can-bit-timing
Link: https://bugzilla.altlinux.org/49276
Signed-off-by: Anton Midyukov <antohami@altlinux.org>
---
config | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config b/config
index 88251df721a8..81be13130df7 100644
--- a/config
+++ b/config
@@ -1852,7 +1852,7 @@ CONFIG_CAN_VCAN=m
# CONFIG_CAN_VXCAN is not set
CONFIG_CAN_SLCAN=m
CONFIG_CAN_DEV=m
-# CONFIG_CAN_CALC_BITTIMING is not set
+CONFIG_CAN_CALC_BITTIMING=y
CONFIG_CAN_JANZ_ICAN3=m
CONFIG_CAN_KVASER_PCIEFD=m
CONFIG_CAN_C_CAN=m
--
2.42.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [d-kernel] [PATCH] config: CONFIG_CAN_CALC_BITTIMING=y
2024-02-07 17:34 [d-kernel] [PATCH] config: CONFIG_CAN_CALC_BITTIMING=y antohami
@ 2024-02-08 2:53 ` Vitaly Chikunov
2024-02-08 2:55 ` Антон Мидюков
0 siblings, 1 reply; 5+ messages in thread
From: Vitaly Chikunov @ 2024-02-08 2:53 UTC (permalink / raw)
To: ALT Linux kernel packages development
Anton,
On Thu, Feb 08, 2024 at 12:34:30AM +0700, antohami@basealt.ru wrote:
> From: Anton Midyukov <antohami@altlinux.org>
>
> CAN bit-timing parameters will be calculated for the bit-rate specified
> via Netlink argument "bitrate" when the device get started.
>
> Link: https://www.kernel.org/doc/html/v6.6/networking/can.html#setting-the-can-bit-timing
> Link: https://bugzilla.altlinux.org/49276
Applied, thanks
2024-02-07 un-def/sisyphus [kernelbot/un-def/sisyphus] 1:6.6.16-alt2
2024-02-08 un-def/p10 [kernelbot/un-def/p10] config: CONFIG_CAN_CALC_BITTIMING=y
2024-02-08 un-def/c10f1 [kernelbot/un-def/c10f1] config: CONFIG_CAN_CALC_BITTIMING=y
2024-02-08 un-def/c10f2 [kernelbot/un-def/c10f2] config: CONFIG_CAN_CALC_BITTIMING=y
>
> Signed-off-by: Anton Midyukov <antohami@altlinux.org>
> ---
> config | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/config b/config
> index 88251df721a8..81be13130df7 100644
> --- a/config
> +++ b/config
> @@ -1852,7 +1852,7 @@ CONFIG_CAN_VCAN=m
> # CONFIG_CAN_VXCAN is not set
> CONFIG_CAN_SLCAN=m
> CONFIG_CAN_DEV=m
> -# CONFIG_CAN_CALC_BITTIMING is not set
> +CONFIG_CAN_CALC_BITTIMING=y
> CONFIG_CAN_JANZ_ICAN3=m
> CONFIG_CAN_KVASER_PCIEFD=m
> CONFIG_CAN_C_CAN=m
> --
> 2.42.1
>
> _______________________________________________
> devel-kernel mailing list
> devel-kernel@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/devel-kernel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [d-kernel] [PATCH] config: CONFIG_CAN_CALC_BITTIMING=y
2024-02-08 2:53 ` Vitaly Chikunov
@ 2024-02-08 2:55 ` Антон Мидюков
2024-02-08 2:57 ` Vitaly Chikunov
0 siblings, 1 reply; 5+ messages in thread
From: Антон Мидюков @ 2024-02-08 2:55 UTC (permalink / raw)
To: devel-kernel
08.02.2024 09:53, Vitaly Chikunov пишет:
> Anton,
>
> On Thu, Feb 08, 2024 at 12:34:30AM +0700, antohami@basealt.ru wrote:
>> From: Anton Midyukov <antohami@altlinux.org>
>>
>> CAN bit-timing parameters will be calculated for the bit-rate specified
>> via Netlink argument "bitrate" when the device get started.
>>
>> Link: https://www.kernel.org/doc/html/v6.6/networking/can.html#setting-the-can-bit-timing
>> Link: https://bugzilla.altlinux.org/49276
>
> Applied, thanks
>
> 2024-02-07 un-def/sisyphus [kernelbot/un-def/sisyphus] 1:6.6.16-alt2
> 2024-02-08 un-def/p10 [kernelbot/un-def/p10] config: CONFIG_CAN_CALC_BITTIMING=y
> 2024-02-08 un-def/c10f1 [kernelbot/un-def/c10f1] config: CONFIG_CAN_CALC_BITTIMING=y
> 2024-02-08 un-def/c10f2 [kernelbot/un-def/c10f2] config: CONFIG_CAN_CALC_BITTIMING=y
>
И std-def/sisyphus ещё, пожалуйста.
>>
>> Signed-off-by: Anton Midyukov <antohami@altlinux.org>
>> ---
>> config | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/config b/config
>> index 88251df721a8..81be13130df7 100644
>> --- a/config
>> +++ b/config
>> @@ -1852,7 +1852,7 @@ CONFIG_CAN_VCAN=m
>> # CONFIG_CAN_VXCAN is not set
>> CONFIG_CAN_SLCAN=m
>> CONFIG_CAN_DEV=m
>> -# CONFIG_CAN_CALC_BITTIMING is not set
>> +CONFIG_CAN_CALC_BITTIMING=y
>> CONFIG_CAN_JANZ_ICAN3=m
>> CONFIG_CAN_KVASER_PCIEFD=m
>> CONFIG_CAN_C_CAN=m
>> --
>> 2.42.1
>>
>> _______________________________________________
>> devel-kernel mailing list
>> devel-kernel@lists.altlinux.org
>> https://lists.altlinux.org/mailman/listinfo/devel-kernel
> _______________________________________________
> devel-kernel mailing list
> devel-kernel@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/devel-kernel
--
С уважением, Антон Мидюков <antohami@basealt.ru>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [d-kernel] [PATCH] config: CONFIG_CAN_CALC_BITTIMING=y
2024-02-08 2:55 ` Антон Мидюков
@ 2024-02-08 2:57 ` Vitaly Chikunov
2024-02-08 2:57 ` Антон Мидюков
0 siblings, 1 reply; 5+ messages in thread
From: Vitaly Chikunov @ 2024-02-08 2:57 UTC (permalink / raw)
To: ALT Linux kernel packages development
On Thu, Feb 08, 2024 at 09:55:52AM +0700, Антон Мидюков wrote:
> 08.02.2024 09:53, Vitaly Chikunov пишет:
> > Anton,
> >
> > On Thu, Feb 08, 2024 at 12:34:30AM +0700, antohami@basealt.ru wrote:
> >> From: Anton Midyukov <antohami@altlinux.org>
> >>
> >> CAN bit-timing parameters will be calculated for the bit-rate specified
> >> via Netlink argument "bitrate" when the device get started.
> >>
> >> Link: https://www.kernel.org/doc/html/v6.6/networking/can.html#setting-the-can-bit-timing
> >> Link: https://bugzilla.altlinux.org/49276
> >
> > Applied, thanks
> >
> > 2024-02-07 un-def/sisyphus [kernelbot/un-def/sisyphus] 1:6.6.16-alt2
> > 2024-02-08 un-def/p10 [kernelbot/un-def/p10] config: CONFIG_CAN_CALC_BITTIMING=y
> > 2024-02-08 un-def/c10f1 [kernelbot/un-def/c10f1] config: CONFIG_CAN_CALC_BITTIMING=y
> > 2024-02-08 un-def/c10f2 [kernelbot/un-def/c10f2] config: CONFIG_CAN_CALC_BITTIMING=y
> >
>
> И std-def/sisyphus ещё, пожалуйста.
Туда и в rt конфиги копируются из un-def/sisyphus
>
> >>
> >> Signed-off-by: Anton Midyukov <antohami@altlinux.org>
> >> ---
> >> config | 2 +-
> >> 1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/config b/config
> >> index 88251df721a8..81be13130df7 100644
> >> --- a/config
> >> +++ b/config
> >> @@ -1852,7 +1852,7 @@ CONFIG_CAN_VCAN=m
> >> # CONFIG_CAN_VXCAN is not set
> >> CONFIG_CAN_SLCAN=m
> >> CONFIG_CAN_DEV=m
> >> -# CONFIG_CAN_CALC_BITTIMING is not set
> >> +CONFIG_CAN_CALC_BITTIMING=y
> >> CONFIG_CAN_JANZ_ICAN3=m
> >> CONFIG_CAN_KVASER_PCIEFD=m
> >> CONFIG_CAN_C_CAN=m
> >> --
> >> 2.42.1
> >>
> >> _______________________________________________
> >> devel-kernel mailing list
> >> devel-kernel@lists.altlinux.org
> >> https://lists.altlinux.org/mailman/listinfo/devel-kernel
> > _______________________________________________
> > devel-kernel mailing list
> > devel-kernel@lists.altlinux.org
> > https://lists.altlinux.org/mailman/listinfo/devel-kernel
>
> --
> С уважением, Антон Мидюков <antohami@basealt.ru>
>
> _______________________________________________
> devel-kernel mailing list
> devel-kernel@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/devel-kernel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [d-kernel] [PATCH] config: CONFIG_CAN_CALC_BITTIMING=y
2024-02-08 2:57 ` Vitaly Chikunov
@ 2024-02-08 2:57 ` Антон Мидюков
0 siblings, 0 replies; 5+ messages in thread
From: Антон Мидюков @ 2024-02-08 2:57 UTC (permalink / raw)
To: devel-kernel
08.02.2024 09:57, Vitaly Chikunov пишет:
> On Thu, Feb 08, 2024 at 09:55:52AM +0700, Антон Мидюков wrote:
>> 08.02.2024 09:53, Vitaly Chikunov пишет:
>>> Anton,
>>>
>>> On Thu, Feb 08, 2024 at 12:34:30AM +0700, antohami@basealt.ru wrote:
>>>> From: Anton Midyukov <antohami@altlinux.org>
>>>>
>>>> CAN bit-timing parameters will be calculated for the bit-rate specified
>>>> via Netlink argument "bitrate" when the device get started.
>>>>
>>>> Link: https://www.kernel.org/doc/html/v6.6/networking/can.html#setting-the-can-bit-timing
>>>> Link: https://bugzilla.altlinux.org/49276
>>>
>>> Applied, thanks
>>>
>>> 2024-02-07 un-def/sisyphus [kernelbot/un-def/sisyphus] 1:6.6.16-alt2
>>> 2024-02-08 un-def/p10 [kernelbot/un-def/p10] config: CONFIG_CAN_CALC_BITTIMING=y
>>> 2024-02-08 un-def/c10f1 [kernelbot/un-def/c10f1] config: CONFIG_CAN_CALC_BITTIMING=y
>>> 2024-02-08 un-def/c10f2 [kernelbot/un-def/c10f2] config: CONFIG_CAN_CALC_BITTIMING=y
>>>
>>
>> И std-def/sisyphus ещё, пожалуйста.
>
> Туда и в rt конфиги копируются из un-def/sisyphus
>
Понял. Спасибо!
>>
>>>>
>>>> Signed-off-by: Anton Midyukov <antohami@altlinux.org>
>>>> ---
>>>> config | 2 +-
>>>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>>>
>>>> diff --git a/config b/config
>>>> index 88251df721a8..81be13130df7 100644
>>>> --- a/config
>>>> +++ b/config
>>>> @@ -1852,7 +1852,7 @@ CONFIG_CAN_VCAN=m
>>>> # CONFIG_CAN_VXCAN is not set
>>>> CONFIG_CAN_SLCAN=m
>>>> CONFIG_CAN_DEV=m
>>>> -# CONFIG_CAN_CALC_BITTIMING is not set
>>>> +CONFIG_CAN_CALC_BITTIMING=y
>>>> CONFIG_CAN_JANZ_ICAN3=m
>>>> CONFIG_CAN_KVASER_PCIEFD=m
>>>> CONFIG_CAN_C_CAN=m
>>>> --
>>>> 2.42.1
>>>>
>>>> _______________________________________________
>>>> devel-kernel mailing list
>>>> devel-kernel@lists.altlinux.org
>>>> https://lists.altlinux.org/mailman/listinfo/devel-kernel
>>> _______________________________________________
>>> devel-kernel mailing list
>>> devel-kernel@lists.altlinux.org
>>> https://lists.altlinux.org/mailman/listinfo/devel-kernel
>>
>> --
>> С уважением, Антон Мидюков <antohami@basealt.ru>
>>
>> _______________________________________________
>> devel-kernel mailing list
>> devel-kernel@lists.altlinux.org
>> https://lists.altlinux.org/mailman/listinfo/devel-kernel
> _______________________________________________
> devel-kernel mailing list
> devel-kernel@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/devel-kernel
--
С уважением, Антон Мидюков <antohami@basealt.ru>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-02-08 2:57 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-07 17:34 [d-kernel] [PATCH] config: CONFIG_CAN_CALC_BITTIMING=y antohami
2024-02-08 2:53 ` Vitaly Chikunov
2024-02-08 2:55 ` Антон Мидюков
2024-02-08 2:57 ` Vitaly Chikunov
2024-02-08 2:57 ` Антон Мидюков
ALT Linux kernel packages development
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel-kernel/0 devel-kernel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel-kernel devel-kernel/ http://lore.altlinux.org/devel-kernel \
devel-kernel@altlinux.org devel-kernel@altlinux.ru devel-kernel@altlinux.com
public-inbox-index devel-kernel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel-kernel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git