From: "Dave Hibberd" <hibby@debian.org>
To: "Chris Maness" <christopher.maness@gmail.com>,
"Dan Cross" <crossd@gmail.com>
Cc: "Lars Kellogg-Stedman" <lars@oddbit.com>,
"Duoming Zhou" <duoming@zju.edu.cn>,
linux-hams@vger.kernel.org, dan.carpenter@linaro.org
Subject: Re: Kernel 6.9.1 AX.25 Crash
Date: Tue, 21 May 2024 12:47:30 +0100 [thread overview]
Message-ID: <a0890c99-0f42-44bb-b1f3-cdc66efdad50@app.fastmail.com> (raw)
In-Reply-To: <CANnsUMF=ywvcmfLjXdz_hWLSo5jC2Z0K7Qe4Pcv7j3dr6K99Jg@mail.gmail.com>
Can you use other libax25 dependent packages or is it only Uronode?
axcall for netrom would be a reasonable starter to see if it's a libax25 problem or not.
LinFBB, from what I remember, uses its own internal state machine/etc once it's bound to the socket.
Cheers,
--
Hibby
Debian Developer
Packet Radioist
MM0RFN
On Tue, 21 May 2024, at 4:07 AM, Chris Maness wrote:
> Ok, the only thing not working so far is UROnode in this system. I am
> thinking it needs to be updated to the newer kernel. I am getting:
>
> ERROR; connect_to: bind: Cannot assign requested address
>
> When I try to connect to a NETROM node from UROnode (AX.25 only works tho).
>
> I can connect from LinFBB with NETROM directly to other nodes using my
> NETROM port in LinFBB.
>
> -Chris KQ6UP
>
>
> On Mon, May 20, 2024 at 7:12 PM Dan Cross <crossd@gmail.com> wrote:
>>
>> On Mon, May 20, 2024 at 9:06 PM Lars Kellogg-Stedman <lars@oddbit.com> wrote:
>> > On Mon, May 20, 2024 at 05:11:39PM GMT, Chris Maness wrote:
>> > > Your patch seems to have fixed the issue so far.
>> >
>> > That's great! I'm glad it helped.
>> >
>> > > How come this patch is not included in the mainline source?
>> >
>> > Well, partly because you're the first person to confirm that it works
>> > for someone besides me :). Dan (Cross) has offered to test it out as
>> > well; if I can get a couple of confirmations that it's working, I'll
>> > probably go ahead and submit it to netdev.
>>
>> I am running this as of today, and so far so good.
>>
>> > The bigger issue has been that there are very few people interested in
>> > the ax.25 support in the kernel; there's not a real maintainer, so it's
>> > difficult to get code approved. There were some concerns expressed that
>> > maybe this isn't the *correct* fix, but I would argue that even if it's
>> > not the most correct fix we should try to get it in anyway, since
>> > otherwise ax.25 is completely broken.
>>
>> Agreed: what's there now is objectively broken. Please, let's not let
>> the perfect be the enemy of the good here.
>>
>> - Dan C.
>
>
>
> --
> Thanks,
> Chris Maness
next prev parent reply other threads:[~2024-05-21 11:48 UTC|newest]
Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-01 6:02 [PATCH net] ax25: Fix refcount leak issues of ax25_dev Duoming Zhou
2024-05-01 17:33 ` Markus Elfring
2024-05-01 17:43 ` Dan Carpenter
2024-05-02 4:35 ` duoming
2024-05-02 7:56 ` Dan Carpenter
2024-05-02 9:30 ` Paolo Abeni
2024-05-02 1:29 ` Lars Kellogg-Stedman
2024-05-03 20:36 ` Dan Carpenter
2024-05-03 23:40 ` Lars Kellogg-Stedman
2024-05-04 12:16 ` Dan Carpenter
2024-05-04 22:16 ` Lars Kellogg-Stedman
2024-05-07 3:18 ` Lars Kellogg-Stedman
2024-05-07 8:08 ` Dan Carpenter
2024-05-07 9:04 ` duoming
2024-05-08 18:27 ` Dan Carpenter
2024-05-09 1:40 ` duoming
2024-05-23 12:30 ` Lars Kellogg-Stedman
2024-05-07 6:38 ` Dan Carpenter
2024-05-15 9:52 ` duoming
2024-05-16 19:20 ` Lars Kellogg-Stedman
[not found] ` <CANnsUMHTZ_P4-C2iGdbakcp_Xk5c-aCO5kYEvaBdOcsaSnK5Pg@mail.gmail.com>
2024-05-20 14:42 ` Kernel 6.9.1 AX.25 Crash Lars Kellogg-Stedman
2024-05-20 14:49 ` Chris Maness
2024-05-21 0:11 ` Chris Maness
2024-05-21 0:48 ` Lars Kellogg-Stedman
2024-05-21 1:38 ` Chris Maness
2024-05-21 2:12 ` Dan Cross
2024-05-21 3:07 ` Chris Maness
2024-05-21 11:47 ` Dave Hibberd [this message]
2024-05-21 12:03 ` Chris Maness
2024-05-21 19:20 ` Mike Quin
2024-05-21 23:02 ` Chris Maness
2024-05-21 23:07 ` Mike Quin
2024-05-21 23:17 ` Chris Maness
2024-05-21 15:53 ` David Ranch
2024-05-21 16:28 ` Chris Maness
2024-05-21 18:12 ` Lars Kellogg-Stedman
2024-05-22 15:32 ` Dan Cross
2024-05-22 16:07 ` Chris Maness
2024-05-22 17:06 ` David Ranch
2024-05-22 18:04 ` Dan Cross
2024-05-22 17:54 ` Dan Cross
2024-05-22 18:17 ` Lars Kellogg-Stedman
2024-05-22 18:37 ` Dan Cross
2024-05-22 19:23 ` Lars Kellogg-Stedman
2024-05-22 22:22 ` David Ranch
2024-05-22 22:32 ` Lars Kellogg-Stedman
2024-05-23 0:54 ` Userspace AX.25 stack library [was Re: Kernel 6.9.1 AX.25 Crash] Stuart Longland VK4MSL
2024-05-23 16:32 ` Dan Cross
2024-05-22 16:10 ` Kernel 6.9.1 AX.25 Crash David Ranch
2024-05-22 18:13 ` Lars Kellogg-Stedman
2024-06-07 12:01 ` Lars Kellogg-Stedman
2024-06-07 13:49 ` David Ranch
2024-06-08 1:59 ` Lars Kellogg-Stedman
2024-06-08 15:23 ` David Ranch
2024-05-23 10:30 ` Dan Carpenter
2024-05-27 17:59 ` Chris Maness
2024-05-04 11:04 ` [PATCH net] ax25: Fix refcount leak issues of ax25_dev Dan Carpenter
-- strict thread matches above, loose matches on Subject: below --
2024-05-20 2:55 Kernel 6.9.1 AX.25 Crash Chris Maness
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=a0890c99-0f42-44bb-b1f3-cdc66efdad50@app.fastmail.com \
--to=hibby@debian.org \
--cc=christopher.maness@gmail.com \
--cc=crossd@gmail.com \
--cc=dan.carpenter@linaro.org \
--cc=duoming@zju.edu.cn \
--cc=lars@oddbit.com \
--cc=linux-hams@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox