mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
Backport upstream patch:
Commit 65cab850f0ee ("net: Allow class-e address assignment via ifconfig
ioctl") modified the IN_BADCLASS macro a bit, but unfortunatly one too
many '(' characters were added to the line, making any code that used
it, not build properly.
Also, the macro now compares an unsigned with a signed value, which
isn't ok, so fix that up by making both types match properly.
Reported-by: Christopher Ferris <cferris@google.com>
Fixes: 65cab850f0ee ("net: Allow class-e address assignment via ifconfig ioctl")
Cc: Dave Taht <dave.taht@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
|
||
|---|---|---|
| .. | ||
| 010-Kbuild-don-t-hardcode-path-to-awk-in-scripts-ld-vers.patch | ||
| 011-kbuild-export-SUBARCH.patch | ||
| 020-backport_netfilter_rtcache.patch | ||
| 047-v4.21-mtd-keep-original-flags-for-every-struct-mtd_info.patch | ||
| 048-v4.21-mtd-improve-calculating-partition-boundaries-when-ch.patch | ||
| 080-v5.1-0001-bcma-keep-a-direct-pointer-to-the-struct-device.patch | ||
| 080-v5.1-0002-bcma-use-dev_-printing-functions.patch | ||
| 095-Allow-class-e-address-assignment-via-ifconfig-ioctl.patch | ||
| 100-arm-cns3xxx-fix-writing-to-wrong-PCI-registers-after.patch | ||
| 343-netfilter-nft_flow_offload-handle-netdevice-events-f.patch | ||
| 366-netfilter-nf_flow_table-clean-up-and-fix-dst-handlin.patch | ||
| 370-netfilter-nf_flow_table-fix-offloaded-connection-tim.patch | ||
| 371-netfilter-nf_flow_table-fix-up-ct-state-of-flows-aft.patch | ||