linux-yocto/drivers
Kevin Hao 3373c0cf71 staging: octeon: Add a workaround for the issue of GCC8
In function cvm_oct_xmit(), the packet length is set with code like
this:
  pko_command.s.total_bytes = skb->len;

But when building with gcc8, the pko_command.s.total_bytes doesn't
emit the right value when it is used in the following codes:
        /* Send the packet to the output queue */
        if (unlikely(cvmx_pko_send_packet_finish(priv->port,
                                                 priv->queue + qos,
                                                 pko_command, hw_buffer,
                                                 CVMX_PKO_LOCK_NONE))) {

Adding a barrier after the assignment would generate the right codes.

Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-06-20 09:20:52 -04:00
..
accessibility
acpi nfit: fix region registration vs block-data-window ranges 2018-04-19 08:55:11 +02:00
amba
android binder: replace "%p" with "%pK" 2018-02-25 11:15:42 +01:00
ata libata: Modify quirks for MX100 to limit NCQ_TRIM quirk to MU01 version 2018-03-28 18:22:57 +02:00
atm Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2017-11-29 13:10:25 -08:00
auxdisplay auxdisplay: img-ascii-lcd: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE 2018-02-07 11:14:08 -08:00
base PM / domains: Don't skip driver's ->suspend|resume_noirq() callbacks 2018-04-12 12:31:12 +02:00
bcma bcma: Fix 'allmodconfig' and BCMA builds on MIPS targets 2018-01-16 21:13:55 +02:00
block This is the 4.15.18 stable release 2018-05-10 14:01:46 -04:00
bluetooth Bluetooth: hci_bcm: Treat Interrupt ACPI resources as always being active-low 2018-04-19 08:55:12 +02:00
bus Allwinner fixes for 4.15 2018-01-04 17:06:25 +01:00
cdrom
char ipmi: Fix some error cleanup issues 2018-04-19 08:55:08 +02:00
clk clk: sunxi-ng: a83t: Add M divider to TCON1 clock 2018-04-12 12:31:04 +02:00
clocksource clocksource/drivers/stm32: Fix kernel panic with multiple timers 2018-02-16 20:06:58 +01:00
connector
cpufreq powernv-cpufreq: Add helper to extract pstate from PMSR 2018-04-12 12:31:07 +02:00
cpuidle
crypto crypto: crypto4xx - perform aead icv check in the driver 2018-04-12 12:31:06 +02:00
dax device-dax: implement ->split() to catch invalid munmap attempts 2017-11-29 18:40:42 -08:00
dca
devfreq PM / devfreq: Fix potential NULL pointer dereference in governor_store 2018-04-12 12:31:03 +02:00
dio
dma dmaengine: ti-dma-crossbar: Fix event mapping for TPCC_EVT_MUX_60_63 2018-03-24 11:02:52 +01:00
dma-buf dma-buf/fence: Fix lock inversion within dma-fence-array 2018-03-19 09:09:49 +01:00
edac EDAC, mv64x60: Fix an error handling path 2018-04-12 12:31:11 +02:00
eisa
extcon extcon: int3496: process id-pin first so that we start with the right status 2018-02-28 10:21:33 +01:00
firewire
firmware firmware/psci: Expose SMCCC version through psci_ops 2018-02-16 20:06:43 +01:00
fmc
fpga fpga: region: release of_parse_phandle nodes after use 2018-02-07 11:14:15 -08:00
fsi
gpio gpio: thunderx: fix error return code in thunderx_gpio_probe() 2018-04-12 12:31:12 +02:00
gpu drm/i915/edp: Do not do link training fallback or prune modes on EDP 2018-04-19 08:55:07 +02:00
hid HID: elo: clear BTN_LEFT mapping 2018-03-19 09:09:50 +01:00
hsi
hv Drivers: hv: vmbus: do not mark HV_PCIE as perf_device 2018-04-19 08:55:08 +02:00
hwmon hwmon: (ina2xx) Fix access to uninitialized mutex 2018-04-19 08:55:09 +02:00
hwspinlock
hwtracing coresight: Fix disabling of CoreSight TPIU 2018-03-24 11:02:49 +01:00
i2c i2c: i2c-stm32f7: fix no check on returned setup 2018-04-08 14:27:33 +02:00
ide
idle
iio iio: imu: st_lsm6dsx: introduce conf_lock mutex 2018-03-28 18:23:04 +02:00
infiniband RDMA/cma: Fix rdma_cm path querying for RoCE 2018-04-12 12:31:12 +02:00
input Input: goodix - disable IRQs while suspended 2018-04-12 12:31:13 +02:00
iommu iommu/vt-d: clean up pr_irq if request_threaded_irq fails 2018-03-24 11:02:50 +01:00
ipack
irqchip irqchip/gic-v3: Fix the driver probe() fail due to disabled GICC entry 2018-04-12 12:31:06 +02:00
isdn
leds leds: pm8058: Silence pointer to integer size warning 2018-03-19 09:09:53 +01:00
lightnvm
macintosh
mailbox
mcb
md bcache: segregate flash only volume write streams 2018-04-12 12:31:09 +02:00
media media: v4l: vsp1: Fix header display list status check in continuous mode 2018-04-19 08:55:08 +02:00
memory
memstick
message
mfd mfd: rtsx: Release IRQ during shutdown 2018-01-05 11:14:57 +00:00
misc mei: remove dev_err message on an unsupported ioctl 2018-04-08 14:27:37 +02:00
mmc sdhci: Advertise 2.0v supply on SDIO host controller 2018-04-12 12:31:13 +02:00
mtd mtd: mtd_oobtest: Handle bitflips during reads 2018-04-12 12:31:13 +02:00
mux mux: core: fix double get_device() 2018-01-09 14:19:41 +01:00
net This is the 4.15.18 stable release 2018-05-10 14:01:46 -04:00
nfc
ntb
nubus
nvdimm libnvdimm, {btt, blk}: do integrity setup before add_disk() 2018-03-28 18:23:00 +02:00
nvme nvme: Skip checking heads without namespaces 2018-04-19 08:55:10 +02:00
nvmem nvmem: meson-mx-efuse: fix reading from an offset other than 0 2017-12-23 16:46:23 +01:00
of of_mdio: avoid MDIO bus removal when a PHY is missing 2018-01-10 15:07:47 -05:00
opp
oprofile
parisc parisc: Show unhashed EISA EEPROM address 2018-01-02 21:01:02 +01:00
parport parport_pc: Add support for WCH CH382L PCI-E single parallel port card. 2018-04-08 14:27:37 +02:00
pci PCI: hv: Fix 2 hang issues in hv_compose_msi_msg() 2018-04-19 08:55:09 +02:00
pcmcia
perf perf: arm_spe: Fail device probe when arm64_kernel_unmapped_at_el0() 2018-02-16 20:06:38 +01:00
phy phy: qcom-ufs: add MODULE_LICENSE tag 2018-04-08 14:27:36 +02:00
pinctrl pinctrl: baytrail: Enable glitch filter for GPIOs used as interrupts 2018-04-12 12:31:07 +02:00
platform platform/chrome: Use proper protocol transfer function 2018-03-24 11:02:46 +01:00
pnp
power power: supply: axp288_charger: Properly stop work on probe-error / remove 2018-04-12 12:31:08 +02:00
powercap
pps
ps3
ptp
pwm pwm: stmpe: Fix wrong register offset for hwpwm=2 case 2018-03-19 09:09:55 +01:00
rapidio
ras
regulator regulator: stm32-vrefbuf: fix check on ready flag 2018-03-15 10:56:44 +01:00
remoteproc
reset
rpmsg
rtc clk: divider: fix incorrect usage of container_of 2018-04-12 12:31:03 +02:00
s390 s390/qdio: don't merge ERROR output buffers 2018-04-19 08:55:12 +02:00
sbus
scsi scsi: qla2xxx: Fix small memory leak in qla2x00_probe_one on probe failure 2018-04-19 08:55:11 +02:00
sfi
sh
sn
soc soc/fsl/qbman: fix issue in qman_delete_cgr_safe() 2018-03-31 18:05:44 +02:00
spi spi: sh-msiof: Fix timeout failures for TX-only DMA transfers 2018-04-12 12:31:05 +02:00
spmi
ssb ssb: Do not disable PCI host on non-Mips 2018-02-16 20:06:31 +01:00
staging staging: octeon: Add a workaround for the issue of GCC8 2018-06-20 09:20:52 -04:00
target tcmu: release blocks for partially setup cmds 2018-04-12 12:31:13 +02:00
tc
tee optee: fix invalid of_node_put() in optee_driver_init() 2017-11-29 10:24:57 +01:00
thermal thermal: int3400_thermal: fix error handling in int3400_thermal_probe() 2018-04-12 12:31:13 +02:00
thunderbolt thunderbolt: Mask ring interrupt properly when polling starts 2017-12-16 16:37:51 +01:00
tty serdev: Fix serdev_uevent failure on ACPI enumerated serdev-controllers 2018-04-12 12:31:11 +02:00
uio uio_hv_generic: check that host supports monitor page 2018-04-12 12:31:11 +02:00
usb This is the 4.15.16 stable release 2018-05-10 14:00:15 -04:00
uwb
vfio vfio: disable filesystem-dax page pinning 2018-03-08 22:47:32 -08:00
vhost vhost: Fix vhost_copy_to_user() 2018-04-19 08:55:08 +02:00
video This is the 4.15.17 stable release 2018-05-10 14:01:11 -04:00
virt
virtio virtio_ring: fix num_free handling in error case 2018-03-15 10:56:50 +01:00
vlynq
vme
w1
watchdog watchdog: dw_wdt: add stop watchdog operation 2018-04-12 12:31:03 +02:00
xen xen: xenbus_dev_frontend: Fix XS_TRANSACTION_END handling 2018-04-19 08:55:11 +02:00
zorro
Kconfig
Makefile usb: build drivers/usb/common/ when USB_SUPPORT is set 2017-11-28 15:17:49 +01:00