[OpenWrt-Devel] [PATCH 2/2] kernel: bump 4.14 to 4.14.59 for 18.06
Stijn Segers
foss at volatilesystems.org
Wed Aug 1 14:22:10 EDT 2018
Op di, 31 jul 2018 om 12:44 , schreef Koen Vandeputte
<koen.vandeputte at ncentric.com>:
>
>
> On 2018-07-30 21:31, Stijn Segers wrote:
>> * Refreshed patches.
>> * Patches made redundant by changes upstream:
>> -
>> target/linux/ramips/patches-4.14/0036-mtd-fix-cfi-cmdset-0002-erase-status-check.patch
>> * Patches accepted upstream:
>> -
>> target/linux/apm821xx/patches-4.14/020-0001-crypto-crypto4xx-remove-bad-list_del.patch
>> -
>> target/linux/apm821xx/patches-4.14/020-0011-crypto-crypto4xx-fix-crypto4xx_build_pdr-crypto4xx_b.patch
>> -
>> target/linux/brcm63xx/patches-4.14/001-4.15-08-bcm63xx_enet-correct-clock-usage.patch
>> -
>> target/linux/brcm63xx/patches-4.14/001-4.15-09-bcm63xx_enet-do-not-write-to-random-DMA-channel-on-B.patch
>> -
>> target/linux/generic/backport-4.14/080-net-convert-sock.sk_wmem_alloc-from-atomic_t-to-refc.patch
>> -
>> target/linux/generic/pending-4.14/900-gen_stats-fix-netlink-stats-padding.patch
>>
>> Compile-tested on: ramips/mt7621, x86/64
>> Run-tested on: ramips/mt7621, x86/64
>>
>> Signed-off-by: Stijn Segers <foss at volatilesystems.org>
>> ---
>> include/kernel-version.mk | 4 +-
>> ...0001-crypto-crypto4xx-remove-bad-list_del.patch | 32 ----
>> ...to4xx-remove-unused-definitions-and-write.patch | 2 +-
>> ...to4xx-set-CRYPTO_ALG_KERN_DRIVER_ONLY-fla.patch | 2 +-
>> ...to4xx-remove-double-assignment-of-pd_uinf.patch | 2 +-
>> ...to4xx-enable-AES-RFC3686-ECB-CFB-and-OFB-.patch | 2 +-
>> ...pto4xx-refactor-crypto4xx_copy_pkt_to_dst.patch | 2 +-
>> ...to4xx-replace-crypto4xx_dev-s-scatter_buf.patch | 8 +-
>> ...to4xx-fix-crypto4xx_build_pdr-crypto4xx_b.patch | 84 ----------
>> .../802-usb-xhci-force-msi-renesas-xhci.patch | 2 +-
>> ...-add-support-for-performing-fake-doorbell.patch | 2 +-
>> .../patches-4.14/830-huawei_e970_support.patch | 4 +-
>> ...-4.15-08-bcm63xx_enet-correct-clock-usage.patch | 101
>> ------------
>> ...t-do-not-write-to-random-DMA-channel-on-B.patch | 29 ----
>> .../025-tcp-allow-drivers-to-tweak-TSQ-logic.patch | 4 +-
>> ...-sock.sk_wmem_alloc-from-atomic_t-to-refc.patch | 172
>> ---------------------
>> ...15-netfilter-exit_net-cleanup-check-added.patch | 2 +-
>> .../generic/hack-4.14/207-disable-modorder.patch | 4 +-
>> .../hack-4.14/211-host_tools_portability.patch | 2 +-
>> .../linux/generic/hack-4.14/220-gc_sections.patch | 2 +-
>> .../linux/generic/hack-4.14/902-debloat_proc.patch | 2 +-
>> ...rocess-negative-stack-offsets-on-stack-tr.patch | 2 +-
>> .../pending-4.14/201-extra_optimization.patch | 2 +-
>> ...610-netfilter_match_bypass_default_checks.patch | 6 +-
>> .../pending-4.14/630-packet_socket_type.patch | 6 +-
>> .../generic/pending-4.14/834-ledtrig-libata.patch | 10 +-
>> .../900-gen_stats-fix-netlink-stats-padding.patch | 49 ------
>> .../patches-4.14/0052-net-phy-add-FC.patch | 2 +-
>> ...ci-allow-imod-interval-to-be-configurable.patch | 2 +-
>> .../oxnas/patches-4.14/999-libata-hacks.patch | 8 +-
>> .../0032-USB-dwc2-add-device_reset.patch | 2 +-
>> ...td-fix-cfi-cmdset-0002-erase-status-check.patch | 29 ----
>> ...0037-mtd-cfi-cmdset-0002-force-word-write.patch | 2 +-
>> 33 files changed, 44 insertions(+), 540 deletions(-)
>> delete mode 100644
>> target/linux/apm821xx/patches-4.14/020-0001-crypto-crypto4xx-remove-bad-list_del.patch
>> delete mode 100644
>> target/linux/apm821xx/patches-4.14/020-0011-crypto-crypto4xx-fix-crypto4xx_build_pdr-crypto4xx_b.patch
>> delete mode 100644
>> target/linux/brcm63xx/patches-4.14/001-4.15-08-bcm63xx_enet-correct-clock-usage.patch
>> delete mode 100644
>> target/linux/brcm63xx/patches-4.14/001-4.15-09-bcm63xx_enet-do-not-write-to-random-DMA-channel-on-B.patch
>> delete mode 100644
>> target/linux/generic/backport-4.14/080-net-convert-sock.sk_wmem_alloc-from-atomic_t-to-refc.patch
>> delete mode 100644
>> target/linux/generic/pending-4.14/900-gen_stats-fix-netlink-stats-padding.patch
>> delete mode 100644
>> target/linux/ramips/patches-4.14/0036-mtd-fix-cfi-cmdset-0002-erase-status-check.patch
>
> Hi Stijn,
>
> Thanks for the patch.
>
>
> The patch is missing the fix for the possible ext4 corruption issue
> on newly created filesystems [1]
> Stijn Tintel bumped a kernel update to master adding it, which can be
> used as a reference [2]
>
>
> Koen
>
> [1]
> https://github.com/torvalds/linux/commit/5012284700775a4e6e3fbe7eac4c543c4874b559.patch
> [2]
> https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=22b9f99b87fa1ff991180cabf02dd04d1bddce2b
Hi Koen,
Will send in a v2.
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list