Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1275251

Re: [PATCH] PCI: keystone: fix crash with deferred probe

From Russell King - ARM Linux <linux@arm.linux.org.uk>
Newsgroups linux.kernel
Subject Re: [PATCH] PCI: keystone: fix crash with deferred probe
Date 2015-11-23 12:40 +0100
Message-ID <qxXDs-18F-7@gated-at.bofh.it> (permalink)
References <qwRTr-6uh-11@gated-at.bofh.it> <qxXtL-15o-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Mon, Nov 23, 2015 at 07:22:09PM +0800, Jisheng Zhang wrote:
> when trying to add berlin pcie support and came up one patch
> 
> http://lists.infradead.org/pipermail/linux-arm-kernel/2015-November/384575.html
> 
> when build testing, I also realized this issue, but keystone relies on
> hook_fault_code() which is will be freed after boot, so your patch isn't
> completed.

hook_fault_code() is intentionally not callable after boot.  It's unsafe
to try to change the fault handling for a running system.  It's even more
unsafe to try to remove a fault handler which is located in module code.

-- 
FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up
according to speedtest.net.
--
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/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] PCI: keystone: fix crash with deferred probe Sekhar Nori <nsekhar@ti.com> - 2015-11-20 12:20 +0100
  Re: [PATCH] PCI: keystone: fix crash with deferred probe Jisheng Zhang <jszhang@marvell.com> - 2015-11-23 12:30 +0100
    Re: [PATCH] PCI: keystone: fix crash with deferred probe Russell King - ARM Linux <linux@arm.linux.org.uk> - 2015-11-23 12:40 +0100
    Re: [PATCH] PCI: keystone: fix crash with deferred probe Jisheng Zhang <jszhang@marvell.com> - 2015-11-23 12:40 +0100
      Re: [PATCH] PCI: keystone: fix crash with deferred probe Sekhar Nori <nsekhar@ti.com> - 2015-11-23 17:50 +0100

csiph-web