From nobody Sat Nov 26 10:44:19 2022 X-Original-To: freebsd-arm@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4NK7fN2Rbjz4j6wq for ; Sat, 26 Nov 2022 10:45:00 +0000 (UTC) (envelope-from mats@exmandato.se) Received: from mailout.mellstrand.net (mailout.mellstrand.net [IPv6:2001:2040:4:1::52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mailout.mellstrand.net", Issuer "ZeroSSL RSA Domain Secure Site CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4NK7fL5Kqwz3GFk for ; Sat, 26 Nov 2022 10:44:58 +0000 (UTC) (envelope-from mats@exmandato.se) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=exmandato.se header.s=mailout header.b=EgA2wnsm; spf=pass (mx1.freebsd.org: domain of mats@exmandato.se designates 2001:2040:4:1::52 as permitted sender) smtp.mailfrom=mats@exmandato.se; dmarc=pass (policy=reject) header.from=exmandato.se Received: by mailout.mellstrand.net Sat, 26 Nov 2022 11:44:38 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=exmandato.se; s=mailout; t=1669459478; bh=BuVNwoH7zyF18+4YiBdlhwydWvo4+uBMp9dcn/wilGU=; h=From:Subject:Date:To; b=EgA2wnsmuqbRqS2VOGd//KW+ULJ6l9gCwTXh5E7GgANLOoYgFe996YlXjePDokbYW saTyPBa/RysjZ6FjCjq4F4LEpmpcl46uPWJ4EDlehKbQGm0FcnU8VgrelzX8HKszNg wsPFYJ/7m0C3YhpFBdA6Ags5tVza1C7xImlfph60wrCwe7AKApDtJCPwirwc7F/kJ9 3uEmE5qh3kjEy9xOtzfaiHG2rCxg+AyQ/a8ehuSWeaVEuATPVCGEIr1bFDRDIj5qv3 7ba37UEg1lEf6tlBr+eXGyw31MyqvvkOnQ3DiSIa9JsXwHcFrXKpcS/CuZxykOnYnD dTMmNPnqQFBDg== From: Mats Mellstrand Content-Type: multipart/signed; boundary="Apple-Mail=_C3A9A09C-CBF3-4A9A-86F2-288247EEFAA4"; protocol="application/pgp-signature"; micalg=pgp-sha256 List-Id: Porting FreeBSD to ARM processors List-Archive: https://lists.freebsd.org/archives/freebsd-arm List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-arm@freebsd.org Mime-Version: 1.0 Subject: Kernel panic when using ndp Message-Id: <78AB907B-0CA8-4D59-A5FF-B8EEF709E7BD@exmandato.se> Date: Sat, 26 Nov 2022 11:44:19 +0100 To: freebsd-arm@freebsd.org X-Spamd-Result: default: False [-5.57 / 15.00]; SIGNED_PGP(-2.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.97)[-0.972]; MV_CASE(0.50)[]; DMARC_POLICY_ALLOW(-0.50)[exmandato.se,reject]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; R_SPF_ALLOW(-0.20)[+mx]; R_DKIM_ALLOW(-0.20)[exmandato.se:s=mailout]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:3301, ipnet:2001:2040::/32, country:SE]; MLMMJ_DEST(0.00)[freebsd-arm@freebsd.org]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ARC_NA(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; DKIM_TRACE(0.00)[exmandato.se:+]; HAS_ATTACHMENT(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; TO_DN_NONE(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Queue-Id: 4NK7fL5Kqwz3GFk X-Spamd-Bar: ----- X-ThisMailContainsUnwantedMimeParts: N --Apple-Mail=_C3A9A09C-CBF3-4A9A-86F2-288247EEFAA4 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Hi When trying to register a proxy for a ndp entry I received the folloing Hardware: RPI 4 Memory: 7.84 G CPU: ARM Cortex-A72 Disk: 108G OS-version: 13.1-RELEASE-p2 (xxxx:yyyy replaced) # ndp -s xxxx:yyyy:4::2 dc:a6:32:ed:36:f8 proxy panic: stack overflow detected; backtrace may be corrupted cpuid = 2 time = 1669397205 KDB: stack backtrace: #0 0xffff00000051646c at kdb_backtrace+0x60 #1 0xffff0000004c24c0 at vpanic+0x174 #2 0xffff0000004c2348 at panic+0x44 #3 0xffff0000004fb178 at __stack_chk_fail+0x10 #4 0xffff000000626da4 at handle_rtm_get+0x23c #5 0xffff000000626954 at route_output+0xbbc Uptime: 19m46s Resetting system ... PM_RSTS: 0x00000020 What am I doing wrong? /mm --Apple-Mail=_C3A9A09C-CBF3-4A9A-86F2-288247EEFAA4 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEDr+9RcE612tpmSJHQ/tbBFhN7RsFAmOB7gMACgkQQ/tbBFhN 7RtrMBAAio2iw97lrifAbNSVrCGxfbBOqmG1guE2hxGfgIvx0n4M9++Uidyj7Ckn mh1F9n+T1D/daV09zudAdnJCWkOqnt1j4IE1/oL8xzeO3ff8tG9pjXais99qqs8L nMdidKzB5DkOWqGH0ltdQwUanrL0+cVWXMbsgm6EodbjF1LalXrF6ctT0Q9zVWUe tfxiQ3SunPNHVVhuWO3PXyqtJKRNbl1sEx7Sv0REntspqM74a7O8myQ1+mMVeLn8 GTm/kmPTjXBeLV9wVZCGNUKUyPcZ+po95RW/piPI+Sr19hNkQtVhEzrulEef2Gie zKAELfVMDzmY7ev7nrrStOpAXzldMsm7yCQL/5oFlr9VOmJUJJJ6355+D1cih9aJ UJ6FJiUhh4um8S0dFCloSC0Uz267u41RT5SG6wWoi27nFCa5O6SqhVcG/+ypYQpa xmH+1HClt8lyX+8zbcHwvCd27NwkT49e4SbWRUbeAo6dxD/JYOfhdRGVUf6NxTOL 3z9g8x/1pSFXhBlu++gZVso87ahUMFV1KmMSQwJu727rA2rD2dV+UHKHVP1o0o8d jeeBZp0s55qhTmqJCckIQoh48f+0by4vbR5zo4kWb1eEofK4mQFN/K3m+Vq/Yk3q ZZSMSA8jClieRRbkq22d+MWYlTbjgRM5CHqrH5594Ys6JyVvYgg= =GsSu -----END PGP SIGNATURE----- --Apple-Mail=_C3A9A09C-CBF3-4A9A-86F2-288247EEFAA4--