Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port to Linux kernel v6.4 #158

Merged
merged 6 commits into from
Apr 28, 2023
Merged

Port to Linux kernel v6.4 #158

merged 6 commits into from
Apr 28, 2023

Conversation

lnocturno
Copy link
Contributor

No description provided.

I haven't been able to find any sign of this file being used since the
initial commit, so remove this dead code.
Support for the following driver core changes in the Linux kernel v6.4:
- 1aaba11da9aa ("driver core: class: remove module * from class_create()")
- 2243acd50ac4 ("driver core: class: remove struct class_interface * from callbacks")
Access the qla2xxx_driver_template data structure directly instead of via
the host pointer. This patch prepares for declaring the 'hostt' pointer
const.

Cc: Nilesh Javali <njavali@marvell.com>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Link: https://lore.kernel.org/r/20230322195515.1267197-2-bvanassche@acm.org
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
[ commit a07be936d923 upstream ]
Make it explicit that the SCSI host template is not modified.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Link: https://lore.kernel.org/r/20230322195515.1267197-68-bvanassche@acm.org
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
[ commit 421c20b7668e upstream ]
Make it explicit that the SCSI host template is not modified.
Make it explicit that the SCSI host template is not modified.
@lnocturno lnocturno merged commit 33dedb2 into master Apr 28, 2023
@lnocturno lnocturno deleted the 3.8/gleb/6.4_linux_port branch April 28, 2023 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant