Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1268529 > unrolled thread
| Started by | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| First post | 2015-11-13 02:10 +0100 |
| Last post | 2015-11-16 07:00 +0100 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
linux-next: manual merge of the target-merge tree with the scsi tree Stephen Rothwell <sfr@canb.auug.org.au> - 2015-11-13 02:10 +0100
Re: linux-next: manual merge of the target-merge tree with the scsi tree Stephen Rothwell <sfr@canb.auug.org.au> - 2015-11-16 03:10 +0100
Re: linux-next: manual merge of the target-merge tree with the scsi tree "Nicholas A. Bellinger" <nab@linux-iscsi.org> - 2015-11-16 07:00 +0100
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Date | 2015-11-13 02:10 +0100 |
| Subject | linux-next: manual merge of the target-merge tree with the scsi tree |
| Message-ID | <qub2h-888-7@gated-at.bofh.it> |
Hi Nicholas, Today's linux-next merge of the target-merge tree got conflicts in several files. It looks like a newer version of all the commits in the target-merge tree has been applied to the scsi tree, so I just dropped the target-merge tree for today. You might like to tidy it up with respect to the current scsi tree. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Date | 2015-11-16 03:10 +0100 |
| Message-ID | <qvhoZ-1bN-1@gated-at.bofh.it> |
| In reply to | #1268529 |
Hi Nicholas, On Fri, 13 Nov 2015 12:06:05 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote: > > Today's linux-next merge of the target-merge tree got conflicts in > several files. It looks like a newer version of all the commits in the > target-merge tree has been applied to the scsi tree, so I just dropped > the target-merge tree for today. You might like to tidy it up with > respect to the current scsi tree. In particular this series from the target-merge tree: 8edb1554f7c2 mpt3sas: Fix unprotected list lookup in v4.3-rc0 changes db9e2f795915 mpt3sas: Refcount fw_events and fix unsafe list usage 9dab68af61d6 mpt3sas: Refcount sas_device objects and fix unsafe list usage 0f9b74e50d06 mpt2sas: Refcount fw_events and fix unsafe list usage 2757abdc85c1 mpt2sas: Refcount sas_device objects and fix unsafe list usage conflicts with this series (now from Linus' tree): abc01f7d54da mpt3sas: Bump mpt3sas driver version to 09.102.00.00 c84b06a48c4d mpt3sas: Single driver module which supports both SAS 2.0 & SAS 3.0 HBAs d0c627afb7a6 mpt2sas, mpt3sas: Update the driver versions 08c4d550c579 mpt3sas: setpci reset kernel oops fix 989e43c7ec34 mpt3sas: Added OEM Gen2 PnP ID branding names 146b16c8071f mpt3sas: Refcount fw_events and fix unsafe list usage d1cb5e495e53 mpt3sas: Refcount sas_device objects and fix unsafe list usage 422630955ea3 mpt3sas: sysfs attribute to report Backup Rail Monitor Status 7786ab6aff9c mpt3sas: Ported WarpDrive product SSS6200 support 16e179bda58f mpt3sas: fix for driver fails EEH, recovery from injected pci bus error 42081173c74e mpt3sas: Manage MSI-X vectors according to HBA device type 45506049c7ab mpt3sas: Don't send PHYDISK_HIDDEN RAID action request on SAS2 HBAs 471ef9d4e498 mpt3sas: Build MPI SGL LIST on GEN2 HBAs and IEEE SGL LIST on GEN3 HBAs af0094115b08 mpt2sas, mpt3sas: Remove SCSI_MPTXSAS_LOGGING entry from Kconfig d357e84d65df mpt3sas: Define 'hba_mpi_version_belonged' IOC variable 09ec55ed74eb mpt2sas: Remove .c and .h files from mpt2sas driver 78f97c8f612d mpt2sas: Move Gen2 HBA's device registration to a separate file 7497392a1193 mpt3sas: Move Gen3 HBA's device registration to a separate file 8a7e4c24e08f mpt3sas: Added mpt2sas driver definitions So it would be nice if you could tidy up the target-merge tree. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | "Nicholas A. Bellinger" <nab@linux-iscsi.org> |
|---|---|
| Date | 2015-11-16 07:00 +0100 |
| Message-ID | <qvkZB-3jF-9@gated-at.bofh.it> |
| In reply to | #1269807 |
On Mon, 2015-11-16 at 13:03 +1100, Stephen Rothwell wrote: > Hi Nicholas, > > On Fri, 13 Nov 2015 12:06:05 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote: > > > > Today's linux-next merge of the target-merge tree got conflicts in > > several files. It looks like a newer version of all the commits in the > > target-merge tree has been applied to the scsi tree, so I just dropped > > the target-merge tree for today. You might like to tidy it up with > > respect to the current scsi tree. > > In particular this series from the target-merge tree: > > 8edb1554f7c2 mpt3sas: Fix unprotected list lookup in v4.3-rc0 changes > db9e2f795915 mpt3sas: Refcount fw_events and fix unsafe list usage > 9dab68af61d6 mpt3sas: Refcount sas_device objects and fix unsafe list usage > 0f9b74e50d06 mpt2sas: Refcount fw_events and fix unsafe list usage > 2757abdc85c1 mpt2sas: Refcount sas_device objects and fix unsafe list usage > > conflicts with this series (now from Linus' tree): > > abc01f7d54da mpt3sas: Bump mpt3sas driver version to 09.102.00.00 > c84b06a48c4d mpt3sas: Single driver module which supports both SAS 2.0 & SAS 3.0 HBAs > d0c627afb7a6 mpt2sas, mpt3sas: Update the driver versions > 08c4d550c579 mpt3sas: setpci reset kernel oops fix > 989e43c7ec34 mpt3sas: Added OEM Gen2 PnP ID branding names > 146b16c8071f mpt3sas: Refcount fw_events and fix unsafe list usage > d1cb5e495e53 mpt3sas: Refcount sas_device objects and fix unsafe list usage > 422630955ea3 mpt3sas: sysfs attribute to report Backup Rail Monitor Status > 7786ab6aff9c mpt3sas: Ported WarpDrive product SSS6200 support > 16e179bda58f mpt3sas: fix for driver fails EEH, recovery from injected pci bus error > 42081173c74e mpt3sas: Manage MSI-X vectors according to HBA device type > 45506049c7ab mpt3sas: Don't send PHYDISK_HIDDEN RAID action request on SAS2 HBAs > 471ef9d4e498 mpt3sas: Build MPI SGL LIST on GEN2 HBAs and IEEE SGL LIST on GEN3 HBAs > af0094115b08 mpt2sas, mpt3sas: Remove SCSI_MPTXSAS_LOGGING entry from Kconfig > d357e84d65df mpt3sas: Define 'hba_mpi_version_belonged' IOC variable > 09ec55ed74eb mpt2sas: Remove .c and .h files from mpt2sas driver > 78f97c8f612d mpt2sas: Move Gen2 HBA's device registration to a separate file > 7497392a1193 mpt3sas: Move Gen3 HBA's device registration to a separate file > 8a7e4c24e08f mpt3sas: Added mpt2sas driver definitions > > So it would be nice if you could tidy up the target-merge tree. Original WIP mpt3sas patches dropped. Thanks Stephen. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web