On Mon, Dec 30, 2024 at 02:24:45PM +, Krzysztof Karas wrote:
> Hi Apoorva and Andi,
>
> > > Initialize rq to NULL to prevent uninitialized pointer reads.
> >
> > where is it happening?
> >
> > Andi
>
> There are two instances that I see:
> 1) err = fn(..., &rq); <- this probably will set th
Hi Apoorva,
> From: Apoorva Singh
>
> Initialize rq to NULL to prevent uninitialized pointer reads.
>
> Signed-off-by: Apoorva Singh
> ---
> drivers/gpu/drm/i915/gt/selftest_migrate.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/gt/selftest_mi
Hi Apoorva and Andi,
> > Initialize rq to NULL to prevent uninitialized pointer reads.
>
> where is it happening?
>
> Andi
There are two instances that I see:
1) err = fn(..., &rq); <- this probably will set the rq (at least
looking at the functions that are used to set "fn", when calling
"clea
Hi Apoorva,
On Fri, Dec 27, 2024 at 04:59:20PM +0530, apoorva.si...@intel.com wrote:
> From: Apoorva Singh
>
> Initialize rq to NULL to prevent uninitialized pointer reads.
where is it happening?
Andi
From: Apoorva Singh
Initialize rq to NULL to prevent uninitialized pointer reads.
Signed-off-by: Apoorva Singh
---
drivers/gpu/drm/i915/gt/selftest_migrate.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/gt/selftest_migrate.c
b/drivers/gpu/drm/i915/g