mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2025-12-30 15:50:58 +00: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>
|
||
|---|---|---|
| .. | ||
| backport-4.9 | ||
| backport-4.14 | ||
| backport-4.19 | ||
| files | ||
| hack-4.9 | ||
| hack-4.14 | ||
| hack-4.19 | ||
| image | ||
| other-files | ||
| pending-3.18 | ||
| pending-4.9 | ||
| pending-4.14 | ||
| pending-4.19 | ||
| config-3.18 | ||
| config-4.9 | ||
| config-4.14 | ||
| config-4.19 | ||
| PATCHES | ||