Re: [PATCH] IN_BADCLASS: fix macro to actually work

2019-01-15 Thread David Miller
From: Greg Kroah-Hartman Date: Thu, 10 Jan 2019 21:24:13 +0100 > 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 buil

[PATCH] IN_BADCLASS: fix macro to actually work

2019-01-10 Thread Greg Kroah-Hartman
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