Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[24.10] bird2: update to 2.16.1 #1101

Merged

Conversation

PolynomialDivision
Copy link
Member

@PolynomialDivision PolynomialDivision commented Jan 14, 2025

The bird package has been updated to include a patch that directly fixes the alignment issue, which previously required the use of the -mno-unaligned-access GCC flag on ARM processors. This patch, originally discussed on the BIRD mailing list [0], modifies the net_addr structure to resolve the alignment problem without needing the workaround.

By incorporating this patch, the alignment issue is addressed more efficiently, eliminating the performance, code size, and hardware optimization drawbacks associated with the GCC flag.

Release Notes:
http://trubka.network.cz/pipermail/bird-users/2025-January/018041.html

[0] - http://trubka.network.cz/pipermail/bird-users/2024-December/017957.html

Signed-off-by: Nick Hainke vincent@systemli.org
(cherry picked from commit 4a65e35)

Maintainer: @tohojo
Compile tested: filogic
Run tested: tbd

The bird package has been updated to include a patch that directly fixes the
alignment issue, which previously required the use of the -mno-unaligned-access
GCC flag on ARM processors. This patch, originally discussed on the BIRD mailing
list [0], modifies the net_addr structure to resolve the alignment problem
without needing the workaround.

By incorporating this patch, the alignment issue is addressed more efficiently,
eliminating the performance, code size, and hardware optimization drawbacks
associated with the GCC flag.

Release Notes:
http://trubka.network.cz/pipermail/bird-users/2025-January/018041.html

[0] - http://trubka.network.cz/pipermail/bird-users/2024-December/017957.html

Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit 4a65e35)
@tohojo tohojo merged commit e87b55c into openwrt:openwrt-24.10 Jan 15, 2025
8 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants