Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1280129 > unrolled thread
| Started by | "Martin K. Petersen" <martin.petersen@oracle.com> |
|---|---|
| First post | 2015-11-30 18:30 +0100 |
| Last post | 2015-12-02 11:00 +0100 |
| Articles | 4 — 4 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: MPT2SAS boot fail... due to silently loosing the driver "Martin K. Petersen" <martin.petersen@oracle.com> - 2015-11-30 18:30 +0100
Re: MPT2SAS boot fail... due to silently loosing the driver James Bottomley <James.Bottomley@HansenPartnership.com> - 2015-11-30 18:30 +0100
Re: MPT2SAS boot fail... due to silently loosing the driver Sreekanth Reddy <sreekanth.reddy@avagotech.com> - 2015-12-01 11:00 +0100
Re: MPT2SAS boot fail... due to silently loosing the driver Ingo Molnar <mingo@kernel.org> - 2015-12-02 11:00 +0100
| From | "Martin K. Petersen" <martin.petersen@oracle.com> |
|---|---|
| Date | 2015-11-30 18:30 +0100 |
| Subject | Re: MPT2SAS boot fail... due to silently loosing the driver |
| Message-ID | <qAAr0-6zg-15@gated-at.bofh.it> |
>>>>> "Ingo" == Ingo Molnar <mingo@kernel.org> writes: Ingo> So you need to make it interactive, with a short help text that Ingo> explains to users that this is legacy option only, and that they Ingo> should enable the MPT3SAS option if they want to configure things Ingo> manually. +config SCSI_MPT2SAS + tristate "Legacy MPT2SAS config option" + default n + select SCSI_MPT3SAS + ---help--- + Dummy config option for backwards compatiblity: configure the MPT3SAS + driver instead. That's fine with me. Sreekanth/Christoph/James: Any objections? -- Martin K. Petersen Oracle Linux Engineering -- 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 | James Bottomley <James.Bottomley@HansenPartnership.com> |
|---|---|
| Date | 2015-11-30 18:30 +0100 |
| Message-ID | <qAAr0-6zg-23@gated-at.bofh.it> |
| In reply to | #1280129 |
[cc to linux-scsi added] On Mon, 2015-11-30 at 12:21 -0500, Martin K. Petersen wrote: > >>>>> "Ingo" == Ingo Molnar <mingo@kernel.org> writes: > > Ingo> So you need to make it interactive, with a short help text that > Ingo> explains to users that this is legacy option only, and that they > Ingo> should enable the MPT3SAS option if they want to configure things > Ingo> manually. > > +config SCSI_MPT2SAS > + tristate "Legacy MPT2SAS config option" > + default n > + select SCSI_MPT3SAS > + ---help--- > + Dummy config option for backwards compatiblity: configure the MPT3SAS > + driver instead. > > That's fine with me. > > Sreekanth/Christoph/James: Any objections? Looks OK, we probably need a removal timeframe for it as well. What about removal in 4.6? James -- 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 | Sreekanth Reddy <sreekanth.reddy@avagotech.com> |
|---|---|
| Date | 2015-12-01 11:00 +0100 |
| Message-ID | <qAPT4-7WO-17@gated-at.bofh.it> |
| In reply to | #1280129 |
On Mon, Nov 30, 2015 at 10:51 PM, Martin K. Petersen <martin.petersen@oracle.com> wrote: > > >>>>> "Ingo" == Ingo Molnar <mingo@kernel.org> writes: > > Ingo> So you need to make it interactive, with a short help text that > Ingo> explains to users that this is legacy option only, and that they > Ingo> should enable the MPT3SAS option if they want to configure things > Ingo> manually. > > +config SCSI_MPT2SAS > + tristate "Legacy MPT2SAS config option" > + default n > + select SCSI_MPT3SAS > + ---help--- > + Dummy config option for backwards compatiblity: configure the MPT3SAS > + driver instead. > > That's fine with me. > > Sreekanth/Christoph/James: Any objections? [Sreekanth] Martin, I am fine with this change. > > -- > Martin K. Petersen Oracle Linux Engineering -- 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 | Ingo Molnar <mingo@kernel.org> |
|---|---|
| Date | 2015-12-02 11:00 +0100 |
| Message-ID | <qBcmB-5tS-3@gated-at.bofh.it> |
| In reply to | #1280129 |
* Martin K. Petersen <martin.petersen@oracle.com> wrote: > >>>>> "Ingo" == Ingo Molnar <mingo@kernel.org> writes: > > Ingo> So you need to make it interactive, with a short help text that > Ingo> explains to users that this is legacy option only, and that they > Ingo> should enable the MPT3SAS option if they want to configure things > Ingo> manually. > > +config SCSI_MPT2SAS > + tristate "Legacy MPT2SAS config option" > + default n > + select SCSI_MPT3SAS > + ---help--- > + Dummy config option for backwards compatiblity: configure the MPT3SAS > + driver instead. > > That's fine with me. > > Sreekanth/Christoph/James: Any objections? Acked-by: Ingo Molnar <mingo@kernel.org> Could we get this upstream ASAP so that people testing later rc's don't lose their settings? Thanks! Ingo -- 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