summaryrefslogtreecommitdiff
path: root/scripts/basic
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2022-03-11 10:32:26 +0100
committerChristian König <christian.koenig@amd.com>2022-03-25 14:18:29 +0100
commit519f490db07e1a539490612f376487f61e48e39c (patch)
treed08ee94c47f5d90bb7f87382266f2acdac95c920 /scripts/basic
parent64a8f92fd783e750cdb81af75942dcd53bbf61bd (diff)
downloadkernel-519f490db07e1a539490612f376487f61e48e39c.tar.gz
dma-buf/sync-file: fix warning about fence containers
The dma_fence_chain containers can show up in sync_files as well resulting in warnings that those can't be added to dma_fence_array containers when merging multiple sync_files together. Solve this by using the dma_fence_unwrap iterator to deep dive into the contained fences and then add those flatten out into a dma_fence_array. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/20220311110244.1245-2-christian.koenig@amd.com
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions
>staging: octeon: delete driverGreg Kroah-Hartman 2019-12-10staging/octeon: Mark Ethernet driver as BROKENGuenter Roeck 2019-11-22staging: octeon: indent with tabs instead of spacesGiovanni Gherdovich 2019-11-11staging: octeon: fix missing a blank line after declarationValery Ivanov 2019-10-27staging: octeon: Remove unneeded variableCristiane Naves 2019-10-15staging: octeon: fix restricted __be16 degrades to integerWambui Karuga 2019-10-14staging: octeon: remove typedef declaration for cvmx_fau_op_sizeWambui Karuga 2019-10-14staging: octeon: remove typedef declartion for cvmx_pko_command_word0Wambui Karuga 2019-10-14staging: octeon: remove typedef declaration for cvmx_fau_reg_32Wambui Karuga 2019-10-14staging: octeon: remove typedef declaration for cvmx_helper_link_infoWambui Karuga 2019-10-14staging: octeon: remove typedef declaration for cvmx_wqeWambui Karuga 2019-10-14Merge 5.4-rc3 into staging-nextGreg Kroah-Hartman 2019-10-12Merge tag 'staging-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds 2019-10-10staging: octeon: Fix incorrect type in assignmentWambui Karuga 2019-10-08staging/octeon: Use stubs for MIPS && !CAVIUM_OCTEON_SOCPaul Burton 2019-10-08staging: octeon: Remove typedef declarationWambui Karuga 2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal 2019-10-01staging: octeon: Use "(uintptr_t)" to cast from pointer to intGeert Uytterhoeven 2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds 2019-09-12Staging: octeon: Avoid several usecases of strcpySandro Volery 2019-07-31staging/octeon: Fix build error without CONFIG_NETDEVICESYueHaibing 2019-07-29staging/octeon: Allow test build on !MIPSMatthew Wilcox (Oracle) 2019-07-26staging: octeon: Fix build failure due to typo.David S. Miller 2019-07-24Build fixes for skb_frag_size conversionMatthew Wilcox (Oracle) 2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle) 2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds 2019-05-07staging: octeon-ethernet: Fix of_get_mac_address ERR_PTR checkPetr Štetiar 2019-05-05staging: octeon-ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar 2019-04-30staging: octeon-ethernet: add TODOAaro Koskinen 2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman 2019-04-01Merge 5.1-rc3 into staging-nextGreg Kroah-Hartman 2019-03-26staging: octeon-ethernet: fix incorrect PHY modeAaro Koskinen 2019-03-18staging: octeon: Lines should not end with a '('Branden Bonaby 2019-01-30staging: octeon: fix broken phylib usageAaro Koskinen