openwrtv4/target/linux/brcm63xx/patches-3.14
Jonas Gorski eed031d460 brcm63xx: brcm63xxpart: fix buffer overrun in of parser
We never account for the added partitions from the tag parser, so
allocated two partioness less than needed. This can cause issues when
the memory gets reused before the mtd code can actually add the
partitions.

Fixes oopses like:
[    0.920000] mtd: device 2 (rootfs) set to be root filesystem
[    0.924000] 1 squashfs-split partitions found on MTD device rootfs
[    0.932000] 0x0000002e0000-0x0000003f0000 : "rootfs_data"
[    0.940000] 0x000000010000-0x0000003f0000 : "linux"
[    0.948000] CPU 0 Unable to handle kernel paging request at virtual address 00010203, epc == 8028ddf8, ra == 801ad5d4
[    0.956000] Oops[#1]:
[    0.956000] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.18.8 #22
[    0.956000] task: 8181da78 ti: 8181e000 task.ti: 8181e000
[    0.956000] $ 0   : 00000000 10008f00 00010203 81049e40
[    0.956000] $ 4   : 00010203 000000d0 00000000 000000fd
[    0.956000] $ 8   : 00000000 80015490 00000000 80370000
[    0.956000] $12   : 00000000 00000001 00000000 2f736269
[    0.956000] $16   : 00010203 000000d0 8007bde0 81482000
[    0.956000] $20   : 00000000 00000004 81481f80 803c4b78
[    0.956000] $24   : 00000000 00000000
[    0.956000] $28   : 8181e000 8181fbe8 80b20000 801ad5d4
[    0.956000] Hi    : 00000000
[    0.956000] Lo    : 00000000
[    0.956000] epc   : 8028ddf8 strlen+0x4/0x20
[    0.956000]     Not tainted
[    0.956000] ra    : 801ad5d4 kstrdup+0x30/0x84
[    0.956000] Status: 10008f03 KERNEL EXL IE
[    0.956000] Cause : 00800008
[    0.956000] BadVA : 00010203
[    0.956000] PrId  : 0002a010 (Broadcom BMIPS4350)
[    0.956000] Modules linked in:
[    0.956000] Process swapper/0 (pid: 1, threadinfo=8181e000, task=8181da78, tls=00000000)
[    0.956000] Stack : 8148aa00 803c4bcc 00000000 801cd9d0 00000000 8148a400 818a1400 003f0000
          81482000 8007bde0 8148aa00 800ac78c 8148aa00 00000004 8037ae30 8181fc4c
          8148aa00 803bc074 803c0000 80074b84 00000000 00010000 00000004 ffffffff
          8037ae30 00000004 8148aa00 00000004 803c4b80 818a1400 803c0000 00000005
          81481f80 80074ce0 8181fc84 00000005 81879800 8008ece4 00000000 003f0000
          ...
[    0.956000] Call Trace:
[    0.956000] [<8028ddf8>] strlen+0x4/0x20
[    0.956000] [<801ad5d4>] kstrdup+0x30/0x84
[    0.956000] [<8007bde0>] allocate_partition+0x58/0x93c
[    0.956000] [<80074ce0>] add_mtd_partitions+0x90/0x144
[    0.956000] [<801cc228>] mtd_device_parse_register+0x78/0xcc
[    0.956000] [<801e7870>] of_flash_probe+0x658/0x728
[    0.956000] [<80216ee0>] platform_drv_probe+0x24/0x60
[    0.956000] [<801221f4>] driver_probe_device+0xcc/0x214
[    0.956000] [<800466f8>] __driver_attach+0x7c/0xb4
[    0.956000] [<800c38bc>] bus_for_each_dev+0x94/0xa4
[    0.956000] [<800c35e4>] bus_add_driver+0x104/0x1ec
[    0.956000] [<80122400>] driver_register+0xac/0x100
[    0.956000] [<80113a5c>] do_one_initcall+0x148/0x204
[    0.956000] [<803cbd1c>] kernel_init_freeable+0x168/0x220
[    0.956000] [<800157bc>] kernel_init+0x10/0x114
[    0.956000] [<800108a8>] ret_from_kernel_thread+0x14/0x1c
[    0.956000]
[    0.956000]
Code: 03e00008  27bd0028  00801021 <80430000> 10600003  00000000  080a377e  24420001  03e00008
[    1.192000] ---[ end trace 9d89ccbcae27fe40 ]---
[    1.200000] Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b
[    1.200000]
[    1.200000] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 44787
2015-03-15 14:19:22 +00:00
..
001-of-Create-unlocked-version-of-for_each_child_of_node.patch brcm63xx: add support for registering parallel flash through dtb 2014-08-11 11:37:01 +00:00
001-spi-spi-gpio-Add-dt-support-for-a-single-device-with.patch brcm63xx: backport and enable DT spi-gpio no CS support 2015-02-27 23:48:48 +00:00
002-lib-add-glibc-style-strchrnul-variant.patch brcm63xx: add support for registering parallel flash through dtb 2014-08-11 11:37:01 +00:00
003-of-Make-of_find_node_by_path-handle-aliases.patch brcm63xx: add support for registering parallel flash through dtb 2014-08-11 11:37:01 +00:00
010-MIPS-BCM63XX-remove-RUNTIME_DETECT-code-from-registe.patch brcm63xx: reorder some patches according to their upstream state 2014-10-02 12:26:19 +00:00
011-MIPS-BCM63XX-remove-RUNTIME_DETECT-from-irq-setup-co.patch brcm63xx: reorder some patches according to their upstream state 2014-10-02 12:26:19 +00:00
012-MIPS-BCM63XX-remove-RUNTIME_DETECT-from-reset-code.patch brcm63xx: reorder some patches according to their upstream state 2014-10-02 12:26:19 +00:00
013-MIPS-BCM63XX-remove-RUNTIME_DETECT-code-from-gpio.patch brcm63xx: reorder some patches according to their upstream state 2014-10-02 12:26:19 +00:00
014-MIPS-BCM63XX-remove-RUNTIME_DETECT-from-spi-code.patch brcm63xx: reorder some patches according to their upstream state 2014-10-02 12:26:19 +00:00
015-MIPS-BCM63XX-remove-RUNTIME_DETECT-usage-from-enet-c.patch brcm63xx: reorder some patches according to their upstream state 2014-10-02 12:26:19 +00:00
016-MIPS-BCM63XX-remove-RUNTIME_DETECT-in-cpu-feature-ov.patch brcm63xx: reorder some patches according to their upstream state 2014-10-02 12:26:19 +00:00
017-MIPS-BCM63XX-remove-RUNTIME_DETECT-code-for-bcmcpu_g.patch brcm63xx: reorder some patches according to their upstream state 2014-10-02 12:26:19 +00:00
018-MIPS-BCM63XX-add-width-to-__dispatch_internal.patch brcm63xx: reorder some patches according to their upstream state 2014-10-02 12:26:19 +00:00
019-MIPS-BCM63XX-move-bcm63xx_init_irq-down.patch brcm63xx: reorder some patches according to their upstream state 2014-10-02 12:26:19 +00:00
020-MIPS-BCM63XX-replace-irq-dispatch-code-with-a-generi.patch brcm63xx: reorder some patches according to their upstream state 2014-10-02 12:26:19 +00:00
021-MIPS-BCM63XX-append-irq-line-to-irq_-stat-mask.patch brcm63xx: reorder some patches according to their upstream state 2014-10-02 12:26:19 +00:00
022-MIPS-BCM63XX-populate-irq_-stat-mask-_addr-for-secon.patch brcm63xx: reorder some patches according to their upstream state 2014-10-02 12:26:19 +00:00
023-MIPS-BCM63XX-add-cpu-argument-to-dispatch-internal.patch brcm63xx: reorder some patches according to their upstream state 2014-10-02 12:26:19 +00:00
024-MIPS-BCM63XX-protect-irq-register-accesses.patch brcm63xx: reorder some patches according to their upstream state 2014-10-02 12:26:19 +00:00
025-MIPS-BCM63XX-wire-up-the-second-cpu-s-irq-line.patch brcm63xx: reorder some patches according to their upstream state 2014-10-02 12:26:19 +00:00
026-MIPS-BCM63XX-use-irq_desc-as-argument-for-un-mask.patch brcm63xx: reorder some patches according to their upstream state 2014-10-02 12:26:19 +00:00
027-MIPS-BCM63XX-allow-setting-affinity-for-IPIC.patch brcm63xx: reorder some patches according to their upstream state 2014-10-02 12:26:19 +00:00
030-MIPS-Always-use-IRQ-domains-for-CPU-IRQs.patch package: mtd: move bcm963xx_tag definition into source code 2015-02-27 17:38:25 +00:00
031-MIPS-Rename-mips_cpu_intc_init-mips_cpu_irq_of_init.patch package: mtd: move bcm963xx_tag definition into source code 2015-02-27 17:38:25 +00:00
032-MIPS-Provide-a-generic-plat_irq_dispatch.patch package: mtd: move bcm963xx_tag definition into source code 2015-02-27 17:38:25 +00:00
100-MIPS-BCM63XX-add-USB-host-clock-enable-delay.patch brcm63xx: update development kernel to linux 3.14 2014-04-04 10:17:08 +00:00
101-MIPS-BCM63XX-add-USB-device-clock-enable-delay-to-cl.patch brcm63xx: update development kernel to linux 3.14 2014-04-04 10:17:08 +00:00
101-MIPS-BCM63XX-sync-mips-counter-during-cpu-bringup.patch brcm63xx: sync mips counters during bringup of cpus 2014-04-05 18:32:34 +00:00
102-MIPS-BCM63XX-move-code-touching-the-USB-private-regi.patch brcm63xx: update development kernel to linux 3.14 2014-04-04 10:17:08 +00:00
103-MIPS-BCM63XX-add-OHCI-EHCI-configuration-bits-to-com.patch brcm63xx: update development kernel to linux 3.14 2014-04-04 10:17:08 +00:00
104-MIPS-BCM63XX-introduce-BCM63XX_OHCI-configuration-sy.patch brcm63xx: update development kernel to linux 3.14 2014-04-04 10:17:08 +00:00
105-MIPS-BCM63XX-add-support-for-the-on-chip-OHCI-contro.patch brcm63xx: update development kernel to linux 3.14 2014-04-04 10:17:08 +00:00
106-MIPS-BCM63XX-register-OHCI-controller-if-board-enabl.patch brcm63xx: update development kernel to linux 3.14 2014-04-04 10:17:08 +00:00
107-MIPS-BCM63XX-introduce-BCM63XX_EHCI-configuration-sy.patch brcm63xx: update development kernel to linux 3.14 2014-04-04 10:17:08 +00:00
108-MIPS-BCM63XX-add-support-for-the-on-chip-EHCI-contro.patch brcm63xx: update development kernel to linux 3.14 2014-04-04 10:17:08 +00:00
109-MIPS-BCM63XX-register-EHCI-controller-if-board-enabl.patch brcm63xx: update development kernel to linux 3.14 2014-04-04 10:17:08 +00:00
110-MIPS-BCM63XX-EHCI-controller-does-not-support-overcu.patch brcm63xx: update development kernel to linux 3.14 2014-04-04 10:17:08 +00:00
201-SPI-Allow-specifying-the-parsers-for-SPI-flash.patch brcm63xx: update development kernel to linux 3.14 2014-04-04 10:17:08 +00:00
202-MTD-DEVICES-m25p80-use-parsers-if-provided-in-flash-.patch brcm63xx: update variant detection patches and fix VARID shift 2014-06-21 19:23:28 +00:00
203-MTD-DEVICES-m25p80-add-support-for-limiting-reads.patch brcm63xx: update variant detection patches and fix VARID shift 2014-06-21 19:23:28 +00:00
204-USB-OHCI-allow-other-arches-to-use-the-BE-frame-numb.patch brcm63xx: update variant detection patches and fix VARID shift 2014-06-21 19:23:28 +00:00
206-USB-EHCI-allow-limiting-ports-for-ehci-platform.patch brcm63xx: update development kernel to linux 3.14 2014-04-04 10:17:08 +00:00
207-MIPS-BCM63XX-move-device-registration-code-into-its-.patch brcm63xx: allow bcm963xx and livebox support at the same time 2014-06-21 19:23:38 +00:00
208-MIPS-BCM63XX-pass-a-mac-addresss-allocator-to-board-.patch brcm63xx: allow bcm963xx and livebox support at the same time 2014-06-21 19:23:38 +00:00
300-reset_buttons.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
301-led_count.patch brcm63xx: allow bcm963xx and livebox support at the same time 2014-06-21 19:23:38 +00:00
302-extended-platform-devices.patch brcm63xx: allow bcm963xx and livebox support at the same time 2014-06-21 19:23:38 +00:00
303-spi-board-info.patch brcm63xx: allow bcm963xx and livebox support at the same time 2014-06-21 19:23:38 +00:00
309-cfe_version_mod.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
310-cfe_simplify_detection.patch brcm63xx: convert to irq domain 2014-12-01 00:51:51 +00:00
311-bcm63xxpart_use_cfedetection.patch package: mtd: move bcm963xx_tag definition into source code 2015-02-27 17:38:25 +00:00
320-irqchip-add-support-for-bcm6345-style-periphery-irq-.patch package: mtd: move bcm963xx_tag definition into source code 2015-02-27 17:38:25 +00:00
321-irqchip-add-support-for-bcm6345-style-external-inter.patch brcm63xx: fix a few issues in irq chip drivers 2014-12-08 16:11:52 +00:00
322-MIPS-BCM63XX-switch-to-IRQ_DOMAIN.patch brcm63xx: fix a few issues in irq chip drivers 2014-12-08 16:11:52 +00:00
323-MIPS-BCM63XX-wire-up-BCM6358-s-external-interrupts-4.patch brcm63xx: fix a few issues in irq chip drivers 2014-12-08 16:11:52 +00:00
330-MIPS-BCM63XX-add-a-new-cpu-variant-helper.patch brcm63xx: update development kernel to linux 3.14 2014-04-04 10:17:08 +00:00
331-MIPS-BCM63XX-define-variant-id-field.patch brcm63xx: update variant detection patches and fix VARID shift 2014-06-21 19:23:28 +00:00
332-MIPS-BCM63XX-detect-BCM6328-variants.patch brcm63xx: update variant detection patches and fix VARID shift 2014-06-21 19:23:28 +00:00
333-MIPS-BCM63XX-detect-BCM6362-variants.patch brcm63xx: update variant detection patches and fix VARID shift 2014-06-21 19:23:28 +00:00
334-MIPS-BCM63XX-detect-BCM6368-variants.patch brcm63xx: update variant detection patches and fix VARID shift 2014-06-21 19:23:28 +00:00
335-MIPS-BCM63XX-fix-PCIe-memory-window-size.patch brcm63xx: update development kernel to linux 3.14 2014-04-04 10:17:08 +00:00
336-MIPS-BCM63XX-dynamically-set-the-pcie-memory-windows.patch brcm63xx: update development kernel to linux 3.14 2014-04-04 10:17:08 +00:00
337-MIPS-BCM63XX-widen-cpuid-field.patch brcm63xx: update development kernel to linux 3.14 2014-04-04 10:17:08 +00:00
338-MIPS-BCM63XX-increase-number-of-IRQs.patch brcm63xx: update development kernel to linux 3.14 2014-04-04 10:17:08 +00:00
339-MIPS-BCM63XX-add-support-for-BCM63268.patch brcm63xx: fix BCM63268 interrupt register locations for legacy probe 2015-02-28 19:59:34 +00:00
340-MIPS-BCM63XX-add-pcie-support-for-BCM63268.patch brcm63xx: update development kernel to linux 3.14 2014-04-04 10:17:08 +00:00
341-MIPS-BCM63XX-add-support-for-BCM6318.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
342-MIPS-BCM63XX-split-PCIe-reset-signals.patch brcm63xx: update development kernel to linux 3.14 2014-04-04 10:17:08 +00:00
343-MIPS-BCM63XX-add-PCIe-support-for-BCM6318.patch brcm63xx: convert to irq domain 2014-12-01 00:51:51 +00:00
344-MIPS-BCM63XX-detect-flash-type-early-and-store-the-r.patch brcm63xx: update development kernel to linux 3.14 2014-04-04 10:17:08 +00:00
345-MIPS-BCM63XX-fixup-mapped-SPI-flash-access-on-boot.patch brcm63xx: update development kernel to linux 3.14 2014-04-04 10:17:08 +00:00
346-MIPS-BCM63XX-USB-ENETSW-6318-clocks.patch brcm63xx: update development kernel to linux 3.14 2014-04-04 10:17:08 +00:00
347-MIPS-BCM6318-USB-support.patch brcm63xx: convert to irq domain 2014-12-01 00:51:51 +00:00
348-MIPS-BCM63XX-fix-BCM63268-USB-clock.patch brcm63xx: convert to irq domain 2014-12-01 00:51:51 +00:00
349-MIPS-BCM63XX-add-BCM63268-USB-support.patch brcm63xx: convert to irq domain 2014-12-01 00:51:51 +00:00
350-MIPS-BCM63XX-support-settings-num-usbh-ports.patch brcm63xx: allow bcm963xx and livebox support at the same time 2014-06-21 19:23:38 +00:00
351-set-board-usbh-ports.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
354-MIPS-BCM63XX-allow-building-support-for-more-than-on.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
355-MIPS-BCM63XX-allow-board-implementations-to-force-fl.patch brcm63xx: allow bcm963xx and livebox support at the same time 2014-06-21 19:23:38 +00:00
356-MIPS-BCM63XX-move-fallback-sprom-support-into-its-ow.patch brcm63xx: Fix fallback sprom il0mac 2014-08-10 12:21:30 +00:00
357-MIPS-BCM63XX-use-platform-data-for-the-sprom.patch brcm63xx: Fix fallback sprom il0mac 2014-08-10 12:21:30 +00:00
358-MIPS-BCM63XX-make-fallback-sprom-optional.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
359-MIPS-BCM63XX-allow-different-types-of-sprom.patch brcm63xx: Fix fallback sprom il0mac 2014-08-10 12:21:30 +00:00
360-MIPS-BCM63XX-add-support-for-raw-sproms.patch brcm63xx: Fix fallback sprom il0mac 2014-08-10 12:21:30 +00:00
361-MIPS-BCM63XX-add-raw-fallback-sproms-for-most-common.patch brcm63xx: fix brcm63xx fallback typo 2014-10-02 12:24:14 +00:00
362-MIPS-BCM63XX-also-register-a-fallback-sprom-for-bcma.patch brcm63xx: Fix fallback sprom il0mac 2014-08-10 12:21:30 +00:00
363-MIPS-BCM63XX-add-BCMA-based-sprom-templates.patch brcm63xx: rework fallback sprom support 2014-08-01 21:56:38 +00:00
364-MIPS-BCM63XX-allow-board-files-to-provide-sprom-fixu.patch brcm63xx: Fix fallback sprom il0mac 2014-08-10 12:21:30 +00:00
365-MIPS-BCM63XX-allow-setting-a-pci-bus-device-for-fall.patch brcm63xx: Fix fallback sprom il0mac 2014-08-10 12:21:30 +00:00
366-MIPS-add-support-for-vmlinux.bin-appended-DTB.patch brcm63xx: convert to irq domain 2014-12-01 00:51:51 +00:00
367-MIPS-BCM63XX-add-support-for-loading-DTB.patch brcm63xx: add and enable support for loading an appended dtb 2014-08-11 11:36:48 +00:00
368-MIPS-BCM63XX-add-support-for-matching-the-board_info.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
369-MIPS-BCM63XX-populate-the-compatible-to-board_info-l.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
371_add_of_node_available_by_alias.patch brcm63xx: add support for registering parallel flash through dtb 2014-08-11 11:37:01 +00:00
372_dont_register_pflash_when_available_in_dtb.patch brcm63xx: add support for registering parallel flash through dtb 2014-08-11 11:37:01 +00:00
373-MIPS-BCM63XX-register-interrupt-controllers-through-.patch brcm63xx: fix a few issues in irq chip drivers 2014-12-08 16:11:52 +00:00
374-gpio-add-a-simple-GPIO-driver-for-bcm63xx.patch brcm63xx: fix gpio register usage 2015-02-28 19:59:26 +00:00
375-MIPS-BCM63XX-switch-to-new-gpio-driver.patch brcm63xx: fix gpio register usage 2015-02-28 19:59:26 +00:00
376-net-bcm63xx_enet-use-named-gpio-for-ephy-reset-gpio.patch brcm63xx: probe gpio controllers through DT 2015-02-27 17:39:49 +00:00
377-MIPS-BCM63XX-register-lookup-for-ephy-reset-gpio.patch brcm63xx: probe gpio controllers through DT 2015-02-27 17:39:49 +00:00
378-MIPS-BCM63XX-calculate-labels-for-DT-registered-cont.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
400-bcm963xx_flashmap.patch brcm63xx: add support for registering parallel flash through dtb 2014-08-11 11:37:01 +00:00
401-bcm963xx_real_rootfs_length.patch package: mtd: move bcm963xx_tag definition into source code 2015-02-27 17:38:25 +00:00
402_bcm63xx_enet_vlan_incoming_fixed.patch brcm63xx: probe gpio controllers through DT 2015-02-27 17:39:49 +00:00
403-6358-enet1-external-mii-clk.patch brcm63xx: convert to irq domain 2014-12-01 00:51:51 +00:00
404-NET-bcm63xx_enet-move-phy_-dis-connect-into-probe-re.patch brcm63xx: probe gpio controllers through DT 2015-02-27 17:39:49 +00:00
408-bcm63xx_enet-enable-rgmii-clock-on-external-ports.patch brcm63xx: probe gpio controllers through DT 2015-02-27 17:39:49 +00:00
411-MIPS-BCM63XX-Register-SPI-flash-if-present.patch brcm63xx: convert to irq domain 2014-12-01 00:51:51 +00:00
412-MTD-physmap-allow-passing-pp_data.patch brcm63xx: update development kernel to linux 3.14 2014-04-04 10:17:08 +00:00
413-BCM63XX-allow-providing-fixup-data-in-board-data.patch brcm63xx: probe gpio controllers through DT 2015-02-27 17:39:49 +00:00
414-MTD-m25p80-allow-passing-pp_data.patch brcm63xx: update variant detection patches and fix VARID shift 2014-06-21 19:23:28 +00:00
415-MIPS-BCM63XX-export-the-attached-flash-type.patch brcm63xx: add support for registering parallel flash through dtb 2014-08-11 11:37:01 +00:00
416-BCM63XX-add-a-fixup-for-ath9k-devices.patch brcm63xx: rework fallback sprom support 2014-08-01 21:56:38 +00:00
417-MTD-bcm63xxpart-allow-passing-a-caldata-offset.patch brcm63xx: update development kernel to linux 3.14 2014-04-04 10:17:08 +00:00
418-MIPS-BCM63XX-pass-caldata-info-to-flash.patch brcm63xx: probe gpio controllers through DT 2015-02-27 17:39:49 +00:00
420-BCM63XX-add-endian-check-for-ath9k.patch brcm63xx: probe gpio controllers through DT 2015-02-27 17:39:49 +00:00
421-BCM63XX-add-led-pin-for-ath9k.patch brcm63xx: probe gpio controllers through DT 2015-02-27 17:39:49 +00:00
422-BCM63XX-add-a-fixup-for-rt2x00-devices.patch brcm63xx: probe gpio controllers through DT 2015-02-27 17:39:49 +00:00
423-bcm63xx_enet_add_b53_support.patch brcm63xx: probe gpio controllers through DT 2015-02-27 17:39:49 +00:00
424-bcm63xx_enet_no_request_mem_region.patch brcm63xx: probe gpio controllers through DT 2015-02-27 17:39:49 +00:00
425-bcm63xxpart_parse_paritions_from_dt.patch brcm63xx: brcm63xxpart: fix buffer overrun in of parser 2015-03-15 14:19:22 +00:00
426-bcm63xx_enet-fix-napi-poll-return-value.patch brcm63xx: fix ethernet breakage in 3.18 2015-02-28 19:59:46 +00:00
499-allow_better_context_for_board_patches.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
500-board-D4PW.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
501-board-NB4.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
502-board-96338W2_E7T.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
503-board-CPVA642.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
504-board_dsl_274xb_rev_c.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
505-board_spw500v.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
506-board_gw6200_gw6000.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
507-board-MAGIC.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
508-board_hw553.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
509-board_rta1320_16m.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
510-board_spw303v.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
511-board_V2500V.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
512-board_BTV2110.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
513-MIPS-BCM63XX-add-inventel-Livebox-support.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
514-board_ct536_ct5621.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
515-board_DWV-S0_fixes.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
516-board_96348A-122.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
517-RTA1205W_16_uart_fixes.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
519_board_CPVA502plus.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
520-bcm63xx-add-support-for-96368MVWG-board.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
521-bcm63xx-add-support-for-96368MVNgr-board.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
522-MIPS-BCM63XX-add-96328avng-reference-board.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
523-MIPS-BCM63XX-add-963281TAN-reference-board.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
524-board_dsl_274xb_rev_f.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
525-board_96348w3.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
526-board_CT6373-1.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
527-board_dva-g3810bn-tl-1.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
528-board_nb6.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
529-board_fast2604.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
530-board_A4001N1.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
531-board_AR-5387un.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
532-board_AR-5381u.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
533-board_rta770bw.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
534-board_hw556.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
535-board_rta770w.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
536-board_fast2704.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
537-board_fast2504n.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
550-MIPS-BCM63XX-remove-leds-and-buttons.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
553-boards_probe_switch.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
555-board_96318ref.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
556-board_96318ref_p300.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
557-board_bcm963269bhr.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
558-board_AR1004G.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
559-board_vw6339gu.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
560-board_963268gu_p300.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
561-board_WAP-5813n.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
562-board_VR-3025u.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
563-board_VR-3025un.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
564-board_P870HW-51a_v2.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
565-board_hw520.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
566-board_A4001N.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
567-board_dsl-2751b_e1.patch brcm63xx: move buttons and leds to dts files 2015-02-27 17:40:04 +00:00
800-wl_exports.patch brcm63xx: replace nvram_buf with a properly initialized array 2014-07-28 15:31:37 +00:00
801-ssb_export_fallback_sprom.patch brcm63xx: correctly export fallback sprom for brcm-wl 2014-08-11 11:36:41 +00:00
802-rtl8367r_fix_RGMII_support.patch brcm63xx: update development kernel to linux 3.14 2014-04-04 10:17:08 +00:00
803-jffs2-work-around-unaligned-accesses-failing-on-bcm6.patch brcm63xx: hack around jffs2 corruption with SMP 2014-04-06 22:03:42 +00:00