Re: [PATCH v7 22/22] swiotlb: remove unused SWIOTLB_FORCE flag

From: Jason Gunthorpe

Date: Mon Jul 13 2026 - 15:47:00 EST


On Wed, Jul 01, 2026 at 11:19:26AM +0530, Aneesh Kumar K.V (Arm) wrote:
> SWIOTLB_FORCE has no remaining in-tree users. Forced bouncing is now
> controlled through the swiotlb=force command line option via
> swiotlb_force_bounce.
>
> Remove the unused flag and simplify the force_bounce initialization.
>
> Signed-off-by: Aneesh Kumar K.V (Arm) <aneesh.kumar@xxxxxxxxxx>
> ---
> include/linux/swiotlb.h | 3 +--
> kernel/dma/swiotlb.c | 3 +--
> 2 files changed, 2 insertions(+), 4 deletions(-)

Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx>

Jason