summaryrefslogtreecommitdiff
path: root/scripts/git.orderFile
diff options
context:
space:
mode:
authorGustavo A. R. Silva <gustavoars@kernel.org>2020-11-20 12:32:37 -0600
committerPeter Zijlstra <peterz@infradead.org>2020-12-09 17:08:59 +0100
commitbd11952b400fdfdf3b017500ad6475f5b624d167 (patch)
treeb3817d2a2142addc0ffa6c74bd3ade8b420ee008 /scripts/git.orderFile
parentb6459575451769b0550621865d1ddb65afdb55a1 (diff)
downloadkernel-bd11952b400fdfdf3b017500ad6475f5b624d167.tar.gz
uprobes/x86: Fix fall-through warnings for Clang
In preparation to enable -Wimplicit-fallthrough for Clang, fix a warning by explicitly adding a break statement instead of letting the code fall through to the next case. Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://github.com/KSPP/linux/issues/115
Diffstat (limited to 'scripts/git.orderFile')
0 files changed, 0 insertions, 0 deletions
: Replace reference names to match ioctlsMauro Carvalho Chehab 2016-06-30doc-rst: linux_tv DocBook to reST migration (docs-next)Markus Heiser -linus-5.13' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds 2021-04-23xen/arm: introduce XENFEAT_direct_mapped and XENFEAT_not_direct_mappedStefano Stabellini 2021-03-17xen-swiotlb: split xen_swiotlb_initChristoph Hellwig 2021-03-10Xen/gnttab: introduce common INVALID_GRANT_{HANDLE,REF}Jan Beulich 2021-03-10Xen: drop exports of {set,clear}_foreign_p2m_mapping()Jan Beulich 2021-03-03Xen/gnttab: handle p2m update errors on a per-slot basisJan Beulich 2021-02-15xen/arm: don't ignore return errors from set_phys_to_machineStefano Stabellini 2021-02-11arm/xen: Don't probe xenbus as part of an early initcallJulien Grall 2021-01-13xen: Fix event channel callback via INTX/GSIDavid Woodhouse 2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds 2020-10-14Merge tag 'for-linus-5.10b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds 2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport 2020-10-07arm/arm64: xen: Fix to convert percpu address to gfn correctlyMasami Hiramatsu 2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig 2020-10-04xen/arm: do not setup the runstate info page if kpti is enabledStefano Stabellini 2020-08-04xen/arm: call dma_to_phys on the dma_addr_t parameter of dma_cache_maintStefano Stabellini 2020-08-04xen/arm: introduce phys/dma translations in xen_dma_sync_for_*Stefano Stabellini