On Sun, May 1, 2016 at 2:33 AM, Anatol Pomozov <anatol.pomozov@xxxxxxxxx> wrote: > I am trying to 'rmmod gpio_lynxpoint' module at my Chromebox with Arch > 4.5.1 kernel and get this oops: > > [ 118.801173] BUG: unable to handle kernel NULL pointer dereference > at 0000000000000078 > [ 118.801228] IP: [<ffffffff8105401f>] apic_ack_edge+0x2f/0x60 Mathias Nyman is the maintainer of this driver. Interesting that a recent Chromebox is using Lynxpoint! Are you Cc:ing Laxman because you think the addition of devm_gpiochip_add_data() handling is causing it? I think this looks much more related to the fact that we're removing an irqchip and it's not really working. GPIO drivers with backing irqchips are providing resources to other drivers, they are seldom really removeable. Maybe this driver should be made a bool? Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html