Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | iproute2: update to 4.20.0 | Deng Qingfang | 2019-01-23 | 1 | -343/+0 |
| | | | | | | | | | Update to the latest version of iproute2; see https://lwn.net/Articles/776174/ for a full overview of the changes in 4.20. Remove upstream patch 001-fix-print_0xhex-on-32-bit.patch and 002-tc-fix-xtables-incorrect-usage-of-LDFLAGS.patch Introduce a patch to include <linux/limits.h> for XATTR_SIZE_MAX in tc Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn> | ||||
* | iproute2: backport upstream patch to fix print_0xhex on 32 bit | Hans Dedecker | 2018-12-12 | 1 | -0/+343 |
The argument to print_0xhex is converted to unsigned long long so the format string give for normal printout has to be some variant of %llx. Backport the patch as otherwise, bogus values will be printed on 32 bit platforms. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> |