* CU 186 testing: AX88179 USB LAN adapter broken
[not found] <14c4c4b7-4060-4846-8abb-915a49261275.ref@yahoo.com>
@ 2024-06-02 19:04 ` Charles Brown
2024-06-03 9:29 ` Michael Tremer
0 siblings, 1 reply; 5+ messages in thread
From: Charles Brown @ 2024-06-02 19:04 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 104 bytes --]
With the issue reported in Bug# 13692, would it be possible to revert
the kernel to 6.6.15 in CU 186?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: CU 186 testing: AX88179 USB LAN adapter broken
2024-06-02 19:04 ` CU 186 testing: AX88179 USB LAN adapter broken Charles Brown
@ 2024-06-03 9:29 ` Michael Tremer
2024-06-04 12:20 ` Charles Brown
0 siblings, 1 reply; 5+ messages in thread
From: Michael Tremer @ 2024-06-03 9:29 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 522 bytes --]
Hello Charles,
No, that is something that we cannot do as we would reintroduce all security vulnerabilities that have been fixed in the last 17 kernel releases.
However, did you confirm that enabling CONFIG_USB_NET_CDC_NCM works? You mentioned this here:
https://bugzilla.ipfire.org/show_bug.cgi?id=13692#c2
-Michael
> On 2 Jun 2024, at 20:04, Charles Brown <cab_77573(a)yahoo.com> wrote:
>
> With the issue reported in Bug# 13692, would it be possible to revert the kernel to 6.6.15 in CU 186?
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: CU 186 testing: AX88179 USB LAN adapter broken
2024-06-03 9:29 ` Michael Tremer
@ 2024-06-04 12:20 ` Charles Brown
2024-06-04 12:27 ` Charles Brown
0 siblings, 1 reply; 5+ messages in thread
From: Charles Brown @ 2024-06-04 12:20 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 900 bytes --]
Hi Michael, I would be happy to give that shot. I did a fresh pull of
master into local git repo and have been grepping about looking for
where to enable CONFIG_USB_NET_CDC_NCM. I am a bit of a novice here at
this sort of thing. Could you point me where to do the enable thing for
this config setting? -cab
On 6/3/2024 4:29 AM, Michael Tremer wrote:
> Hello Charles,
>
> No, that is something that we cannot do as we would reintroduce all security vulnerabilities that have been fixed in the last 17 kernel releases.
>
> However, did you confirm that enabling CONFIG_USB_NET_CDC_NCM works? You mentioned this here:
>
> https://bugzilla.ipfire.org/show_bug.cgi?id=13692#c2
>
> -Michael
>
>> On 2 Jun 2024, at 20:04, Charles Brown <cab_77573(a)yahoo.com> wrote:
>>
>> With the issue reported in Bug# 13692, would it be possible to revert the kernel to 6.6.15 in CU 186?
>>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: CU 186 testing: AX88179 USB LAN adapter broken
2024-06-04 12:20 ` Charles Brown
@ 2024-06-04 12:27 ` Charles Brown
2024-06-04 12:43 ` Michael Tremer
0 siblings, 1 reply; 5+ messages in thread
From: Charles Brown @ 2024-06-04 12:27 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1134 bytes --]
Okay, I found it and it is currently set thusly in master
"kernel/kernel.config.x86_64-ipfire:CONFIG_USB_NET_CDC_NCM=m".
Does that already imply that it is enabled?
On 6/4/2024 7:20 AM, Charles Brown wrote:
> Hi Michael, I would be happy to give that shot. I did a fresh pull of
> master into local git repo and have been grepping about looking for
> where to enable CONFIG_USB_NET_CDC_NCM. I am a bit of a novice here at
> this sort of thing. Could you point me where to do the enable thing
> for this config setting? -cab
>
> On 6/3/2024 4:29 AM, Michael Tremer wrote:
>> Hello Charles,
>>
>> No, that is something that we cannot do as we would reintroduce all
>> security vulnerabilities that have been fixed in the last 17 kernel
>> releases.
>>
>> However, did you confirm that enabling CONFIG_USB_NET_CDC_NCM works?
>> You mentioned this here:
>>
>> https://bugzilla.ipfire.org/show_bug.cgi?id=13692#c2
>>
>> -Michael
>>
>>> On 2 Jun 2024, at 20:04, Charles Brown <cab_77573(a)yahoo.com> wrote:
>>>
>>> With the issue reported in Bug# 13692, would it be possible to
>>> revert the kernel to 6.6.15 in CU 186?
>>>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: CU 186 testing: AX88179 USB LAN adapter broken
2024-06-04 12:27 ` Charles Brown
@ 2024-06-04 12:43 ` Michael Tremer
0 siblings, 0 replies; 5+ messages in thread
From: Michael Tremer @ 2024-06-04 12:43 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1444 bytes --]
Hey Charles,
Well, that is a little bit unclear in the bug report. It is compiled as a module. I would say that that counts as enabled. You can check if it is being loaded using “lsmod”.
-Michael
> On 4 Jun 2024, at 13:27, Charles Brown <cab_77573(a)yahoo.com> wrote:
>
> Okay, I found it and it is currently set thusly in master "kernel/kernel.config.x86_64-ipfire:CONFIG_USB_NET_CDC_NCM=m".
> Does that already imply that it is enabled?
>
> On 6/4/2024 7:20 AM, Charles Brown wrote:
>> Hi Michael, I would be happy to give that shot. I did a fresh pull of master into local git repo and have been grepping about looking for where to enable CONFIG_USB_NET_CDC_NCM. I am a bit of a novice here at this sort of thing. Could you point me where to do the enable thing for this config setting? -cab
>>
>> On 6/3/2024 4:29 AM, Michael Tremer wrote:
>>> Hello Charles,
>>>
>>> No, that is something that we cannot do as we would reintroduce all security vulnerabilities that have been fixed in the last 17 kernel releases.
>>>
>>> However, did you confirm that enabling CONFIG_USB_NET_CDC_NCM works? You mentioned this here:
>>>
>>> https://bugzilla.ipfire.org/show_bug.cgi?id=13692#c2
>>>
>>> -Michael
>>>
>>>> On 2 Jun 2024, at 20:04, Charles Brown <cab_77573(a)yahoo.com> wrote:
>>>>
>>>> With the issue reported in Bug# 13692, would it be possible to revert the kernel to 6.6.15 in CU 186?
>>>>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-06-04 12:43 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <14c4c4b7-4060-4846-8abb-915a49261275.ref@yahoo.com>
2024-06-02 19:04 ` CU 186 testing: AX88179 USB LAN adapter broken Charles Brown
2024-06-03 9:29 ` Michael Tremer
2024-06-04 12:20 ` Charles Brown
2024-06-04 12:27 ` Charles Brown
2024-06-04 12:43 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox