linux/drivers/staging
Randy Dunlap 673b41e04a staging/octeon: fix up merge error
There's a semantic conflict in the Octeon staging network driver, which
used the skb_reset_tc() function to reset skb state when re-using an
skb.  But that inline helper function was removed in mainline by commit
2c64605b59 ("net: Fix CONFIG_NET_CLS_ACT=n and
CONFIG_NFT_FWD_NETDEV={y, m} build").

Fix it by using skb_reset_redirect() instead.  Also move it out of the

This code path only ends up triggering if REUSE_SKBUFFS_WITHOUT_FREE is
enabled, which in turn only happens if you don't have CONFIG_NETFILTER
configured.  Which was how this wasn't caught by the usual allmodconfig
builds.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2020-03-30 17:22:01 -07:00
..
android staging: android: Delete the 'vsoc' driver 2020-02-10 08:51:12 -08:00
axis-fifo staging: axis-fifo: replace spinlock with mutex 2020-01-22 09:58:01 +01:00
board staging: board: use appropriate macro to initialize struct 2019-09-30 21:57:57 +02:00
clocking-wizard staging: clocking-wizard: use devm_platform_ioremap_resource() to simplify code 2019-10-10 11:00:59 +02:00
comedi staging: comedi: ni_labpc_common: Reformat multiple line dereference 2020-03-23 13:09:45 +01:00
emxx_udc staging: emxx_udc: Fix invalid reference error 2019-10-30 10:38:46 +01:00
fbtft staging: fbtft: Avoid potential precedence issues 2020-03-17 12:47:24 +01:00
fieldbus staging: fieldbus: anybuss: use devm_platform_ioremap_resource helper 2019-10-27 08:15:43 +01:00
fsl-dpaa2 staging: fsl-dpaa2: ethsw: ethsw.c: Fix line over 80 characters 2020-02-17 18:14:26 +01:00
fwserial staging: fwserial: Fix Kconfig indentation (seven spaces) 2019-11-22 11:32:54 +01:00
gasket staging: gasket: unify multi-line string 2020-02-12 13:37:06 -08:00
gdm724x staging: gdm724x: use netdev_err() instead of pr_err() 2020-03-20 15:07:45 +01:00
goldfish
greybus staging: greybus: tools: Fix braces {} style 2020-03-23 11:41:06 +01:00
gs_fpgaboot
iio staging: iio: adc: ad7280a: Add comments to clarify stringified arguments 2020-03-23 11:45:20 +01:00
kpc2000 Staging: kpc2000: kpc_dma: Use spaces around operators. 2020-03-25 19:38:40 +01:00
ks7010 staging: ks7010: remove line over 80 characters 2020-03-10 10:15:23 +01:00
media Staging/IIO driver patches for 5.7-rc1 2020-03-30 14:20:41 -07:00
most Staging/IIO driver patches for 5.7-rc1 2020-03-30 14:20:41 -07:00
mt7621-dma staging: mt7621-dma: quoted string split across lines 2020-03-21 10:31:54 +01:00
mt7621-dts staging: mt7621-dts: gpio 8 and 9 are vendor specific 2020-03-21 10:31:54 +01:00
mt7621-pci staging: mt7621-pci: avoid to set 'iomem_resource' addresses 2020-03-23 11:41:02 +01:00
mt7621-pci-phy staging: mt7621-pci-phy: re-do 'xtal_mode' detection 2020-03-23 11:32:43 +01:00
mt7621-pinctrl
netlogic staging: netlogic: Use the correct style for SPDX License Identifier 2020-02-09 16:22:58 -08:00
nvec staging: nvec: check return value 2019-12-19 19:23:29 +01:00
octeon staging/octeon: fix up merge error 2020-03-30 17:22:01 -07:00
octeon-usb staging: Replace zero-length array with flexible-array member 2020-02-23 19:18:54 +01:00
olpc_dcon staging: olpc_dcon: fix wrong dependencies in Kconfig file 2019-09-30 21:58:00 +02:00
pi433 staging: pi433: overlay: Convert to sugar syntax 2020-02-23 19:20:49 +01:00
qlge Staging: qlge: Add a blank line after variable 2020-03-19 15:09:09 +01:00
ralink-gdma staging: ralink-gdma: use devm_platform_ioremap_resource() to simplify code 2019-10-24 22:40:38 -04:00
rtl8188eu staging: rtl8188eu: cleanup long line in odm.c 2020-03-26 15:45:08 +01:00
rtl8192e staging: rtl8192e: Use scnprintf() for avoiding potential buffer overflow 2020-03-12 09:23:59 +01:00
rtl8192u Staging: rtl8192u: ieee80211: Use netdev_alert(). 2020-03-26 16:58:23 +01:00
rtl8712 staging: rtl8712: Remove unnecessary braces 2020-03-20 15:07:44 +01:00
rtl8723bs staging: rtl8723bs: hal: Remove NULL check before kfree 2020-03-26 15:47:26 +01:00
rts5208 staging: rts5208: shorten long line in func call 2020-03-19 15:11:35 +01:00
sm750fb staging: sm750fb: Fix of long line in makefile variable 2020-03-19 15:11:35 +01:00
speakup Staging: speakup: Add identifier name to function declaration arguments. 2020-03-24 12:36:55 +01:00
unisys staging: unisys: Documentation: Correct a long line in doc 2020-03-19 15:09:09 +01:00
vc04_services Staging/IIO driver patches for 5.7-rc1 2020-03-30 14:20:41 -07:00
vme compat_ioctl: move more drivers to compat_ptr_ioctl 2019-10-23 17:23:44 +02:00
vt6655 staging: vt6655: Break up function call with long line. 2020-03-25 13:40:14 +01:00
vt6656 staging: vt6656: Use DIV_ROUND_UP macro instead of specific code 2020-03-27 10:05:52 +01:00
wfx Merge 5.6-rc7 into staging-next 2020-03-23 08:01:20 +01:00
wilc1000 staging: wilc1000: Use crc7 in lib/ rather than a private copy 2020-03-26 16:58:24 +01:00
wlan-ng staging: wlan-ng: fix use-after-free Read in hfa384x_usbin_callback 2020-03-26 15:47:26 +01:00
Kconfig staging: remove hp100 driver 2020-03-27 10:01:11 +01:00
Makefile staging: remove hp100 driver 2020-03-27 10:01:11 +01:00