* Backport of a fix for HPSA (Disabling a disabled device problem during kdump) driver @ 2015-01-05 18:41 Masoud Sharbiani 2015-01-06 16:15 ` Tomas Henzl 0 siblings, 1 reply; 15+ messages in thread From: Masoud Sharbiani @ 2015-01-05 18:41 UTC (permalink / raw) To: stable; +Cc: thenzl, scameron, JBottomley, linux-scsi Dear stable maintainers, Can you please backport commitid 132aa220b45d60e9b20def1e9d8be9422eed9616 (hpsa: refine the pci enable/disable handling) to 3.10 stable (and earlier, if applicable)? I've tried the 3.10, and it applies cleanly there. Not sure about earlier versions. Many Thanks, Masoud Sharbiani Twitter Inc. ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Backport of a fix for HPSA (Disabling a disabled device problem during kdump) driver 2015-01-05 18:41 Backport of a fix for HPSA (Disabling a disabled device problem during kdump) driver Masoud Sharbiani @ 2015-01-06 16:15 ` Tomas Henzl 2015-01-28 0:18 ` Greg KH 0 siblings, 1 reply; 15+ messages in thread From: Tomas Henzl @ 2015-01-06 16:15 UTC (permalink / raw) To: Masoud Sharbiani, stable; +Cc: Don Brace, JBottomley, linux-scsi On 01/05/2015 07:41 PM, Masoud Sharbiani wrote: > Dear stable maintainers, > Can you please backport commitid 132aa220b45d60e9b20def1e9d8be9422eed9616 > (hpsa: refine the pci enable/disable handling) to 3.10 stable (and > earlier, if applicable)? Please do not apply this patch isolated from his friend, the 859c75aba20264d87dd026bab0d0ca3bff385955 hpsa: add missing pci_set_master in kdump path needs to be applied together with the 132aa220b45d60e9b20def1e9d8be9422eed9616 . In addition to that, after the original issue goes away you may notice sometimes an unhandled irq 16 message, to fix this a patch is posted here http://www.spinics.net/lists/linux-scsi/msg80316.html This patch still awaits a maintainers review though. Probably the best idea is to wait until the issue is solved completely. Tomas > I've tried the 3.10, and it applies cleanly there. Not sure about > earlier versions. > Many Thanks, > Masoud Sharbiani > Twitter Inc. > -- > To unsubscribe from this list: send the line "unsubscribe linux-scsi" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Backport of a fix for HPSA (Disabling a disabled device problem during kdump) driver 2015-01-06 16:15 ` Tomas Henzl @ 2015-01-28 0:18 ` Greg KH 2015-04-10 22:45 ` Vinson Lee 0 siblings, 1 reply; 15+ messages in thread From: Greg KH @ 2015-01-28 0:18 UTC (permalink / raw) To: Tomas Henzl; +Cc: Masoud Sharbiani, stable, Don Brace, JBottomley, linux-scsi On Tue, Jan 06, 2015 at 05:15:19PM +0100, Tomas Henzl wrote: > On 01/05/2015 07:41 PM, Masoud Sharbiani wrote: > > Dear stable maintainers, > > Can you please backport commitid 132aa220b45d60e9b20def1e9d8be9422eed9616 > > (hpsa: refine the pci enable/disable handling) to 3.10 stable (and > > earlier, if applicable)? > > Please do not apply this patch isolated from his friend, the > 859c75aba20264d87dd026bab0d0ca3bff385955 hpsa: add missing pci_set_master in kdump path > needs to be applied together with the 132aa220b45d60e9b20def1e9d8be9422eed9616 . > > In addition to that, after the original issue goes away you may notice sometimes > an unhandled irq 16 message, to fix this a patch is posted > here http://www.spinics.net/lists/linux-scsi/msg80316.html > This patch still awaits a maintainers review though. > > Probably the best idea is to wait until the issue is solved completely. I'll wait, when it all gets worked out, please let stable@ know what patches to apply where. thanks, greg k-h ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Backport of a fix for HPSA (Disabling a disabled device problem during kdump) driver 2015-01-28 0:18 ` Greg KH @ 2015-04-10 22:45 ` Vinson Lee 2015-04-13 13:18 ` Tomas Henzl 0 siblings, 1 reply; 15+ messages in thread From: Vinson Lee @ 2015-04-10 22:45 UTC (permalink / raw) To: Tomas Henzl Cc: Greg KH, Masoud Sharbiani, stable, Don Brace, JBottomley, linux-scsi On Tue, Jan 27, 2015 at 4:18 PM, Greg KH <greg@kroah.com> wrote: > On Tue, Jan 06, 2015 at 05:15:19PM +0100, Tomas Henzl wrote: >> On 01/05/2015 07:41 PM, Masoud Sharbiani wrote: >> > Dear stable maintainers, >> > Can you please backport commitid 132aa220b45d60e9b20def1e9d8be9422eed9616 >> > (hpsa: refine the pci enable/disable handling) to 3.10 stable (and >> > earlier, if applicable)? >> >> Please do not apply this patch isolated from his friend, the >> 859c75aba20264d87dd026bab0d0ca3bff385955 hpsa: add missing pci_set_master in kdump path >> needs to be applied together with the 132aa220b45d60e9b20def1e9d8be9422eed9616 . >> >> In addition to that, after the original issue goes away you may notice sometimes >> an unhandled irq 16 message, to fix this a patch is posted >> here http://www.spinics.net/lists/linux-scsi/msg80316.html >> This patch still awaits a maintainers review though. >> >> Probably the best idea is to wait until the issue is solved completely. > > I'll wait, when it all gets worked out, please let stable@ know what > patches to apply where. > > thanks, > > greg k-h > -- > To unsubscribe from this list: send the line "unsubscribe stable" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html Hi, Thomas. The unhandled irq 16 issue seems to be fixed by 4.0-rc1 commit "hpsa: turn off interrupts when kdump starts". Are the following patches suitable for stable now? 3b74729 hpsa: turn off interrupts when kdump starts 03741d9 hpsa: fix memory leak in kdump hard reset 859c75a hpsa: add missing pci_set_master in kdump path 132aa22 hpsa: refine the pci enable/disable handling Cheers, Vinson ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Backport of a fix for HPSA (Disabling a disabled device problem during kdump) driver 2015-04-10 22:45 ` Vinson Lee @ 2015-04-13 13:18 ` Tomas Henzl 2015-04-16 16:03 ` Luis Henriques 2015-04-26 9:27 ` Greg KH 0 siblings, 2 replies; 15+ messages in thread From: Tomas Henzl @ 2015-04-13 13:18 UTC (permalink / raw) To: Vinson Lee Cc: Greg KH, Masoud Sharbiani, stable, Don Brace, JBottomley, linux-scsi On 04/11/2015 12:45 AM, Vinson Lee wrote: > On Tue, Jan 27, 2015 at 4:18 PM, Greg KH <greg@kroah.com> wrote: >> On Tue, Jan 06, 2015 at 05:15:19PM +0100, Tomas Henzl wrote: >>> On 01/05/2015 07:41 PM, Masoud Sharbiani wrote: >>>> Dear stable maintainers, >>>> Can you please backport commitid 132aa220b45d60e9b20def1e9d8be9422eed9616 >>>> (hpsa: refine the pci enable/disable handling) to 3.10 stable (and >>>> earlier, if applicable)? >>> Please do not apply this patch isolated from his friend, the >>> 859c75aba20264d87dd026bab0d0ca3bff385955 hpsa: add missing pci_set_master in kdump path >>> needs to be applied together with the 132aa220b45d60e9b20def1e9d8be9422eed9616 . >>> >>> In addition to that, after the original issue goes away you may notice sometimes >>> an unhandled irq 16 message, to fix this a patch is posted >>> here http://www.spinics.net/lists/linux-scsi/msg80316.html >>> This patch still awaits a maintainers review though. >>> >>> Probably the best idea is to wait until the issue is solved completely. >> I'll wait, when it all gets worked out, please let stable@ know what >> patches to apply where. >> >> thanks, >> >> greg k-h >> -- >> To unsubscribe from this list: send the line "unsubscribe stable" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html > > Hi, Thomas. > > The unhandled irq 16 issue seems to be fixed by 4.0-rc1 commit "hpsa: > turn off interrupts when kdump starts". > > Are the following patches suitable for stable now? Yes, I believe they are, just note that 03741d9 hpsa: fix memory leak in kdump hard reset is not a part of that group we discussed before, but it may be added to stable too. Cheers, Tomas > > 3b74729 hpsa: turn off interrupts when kdump starts > 03741d9 hpsa: fix memory leak in kdump hard reset > 859c75a hpsa: add missing pci_set_master in kdump path > 132aa22 hpsa: refine the pci enable/disable handling > > Cheers, > Vinson ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Backport of a fix for HPSA (Disabling a disabled device problem during kdump) driver 2015-04-13 13:18 ` Tomas Henzl @ 2015-04-16 16:03 ` Luis Henriques 2015-04-26 9:27 ` Greg KH 1 sibling, 0 replies; 15+ messages in thread From: Luis Henriques @ 2015-04-16 16:03 UTC (permalink / raw) To: Tomas Henzl Cc: Vinson Lee, Greg KH, Masoud Sharbiani, stable, Don Brace, JBottomley, linux-scsi On Mon, Apr 13, 2015 at 03:18:44PM +0200, Tomas Henzl wrote: > On 04/11/2015 12:45 AM, Vinson Lee wrote: > > On Tue, Jan 27, 2015 at 4:18 PM, Greg KH <greg@kroah.com> wrote: > >> On Tue, Jan 06, 2015 at 05:15:19PM +0100, Tomas Henzl wrote: > >>> On 01/05/2015 07:41 PM, Masoud Sharbiani wrote: > >>>> Dear stable maintainers, > >>>> Can you please backport commitid 132aa220b45d60e9b20def1e9d8be9422eed9616 > >>>> (hpsa: refine the pci enable/disable handling) to 3.10 stable (and > >>>> earlier, if applicable)? > >>> Please do not apply this patch isolated from his friend, the > >>> 859c75aba20264d87dd026bab0d0ca3bff385955 hpsa: add missing pci_set_master in kdump path > >>> needs to be applied together with the 132aa220b45d60e9b20def1e9d8be9422eed9616 . > >>> > >>> In addition to that, after the original issue goes away you may notice sometimes > >>> an unhandled irq 16 message, to fix this a patch is posted > >>> here http://www.spinics.net/lists/linux-scsi/msg80316.html > >>> This patch still awaits a maintainers review though. > >>> > >>> Probably the best idea is to wait until the issue is solved completely. > >> I'll wait, when it all gets worked out, please let stable@ know what > >> patches to apply where. > >> > >> thanks, > >> > >> greg k-h > >> -- > >> To unsubscribe from this list: send the line "unsubscribe stable" in > >> the body of a message to majordomo@vger.kernel.org > >> More majordomo info at http://vger.kernel.org/majordomo-info.html > > > > Hi, Thomas. > > > > The unhandled irq 16 issue seems to be fixed by 4.0-rc1 commit "hpsa: > > turn off interrupts when kdump starts". > > > > Are the following patches suitable for stable now? > > Yes, I believe they are, just note that > 03741d9 hpsa: fix memory leak in kdump hard reset > is not a part of that group we discussed before, but it may be added > to stable too. > > Cheers, > Tomas > > > > > 3b74729 hpsa: turn off interrupts when kdump starts > > 03741d9 hpsa: fix memory leak in kdump hard reset > > 859c75a hpsa: add missing pci_set_master in kdump path > > 132aa22 hpsa: refine the pci enable/disable handling > > > > Cheers, > > Vinson > I am queuing these 4 patches for the 3.16 kernel as well. Cheers, -- Luís > -- > To unsubscribe from this list: send the line "unsubscribe stable" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Backport of a fix for HPSA (Disabling a disabled device problem during kdump) driver 2015-04-13 13:18 ` Tomas Henzl 2015-04-16 16:03 ` Luis Henriques @ 2015-04-26 9:27 ` Greg KH 2015-04-27 12:17 ` Tomas Henzl 1 sibling, 1 reply; 15+ messages in thread From: Greg KH @ 2015-04-26 9:27 UTC (permalink / raw) To: Tomas Henzl Cc: Vinson Lee, Masoud Sharbiani, stable, Don Brace, JBottomley, linux-scsi On Mon, Apr 13, 2015 at 03:18:44PM +0200, Tomas Henzl wrote: > On 04/11/2015 12:45 AM, Vinson Lee wrote: > > On Tue, Jan 27, 2015 at 4:18 PM, Greg KH <greg@kroah.com> wrote: > >> On Tue, Jan 06, 2015 at 05:15:19PM +0100, Tomas Henzl wrote: > >>> On 01/05/2015 07:41 PM, Masoud Sharbiani wrote: > >>>> Dear stable maintainers, > >>>> Can you please backport commitid 132aa220b45d60e9b20def1e9d8be9422eed9616 > >>>> (hpsa: refine the pci enable/disable handling) to 3.10 stable (and > >>>> earlier, if applicable)? > >>> Please do not apply this patch isolated from his friend, the > >>> 859c75aba20264d87dd026bab0d0ca3bff385955 hpsa: add missing pci_set_master in kdump path > >>> needs to be applied together with the 132aa220b45d60e9b20def1e9d8be9422eed9616 . > >>> > >>> In addition to that, after the original issue goes away you may notice sometimes > >>> an unhandled irq 16 message, to fix this a patch is posted > >>> here http://www.spinics.net/lists/linux-scsi/msg80316.html > >>> This patch still awaits a maintainers review though. > >>> > >>> Probably the best idea is to wait until the issue is solved completely. > >> I'll wait, when it all gets worked out, please let stable@ know what > >> patches to apply where. > >> > >> thanks, > >> > >> greg k-h > >> -- > >> To unsubscribe from this list: send the line "unsubscribe stable" in > >> the body of a message to majordomo@vger.kernel.org > >> More majordomo info at http://vger.kernel.org/majordomo-info.html > > > > Hi, Thomas. > > > > The unhandled irq 16 issue seems to be fixed by 4.0-rc1 commit "hpsa: > > turn off interrupts when kdump starts". > > > > Are the following patches suitable for stable now? > > Yes, I believe they are, just note that > 03741d9 hpsa: fix memory leak in kdump hard reset > is not a part of that group we discussed before, but it may be added > to stable too. > > Cheers, > Tomas > > > > > 3b74729 hpsa: turn off interrupts when kdump starts > > 03741d9 hpsa: fix memory leak in kdump hard reset > > 859c75a hpsa: add missing pci_set_master in kdump path > > 132aa22 hpsa: refine the pci enable/disable handling So what order, and to what stable tree(s) do you want these applied to? They seem to span a number of kernel versions, so I'm not quite sure what you are wanting me to do. thanks, greg k-h ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Backport of a fix for HPSA (Disabling a disabled device problem during kdump) driver 2015-04-26 9:27 ` Greg KH @ 2015-04-27 12:17 ` Tomas Henzl 2015-04-27 12:55 ` Greg KH 0 siblings, 1 reply; 15+ messages in thread From: Tomas Henzl @ 2015-04-27 12:17 UTC (permalink / raw) To: Greg KH Cc: Vinson Lee, Masoud Sharbiani, stable, Don Brace, JBottomley, linux-scsi On 04/26/2015 11:27 AM, Greg KH wrote: > On Mon, Apr 13, 2015 at 03:18:44PM +0200, Tomas Henzl wrote: >> On 04/11/2015 12:45 AM, Vinson Lee wrote: >>> On Tue, Jan 27, 2015 at 4:18 PM, Greg KH <greg@kroah.com> wrote: >>>> On Tue, Jan 06, 2015 at 05:15:19PM +0100, Tomas Henzl wrote: >>>>> On 01/05/2015 07:41 PM, Masoud Sharbiani wrote: >>>>>> Dear stable maintainers, >>>>>> Can you please backport commitid 132aa220b45d60e9b20def1e9d8be9422eed9616 >>>>>> (hpsa: refine the pci enable/disable handling) to 3.10 stable (and >>>>>> earlier, if applicable)? >>>>> Please do not apply this patch isolated from his friend, the >>>>> 859c75aba20264d87dd026bab0d0ca3bff385955 hpsa: add missing pci_set_master in kdump path >>>>> needs to be applied together with the 132aa220b45d60e9b20def1e9d8be9422eed9616 . >>>>> >>>>> In addition to that, after the original issue goes away you may notice sometimes >>>>> an unhandled irq 16 message, to fix this a patch is posted >>>>> here http://www.spinics.net/lists/linux-scsi/msg80316.html >>>>> This patch still awaits a maintainers review though. >>>>> >>>>> Probably the best idea is to wait until the issue is solved completely. >>>> I'll wait, when it all gets worked out, please let stable@ know what >>>> patches to apply where. >>>> >>>> thanks, >>>> >>>> greg k-h >>>> -- >>>> To unsubscribe from this list: send the line "unsubscribe stable" in >>>> the body of a message to majordomo@vger.kernel.org >>>> More majordomo info at http://vger.kernel.org/majordomo-info.html >>> Hi, Thomas. >>> >>> The unhandled irq 16 issue seems to be fixed by 4.0-rc1 commit "hpsa: >>> turn off interrupts when kdump starts". >>> >>> Are the following patches suitable for stable now? >> Yes, I believe they are, just note that >> 03741d9 hpsa: fix memory leak in kdump hard reset >> is not a part of that group we discussed before, but it may be added >> to stable too. >> >> Cheers, >> Tomas >> >>> 3b74729 hpsa: turn off interrupts when kdump starts >>> 03741d9 hpsa: fix memory leak in kdump hard reset >>> 859c75a hpsa: add missing pci_set_master in kdump path >>> 132aa22 hpsa: refine the pci enable/disable handling > So what order, and to what stable tree(s) do you want these applied to? > They seem to span a number of kernel versions, so I'm not quite sure > what you are wanting me to do. Please add it in this order 1. 132aa220b4 hpsa: refine the pci enable/disable handling 2. 859c75aba2 hpsa: add missing pci_set_master in kdump path The first two patches create the fix Masoud has asked for originally to port to stable. 3. 3b74729878 hpsa: turn off interrupts when kdump starts The third should be added too, it fixes an issue made visible by the first patch The fourth patch 03741d956e hpsa: fix memory leak in kdump hard reset is completely unrelated to the first group, so it may be added after or before or in the same sequence as it is in the mainline - that is before the third patch. This patch is tiny error path fix - not sure if important enough for stable. Regards, Tomas > > thanks, > > greg k-h ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Backport of a fix for HPSA (Disabling a disabled device problem during kdump) driver 2015-04-27 12:17 ` Tomas Henzl @ 2015-04-27 12:55 ` Greg KH 2015-04-27 13:10 ` Tomas Henzl 0 siblings, 1 reply; 15+ messages in thread From: Greg KH @ 2015-04-27 12:55 UTC (permalink / raw) To: Tomas Henzl Cc: Vinson Lee, Masoud Sharbiani, stable, Don Brace, JBottomley, linux-scsi On Mon, Apr 27, 2015 at 02:17:32PM +0200, Tomas Henzl wrote: > On 04/26/2015 11:27 AM, Greg KH wrote: > > On Mon, Apr 13, 2015 at 03:18:44PM +0200, Tomas Henzl wrote: > >> On 04/11/2015 12:45 AM, Vinson Lee wrote: > >>> On Tue, Jan 27, 2015 at 4:18 PM, Greg KH <greg@kroah.com> wrote: > >>>> On Tue, Jan 06, 2015 at 05:15:19PM +0100, Tomas Henzl wrote: > >>>>> On 01/05/2015 07:41 PM, Masoud Sharbiani wrote: > >>>>>> Dear stable maintainers, > >>>>>> Can you please backport commitid 132aa220b45d60e9b20def1e9d8be9422eed9616 > >>>>>> (hpsa: refine the pci enable/disable handling) to 3.10 stable (and > >>>>>> earlier, if applicable)? > >>>>> Please do not apply this patch isolated from his friend, the > >>>>> 859c75aba20264d87dd026bab0d0ca3bff385955 hpsa: add missing pci_set_master in kdump path > >>>>> needs to be applied together with the 132aa220b45d60e9b20def1e9d8be9422eed9616 . > >>>>> > >>>>> In addition to that, after the original issue goes away you may notice sometimes > >>>>> an unhandled irq 16 message, to fix this a patch is posted > >>>>> here http://www.spinics.net/lists/linux-scsi/msg80316.html > >>>>> This patch still awaits a maintainers review though. > >>>>> > >>>>> Probably the best idea is to wait until the issue is solved completely. > >>>> I'll wait, when it all gets worked out, please let stable@ know what > >>>> patches to apply where. > >>>> > >>>> thanks, > >>>> > >>>> greg k-h > >>>> -- > >>>> To unsubscribe from this list: send the line "unsubscribe stable" in > >>>> the body of a message to majordomo@vger.kernel.org > >>>> More majordomo info at http://vger.kernel.org/majordomo-info.html > >>> Hi, Thomas. > >>> > >>> The unhandled irq 16 issue seems to be fixed by 4.0-rc1 commit "hpsa: > >>> turn off interrupts when kdump starts". > >>> > >>> Are the following patches suitable for stable now? > >> Yes, I believe they are, just note that > >> 03741d9 hpsa: fix memory leak in kdump hard reset > >> is not a part of that group we discussed before, but it may be added > >> to stable too. > >> > >> Cheers, > >> Tomas > >> > >>> 3b74729 hpsa: turn off interrupts when kdump starts > >>> 03741d9 hpsa: fix memory leak in kdump hard reset > >>> 859c75a hpsa: add missing pci_set_master in kdump path > >>> 132aa22 hpsa: refine the pci enable/disable handling > > So what order, and to what stable tree(s) do you want these applied to? > > They seem to span a number of kernel versions, so I'm not quite sure > > what you are wanting me to do. > > Please add it in this order > 1. 132aa220b4 hpsa: refine the pci enable/disable handling > 2. 859c75aba2 hpsa: add missing pci_set_master in kdump path > The first two patches create the fix Masoud has asked for originally to port to stable. > 3. 3b74729878 hpsa: turn off interrupts when kdump starts > The third should be added too, it fixes an issue made visible by the first patch > > The fourth patch > 03741d956e hpsa: fix memory leak in kdump hard reset > is completely unrelated to the first group, so it may be added after or before > or in the same sequence as it is in the mainline - that is before the third patch. > This patch is tiny error path fix - not sure if important enough for stable. Which stable tree(s) do you want these applied to? As these "span" different kernel versions, I have no idea of what to do here. Please be specific. thanks, greg k-h ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Backport of a fix for HPSA (Disabling a disabled device problem during kdump) driver 2015-04-27 12:55 ` Greg KH @ 2015-04-27 13:10 ` Tomas Henzl 2015-05-02 17:56 ` Greg KH 0 siblings, 1 reply; 15+ messages in thread From: Tomas Henzl @ 2015-04-27 13:10 UTC (permalink / raw) To: Greg KH, Masoud Sharbiani Cc: Vinson Lee, stable, Don Brace, JBottomley, linux-scsi On 04/27/2015 02:55 PM, Greg KH wrote: > On Mon, Apr 27, 2015 at 02:17:32PM +0200, Tomas Henzl wrote: >> On 04/26/2015 11:27 AM, Greg KH wrote: >>> On Mon, Apr 13, 2015 at 03:18:44PM +0200, Tomas Henzl wrote: >>>> On 04/11/2015 12:45 AM, Vinson Lee wrote: >>>>> On Tue, Jan 27, 2015 at 4:18 PM, Greg KH <greg@kroah.com> wrote: >>>>>> On Tue, Jan 06, 2015 at 05:15:19PM +0100, Tomas Henzl wrote: >>>>>>> On 01/05/2015 07:41 PM, Masoud Sharbiani wrote: >>>>>>>> Dear stable maintainers, >>>>>>>> Can you please backport commitid 132aa220b45d60e9b20def1e9d8be9422eed9616 >>>>>>>> (hpsa: refine the pci enable/disable handling) to 3.10 stable (and >>>>>>>> earlier, if applicable)? >>>>>>> Please do not apply this patch isolated from his friend, the >>>>>>> 859c75aba20264d87dd026bab0d0ca3bff385955 hpsa: add missing pci_set_master in kdump path >>>>>>> needs to be applied together with the 132aa220b45d60e9b20def1e9d8be9422eed9616 . >>>>>>> >>>>>>> In addition to that, after the original issue goes away you may notice sometimes >>>>>>> an unhandled irq 16 message, to fix this a patch is posted >>>>>>> here http://www.spinics.net/lists/linux-scsi/msg80316.html >>>>>>> This patch still awaits a maintainers review though. >>>>>>> >>>>>>> Probably the best idea is to wait until the issue is solved completely. >>>>>> I'll wait, when it all gets worked out, please let stable@ know what >>>>>> patches to apply where. >>>>>> >>>>>> thanks, >>>>>> >>>>>> greg k-h >>>>>> -- >>>>>> To unsubscribe from this list: send the line "unsubscribe stable" in >>>>>> the body of a message to majordomo@vger.kernel.org >>>>>> More majordomo info at http://vger.kernel.org/majordomo-info.html >>>>> Hi, Thomas. >>>>> >>>>> The unhandled irq 16 issue seems to be fixed by 4.0-rc1 commit "hpsa: >>>>> turn off interrupts when kdump starts". >>>>> >>>>> Are the following patches suitable for stable now? >>>> Yes, I believe they are, just note that >>>> 03741d9 hpsa: fix memory leak in kdump hard reset >>>> is not a part of that group we discussed before, but it may be added >>>> to stable too. >>>> >>>> Cheers, >>>> Tomas >>>> >>>>> 3b74729 hpsa: turn off interrupts when kdump starts >>>>> 03741d9 hpsa: fix memory leak in kdump hard reset >>>>> 859c75a hpsa: add missing pci_set_master in kdump path >>>>> 132aa22 hpsa: refine the pci enable/disable handling >>> So what order, and to what stable tree(s) do you want these applied to? >>> They seem to span a number of kernel versions, so I'm not quite sure >>> what you are wanting me to do. >> Please add it in this order >> 1. 132aa220b4 hpsa: refine the pci enable/disable handling >> 2. 859c75aba2 hpsa: add missing pci_set_master in kdump path >> The first two patches create the fix Masoud has asked for originally to port to stable. >> 3. 3b74729878 hpsa: turn off interrupts when kdump starts >> The third should be added too, it fixes an issue made visible by the first patch >> >> The fourth patch >> 03741d956e hpsa: fix memory leak in kdump hard reset >> is completely unrelated to the first group, so it may be added after or before >> or in the same sequence as it is in the mainline - that is before the third patch. >> This patch is tiny error path fix - not sure if important enough for stable. > Which stable tree(s) do you want these applied to? As these "span" > different kernel versions, I have no idea of what to do here. Masoud has asked for the inclusion, I think that what he wrote was - "3.10 stable (and earlier, if applicable)", I don't know much about stable so I can't decide to which tree(s) the series should be ported. > > Please be specific. > > thanks, > > greg k-h ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Backport of a fix for HPSA (Disabling a disabled device problem during kdump) driver 2015-04-27 13:10 ` Tomas Henzl @ 2015-05-02 17:56 ` Greg KH 2015-05-22 19:19 ` Vinson Lee 0 siblings, 1 reply; 15+ messages in thread From: Greg KH @ 2015-05-02 17:56 UTC (permalink / raw) To: Tomas Henzl Cc: Masoud Sharbiani, Vinson Lee, stable, Don Brace, JBottomley, linux-scsi On Mon, Apr 27, 2015 at 03:10:35PM +0200, Tomas Henzl wrote: > On 04/27/2015 02:55 PM, Greg KH wrote: > > On Mon, Apr 27, 2015 at 02:17:32PM +0200, Tomas Henzl wrote: > >> On 04/26/2015 11:27 AM, Greg KH wrote: > >>> On Mon, Apr 13, 2015 at 03:18:44PM +0200, Tomas Henzl wrote: > >>>> On 04/11/2015 12:45 AM, Vinson Lee wrote: > >>>>> On Tue, Jan 27, 2015 at 4:18 PM, Greg KH <greg@kroah.com> wrote: > >>>>>> On Tue, Jan 06, 2015 at 05:15:19PM +0100, Tomas Henzl wrote: > >>>>>>> On 01/05/2015 07:41 PM, Masoud Sharbiani wrote: > >>>>>>>> Dear stable maintainers, > >>>>>>>> Can you please backport commitid 132aa220b45d60e9b20def1e9d8be9422eed9616 > >>>>>>>> (hpsa: refine the pci enable/disable handling) to 3.10 stable (and > >>>>>>>> earlier, if applicable)? > >>>>>>> Please do not apply this patch isolated from his friend, the > >>>>>>> 859c75aba20264d87dd026bab0d0ca3bff385955 hpsa: add missing pci_set_master in kdump path > >>>>>>> needs to be applied together with the 132aa220b45d60e9b20def1e9d8be9422eed9616 . > >>>>>>> > >>>>>>> In addition to that, after the original issue goes away you may notice sometimes > >>>>>>> an unhandled irq 16 message, to fix this a patch is posted > >>>>>>> here http://www.spinics.net/lists/linux-scsi/msg80316.html > >>>>>>> This patch still awaits a maintainers review though. > >>>>>>> > >>>>>>> Probably the best idea is to wait until the issue is solved completely. > >>>>>> I'll wait, when it all gets worked out, please let stable@ know what > >>>>>> patches to apply where. > >>>>>> > >>>>>> thanks, > >>>>>> > >>>>>> greg k-h > >>>>>> -- > >>>>>> To unsubscribe from this list: send the line "unsubscribe stable" in > >>>>>> the body of a message to majordomo@vger.kernel.org > >>>>>> More majordomo info at http://vger.kernel.org/majordomo-info.html > >>>>> Hi, Thomas. > >>>>> > >>>>> The unhandled irq 16 issue seems to be fixed by 4.0-rc1 commit "hpsa: > >>>>> turn off interrupts when kdump starts". > >>>>> > >>>>> Are the following patches suitable for stable now? > >>>> Yes, I believe they are, just note that > >>>> 03741d9 hpsa: fix memory leak in kdump hard reset > >>>> is not a part of that group we discussed before, but it may be added > >>>> to stable too. > >>>> > >>>> Cheers, > >>>> Tomas > >>>> > >>>>> 3b74729 hpsa: turn off interrupts when kdump starts > >>>>> 03741d9 hpsa: fix memory leak in kdump hard reset > >>>>> 859c75a hpsa: add missing pci_set_master in kdump path > >>>>> 132aa22 hpsa: refine the pci enable/disable handling > >>> So what order, and to what stable tree(s) do you want these applied to? > >>> They seem to span a number of kernel versions, so I'm not quite sure > >>> what you are wanting me to do. > >> Please add it in this order > >> 1. 132aa220b4 hpsa: refine the pci enable/disable handling > >> 2. 859c75aba2 hpsa: add missing pci_set_master in kdump path > >> The first two patches create the fix Masoud has asked for originally to port to stable. > >> 3. 3b74729878 hpsa: turn off interrupts when kdump starts > >> The third should be added too, it fixes an issue made visible by the first patch > >> > >> The fourth patch > >> 03741d956e hpsa: fix memory leak in kdump hard reset > >> is completely unrelated to the first group, so it may be added after or before > >> or in the same sequence as it is in the mainline - that is before the third patch. > >> This patch is tiny error path fix - not sure if important enough for stable. > > Which stable tree(s) do you want these applied to? As these "span" > > different kernel versions, I have no idea of what to do here. > > Masoud has asked for the inclusion, I think that what he wrote was - "3.10 stable (and earlier, if applicable)", > I don't know much about stable so I can't decide to which tree(s) the series should be ported. Ok, I'll wait for someone to clarify before doing anything here. thanks, greg k-h ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Backport of a fix for HPSA (Disabling a disabled device problem during kdump) driver 2015-05-02 17:56 ` Greg KH @ 2015-05-22 19:19 ` Vinson Lee 2015-05-26 11:02 ` Jiri Slaby ` (2 more replies) 0 siblings, 3 replies; 15+ messages in thread From: Vinson Lee @ 2015-05-22 19:19 UTC (permalink / raw) To: Greg KH Cc: Tomas Henzl, Masoud Sharbiani, stable, Don Brace, JBottomley, linux-scsi On Sat, May 2, 2015 at 10:56 AM, Greg KH <greg@kroah.com> wrote: > On Mon, Apr 27, 2015 at 03:10:35PM +0200, Tomas Henzl wrote: >> On 04/27/2015 02:55 PM, Greg KH wrote: >> > On Mon, Apr 27, 2015 at 02:17:32PM +0200, Tomas Henzl wrote: >> >> On 04/26/2015 11:27 AM, Greg KH wrote: >> >>> On Mon, Apr 13, 2015 at 03:18:44PM +0200, Tomas Henzl wrote: >> >>>> On 04/11/2015 12:45 AM, Vinson Lee wrote: >> >>>>> On Tue, Jan 27, 2015 at 4:18 PM, Greg KH <greg@kroah.com> wrote: >> >>>>>> On Tue, Jan 06, 2015 at 05:15:19PM +0100, Tomas Henzl wrote: >> >>>>>>> On 01/05/2015 07:41 PM, Masoud Sharbiani wrote: >> >>>>>>>> Dear stable maintainers, >> >>>>>>>> Can you please backport commitid 132aa220b45d60e9b20def1e9d8be9422eed9616 >> >>>>>>>> (hpsa: refine the pci enable/disable handling) to 3.10 stable (and >> >>>>>>>> earlier, if applicable)? >> >>>>>>> Please do not apply this patch isolated from his friend, the >> >>>>>>> 859c75aba20264d87dd026bab0d0ca3bff385955 hpsa: add missing pci_set_master in kdump path >> >>>>>>> needs to be applied together with the 132aa220b45d60e9b20def1e9d8be9422eed9616 . >> >>>>>>> >> >>>>>>> In addition to that, after the original issue goes away you may notice sometimes >> >>>>>>> an unhandled irq 16 message, to fix this a patch is posted >> >>>>>>> here http://www.spinics.net/lists/linux-scsi/msg80316.html >> >>>>>>> This patch still awaits a maintainers review though. >> >>>>>>> >> >>>>>>> Probably the best idea is to wait until the issue is solved completely. >> >>>>>> I'll wait, when it all gets worked out, please let stable@ know what >> >>>>>> patches to apply where. >> >>>>>> >> >>>>>> thanks, >> >>>>>> >> >>>>>> greg k-h >> >>>>>> -- >> >>>>>> To unsubscribe from this list: send the line "unsubscribe stable" in >> >>>>>> the body of a message to majordomo@vger.kernel.org >> >>>>>> More majordomo info at http://vger.kernel.org/majordomo-info.html >> >>>>> Hi, Thomas. >> >>>>> >> >>>>> The unhandled irq 16 issue seems to be fixed by 4.0-rc1 commit "hpsa: >> >>>>> turn off interrupts when kdump starts". >> >>>>> >> >>>>> Are the following patches suitable for stable now? >> >>>> Yes, I believe they are, just note that >> >>>> 03741d9 hpsa: fix memory leak in kdump hard reset >> >>>> is not a part of that group we discussed before, but it may be added >> >>>> to stable too. >> >>>> >> >>>> Cheers, >> >>>> Tomas >> >>>> >> >>>>> 3b74729 hpsa: turn off interrupts when kdump starts >> >>>>> 03741d9 hpsa: fix memory leak in kdump hard reset >> >>>>> 859c75a hpsa: add missing pci_set_master in kdump path >> >>>>> 132aa22 hpsa: refine the pci enable/disable handling >> >>> So what order, and to what stable tree(s) do you want these applied to? >> >>> They seem to span a number of kernel versions, so I'm not quite sure >> >>> what you are wanting me to do. >> >> Please add it in this order >> >> 1. 132aa220b4 hpsa: refine the pci enable/disable handling >> >> 2. 859c75aba2 hpsa: add missing pci_set_master in kdump path >> >> The first two patches create the fix Masoud has asked for originally to port to stable. >> >> 3. 3b74729878 hpsa: turn off interrupts when kdump starts >> >> The third should be added too, it fixes an issue made visible by the first patch >> >> >> >> The fourth patch >> >> 03741d956e hpsa: fix memory leak in kdump hard reset >> >> is completely unrelated to the first group, so it may be added after or before >> >> or in the same sequence as it is in the mainline - that is before the third patch. >> >> This patch is tiny error path fix - not sure if important enough for stable. >> > Which stable tree(s) do you want these applied to? As these "span" >> > different kernel versions, I have no idea of what to do here. >> >> Masoud has asked for the inclusion, I think that what he wrote was - "3.10 stable (and earlier, if applicable)", >> I don't know much about stable so I can't decide to which tree(s) the series should be ported. > > Ok, I'll wait for someone to clarify before doing anything here. > > thanks, > > greg k-h The first and second patches are from upstream 3.18. The third patch is from upstream 4.0. Please use the following list of kernels and patches for backporting. 3.18, 3.19 3b74729878 hpsa: turn off interrupts when kdump starts <= 3.17 132aa220b4 hpsa: refine the pci enable/disable handling 859c75aba2 hpsa: add missing pci_set_master in kdump path 3b74729878 hpsa: turn off interrupts when kdump starts Cheers, Vinson ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Backport of a fix for HPSA (Disabling a disabled device problem during kdump) driver 2015-05-22 19:19 ` Vinson Lee @ 2015-05-26 11:02 ` Jiri Slaby 2015-06-15 3:33 ` Zefan Li 2015-06-30 0:09 ` Greg KH 2 siblings, 0 replies; 15+ messages in thread From: Jiri Slaby @ 2015-05-26 11:02 UTC (permalink / raw) To: Vinson Lee, Greg KH Cc: Tomas Henzl, Masoud Sharbiani, stable, Don Brace, JBottomley, linux-scsi On 05/22/2015, 09:19 PM, Vinson Lee wrote: > Please use the following list of kernels and patches for backporting. > > 3.18, 3.19 > 3b74729878 hpsa: turn off interrupts when kdump starts > > <= 3.17 > 132aa220b4 hpsa: refine the pci enable/disable handling > 859c75aba2 hpsa: add missing pci_set_master in kdump path > 3b74729878 hpsa: turn off interrupts when kdump starts Applied to 3.12. Thanks. -- js suse labs ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Backport of a fix for HPSA (Disabling a disabled device problem during kdump) driver 2015-05-22 19:19 ` Vinson Lee 2015-05-26 11:02 ` Jiri Slaby @ 2015-06-15 3:33 ` Zefan Li 2015-06-30 0:09 ` Greg KH 2 siblings, 0 replies; 15+ messages in thread From: Zefan Li @ 2015-06-15 3:33 UTC (permalink / raw) To: Vinson Lee Cc: Greg KH, Tomas Henzl, Masoud Sharbiani, stable, Don Brace, JBottomley, linux-scsi > The first and second patches are from upstream 3.18. The third patch > is from upstream 4.0. > > Please use the following list of kernels and patches for backporting. > > 3.18, 3.19 > 3b74729878 hpsa: turn off interrupts when kdump starts > > <= 3.17 > 132aa220b4 hpsa: refine the pci enable/disable handling > 859c75aba2 hpsa: add missing pci_set_master in kdump path > 3b74729878 hpsa: turn off interrupts when kdump starts > I've queued up the above 3 commits for 3.4, and this one: 03741d956e hpsa: fix memory leak in kdump hard reset ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: Backport of a fix for HPSA (Disabling a disabled device problem during kdump) driver 2015-05-22 19:19 ` Vinson Lee 2015-05-26 11:02 ` Jiri Slaby 2015-06-15 3:33 ` Zefan Li @ 2015-06-30 0:09 ` Greg KH 2 siblings, 0 replies; 15+ messages in thread From: Greg KH @ 2015-06-30 0:09 UTC (permalink / raw) To: Vinson Lee Cc: Tomas Henzl, Masoud Sharbiani, stable, Don Brace, JBottomley, linux-scsi On Fri, May 22, 2015 at 12:19:16PM -0700, Vinson Lee wrote: > On Sat, May 2, 2015 at 10:56 AM, Greg KH <greg@kroah.com> wrote: > > On Mon, Apr 27, 2015 at 03:10:35PM +0200, Tomas Henzl wrote: > >> On 04/27/2015 02:55 PM, Greg KH wrote: > >> > On Mon, Apr 27, 2015 at 02:17:32PM +0200, Tomas Henzl wrote: > >> >> On 04/26/2015 11:27 AM, Greg KH wrote: > >> >>> On Mon, Apr 13, 2015 at 03:18:44PM +0200, Tomas Henzl wrote: > >> >>>> On 04/11/2015 12:45 AM, Vinson Lee wrote: > >> >>>>> On Tue, Jan 27, 2015 at 4:18 PM, Greg KH <greg@kroah.com> wrote: > >> >>>>>> On Tue, Jan 06, 2015 at 05:15:19PM +0100, Tomas Henzl wrote: > >> >>>>>>> On 01/05/2015 07:41 PM, Masoud Sharbiani wrote: > >> >>>>>>>> Dear stable maintainers, > >> >>>>>>>> Can you please backport commitid 132aa220b45d60e9b20def1e9d8be9422eed9616 > >> >>>>>>>> (hpsa: refine the pci enable/disable handling) to 3.10 stable (and > >> >>>>>>>> earlier, if applicable)? > >> >>>>>>> Please do not apply this patch isolated from his friend, the > >> >>>>>>> 859c75aba20264d87dd026bab0d0ca3bff385955 hpsa: add missing pci_set_master in kdump path > >> >>>>>>> needs to be applied together with the 132aa220b45d60e9b20def1e9d8be9422eed9616 . > >> >>>>>>> > >> >>>>>>> In addition to that, after the original issue goes away you may notice sometimes > >> >>>>>>> an unhandled irq 16 message, to fix this a patch is posted > >> >>>>>>> here http://www.spinics.net/lists/linux-scsi/msg80316.html > >> >>>>>>> This patch still awaits a maintainers review though. > >> >>>>>>> > >> >>>>>>> Probably the best idea is to wait until the issue is solved completely. > >> >>>>>> I'll wait, when it all gets worked out, please let stable@ know what > >> >>>>>> patches to apply where. > >> >>>>>> > >> >>>>>> thanks, > >> >>>>>> > >> >>>>>> greg k-h > >> >>>>>> -- > >> >>>>>> To unsubscribe from this list: send the line "unsubscribe stable" in > >> >>>>>> the body of a message to majordomo@vger.kernel.org > >> >>>>>> More majordomo info at http://vger.kernel.org/majordomo-info.html > >> >>>>> Hi, Thomas. > >> >>>>> > >> >>>>> The unhandled irq 16 issue seems to be fixed by 4.0-rc1 commit "hpsa: > >> >>>>> turn off interrupts when kdump starts". > >> >>>>> > >> >>>>> Are the following patches suitable for stable now? > >> >>>> Yes, I believe they are, just note that > >> >>>> 03741d9 hpsa: fix memory leak in kdump hard reset > >> >>>> is not a part of that group we discussed before, but it may be added > >> >>>> to stable too. > >> >>>> > >> >>>> Cheers, > >> >>>> Tomas > >> >>>> > >> >>>>> 3b74729 hpsa: turn off interrupts when kdump starts > >> >>>>> 03741d9 hpsa: fix memory leak in kdump hard reset > >> >>>>> 859c75a hpsa: add missing pci_set_master in kdump path > >> >>>>> 132aa22 hpsa: refine the pci enable/disable handling > >> >>> So what order, and to what stable tree(s) do you want these applied to? > >> >>> They seem to span a number of kernel versions, so I'm not quite sure > >> >>> what you are wanting me to do. > >> >> Please add it in this order > >> >> 1. 132aa220b4 hpsa: refine the pci enable/disable handling > >> >> 2. 859c75aba2 hpsa: add missing pci_set_master in kdump path > >> >> The first two patches create the fix Masoud has asked for originally to port to stable. > >> >> 3. 3b74729878 hpsa: turn off interrupts when kdump starts > >> >> The third should be added too, it fixes an issue made visible by the first patch > >> >> > >> >> The fourth patch > >> >> 03741d956e hpsa: fix memory leak in kdump hard reset > >> >> is completely unrelated to the first group, so it may be added after or before > >> >> or in the same sequence as it is in the mainline - that is before the third patch. > >> >> This patch is tiny error path fix - not sure if important enough for stable. > >> > Which stable tree(s) do you want these applied to? As these "span" > >> > different kernel versions, I have no idea of what to do here. > >> > >> Masoud has asked for the inclusion, I think that what he wrote was - "3.10 stable (and earlier, if applicable)", > >> I don't know much about stable so I can't decide to which tree(s) the series should be ported. > > > > Ok, I'll wait for someone to clarify before doing anything here. > > > > thanks, > > > > greg k-h > > > The first and second patches are from upstream 3.18. The third patch > is from upstream 4.0. > > Please use the following list of kernels and patches for backporting. > > 3.18, 3.19 > 3b74729878 hpsa: turn off interrupts when kdump starts > > <= 3.17 > 132aa220b4 hpsa: refine the pci enable/disable handling > 859c75aba2 hpsa: add missing pci_set_master in kdump path These two worked for 3.10 and 3.14-stable. > 3b74729878 hpsa: turn off interrupts when kdump starts This one did not apply, so I can't add it. thanks, greg k-h ^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2015-06-30 0:09 UTC | newest] Thread overview: 15+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-01-05 18:41 Backport of a fix for HPSA (Disabling a disabled device problem during kdump) driver Masoud Sharbiani 2015-01-06 16:15 ` Tomas Henzl 2015-01-28 0:18 ` Greg KH 2015-04-10 22:45 ` Vinson Lee 2015-04-13 13:18 ` Tomas Henzl 2015-04-16 16:03 ` Luis Henriques 2015-04-26 9:27 ` Greg KH 2015-04-27 12:17 ` Tomas Henzl 2015-04-27 12:55 ` Greg KH 2015-04-27 13:10 ` Tomas Henzl 2015-05-02 17:56 ` Greg KH 2015-05-22 19:19 ` Vinson Lee 2015-05-26 11:02 ` Jiri Slaby 2015-06-15 3:33 ` Zefan Li 2015-06-30 0:09 ` Greg KH
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).