John Crispin
d494983d02
kernel: backport ubiblock support from 3.15
...
Backport ubiblock support from kernel 3.15 as well as all follow-up
fixes related to ubiblock.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
create mode 100644 target/linux/generic/patches-3.14/040-UBI-R-O-block-driver-on-top-of-UBI-volumes.patch
create mode 100644 target/linux/generic/patches-3.14/041-UBI-block-do-not-use-term-attach.patch
create mode 100644 target/linux/generic/patches-3.14/042-UBI-block-Mark-init-only-symbol-as-__initdata.patch
create mode 100644 target/linux/generic/patches-3.14/043-UBI-block-Use-u64-for-the-64-bit-dividend.patch
create mode 100644 target/linux/generic/patches-3.14/044-UBI-rename-block-device-ioctls.patch
create mode 100644 target/linux/generic/patches-3.14/045-UBI-block-Remove-__initdata-from-ubiblock_param_ops.patch
create mode 100644 target/linux/generic/patches-3.14/046-UBI-avoid-workqueue-format-string-leak.patch
create mode 100644 target/linux/generic/patches-3.14/047-UBI-make-UBI_IOCVOLCRBLK-take-a-parameter-for-future.patch
SVN-Revision: 41118
2014-06-11 12:59:06 +00:00
Luka Perkov
aa2ff3f105
kernel: update 3.14 to 3.14.5
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 40901
2014-06-02 09:25:33 +00:00
Felix Fietkau
2108ca0d9a
ubifs: remove obsolete CONFIG_UBIFS_FS_XATTR symbol
...
550-ubifs-symlink-xattr-support.patch contains a reference to the
by now obsolete config symbol CONFIG_UBIFS_FS_XATTR which leads to
the functionality originally added by the patch in r30794 being
left-out during compile since commit 1bdcc63112a0
("UBIFS: remove xattr Kconnfig option") in v3.5.
Fix this by removing the #ifdef from all affected kernels as XATTR
support is now always enabled for UBIFS as well.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 40864
2014-05-27 20:34:03 +00:00
Felix Fietkau
32d1e0ed2c
kernel: add a ssb backport required for a new mac80211 update
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40833
2014-05-23 18:48:31 +00:00
Steven Barth
874b26933d
Add missing bracket in MAP-E FMR kernel support
...
SVN-Revision: 40830
2014-05-23 08:53:38 +00:00
Steven Barth
3224643614
Add kernel support for MAP-E FMRs
...
SVN-Revision: 40822
2014-05-22 20:04:48 +00:00
Luka Perkov
645596489f
kernel: update 3.14 to 3.14.4
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 40769
2014-05-14 21:49:27 +00:00
Hauke Mehrtens
a49ef16272
kernel: update to kernel 3.14.3
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 40736
2014-05-08 21:53:27 +00:00
Hauke Mehrtens
ff12bcef16
kernel: fix some compile warnings with kernel 3.14
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 40734
2014-05-08 21:52:40 +00:00
Felix Fietkau
25a1dcb37b
generic: remove obsolete symbol export from block2mtd init patch
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40445
2014-04-10 14:43:22 +00:00
Felix Fietkau
f02e3a2a4a
x86: try harder to attach block2mtd to fix boot issues on devices with longer delays
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40444
2014-04-10 14:43:17 +00:00
Hauke Mehrtens
64f54741e3
kernel: bgmac: rework patch checking packet length
...
This bgmac patch was an attempt to fix/workaround bug reported in
https://dev.openwrt.org/ticket/7198 noticed on WNR3500L.
Patch assumed length reported by the hardware was 0 and was trying to
read it until getting a different value. This was actually the opposite.
Lenghts were some invalid & huge values that resulted in skb_over_panic.
For example:
skbuff: skb_over_panic: text:83b21074 len:57222 (...)
skbuff: skb_over_panic: text:87af1024 len:43226 (...)
skbuff: skb_over_panic: text:87af5024 len:8739 (...)
So instead of that not-working patch checking for 0, write a new one
checking for huge values. In case something like that happens, dump
hardware state and drop the packet.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 40424
2014-04-08 19:50:17 +00:00
Jonas Gorski
a8363fadcd
kernel: make sched_act_connmark compile for 3.14
...
The upstream API changed, which allowed to simplify the code a bit.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 40376
2014-04-04 10:16:49 +00:00
Jonas Gorski
96c4e3eed0
kernel: make sched_esfq compile for 3.14
...
net_random was replaced with prandom_u32.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 40375
2014-04-04 10:16:47 +00:00
Imre Kaloz
36fefbb60e
3.14 final is out
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 40352
2014-03-31 13:43:06 +00:00
Hauke Mehrtens
bdde12b13a
kernel: backport BCM5357 fix for GPIOs
...
This backports: bcma: gpio: register 32 GPIOs on BCM5357
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 40347
2014-03-30 19:08:37 +00:00
Imre Kaloz
132f7d3cc9
update to 3.14-rc8
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 40023
2014-03-26 14:14:20 +00:00
Felix Fietkau
479b0c82a2
kernel/generic: fix define in 642-bridge_port_isolate.patch
...
Patch 642-bridge_port_isolate.patch needs to be updated
for kernels 3.12, 3.13 and 3.14 as the define for BR_ISOLATE_MODE
conflicts with BR_LEARNING
Signed-off-by: Jonas Eymann <j.eymann@gmx.net>
SVN-Revision: 39955
2014-03-19 14:26:48 +00:00
Hauke Mehrtens
fbb5b8af8e
kernel: fix 990-gpio_wdt.patch patch
...
This uses the correct include now.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39906
2014-03-12 23:29:42 +00:00
Luka Perkov
c8b116d930
kernel/generic: drop already upstreamed patch
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 39855
2014-03-10 01:06:48 +00:00
Imre Kaloz
074af75668
add preliminary 3.14 support
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39789
2014-03-07 11:27:00 +00:00