lp:~mreed8855/ubuntu/+source/linux/+git/focal

Owned by Michael Reed
Get this repository:
git clone https://git.launchpad.net/~mreed8855/ubuntu/+source/linux/+git/focal
Only Michael Reed can upload to this repository. If you are Michael Reed please log in for upload directions.

Branches

Name Last Modified Last Commit
e823_intel_4 2023-02-09 18:11:22 UTC
ice: add support for E823 devices

Author: BruceAllan
Author Date: 2020-02-13 21:31:28 UTC

ice: add support for E823 devices

Add E823 device ids and convert conditional expressions to a more
appropriate switch statement.

Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
(cherry picked from commit e36aeec0f4e551a7fe01758e652d135638b4865b)
Signed-off-by: Michael Reed <Michael.Reed@canonical.com>

BugLink: https://launchpad.net/bugs/1986717

e823_intel_3 2022-11-30 22:36:50 UTC
ice: add support for E823 devices

Author: BruceAllan
Author Date: 2020-02-13 21:31:28 UTC

ice: add support for E823 devices

Add E823 device ids and convert conditional expressions to a more
appropriate switch statement.

Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
(cherry picked from commit e36aeec0f4e551a7fe01758e652d135638b4865b)
Signed-off-by: Michael Reed <Michael.Reed@canonical.com>

BugLink: https://launchpad.net/bugs/1986717

e823_intel_2nd 2022-11-30 17:33:23 UTC
ice: add support for E823 devices

Author: BruceAllan
Author Date: 2020-02-13 21:31:28 UTC

ice: add support for E823 devices

Add E823 device ids and convert conditional expressions to a more
appropriate switch statement.

Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
(cherry picked from commit e36aeec0f4e551a7fe01758e652d135638b4865b)
Signed-off-by: Michael Reed <Michael.Reed@canonical.com>

BugLink: https://launchpad.net/bugs/1986717

fnic_cisco_ver3 2022-08-12 20:23:26 UTC
scsi: fnic: Validate io_req before others

Author: Karan Tilak Kumar
Author Date: 2020-11-21 02:33:37 UTC

scsi: fnic: Validate io_req before others

We need to check for a valid io_req before we check other data. Also,
remove redundant checks.

BugLink: https://launchpad.net/bugs/1984011

Link: https://lore.kernel.org/r/20201121023337.19295-1-kartilak@cisco.com
Reviewed-by: Arulprabhu Ponnusamy <arulponn@cisco.com>
Co-developed-by: Satish Kharat <satishkh@cisco.com>
Signed-off-by: Satish Kharat <satishkh@cisco.com>
Signed-off-by: Karan Tilak Kumar <kartilak@cisco.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
(cherry picked from commit 3256b4682386298ec106c1d1896b064f6a291f88)
Signed-off-by: Michael Reed <Michael.Reed@canonical.com>

fnic_cisco_ver2 2022-08-04 21:00:23 UTC
scsi: fnic: Validate io_req before others

Author: Karan Tilak Kumar
Author Date: 2020-11-21 02:33:37 UTC

scsi: fnic: Validate io_req before others

We need to check for a valid io_req before we check other data. Also,
remove redundant checks.

BugLink: https://launchpad.net/bugs/1978247

Link: https://lore.kernel.org/r/20201121023337.19295-1-kartilak@cisco.com
Reviewed-by: Arulprabhu Ponnusamy <arulponn@cisco.com>
Co-developed-by: Satish Kharat <satishkh@cisco.com>
Signed-off-by: Satish Kharat <satishkh@cisco.com>
Signed-off-by: Karan Tilak Kumar <kartilak@cisco.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
(cherry picked from commit 3256b4682386298ec106c1d1896b064f6a291f88)
Signed-off-by: Michael Reed <Michael.Reed@canonical.com>

cisco_fnic_update 2022-06-10 16:17:19 UTC
scsi: fnic: Validate io_req before others

Author: Karan Tilak Kumar
Author Date: 2020-11-21 02:33:37 UTC

scsi: fnic: Validate io_req before others

We need to check for a valid io_req before we check other data. Also,
remove redundant checks.

BugLink: https://launchpad.net/bugs/1978247

Link: https://lore.kernel.org/r/20201121023337.19295-1-kartilak@cisco.com
Reviewed-by: Arulprabhu Ponnusamy <arulponn@cisco.com>
Co-developed-by: Satish Kharat <satishkh@cisco.com>
Signed-off-by: Satish Kharat <satishkh@cisco.com>
Signed-off-by: Karan Tilak Kumar <kartilak@cisco.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
(cherry picked from commit 3256b4682386298ec106c1d1896b064f6a291f88)
Signed-off-by: Michael Reed <Michael.Reed@canonical.com>

e810_ethtool_fix_next 2021-08-21 00:25:49 UTC
ice: Fix bad register reads

Author: Anirudh Venkataramanan
Author Date: 2020-05-16 00:36:35 UTC

ice: Fix bad register reads

The "ethtool -d" handler reads registers in the ice_regs_dump_list array
and returns read values back to the userspace.

The register offsets PFINT0_ITR* are not valid as per the specification
and reading these causes a "unable to handle kernel paging request" bug
in the driver. Remove these registers from ice_regs_dump_list.

BugLink: https://launchpad.net/bugs/1939855
Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
(cherry picked from commit 1fba4a8a92706c89716449b1aab1b6879f438d34)
Signed-off-by: Michael Reed <Michael.Reed@canonical.com>

lp_1912511_e810_3 2021-05-28 21:28:27 UTC
ice: add additional E810 device id

Author: BruceAllan
Author Date: 2020-02-13 21:31:27 UTC

ice: add additional E810 device id

Add support for device id 0x159b.

Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
(cherry picked from commit 195fb97766da1b41b4d49bccc37e13603bcb49cc)
Signed-off-by: Michael Reed <Michael.Reed@canonical.com>

BugLink: https://bugs.launchpad.net/bugs/1912511

lp_1926517_mpt3sas 2021-04-29 01:21:18 UTC
scsi: mpt3sas: Only one vSES is present even when IOC has multi vSES

Author: Sreekanth Reddy
Author Date: 2021-03-30 10:50:04 UTC

scsi: mpt3sas: Only one vSES is present even when IOC has multi vSES

Whenever the driver is adding a vSES to virtual-phys list it is
reinitializing the list head. Hence those vSES devices which were added
previously are lost.

Stop reinitializing the list every time a new vSES device is added.

BugLink: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1926517

Link: https://lore.kernel.org/r/20210330105004.20413-1-sreekanth.reddy@broadcom.com
Cc: stable@vger.kernel.org #v5.11.10+
Signed-off-by: Sreekanth Reddy <sreekanth.reddy@broadcom.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
(cherry picked from commit 4c51f956965120b3441cdd39c358b87daba13e19)
Signed-off-by: Michael Reed <Michael.Reed@canonical.com>

nvme_hotplug_bug_1887527 2020-11-18 22:58:12 UTC
PCI: pciehp: Add DMI table for in-band presence detection disabled

Author: Stuart Hayes
Author Date: 2019-10-25 19:00:47 UTC

PCI: pciehp: Add DMI table for in-band presence detection disabled

Some systems have in-band presence detection disabled for hot-plug PCI
slots but do not report this in the slot capabilities 2 (SLTCAP2) register.
On these systems, presence detect can become active well after the link is
reported to be active, which can cause the slots to be disabled after a
device is connected.

Add a DMI table to flag these systems as having in-band presence detect
disabled.

Link: https://lore.kernel.org/r/20191025190047.38130-4-stuart.w.hayes@gmail.com
Signed-off-by: Stuart Hayes <stuart.w.hayes@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Reviewed-by: Lukas Wunner <lukas@wunner.de>
(cherry picked from commit 0b382546d863f2f09eecaccda95a0b4bfd148f92)
Signed-off-by: Michael Reed <Michael.Reed@canonical.com>
BugLink: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1899802

mpt3sas_update_focal 2020-11-17 21:29:07 UTC
scsi: mpt3sas: Bump driver version to 35.101.00.00

Author: Sreekanth Reddy
Author Date: 2020-10-27 13:08:47 UTC

scsi: mpt3sas: Bump driver version to 35.101.00.00

Bump mpt3sas driver version to 35.101.00.00

Link: https://lore.kernel.org/r/20201027130847.9962-15-sreekanth.reddy@broadcom.com
Signed-off-by: Sreekanth Reddy <sreekanth.reddy@broadcom.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
(cherry picked from commit 2030745877bdd2ecbeb43ff1846242d004482587)
Signed-off-by: Michael Reed <Michael.Reed@canonical.com>
BugLink: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1899802

lp1863581_megaraid_sas 2020-03-20 03:54:26 UTC
scsi: megaraid_sas: fixup MSIx interrupt setup during resume

Author: Hannes Reinecke
Author Date: 2020-01-13 13:26:09 UTC

scsi: megaraid_sas: fixup MSIx interrupt setup during resume

Streamline resume workflow by using the same functions for enabling MSIx
interrupts as used during initialisation. Without it the driver might
crash during resume with:

WARNING: CPU: 2 PID: 4306 at ../drivers/pci/msi.c:1303 pci_irq_get_affinity+0x3b/0x90

Link: https://lore.kernel.org/r/20200113132609.69536-1-hare@suse.de
Signed-off-by: Hannes Reinecke <hare@suse.de>
Acked-by: Sumit Saxena <sumit.saxena@broadcom.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
(cherry picked from commit 92b4f9d150593a7a78d9872c2d5dc05ffae4521b)
Signed-off-by: Michael Reed <Michael.Reed@canonical.com>

BugLink: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1863581
Update the Megaraid_sas driver to version 07.713.01.00-rc1 from 07.710.50.00-rc1

lp1863574_mpt3sas 2020-03-10 22:03:45 UTC
scsi: mpt3sas: Update drive version to 33.100.00.00

Author: Sreekanth Reddy
Author Date: 2019-12-26 11:13:33 UTC

scsi: mpt3sas: Update drive version to 33.100.00.00

Update mpt3sas driver version from 32.100.00.00 to 33.100.00.00

Link: https://lore.kernel.org/r/20191226111333.26131-11-sreekanth.reddy@broadcom.com
Signed-off-by: Sreekanth Reddy <sreekanth.reddy@broadcom.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
(cherry picked from commit c53cf10ef6d9faeee9baa1fab824139c6f10a134)
Signed-off-by: Michael Reed <Michael.Reed@canonical.com>

BugLink: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1863574
Update mpt3sas Driver to 33.100.00.00

113 of 13 results
This repository contains Public information 
Everyone can see this information.

Subscribers