This set of patches are already inluded in Plucky (6.14)
** Changed in: Ubuntu Plucky
Assignee: (unassigned) => Michael Reed (mreed8855)
** Description changed:
[Impact]
- The upstream community has recently accepted a big set of changes submitted
to the fnic driver.
- This is a request to pull and integrate these changes into Ubuntu OS.
+ The upstream community has recently accepted a big set of changes submitted
to the fnic driver. This is a request to pull and integrate these changes into
Ubuntu OS.
+
+
[Fix]
- ====
Here are the commit IDs:
8697934682f1 scsi: fnic: Propagate SCSI error code from fnic_scsi_drv_init()
54428671aac8 scsi: fnic: Test for memory allocation failure and return error
code
3986001ca11e scsi: fnic: Return appropriate error code from failure of scsi
drv init
7dbe3aa2f3f8 scsi: fnic: Return appropriate error code for mem alloc failure
0620efe789a7 scsi: fnic: Remove always-true IS_FNIC_FCP_INITIATOR macro
8ccc5947f5d1 scsi: fnic: Fix use of uninitialized value in debug message
17789f8a5b81 scsi: fnic: Delete incorrect debugfs error handling
bab8551e33f7 scsi: fnic: Remove unnecessary else to fix warning in FDLS FIP
6cfba11510d6 scsi: fnic: Remove extern definition from .c files
5b6179d4b661 scsi: fnic: Remove unnecessary else and unnecessary break in FDLS
8f22f904b25b scsi: fnic: Increment driver version
8d26bfcf1d2e scsi: fnic: Add support to handle port channel RSCN
7e6886b705fd scsi: fnic: Code cleanup
a8650a5eaaf1 scsi: fnic: Add stats and related functionality
9243626c211e scsi: fnic: Modify fnic interfaces to use FDLS
6335be1c5009 scsi: fnic: Modify IO path to use FDLS
9cf9fe2f3ec5 scsi: fnic: Add functionality in fnic to support FDLS
098585aa8aca scsi: fnic: Add and integrate support for FIP
09c1e6ab4ab2 scsi: fnic: Add and integrate support for FDMI
2c77081969ee scsi: fnic: Add Cisco hardware model names
f828af44b8dd scsi: fnic: Add support for unsolicited requests and responses
b5a57f153bdf scsi: fnic: Add support for target based solicited requests and
responses
a63e78eb2b0f scsi: fnic: Add support for fabric based solicited requests and
responses
d859d05ceb3d scsi: fnic: Add headers and definitions for FDLS
e2813fc27d27 scsi: fnic: Replace shost_printk() with dev_info()/dev_err()
[Test Plan]
+ Sanity Tests
+
+ IOs + link flaps
+ IOs + zone in zone out of targets
+
+
[Where problems could occur]
+ Local boot: Fibre channel links don't come up.
+ SAN boot: FC links don't come up, and the system fails to boot.
+
+ There is some dependency on the storage midlayer. But all changes
+ specified here are _only_ w.r.t the fnic driver. There are no changes
+ anywhere else. The regression risk to the kernel is low.
[Other Info]
Noble
https://code.launchpad.net/~mreed8855/ubuntu/+source/linux/+git/noble/+ref/fnic_lp_2097423
-
Oracular
https://code.launchpad.net/~mreed8855/ubuntu/+source/linux/+git/oracular/+ref/fnic_lp_2097423
** Description changed:
[Impact]
The upstream community has recently accepted a big set of changes submitted
to the fnic driver. This is a request to pull and integrate these changes into
Ubuntu OS.
+ Full details are provided in the following comment:
+ https://bugs.launchpad.net/ubuntu/+bug/2097423/comments/17
[Fix]
Here are the commit IDs:
8697934682f1 scsi: fnic: Propagate SCSI error code from fnic_scsi_drv_init()
54428671aac8 scsi: fnic: Test for memory allocation failure and return error
code
3986001ca11e scsi: fnic: Return appropriate error code from failure of scsi
drv init
7dbe3aa2f3f8 scsi: fnic: Return appropriate error code for mem alloc failure
0620efe789a7 scsi: fnic: Remove always-true IS_FNIC_FCP_INITIATOR macro
8ccc5947f5d1 scsi: fnic: Fix use of uninitialized value in debug message
17789f8a5b81 scsi: fnic: Delete incorrect debugfs error handling
bab8551e33f7 scsi: fnic: Remove unnecessary else to fix warning in FDLS FIP
6cfba11510d6 scsi: fnic: Remove extern definition from .c files
5b6179d4b661 scsi: fnic: Remove unnecessary else and unnecessary break in FDLS
8f22f904b25b scsi: fnic: Increment driver version
8d26bfcf1d2e scsi: fnic: Add support to handle port channel RSCN
7e6886b705fd scsi: fnic: Code cleanup
a8650a5eaaf1 scsi: fnic: Add stats and related functionality
9243626c211e scsi: fnic: Modify fnic interfaces to use FDLS
6335be1c5009 scsi: fnic: Modify IO path to use FDLS
9cf9fe2f3ec5 scsi: fnic: Add functionality in fnic to support FDLS
098585aa8aca scsi: fnic: Add and integrate support for FIP
09c1e6ab4ab2 scsi: fnic: Add and integrate support for FDMI
2c77081969ee scsi: fnic: Add Cisco hardware model names
f828af44b8dd scsi: fnic: Add support for unsolicited requests and responses
b5a57f153bdf scsi: fnic: Add support for target based solicited requests and
responses
a63e78eb2b0f scsi: fnic: Add support for fabric based solicited requests and
responses
d859d05ceb3d scsi: fnic: Add headers and definitions for FDLS
e2813fc27d27 scsi: fnic: Replace shost_printk() with dev_info()/dev_err()
[Test Plan]
Sanity Tests
IOs + link flaps
IOs + zone in zone out of targets
-
[Where problems could occur]
Local boot: Fibre channel links don't come up.
SAN boot: FC links don't come up, and the system fails to boot.
There is some dependency on the storage midlayer. But all changes
specified here are _only_ w.r.t the fnic driver. There are no changes
anywhere else. The regression risk to the kernel is low.
[Other Info]
Noble
https://code.launchpad.net/~mreed8855/ubuntu/+source/linux/+git/noble/+ref/fnic_lp_2097423
Oracular
https://code.launchpad.net/~mreed8855/ubuntu/+source/linux/+git/oracular/+ref/fnic_lp_2097423
** Description changed:
[Impact]
The upstream community has recently accepted a big set of changes submitted
to the fnic driver. This is a request to pull and integrate these changes into
Ubuntu OS.
+ This functionality is needed to support port channel RSCN (PC-RSCN)
+ handling and serves as a base to create FC-NVME initiators
+ (planned later), and eCPU handling (planned later).
+
Full details are provided in the following comment:
https://bugs.launchpad.net/ubuntu/+bug/2097423/comments/17
-
[Fix]
Here are the commit IDs:
8697934682f1 scsi: fnic: Propagate SCSI error code from fnic_scsi_drv_init()
54428671aac8 scsi: fnic: Test for memory allocation failure and return error
code
3986001ca11e scsi: fnic: Return appropriate error code from failure of scsi
drv init
7dbe3aa2f3f8 scsi: fnic: Return appropriate error code for mem alloc failure
0620efe789a7 scsi: fnic: Remove always-true IS_FNIC_FCP_INITIATOR macro
8ccc5947f5d1 scsi: fnic: Fix use of uninitialized value in debug message
17789f8a5b81 scsi: fnic: Delete incorrect debugfs error handling
bab8551e33f7 scsi: fnic: Remove unnecessary else to fix warning in FDLS FIP
6cfba11510d6 scsi: fnic: Remove extern definition from .c files
5b6179d4b661 scsi: fnic: Remove unnecessary else and unnecessary break in FDLS
8f22f904b25b scsi: fnic: Increment driver version
8d26bfcf1d2e scsi: fnic: Add support to handle port channel RSCN
7e6886b705fd scsi: fnic: Code cleanup
a8650a5eaaf1 scsi: fnic: Add stats and related functionality
9243626c211e scsi: fnic: Modify fnic interfaces to use FDLS
6335be1c5009 scsi: fnic: Modify IO path to use FDLS
9cf9fe2f3ec5 scsi: fnic: Add functionality in fnic to support FDLS
098585aa8aca scsi: fnic: Add and integrate support for FIP
09c1e6ab4ab2 scsi: fnic: Add and integrate support for FDMI
2c77081969ee scsi: fnic: Add Cisco hardware model names
f828af44b8dd scsi: fnic: Add support for unsolicited requests and responses
b5a57f153bdf scsi: fnic: Add support for target based solicited requests and
responses
a63e78eb2b0f scsi: fnic: Add support for fabric based solicited requests and
responses
d859d05ceb3d scsi: fnic: Add headers and definitions for FDLS
e2813fc27d27 scsi: fnic: Replace shost_printk() with dev_info()/dev_err()
[Test Plan]
Sanity Tests
IOs + link flaps
IOs + zone in zone out of targets
[Where problems could occur]
Local boot: Fibre channel links don't come up.
SAN boot: FC links don't come up, and the system fails to boot.
There is some dependency on the storage midlayer. But all changes
specified here are _only_ w.r.t the fnic driver. There are no changes
anywhere else. The regression risk to the kernel is low.
[Other Info]
Noble
https://code.launchpad.net/~mreed8855/ubuntu/+source/linux/+git/noble/+ref/fnic_lp_2097423
Oracular
https://code.launchpad.net/~mreed8855/ubuntu/+source/linux/+git/oracular/+ref/fnic_lp_2097423
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2097423
Title:
[SRU]Request to pull and integrate FDLS and fixes patches into Ubuntu
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/2097423/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs