Merge tag 'Wimplicit-fallthrough-5.3-rc2' of...
Merge tag 'Wimplicit-fallthrough-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux Pull Wimplicit-fallthrough enablement from Gustavo A. R. Silva: "This marks switch cases where we are expecting to fall through, and globally enables the -Wimplicit-fallthrough option in the main Makefile. Finally, some missing-break fixes that have been tagged for -stable: - drm/amdkfd: Fix missing break in switch statement - drm/amdgpu/gfx10: Fix missing break in switch statement With these changes, we completely get rid of all the fall-through warnings in the kernel" * tag 'Wimplicit-fallthrough-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux: Makefile: Globally enable fall-through warning drm/i915: Mark expected switch fall-throughs drm/amd/display: Mark expected switch fall-throughs drm/amdkfd/kfd_mqd_manager_v10: Avoid fall-through warning drm/amdgpu/gfx10: Fix missing break in switch statement drm/amdkfd: Fix missing break in switch statement perf/x86/intel: Mark expected switch fall-throughs mtd: onenand_base: Mark expected switch fall-through afs: fsclient: Mark expected switch fall-throughs afs: yfsclient: Mark expected switch fall-throughs can: mark expected switch fall-throughs firewire: mark expected switch fall-throughs
No related branches found
No related tags found
Showing
- Documentation/process/deprecated.rst 14 additions, 0 deletionsDocumentation/process/deprecated.rst
- Makefile 3 additions, 0 deletionsMakefile
- arch/x86/events/intel/core.c 2 additions, 0 deletionsarch/x86/events/intel/core.c
- drivers/firewire/core-device.c 1 addition, 1 deletiondrivers/firewire/core-device.c
- drivers/firewire/core-iso.c 1 addition, 1 deletiondrivers/firewire/core-iso.c
- drivers/firewire/core-topology.c 1 addition, 0 deletionsdrivers/firewire/core-topology.c
- drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 1 addition, 0 deletionsdrivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
- drivers/gpu/drm/amd/amdkfd/kfd_crat.c 1 addition, 0 deletionsdrivers/gpu/drm/amd/amdkfd/kfd_crat.c
- drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v10.c 0 additions, 1 deletiondrivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v10.c
- drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dccg.c 5 additions, 0 deletionsdrivers/gpu/drm/amd/display/dc/dcn20/dcn20_dccg.c
- drivers/gpu/drm/i915/Makefile 0 additions, 1 deletiondrivers/gpu/drm/i915/Makefile
- drivers/gpu/drm/i915/display/intel_display.c 1 addition, 1 deletiondrivers/gpu/drm/i915/display/intel_display.c
- drivers/gpu/drm/i915/display/intel_dp.c 1 addition, 0 deletionsdrivers/gpu/drm/i915/display/intel_dp.c
- drivers/gpu/drm/i915/gem/i915_gem_mman.c 1 addition, 1 deletiondrivers/gpu/drm/i915/gem/i915_gem_mman.c
- drivers/gpu/drm/i915/gem/i915_gem_pages.c 1 addition, 1 deletiondrivers/gpu/drm/i915/gem/i915_gem_pages.c
- drivers/gpu/drm/i915/i915_gpu_error.c 1 addition, 0 deletionsdrivers/gpu/drm/i915/i915_gpu_error.c
- drivers/mtd/nand/onenand/onenand_base.c 1 addition, 0 deletionsdrivers/mtd/nand/onenand/onenand_base.c
- drivers/net/can/at91_can.c 4 additions, 2 deletionsdrivers/net/can/at91_can.c
- drivers/net/can/peak_canfd/peak_pciefd_main.c 1 addition, 1 deletiondrivers/net/can/peak_canfd/peak_pciefd_main.c
- drivers/net/can/spi/mcp251x.c 2 additions, 1 deletiondrivers/net/can/spi/mcp251x.c
Loading
Please register or sign in to comment