Petr Štetiar
51332ec1c3
kernel: bump 5.4 to 5.4.33
...
Refreshed patches, removed upstreamed patches:
oxnas: 001-irqchip-versatile-fpga-Handle-chained-IRQs-properly.patch
oxnas: 002-irqchip-versatile-fpga-Apply-clear-mask-earlier.patch
Run tested: qemu-x86-64, apalis
Build tested: x86/64, imx6, sunxi/a53
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2020-04-17 22:44:22 +08:00
Koen Vandeputte
e111a8a555
kernel: add support for GD25D05 SPI NOR (5.4)
...
This chip is used on newer RB912UAG-5HPnD r2 and 922UAGS-5HPacD boards:
Before:
[ 0.824562] spi-nor spi0.0: unrecognized JEDEC id bytes: c8 40 10 c8 40 10
[ 0.831607] spi-nor: probe of spi0.0 failed with error -2
After:
[ 0.825347] spi-nor spi0.0: gd25d05 (64 Kbytes)
[ 0.830291] 1 routerbootpart partitions found on MTD device spi0.0
[ 0.836577] Creating 1 MTD partitions on "spi0.0":
[ 0.841448] 0x000000000000-0x000000010000 : "partitions"
[ 0.848418] 4 routerbootpart partitions found on MTD device partitions
[ 0.855092] Creating 4 MTD partitions on "partitions":
[ 0.860318] 0x000000000000-0x00000000c000 : "routerboot"
[ 0.866548] 0x00000000c000-0x00000000d000 : "hard_config"
[ 0.872832] 0x00000000d000-0x00000000e000 : "bios"
[ 0.878580] 0x00000000e000-0x00000000f000 : "soft_config"
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
2020-04-17 05:34:06 +08:00
Ansuel Smith
a44de85704
ipq806x: add patch to fix broken buttons
...
From kernel 4.20 msm-gpio driver is broken and cause the
malfunction of the buttons on every ipq806x target.
Add a patch to fix this.
Tested-by: Hannu Nyman <hannu.nyman@iki.fi>
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2020-04-15 19:55:27 +08:00
AmadeusGhost
e7c65ce31c
generic: refresh phy driver
2020-04-15 18:05:10 +08:00
CN_SZTL
20ee2055dc
kernel: bump 5.4 to 5.4.32
...
Remove upstreamed:
* 746-stable-net-dsa-mt7530-fix-null-pointer-dereferencing-in-por.patch
Refreshed all generic patches.
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-04-15 01:19:50 +08:00
CN_SZTL
534f1abc20
Merge Upstream
2020-04-14 20:33:17 +08:00
CN_SZTL
86e526f93c
kernel: bump to 4.9.219, 4.14.176, 4.19.115
...
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-04-14 20:17:38 +08:00
Mathias Kresin
adab38ed12
generic: make all phy drivers kernel 5.0 compatible
...
It adjusts the code to upstream changes from the commit 3c1bcc8614db
("net: ethernet: Convert phydev advertize and supported from u32 to link
mode")
Signed-off-by: Mathias Kresin <dev@kresin.me>
2020-04-14 03:55:42 +08:00
Mathias Kresin
2111c6e03f
kernel: swconfig: make compatible with kernel 5.2
...
Since kernel 5.2 within netlink messages the NLA_F_NESTED nested flag is
validated. But swconfig/swlib doesn't set the flag for
SWITCH_ATTR_OP_VALUE_PORTS related netlink messages and assigning ports
to vlans via
swconfig dev switch0 vlan 1 set ports '0 1 2 3 4 6t'
Errors put with "Failed to set attribute: Invalid input data or
parameter".
Relax the validation rules and use the deprecated functions, to use the
same level of validation as it was till kernel 5.1. Depending on who has
swconfig related netlink messages implemented, there might be more
broken tools out there and we should keep backward compatibility if
possible.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Tested-by: Rafał Miłecki <rafal@milecki.pl>
2020-04-14 02:59:41 +08:00
CN_SZTL
9cbd449674
kernel: init kernel 5.4 support
2020-04-14 00:08:05 +08:00
Rafał Miłecki
a1aeb10921
kernel: backport mtd partition address fix sent upstream
...
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2020-04-13 23:43:08 +08:00
CN_SZTL
eb020983ca
target/generic: add missing config
2020-04-13 22:21:52 +08:00
Jo-Philipp Wich
12b295cf20
generic: drop 616-net_optimize_xfrm_calls.patch
...
The conditional check introduced by this patch may trigger a NULL pointer
dereference in case the result of dev_net() is NULL.
Since the purpose of this patch is neither sufficiently explained and since
this patch apparently has never been submitted upstream despite it being in
the pending-* patch directory, I propose to drop it without replacement.
If the performance implications of dropping this patch are found to be
significiant, it should be reintroduced with proper description and
benchmark results.
Ref: https://bugs.openwrt.org/index.php?do=details&task_id=2943
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-04-12 07:47:50 +08:00
CN_SZTL
c0a2da80f2
kernel: bump 4.9 to 4.9.218
...
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-04-06 01:32:37 +08:00
CN_SZTL
02009b59e6
kernel: bump 4.19 to 4.19.114
...
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-04-06 01:14:37 +08:00
CN_SZTL
011f13255b
kernel: bump 4.14 to 4.14.175
...
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-04-06 00:58:37 +08:00
CN_SZTL
b34ff3b4fa
Merge Lean's source
2020-04-05 21:05:21 +08:00
AmadeusGhost
08637d8262
ar71xx: fix alloc_page_frag issue ( #4184 )
...
cherry-pick from 819800ab4f
2020-04-05 18:32:06 +08:00
AmadeusGhost
7d597c5347
mac80211: switch to upstream owl-loader driver ( #4164 )
...
The Owl Loader (named after the codename that Atheros gave
these devices back in the day) has been accepted upstream.
This patch removes the "misc" driver OpenWrt had and adds
the remaining differences against the version that ships
with 5.4-rc1 into a separate "120-owl-loader-compat.patch"
file that can be cut down once AR71XX is being dealt with.
Acked-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
2020-04-04 15:55:52 +08:00
AmadeusGhost
6f0cc1cdf1
mac80211: switch to upstream owl-loader driver
2020-04-04 01:05:15 +08:00
CN_SZTL
d3151feec4
Kernel 4.9: remove outdated patches
2020-04-02 01:08:36 +08:00
CN_SZTL
b9749d61aa
kernel: bump 4.9 to 4.9.217
...
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-04-01 07:52:10 +08:00
CN_SZTL
211fbcc199
kernel: bump 4.19 to 4.19.113
...
Remove upstream patches:
- 600-ipv6-addrconf-call-ipv6_mc_up-for-non-Ethernet-inter.patch
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-04-01 07:37:21 +08:00
CN_SZTL
9a4de1f5a2
kernel: bump 4.14 to 4.14.174
...
Remove upstream patches:
- 600-ipv6-addrconf-call-ipv6_mc_up-for-non-Ethernet-inter.patch
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-04-01 06:32:54 +08:00
ElonH
77d245bdfd
linux: config missing
...
Solarflare SFC9000/SFC9100-family MTD support (SFC_MTD) [Y/n/?] (NEW) aborted!
Solarflare SFC9000/SFC9100-family MCDI logging support (SFC_MCDI_LOGGING) [Y/n/?] (NEW) aborted!
2020-03-31 13:17:00 +08:00
CN_SZTL
5c947863e2
kernel: AQC111 driver: add missing linkmode header
2020-03-26 19:55:09 +08:00
CN_SZTL
2b448028d3
kernel/4.9: fix aqc111 driver patch
2020-03-25 22:22:17 +08:00
CN_SZTL
4b17e0bef5
kernel: add aqc111 driver
2020-03-25 21:51:33 +08:00
CN_SZTL
dc577dca98
Merge Lean's source
2020-03-21 01:20:39 +08:00
lean
667d594da4
Revert "mt7621: TCP and UDP traffic is forwarded correctly by HWNAT (1% CPU usage)"
...
This reverts commit cd59b49863 .
2020-03-20 14:14:03 +08:00
AmadeusGhost
92d2f94e3d
kernel: bump 4.14 to 4.14.173
2020-03-19 17:40:18 +08:00
AmadeusGhost
a0e673cec5
RPI_AXIPERF: move to generic config
2020-03-17 22:08:18 +08:00
CN_SZTL
af5cc73e79
Merge Lean's source
2020-03-17 20:40:55 +08:00
AmadeusGhost
b36b079134
Revert 'kernel: update 4.19 patch' ( #3850 )
2020-03-17 18:47:05 +08:00
AmadeusGhost
ae2698ceb5
Merge Lean's source
2020-03-17 17:30:16 +08:00
lean
62eb2434f5
kernel: update v4.19 kernel config
2020-03-17 01:56:13 +08:00
CN_SZTL
e17aca712d
Merge Lean' ssource
2020-03-13 18:34:46 +08:00
lean
8ecd6c8b3c
kernel: fix 4.9 sfe patch
2020-03-13 15:42:21 +08:00
AmadeusGhost
bbb241bf2a
generic-4.9: fix error patch ( #3776 )
...
This commit fix 39edfa9 .
2020-03-13 14:28:09 +08:00
AmadeusGhost
39edfa99bd
generic: refresh patch ( #3774 )
...
* generic-4.19: refresh patch
* generic-4.9: refresh patch
cherry-pick 2515a5e from @1715173329 dalao
2020-03-13 14:05:24 +08:00
lean
c9fe160157
kernel: bump 4.9 to 4.9.215
2020-03-13 12:17:42 +08:00
lean
3bef40a0cb
kernel: bump to 4.14.172 / 4.19.108
2020-03-13 12:11:40 +08:00
AmadeusGhost
f2f7de06ef
hack-4.19: refresh patch
2020-03-13 11:50:45 +08:00
lean
cd59b49863
mt7621: TCP and UDP traffic is forwarded correctly by HWNAT (1% CPU usage)
2020-03-13 11:43:59 +08:00
Chen Minqiang
ab6b020a65
kernel: fix crash nf_xfrm_me_harder
2020-03-13 11:25:44 +08:00
lean
8b4a939c56
kernel: backport out-of-memory fix for non-Ethernet devices (zerotier, mwan3 etc...)
2020-03-13 11:15:36 +08:00
CN_SZTL
2515a5e031
kernel/4.9: refresh all patches
2020-03-11 00:46:32 +08:00
CN_SZTL
4b0ab60da2
target/generic: fix kernel419 config
2020-03-11 00:24:21 +08:00
Koen Vandeputte
efc4ae1c12
kernel: bump 4.9 to 4.9.215
...
Refreshed all patches.
Compile-tested on: ar71xx
Runtime-tested on: ar71xx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
2020-03-10 22:23:13 +08:00
CN_SZTL
93f4e20f3f
Merge Lean's source
2020-03-10 22:18:01 +08:00