Message ID | 20221021191340.4187935-1-elder@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | net: ipa: validation cleanup | expand |
Hello: This series was applied to netdev/net-next.git (master) by Paolo Abeni <pabeni@redhat.com>: On Fri, 21 Oct 2022 14:13:33 -0500 you wrote: > This series gathers a set of IPA driver cleanups, mostly involving > code that ensures certain things are known to be correct *early* > (either at build or initializatin time), so they can be assumed good > during normal operation. > > The first removes three constant symbols, by making a (reasonable) > assumption that a routing table consists of entries for the modem > followed by entries for the AP, with no unused entries between them. > > [...] Here is the summary with links: - [net-next,1/7] net: ipa: kill two constant symbols https://git.kernel.org/netdev/net-next/c/fb4014ac76b8 - [net-next,2/7] net: ipa: remove two memory region checks https://git.kernel.org/netdev/net-next/c/2554322b3199 - [net-next,3/7] net: ipa: validate IPA table memory earlier https://git.kernel.org/netdev/net-next/c/cf13919654d5 - [net-next,4/7] net: ipa: verify table sizes fit in commands early https://git.kernel.org/netdev/net-next/c/5444b0ea9915 - [net-next,5/7] net: ipa: introduce ipa_cmd_init() https://git.kernel.org/netdev/net-next/c/7fd10a2aca6a - [net-next,6/7] net: ipa: kill ipa_table_valid() https://git.kernel.org/netdev/net-next/c/39ad815244ac - [net-next,7/7] net: ipa: check table memory regions earlier https://git.kernel.org/netdev/net-next/c/73da9cac517c You are awesome, thank you!