tools/testing/scatterlist: Fix overflow of max segment size
authorMaor Gottlieb <maorg@nvidia.com>
Mon, 25 Jan 2021 12:05:27 +0000 (14:05 +0200)
committerJason Gunthorpe <jgg@nvidia.com>
Thu, 28 Jan 2021 19:17:39 +0000 (15:17 -0400)
commit96667052149da3855c4361925324b690c687152f
treef580f6b09408e3679a83d2f49033edd409dd03d3
parentdc504774408b8ee6ce4967fbacb8b0d56588dc71
tools/testing/scatterlist: Fix overflow of max segment size

Because SCATTERLIST_MAX_SEGMENT was removed and replaced with UINT_MAX,
the test overflows the max_sgement variable. Remove this case.

Fixes: 7a60c2dd0f57 ("drm: Remove SCATTERLIST_MAX_SEGMENT")
Link: https://lore.kernel.org/r/20210125120527.836363-1-leon@kernel.org
Signed-off-by: Maor Gottlieb <maorg@nvidia.com>
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
tools/testing/scatterlist/main.c