The following calltrace is possible now:
handle_sysrq
machine_emergency_restart
mach_reboot_fixups
pci_get_device
pci_get_subsys
down_read
The patch skips reboot fixup if called from sysrq-B code.
Signed-off-by: Denis V. Lunev <[EMAIL PROTECTED]>
---
reboot_fix
The following calltrace is possible now:
handle_sysrq
machine_emergency_restart
mach_reboot_fixups
pci_get_device
pci_get_subsys
down_read
The patch skips reboot fixup if called from sysrq-B code.
---
--- ./arch/i386/kernel/reboot_fixups.c.fixup2 2007-08-07 12
On Tue, Aug 07, 2007 at 12:44:55AM -0700, Andrew Morton wrote:
> On Tue, 7 Aug 2007 00:24:37 -0700 Andrew Morton <[EMAIL PROTECTED]> wrote:
>
> > > Andrew, I really don't want to change the PCI core to handle this, as we
> > > finally fixed a lot of issues with drivers trying to walk these lists
>
Andrew Morton wrote:
> On Mon, 6 Aug 2007 19:49:10 -0700 Greg KH <[EMAIL PROTECTED]> wrote:
>
>> On Mon, Aug 06, 2007 at 11:16:20AM +0400, Denis V. Lunev wrote:
>>> Greg KH wrote:
On Fri, Aug 03, 2007 at 02:39:24PM +0400, Denis V. Lunev wrote:
> The following calltrace is possible now:
>>
Greg KH wrote:
> On Tue, Aug 07, 2007 at 12:44:55AM -0700, Andrew Morton wrote:
>> On Tue, 7 Aug 2007 00:24:37 -0700 Andrew Morton <[EMAIL PROTECTED]> wrote:
>>
Andrew, I really don't want to change the PCI core to handle this, as we
finally fixed a lot of issues with drivers trying to wa
On Tue, 7 Aug 2007 00:24:37 -0700 Andrew Morton <[EMAIL PROTECTED]> wrote:
> > Andrew, I really don't want to change the PCI core to handle this, as we
> > finally fixed a lot of issues with drivers trying to walk these lists
> > from interrupt context. So if you want to just hide the warning mes
On Mon, 6 Aug 2007 19:49:10 -0700 Greg KH <[EMAIL PROTECTED]> wrote:
> On Mon, Aug 06, 2007 at 11:16:20AM +0400, Denis V. Lunev wrote:
> > Greg KH wrote:
> > > On Fri, Aug 03, 2007 at 02:39:24PM +0400, Denis V. Lunev wrote:
> > >> The following calltrace is possible now:
> > >> handle_sysrq
> > >
On Mon, Aug 06, 2007 at 11:16:20AM +0400, Denis V. Lunev wrote:
> Greg KH wrote:
> > On Fri, Aug 03, 2007 at 02:39:24PM +0400, Denis V. Lunev wrote:
> >> The following calltrace is possible now:
> >> handle_sysrq
> >>machine_emergency_restart
> >> mach_reboot_fixups
> >>pci_get_de
On Fri, 3 Aug 2007 14:39:24 +0400 "Denis V. Lunev" <[EMAIL PROTECTED]> wrote:
> The following calltrace is possible now:
> handle_sysrq
>machine_emergency_restart
> mach_reboot_fixups
>pci_get_device
> pci_get_subsys
> down_read
> The patch obtains PCI device du
Greg KH wrote:
> On Fri, Aug 03, 2007 at 02:39:24PM +0400, Denis V. Lunev wrote:
>> The following calltrace is possible now:
>> handle_sysrq
>>machine_emergency_restart
>> mach_reboot_fixups
>>pci_get_device
>> pci_get_subsys
>> down_read
>> The patch obtains PCI
On Fri, Aug 03, 2007 at 02:39:24PM +0400, Denis V. Lunev wrote:
> The following calltrace is possible now:
> handle_sysrq
>machine_emergency_restart
> mach_reboot_fixups
>pci_get_device
> pci_get_subsys
> down_read
> The patch obtains PCI device during initializa
The following calltrace is possible now:
handle_sysrq
machine_emergency_restart
mach_reboot_fixups
pci_get_device
pci_get_subsys
down_read
The patch obtains PCI device during initialization to avoid bothering PCI
search engine in interrupt. Devices used in this c
12 matches
Mail list logo