Skip to content

added support for linux-5.15.167#15

Open
ingamedeo wants to merge 1 commit intoACwifidude:openwrt-23.05-nss-qsdk11from
ingamedeo:openwrt-23.05-nss-qsdk11
Open

added support for linux-5.15.167#15
ingamedeo wants to merge 1 commit intoACwifidude:openwrt-23.05-nss-qsdk11from
ingamedeo:openwrt-23.05-nss-qsdk11

Conversation

@ingamedeo
Copy link
Copy Markdown

linux-5.15.167 (for 23.05.5) introduces additional changes that break some of the NSS patches.

This PR should be merged together with the PR in nss-packages for the same purpose.

@ingamedeo
Copy link
Copy Markdown
Author

This is upstream commit in the kernel that changes the signature netfilter: br_netfilter: skip conntrack input hook for promisc packets; to be fair, it's kinda weird because the value of promisc can be derived from the skb structure which is what they used to do before:
promisc = !!(br->dev->flags & IFF_PROMISC); not sure why they decided to add another promisc to the signature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant