[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1509477229-62141-1-git-send-email-keescook@chromium.org>
Date: Tue, 31 Oct 2017 12:13:45 -0700
From: Kees Cook <keescook@...omium.org>
To: Himanshu Madhani <Himanshu.Madhani@...ium.com>
Cc: Kees Cook <keescook@...omium.org>,
Bart Van Assche <bart.vanassche@....com>,
"Martin K. Petersen" <martin.petersen@...cle.com>,
qla2xxx-upstream@...gic.com, linux-scsi@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/4] scsi: qla2xxx: Convert timers to use timer_setup()
This breaks out the logical steps to convert the qla2xxx timers:
1) init_timer() -> setup_timer()
2) refactor qla2x00_start_timer() to not pass callback as argument
3) qla2x00_timer() to use timer_setup()
4) qla2x00_sp_timeout() to use timer_setup()
The resulting diff is identical to the patch that appears to lock up
the driver. This should help identify which step causes this behavior.
-Kees
Powered by blists - more mailing lists