Skip to content

Instantly share code, notes, and snippets.

View tpetazzoni's full-sized avatar

Thomas Petazzoni tpetazzoni

View GitHub Profile
igb: Intel(R) Gigabit Ethernet Network Driver - version 5.0.5-k
igb: Copyright (c) 2007-2013 Intel Corporation.
PCI: enabling device 0000:00:01.0 (0140 -> 0143)
====> PCI CREATE WINDOW BASE = 0xe0000000, SIZE = 0x8fffff
igb 0000:01:00.0: Intel(R) Gigabit Ethernet Network Connection
igb 0000:01:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 00:08:60:00:53:96
igb 0000:01:00.0: eth0: PBA No: Unknown
igb 0000:01:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
------------[ cut here ]------------
WARNING: CPU: 0 PID: 1 at /home/thomas/projets/linux-2.6/kernel/irq/irqdomain.c:277 irq_domain_associate+0x16c/0x1bc()
igb: Intel(R) Gigabit Ethernet Network Driver - version 5.0.5-k
igb: Copyright (c) 2007-2013 Intel Corporation.
PCI: enabling device 0000:00:01.0 (0140 -> 0143)
====> PCI CREATE WINDOW BASE = 0xe0000000, SIZE = 0x8fffff
===> allocated MSI 0
===> allocated MSI 1
===> allocated MSI 2
===> allocated MSI 3
===> allocated MSI 4
===> allocated MSI 5
diff --git a/drivers/irqchip/irq-armada-370-xp.c b/drivers/irqchip/irq-armada-370-xp.c
index 5409564..69c5cc3 100644
--- a/drivers/irqchip/irq-armada-370-xp.c
+++ b/drivers/irqchip/irq-armada-370-xp.c
@@ -112,6 +112,8 @@ static int armada_370_xp_alloc_msi(void)
set_bit(hwirq, msi_used);
mutex_unlock(&msi_used_lock);
+ pr_info("===> allocated MSI %d\n", hwirq);
+
igb: Intel(R) Gigabit Ethernet Network Driver - version 5.0.5-k
igb: Copyright (c) 2007-2013 Intel Corporation.
PCI: enabling device 0000:00:01.0 (0140 -> 0143)
====> PCI CREATE WINDOW BASE = 0xe0000000, SIZE = 0x8fffff
Unable to handle kernel NULL pointer dereference at virtual address 00000024
pgd = c0004000
[00000024] *pgd=00000000
Internal error: Oops: 5 [#1] SMP ARM
Modules linked in:
CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.14.0-00005-g9752c7d #180
[15:34:35] <kmaincent> kos_tom: pour plantium, j'ai le wifi qui ne marche pas avec le drivers brcmfmac. Winmate avait ajouté tout un drivers pour le brmc4356. Il vaut mieux que je porte leur driver sur 4.14 ou que je debug le driver brcmfmac?
[15:37:31] <kos_tom> tu as le bon firmware et le bon fichier de config nvram ?
[15:37:40] <kos_tom> est-ce qu'en 4.19 ça marchait mieux ?
[15:39:03] <kmaincent> en 4.19 je pouvais scan les wifi mais impossible de se connecter. en 4.14 j'ai meme pas de wlan0
[15:39:28] <kmaincent> j'ai le firmware brcmfmac4356-pcie.bin
[15:40:08] <kos_tom> tu as juste le .bin ?
[15:40:18] <kmaincent> config nvram?
[15:40:20] <kmaincent> oui
[15:40:26] <kos_tom> parce que bon: https://bugzilla.kernel.org/show_bug.cgi?id=185661
[15:41:36] <kos_tom> est-ce que tu peux parler de ce sujet sur #fe-internal
; 682484 - 12977 * 4
630576
; 682484 - 12977 * 12
526760
; 682484 - 12977 * 28
319128
+ if (op->ninstrs == 2 &&
+ op->instrs[0].type == NAND_OP_CMD_INSTR &&
+ op->instrs[0].ctx.cmd.opcode != NAND_CMD_STATUS &&
+ op->instrs[1].type == NAND_OP_DATA_IN_INSTR)
+ return -ENOTSUPP;
# Some distributions (e.g., Fedora) hide the library in the mysql/
# subdirectory.
#
libmysqlclient_paths="none /usr/lib/mysql /usr/lib64/mysql"
for path in $libmysqlclient_paths; do
if test x"path" != xnone; then
save_LDFLAGS="$LDFLAGS"
LDFLAGS="$LDFLAGS -L$path"