From: "Matthew Wilcox (Oracle)" <wi...@infradead.org> I typo'd the conversion to skb_frag_t in the Octeon driver, but didn't notice because you can only build it on MIPS, and the buildbots seem overloaded right now.
So I've constructed some stubs which let me build it on x86. I'm sure somebody could do a better job of those stubs, but really the split between this driver and the support code in mips is all wrong. I'd suggest this pair of patches go in through net-next since the first one depends on patches already in net-next, but the second one could probably go independently through the staging tree. Matthew Wilcox (Oracle) (2): octeon: Fix typo staging/octeon: Allow test build on !MIPS drivers/staging/octeon/Kconfig | 2 +- drivers/staging/octeon/ethernet-defines.h | 2 - drivers/staging/octeon/ethernet-mdio.c | 6 +- drivers/staging/octeon/ethernet-mem.c | 5 +- drivers/staging/octeon/ethernet-rgmii.c | 10 +- drivers/staging/octeon/ethernet-rx.c | 13 +- drivers/staging/octeon/ethernet-rx.h | 2 - drivers/staging/octeon/ethernet-sgmii.c | 8 +- drivers/staging/octeon/ethernet-spi.c | 10 +- drivers/staging/octeon/ethernet-tx.c | 14 +- drivers/staging/octeon/ethernet-util.h | 4 - drivers/staging/octeon/ethernet.c | 12 +- drivers/staging/octeon/octeon-ethernet.h | 29 +- drivers/staging/octeon/octeon-stubs.h | 1429 +++++++++++++++++++++ 14 files changed, 1467 insertions(+), 79 deletions(-) create mode 100644 drivers/staging/octeon/octeon-stubs.h -- 2.20.1