[OpenWrt-Devel] [PATCH 1/2] kernel: bump 4.9 to 4.9.116 for 18.06

Koen Vandeputte koen.vandeputte at ncentric.com
Tue Jul 31 06:46:53 EDT 2018



On 2018-07-30 21:31, Stijn Segers wrote:
> * Refreshed patches.
> * Removed patches:
>    - target/linux/ar71xx/patches-4.9/103-MIPS-ath79-fix-register-address-in-ath79_ddr_wb_flus.patch superseded by upstream
>    - target/linux/ar71xx/patches-4.9/403-mtd_fix_cfi_cmdset_0002_status_check.patch superseded by upstream
>    - target/linux/brcm63xx/patches-4.9/001-4.11-01-mtd-m25p80-consider-max-message-size-in-m25p80_read.patch accepted upstream
>    - target/linux/brcm63xx/patches-4.9/001-4.15-08-bcm63xx_enet-correct-clock-usage.patch accepted upstream
>    - target/linux/brcm63xx/patches-4.9/001-4.15-09-bcm63xx_enet-do-not-write-to-random-DMA-channel-on-B.patch accepted upstream
>
> Compile-tested on: ar71xx
> Run-tested on: ar71xx
>
> Signed-off-by: Stijn Segers <foss at volatilesystems.org>
> ---
>   include/kernel-version.mk                          |   4 +-
>   ...fix-register-address-in-ath79_ddr_wb_flus.patch |  23 --
>   .../403-mtd_fix_cfi_cmdset_0002_status_check.patch |  69 -----
>   ...low-to-pass-probe-types-via-platform-data.patch |   4 +-
>   .../411-mtd-cfi_cmdset_0002-force-word-write.patch |   8 +-
>   .../patches-4.9/910-unaligned_access_hacks.patch   |  10 +-
>   ...gnore-dtco-targets-when-filtering-symbols.patch |   2 +-
>   .../patches-4.9/950-0031-Add-dwc_otg-driver.patch  |   2 +-
>   ...-consider-max-message-size-in-m25p80_read.patch |  30 --
>   ...-4.15-08-bcm63xx_enet-correct-clock-usage.patch | 101 ------
>   ...t-do-not-write-to-random-DMA-channel-on-B.patch |  29 --
>   .../024-1-tcp-tsq-add-tsq_flags-tsq_enum.patch     |   6 +-
>   ...-remove-one-locked-operation-in-tcp_wfree.patch |   4 +-
>   ...-tcp-tsq-add-shortcut-in-tcp_tasklet_func.patch |   6 +-
>   ...4-4-tcp-tsq-avoid-one-atomic-in-tcp_wfree.patch |   4 +-
>   ...q-add-a-shortcut-in-tcp_small_queue_check.patch |   2 +-
>   ...tcp-tcp_mtu_probe-is-likely-to-exit-early.patch |   2 +-
>   ...tsq-move-tsq_flags-close-to-sk_wmem_alloc.patch |  14 +-
>   ...add-a-missing-barrier-in-tcp_tasklet_func.patch |   2 +-
>   .../025-tcp-allow-drivers-to-tweak-TSQ-logic.patch |   4 +-
>   ...ort-for-releasing-multiple-instances-of-a.patch |   2 +-
>   ..._alloc_page_frag-to-page_frag_alloc-and-_.patch |   4 +-
>   ..._page_frag-functions-to-__page_frag_cache.patch |   6 +-
>   .../090-net-generalize-napi_complete_done.patch    |   8 +-
>   .../generic/hack-4.9/207-disable-modorder.patch    |   4 +-
>   .../hack-4.9/211-host_tools_portability.patch      |   2 +-
>   .../linux/generic/hack-4.9/220-gc_sections.patch   |   4 +-
>   ...c_node_mem_map-with-ARCH_PFN_OFFSET-calcu.patch |   2 +-
>   .../pending-4.9/201-extra_optimization.patch       |   2 +-
>   ...610-netfilter_match_bypass_default_checks.patch |   6 +-
>   .../pending-4.9/630-packet_socket_type.patch       |   6 +-
>   .../generic/pending-4.9/834-ledtrig-libata.patch   |  10 +-
>   .../900-gen_stats-fix-netlink-stats-padding.patch  |  49 ---
>   .../patches-4.9/600-skb_avoid_dmabounce.patch      |   2 +-
>   ...MTD-m25p80-allow-loading-mtd-name-from-OF.patch |   4 +-
>   .../202-core-linux-support-layerscape.patch        |   6 +-
>   .../patches-4.9/703-phy-support-layerscape.patch   |   2 +-
>   .../patches-4.9/817-usb-support-layerscape.patch   |  10 +-
>   .../sunxi/patches-4.9/0052-stmmac-form-4-12.patch  | 344 ++++++++++-----------
>   39 files changed, 238 insertions(+), 561 deletions(-)
>   delete mode 100644 target/linux/ar71xx/patches-4.9/103-MIPS-ath79-fix-register-address-in-ath79_ddr_wb_flus.patch
>   delete mode 100644 target/linux/ar71xx/patches-4.9/403-mtd_fix_cfi_cmdset_0002_status_check.patch
>   delete mode 100644 target/linux/brcm63xx/patches-4.9/001-4.11-01-mtd-m25p80-consider-max-message-size-in-m25p80_read.patch
>   delete mode 100644 target/linux/brcm63xx/patches-4.9/001-4.15-08-bcm63xx_enet-correct-clock-usage.patch
>   delete mode 100644 target/linux/brcm63xx/patches-4.9/001-4.15-09-bcm63xx_enet-do-not-write-to-random-DMA-channel-on-B.patch
>   delete mode 100644 target/linux/generic/pending-4.9/900-gen_stats-fix-netlink-stats-padding.patch


Hi Stijn,

The patch is also missing the fix for the possible ext4 corruption issue 
on newly created filesystems [1]
It seems tough that there is no proper backport available yet for this 
stable tree .. [2]


Koen

[1] 
https://github.com/torvalds/linux/commit/5012284700775a4e6e3fbe7eac4c543c4874b559.patch
[2] https://www.spinics.net/lists/stable/msg249577.html

_______________________________________________
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