lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <6c75e3a4-916a-9474-0361-ed80dc77c03e@huawei.com>
Date:   Wed, 11 Oct 2023 14:47:42 +0800
From:   luomeng <luomeng12@...wei.com>
To:     Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        <stable@...r.kernel.org>
CC:     <patches@...ts.linux.dev>, <linux-kernel@...r.kernel.org>,
        <torvalds@...ux-foundation.org>, <akpm@...ux-foundation.org>,
        <linux@...ck-us.net>, <shuah@...nel.org>, <patches@...nelci.org>,
        <lkft-triage@...ts.linaro.org>, <pavel@...x.de>,
        <jonathanh@...dia.com>, <f.fainelli@...il.com>,
        <sudipm.mukherjee@...il.com>, <srw@...dewatkins.net>,
        <rwarsow@....de>, <conor@...nel.org>
Subject: Re: [PATCH 5.10 000/226] 5.10.198-rc1 review

Tested on arm64 and x86 for 5.10.198-rc1,

Kernel 
repo:https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
Branch: linux-5.10.y
Version: 5.10.198-rc1
Commit: 18c65c1b4996e3f6f8986a05eceaf427355a7a4f
Compiler: gcc version 7.3.0 (GCC)

arm64:
--------------------------------------------------------------------
Testcase Result Summary:
total: 9023
passed: 9023
failed: 0
timeout: 0
--------------------------------------------------------------------

x86:
--------------------------------------------------------------------
Testcase Result Summary:
total: 9023
passed: 9023
failed: 0
timeout: 0
--------------------------------------------------------------------
Tested-by: Hulk Robot <hulkrobot@...wei.com>

在 2023/10/9 20:59, Greg Kroah-Hartman 写道:
> This is the start of the stable review cycle for the 5.10.198 release.
> There are 226 patches in this series, all will be posted as a response
> to this one.  If anyone has any issues with these being applied, please
> let me know.
> 
> Responses should be made by Wed, 11 Oct 2023 13:00:55 +0000.
> Anything received after that time might be too late.
> 
> The whole patch series can be found in one patch at:
> 	https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.10.198-rc1.gz
> or in the git tree and branch at:
> 	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.10.y
> and the diffstat can be found below.
> 
> thanks,
> 
> greg k-h
> 
> -------------
> Pseudo-Shortlog of commits:
> 
> Greg Kroah-Hartman <gregkh@...uxfoundation.org>
>      Linux 5.10.198-rc1
> 
> Florian Westphal <fw@...len.de>
>      netfilter: nftables: exthdr: fix 4-byte stack OOB write
> 
> Florian Westphal <fw@...len.de>
>      netfilter: nf_tables: fix kdoc warnings after gc rework
> 
> John David Anglin <dave@...isc-linux.org>
>      parisc: Restore __ldcw_align for PA-RISC 2.0 processors
> 
> Shay Drory <shayd@...dia.com>
>      RDMA/mlx5: Fix NULL string error
> 
> Bernard Metzler <bmt@...ich.ibm.com>
>      RDMA/siw: Fix connection failure handling
> 
> Konstantin Meskhidze <konstantin.meskhidze@...wei.com>
>      RDMA/uverbs: Fix typo of sizeof argument
> 
> Leon Romanovsky <leon@...nel.org>
>      RDMA/cma: Fix truncation compilation warning in make_cma_ports
> 
> Mark Zhang <markzhang@...dia.com>
>      RDMA/cma: Initialize ib_sa_multicast structure to 0 when join
> 
> Duje Mihanović <duje.mihanovic@...le.hr>
>      gpio: pxa: disable pinctrl calls for MMP_GPIO
> 
> Bartosz Golaszewski <bartosz.golaszewski@...aro.org>
>      gpio: aspeed: fix the GPIO number passed to pinctrl_gpio_set_config()
> 
> Christophe JAILLET <christophe.jaillet@...adoo.fr>
>      IB/mlx4: Fix the size of a buffer in add_port_entries()
> 
> Dan Carpenter <dan.carpenter@...aro.org>
>      of: dynamic: Fix potential memory leak in of_changeset_action()
> 
> Leon Romanovsky <leon@...nel.org>
>      RDMA/core: Require admin capabilities to set system parameters
> 
> Fedor Pchelkin <pchelkin@...ras.ru>
>      dm zoned: free dmz->ddev array in dmz_put_zoned_devices
> 
> Ivan Babrou <ivan@...udflare.com>
>      cpupower: add Makefile dependencies for install targets
> 
> Xin Long <lucien.xin@...il.com>
>      sctp: update hb timer immediately after users change hb_interval
> 
> Xin Long <lucien.xin@...il.com>
>      sctp: update transport state when processing a dupcook packet
> 
> Neal Cardwell <ncardwell@...gle.com>
>      tcp: fix delayed ACKs for MSS boundary condition
> 
> Neal Cardwell <ncardwell@...gle.com>
>      tcp: fix quick-ack counting to count actual ACKs of new data
> 
> Chengfeng Ye <dg573847474@...il.com>
>      tipc: fix a potential deadlock on &tx->lock
> 
> Ben Wolsieffer <ben.wolsieffer@...ring.com>
>      net: stmmac: dwmac-stm32: fix resume on STM32 MCU
> 
> Florian Westphal <fw@...len.de>
>      netfilter: nf_tables: nft_set_rbtree: fix spurious insertion failure
> 
> Xin Long <lucien.xin@...il.com>
>      netfilter: handle the connecting collision properly in nf_conntrack_proto_sctp
> 
> Dan Carpenter <dan.carpenter@...aro.org>
>      net: ethernet: ti: am65-cpsw: Fix error code in am65_cpsw_nuss_init_tx_chns()
> 
> Jeremy Cline <jeremy@...ine.org>
>      net: nfc: llcp: Add lock when modifying device list
> 
> Shigeru Yoshida <syoshida@...hat.com>
>      net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_reg
> 
> Fabio Estevam <festevam@...x.de>
>      net: dsa: mv88e6xxx: Avoid EEPROM timeout when EEPROM is absent
> 
> David Howells <dhowells@...hat.com>
>      ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data()
> 
> Eric Dumazet <edumazet@...gle.com>
>      net: fix possible store tearing in neigh_periodic_work()
> 
> Mauricio Faria de Oliveira <mfo@...onical.com>
>      modpost: add missing else to the "of" check
> 
> Trond Myklebust <trond.myklebust@...merspace.com>
>      NFSv4: Fix a nfs4_state_manager() race
> 
> Arnd Bergmann <arnd@...db.de>
>      ima: rework CONFIG_IMA dependency block
> 
> Junxiao Bi <junxiao.bi@...cle.com>
>      scsi: target: core: Fix deadlock due to recursive locking
> 
> Oleksandr Tymoshenko <ovt@...gle.com>
>      ima: Finish deprecation of IMA_TRUSTED_KEYRING Kconfig
> 
> Richard Fitzgerald <rf@...nsource.cirrus.com>
>      regmap: rbtree: Fix wrong register marked as in-cache when creating new node
> 
> Felix Fietkau <nbd@....name>
>      wifi: mt76: mt76x02: fix MT76x0 external LNA gain handling
> 
> Alexandra Diupina <adiupina@...ralinux.ru>
>      drivers/net: process the result of hdlc_open() and add call of hdlc_close() in uhdlc_close()
> 
> Leon Hwang <hffilwlqm@...il.com>
>      bpf: Fix tr dereferencing
> 
> Pin-yen Lin <treapking@...omium.org>
>      wifi: mwifiex: Fix oob check condition in mwifiex_process_rx_packet
> 
> Arnd Bergmann <arnd@...db.de>
>      wifi: iwlwifi: dbg_ini: fix structure packing
> 
> Zhihao Cheng <chengzhihao1@...wei.com>
>      ubi: Refuse attaching if mtd's erasesize is 0
> 
> Rob Herring <robh@...nel.org>
>      arm64: Add Cortex-A520 CPU part definition
> 
> Jordan Rife <jrife@...gle.com>
>      net: prevent rewrite of msg_name in sock_sendmsg()
> 
> Qu Wenruo <wqu@...e.com>
>      btrfs: reject unknown mount options early
> 
> Jordan Rife <jrife@...gle.com>
>      net: replace calls to sock->ops->connect() with kernel_connect()
> 
> Gustavo A. R. Silva <gustavoars@...nel.org>
>      wifi: mwifiex: Fix tlv_buf_left calculation
> 
> Gustavo A. R. Silva <gustavoars@...nel.org>
>      qed/red_ll2: Fix undefined behavior bug in struct qed_ll2_info
> 
> Dinghao Liu <dinghao.liu@....edu.cn>
>      scsi: zfcp: Fix a double put in zfcp_port_enqueue()
> 
> Greg Kroah-Hartman <gregkh@...uxfoundation.org>
>      Revert "PCI: qcom: Disable write access to read only registers for IP v2.3.3"
> 
> Greg Kroah-Hartman <gregkh@...uxfoundation.org>
>      Revert "clk: imx: pll14xx: dynamically configure PLL for 393216000/361267200Hz"
> 
> Ming Lei <ming.lei@...hat.com>
>      block: fix use-after-free of q->q_usage_counter
> 
> Ilya Dryomov <idryomov@...il.com>
>      rbd: take header_rwsem in rbd_dev_refresh() only when updating
> 
> Ilya Dryomov <idryomov@...il.com>
>      rbd: decouple parent info read-in from updating rbd_dev
> 
> Ilya Dryomov <idryomov@...il.com>
>      rbd: decouple header read-in from updating rbd_dev->header
> 
> Ilya Dryomov <idryomov@...il.com>
>      rbd: move rbd_dev_refresh() definition
> 
> Nathan Chancellor <nathan@...nel.org>
>      drm/mediatek: Fix backport issue in mtk_drm_gem_prime_vmap()
> 
> Zheng Yejian <zhengyejian1@...wei.com>
>      ring-buffer: Fix bytes info in per_cpu buffer stats
> 
> Vlastimil Babka <vbabka@...e.cz>
>      ring-buffer: remove obsolete comment for free_buffer_page()
> 
> Trond Myklebust <trond.myklebust@...merspace.com>
>      NFSv4: Fix a state manager thread deadlock regression
> 
> Benjamin Coddington <bcodding@...hat.com>
>      NFS: rename nfs_client_kset to nfs_kset
> 
> Benjamin Coddington <bcodding@...hat.com>
>      NFS: Cleanup unused rpc_clnt variable
> 
> Johan Hovold <johan+linaro@...nel.org>
>      spi: zynqmp-gqspi: fix clock imbalance on probe failure
> 
> Dinghao Liu <dinghao.liu@....edu.cn>
>      spi: spi-zynqmp-gqspi: Fix runtime PM imbalance in zynqmp_qspi_probe
> 
> Greg Ungerer <gerg@...nel.org>
>      fs: binfmt_elf_efpic: fix personality for ELF-FDPIC
> 
> Matthias Schiffer <mschiffer@...verse-factory.net>
>      ata: libata-sata: increase PMP SRST timeout to 10s
> 
> Damien Le Moal <dlemoal@...nel.org>
>      ata: libata-core: Do not register PM operations for SAS ports
> 
> Damien Le Moal <dlemoal@...nel.org>
>      ata: libata-core: Fix port and device removal
> 
> Damien Le Moal <dlemoal@...nel.org>
>      ata: libata-core: Fix ata_port_request_pm() locking
> 
> Mika Westerberg <mika.westerberg@...ux.intel.com>
>      net: thunderbolt: Fix TCPv6 GSO checksum calculation
> 
> Nick Desaulniers <ndesaulniers@...gle.com>
>      bpf: Fix BTF_ID symbol generation collision in tools/
> 
> Jiri Olsa <jolsa@...nel.org>
>      bpf: Fix BTF_ID symbol generation collision
> 
> Josef Bacik <josef@...icpanda.com>
>      btrfs: properly report 0 avail for very full file systems
> 
> Steven Rostedt (Google) <rostedt@...dmis.org>
>      ring-buffer: Update "shortest_full" in polling
> 
> Ben Wolsieffer <Ben.Wolsieffer@...ring.com>
>      proc: nommu: /proc/<pid>/maps: release mmap read lock
> 
> Trond Myklebust <trond.myklebust@...merspace.com>
>      Revert "SUNRPC dont update timeout value on connection reset"
> 
> Heiner Kallweit <hkallweit1@...il.com>
>      i2c: i801: unregister tco_pdev in i801_probe() error path
> 
> Niklas Cassel <niklas.cassel@....com>
>      ata: libata-scsi: ignore reserved bits for REPORT SUPPORTED OPERATION CODES
> 
> Kailang Yang <kailang@...ltek.com>
>      ALSA: hda: Disable power save for solving pop issue on Lenovo ThinkCentre M70q
> 
> Pablo Neira Ayuso <pablo@...filter.org>
>      netfilter: nf_tables: disallow rule removal from chain binding
> 
> Pan Bian <bianpan2016@....com>
>      nilfs2: fix potential use after free in nilfs_gccache_submit_read_data()
> 
> Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
>      serial: 8250_port: Check IRQ data before use
> 
> Daniel Starke <daniel.starke@...mens.com>
>      Revert "tty: n_gsm: fix UAF in gsm_cleanup_mux"
> 
> Vishal Goel <vishal.goel@...sung.com>
>      Smack:- Use overlay inode label in smack_inode_copy_up()
> 
> Roberto Sassu <roberto.sassu@...wei.com>
>      smack: Retrieve transmuting information in smack_inode_getsecurity()
> 
> Roberto Sassu <roberto.sassu@...wei.com>
>      smack: Record transmuting in smk_transmuted
> 
> Irvin Cote <irvin.cote@...a-lyon.fr>
>      nvme-pci: always return an ERR_PTR from nvme_pci_alloc_dev
> 
> Phil Sutter <phil@....cc>
>      netfilter: nft_exthdr: Fix for unsafe packet data read
> 
> Phil Sutter <phil@....cc>
>      netfilter: nft_exthdr: Search chunks in SCTP packets only
> 
> Mika Westerberg <mika.westerberg@...ux.intel.com>
>      watchdog: iTCO_wdt: Set NO_REBOOT if the watchdog is not already running
> 
> Mika Westerberg <mika.westerberg@...ux.intel.com>
>      watchdog: iTCO_wdt: No need to stop the timer in probe
> 
> Pratyush Yadav <ptyadav@...zon.de>
>      nvme-pci: do not set the NUMA node of device if it has none
> 
> Christoph Hellwig <hch@....de>
>      nvme-pci: factor out a nvme_pci_alloc_dev helper
> 
> Christoph Hellwig <hch@....de>
>      nvme-pci: factor the iod mempool creation into a helper
> 
> Mario Limonciello <mario.limonciello@....com>
>      ACPI: Check StorageD3Enable _DSD property in ACPI code
> 
> Chengming Zhou <zhouchengming@...edance.com>
>      cgroup: Fix suspicious rcu_dereference_check() usage warning
> 
> Chengming Zhou <zhouchengming@...edance.com>
>      sched/cpuacct: Optimize away RCU read lock
> 
> Chengming Zhou <zhouchengming@...edance.com>
>      sched/cpuacct: Fix charge percpu cpuusage
> 
> Andrey Ryabinin <arbn@...dex-team.com>
>      sched/cpuacct: Fix user/system in shown cpuacct.usage*
> 
> Arnaldo Carvalho de Melo <acme@...hat.com>
>      perf build: Define YYNOMEM as YYNOABORT for bison < 3.81
> 
> Thomas Zimmermann <tzimmermann@...e.de>
>      fbdev/sh7760fb: Depend on FB=y
> 
> Johnathan Mantey <johnathanx.mantey@...el.com>
>      ncsi: Propagate carrier gain/loss events to the NCSI controller
> 
> Benjamin Gray <bgray@...ux.ibm.com>
>      powerpc/watchpoints: Disable preemption in thread_change_pc()
> 
> Hans Verkuil <hverkuil-cisco@...all.nl>
>      media: vb2: frame_vector.c: replace WARN_ONCE with a comment
> 
> Stanislav Fomichev <sdf@...gle.com>
>      bpf: Clarify error expectations from bpf_clone_redirect
> 
> Han Xu <han.xu@....com>
>      spi: nxp-fspi: reset the FLSHxCR1 registers
> 
> Niklas Cassel <niklas.cassel@....com>
>      ata: libata-eh: do not clear ATA_PFLAG_EH_PENDING in ata_eh_reset()
> 
> Michal Grzedzicki <mge@...a.com>
>      scsi: pm80xx: Avoid leaking tags when processing OPC_INB_SET_CONTROLLER_CONFIG command
> 
> Michal Grzedzicki <mge@...a.com>
>      scsi: pm80xx: Use phy-specific SAS address when sending PHY_START command
> 
> David Thompson <davthompson@...dia.com>
>      platform/mellanox: mlxbf-bootctl: add NET dependency into Kconfig
> 
> Steven Rostedt (Google) <rostedt@...dmis.org>
>      ring-buffer: Do not attempt to read past "commit"
> 
> Ricardo B. Marliere <rbmarliere@...il.com>
>      selftests: fix dependency checker script
> 
> Zheng Yejian <zhengyejian1@...wei.com>
>      ring-buffer: Avoid softlockup in ring_buffer_resize()
> 
> Zheng Yejian <zhengyejian1@...wei.com>
>      selftests/ftrace: Correctly enable event in instance-event.tc
> 
> Javed Hasan <jhasan@...vell.com>
>      scsi: qedf: Add synchronization between I/O completions and abort
> 
> Helge Deller <deller@....de>
>      parisc: irq: Make irq_stack_union static to avoid sparse warning
> 
> Helge Deller <deller@....de>
>      parisc: drivers: Fix sparse warning
> 
> Helge Deller <deller@....de>
>      parisc: iosapic.c: Fix sparse warnings
> 
> Helge Deller <deller@....de>
>      parisc: sba: Fix compile warning wrt list of SBA devices
> 
> Sergey Senozhatsky <senozhatsky@...omium.org>
>      dma-debug: don't call __dma_entry_alloc_check_leak() under free_entries_lock
> 
> William A. Kennington III <william@...nnington.com>
>      i2c: npcm7xx: Fix callback completion ordering
> 
> Wenhua Lin <Wenhua.Lin@...soc.com>
>      gpio: pmic-eic-sprd: Add can_sleep flag for PMIC EIC chip
> 
> Max Filippov <jcmvbkbc@...il.com>
>      xtensa: boot/lib: fix function prototypes
> 
> Randy Dunlap <rdunlap@...radead.org>
>      xtensa: boot: don't add include-dirs
> 
> Randy Dunlap <rdunlap@...radead.org>
>      xtensa: iss/network: make functions static
> 
> Max Filippov <jcmvbkbc@...il.com>
>      xtensa: add default definition for XCHAL_HAVE_DIV32
> 
> Dan Carpenter <dan.carpenter@...aro.org>
>      power: supply: ucs1002: fix error code in ucs1002_get_property()
> 
> Tony Lindgren <tony@...mide.com>
>      bus: ti-sysc: Fix SYSC_QUIRK_SWSUP_SIDLE_ACT handling for uart wake-up
> 
> Tony Lindgren <tony@...mide.com>
>      ARM: dts: ti: omap: motorola-mapphone: Fix abe_clkctrl warning on boot
> 
> Tony Lindgren <tony@...mide.com>
>      ARM: dts: Unify pwm-omap-dmtimer node names
> 
> Gireesh Hiremath <Gireesh.Hiremath@...bosch.com>
>      ARM: dts: am335x: Guardian: Update beeper label
> 
> Geert Uytterhoeven <geert+renesas@...der.be>
>      ARM: dts: motorola-mapphone: Drop second ti,wlcore compatible value
> 
> Carl Philipp Klemm <philipp@...s.xyz>
>      ARM: dts: motorola-mapphone: Add 1.2GHz OPP
> 
> Tony Lindgren <tony@...mide.com>
>      ARM: dts: motorola-mapphone: Configure lower temperature passive cooling
> 
> Tony Lindgren <tony@...mide.com>
>      ARM: dts: ti: omap: Fix bandgap thermal cells addressing for omap3/4
> 
> Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
>      ARM: dts: omap: correct indentation
> 
> Timo Alho <talho@...dia.com>
>      clk: tegra: fix error return case for recalc_rate
> 
> Adam Ford <aford173@...il.com>
>      bus: ti-sysc: Fix missing AM35xx SoC matching
> 
> Julien Panis <jpanis@...libre.com>
>      bus: ti-sysc: Use fsleep() instead of usleep_range() in sysc_reset()
> 
> Christoph Hellwig <hch@....de>
>      MIPS: Alchemy: only build mmc support helpers if au1xmmc is enabled
> 
> Qu Wenruo <wqu@...e.com>
>      btrfs: reset destination buffer when read_extent_buffer() gets invalid range
> 
> Werner Fischer <devlists@...i.net>
>      ata: ahci: Add Elkhart Lake AHCI controller
> 
> Mario Limonciello <mario.limonciello@....com>
>      ata: ahci: Rename board_ahci_mobile
> 
> Paul Menzel <pmenzel@...gen.mpg.de>
>      ata: ahci: Add support for AMD A85 FCH (Hudson D4)
> 
> Paul Menzel <pmenzel@...gen.mpg.de>
>      ata: libata: Rename link flag ATA_LFLAG_NO_DB_DELAY
> 
> Xiao Liang <shaw.leon@...il.com>
>      netfilter: nft_exthdr: Fix non-linear header modification
> 
> Florian Westphal <fw@...len.de>
>      netfilter: exthdr: add support for tcp option removal
> 
> Pablo Neira Ayuso <pablo@...filter.org>
>      netfilter: nft_exthdr: break evaluation if setting TCP option fails
> 
> Florian Westphal <fw@...len.de>
>      netfilter: nf_tables: add and use nft_thoff helper
> 
> Florian Westphal <fw@...len.de>
>      netfilter: nf_tables: add and use nft_sk helper
> 
> Phil Sutter <phil@....cc>
>      netfilter: nft_exthdr: Support SCTP chunks
> 
> Jan Engelhardt <jengelh@...i.de>
>      netfilter: use actual socket sk for REJECT action
> 
> Konrad Dybcio <konrad.dybcio@...aro.org>
>      media: venus: hfi_venus: Write to VIDC_CTRL_INIT after unmasking interrupts
> 
> Dikshita Agarwal <dikshita@...eaurora.org>
>      media: venus: hfi: Add a 6xx boot logic
> 
> Bryan O'Donoghue <bryan.odonoghue@...aro.org>
>      media: venus: core: Add differentiator IS_V6(core)
> 
> Dikshita Agarwal <dikshita@...eaurora.org>
>      media: venus: hfi: Define additional 6xx registers
> 
> Bryan O'Donoghue <bryan.odonoghue@...aro.org>
>      media: venus: hfi,pm,firmware: Convert to block relative addressing
> 
> Bryan O'Donoghue <bryan.odonoghue@...aro.org>
>      media: venus: core: Add io base variables for each block
> 
> Wolfram Sang <wsa+renesas@...g-engineering.com>
>      mmc: renesas_sdhi: register irqs before registering controller
> 
> Wolfram Sang <wsa+renesas@...g-engineering.com>
>      mmc: tmio: support custom irq masks
> 
> Wolfram Sang <wsa+renesas@...g-engineering.com>
>      mmc: renesas_sdhi: populate SCC pointer at the proper place
> 
> Wolfram Sang <wsa+renesas@...g-engineering.com>
>      mmc: renesas_sdhi: probe into TMIO after SCC parameters have been setup
> 
> Werner Sembach <wse@...edocomputers.com>
>      Input: i8042 - add quirk for TUXEDO Gemini 17 Gen1/Clevo PD70PN
> 
> Huacai Chen <chenhuacai@...ngson.cn>
>      Input: i8042 - rename i8042-x86ia64io.h to i8042-acpipnpio.h
> 
> Pablo Neira Ayuso <pablo@...filter.org>
>      netfilter: nf_tables: double hook unregistration in netns path
> 
> Pablo Neira Ayuso <pablo@...filter.org>
>      netfilter: nf_tables: unregister flowtable hooks on netns exit
> 
> Xiaoke Wang <xkernel.wang@...mail.com>
>      i2c: mux: demux-pinctrl: check the return value of devm_kstrdup()
> 
> Christophe JAILLET <christophe.jaillet@...adoo.fr>
>      gpio: tb10x: Fix an error handling path in tb10x_gpio_probe()
> 
> Artem Chernyshev <artem.chernyshev@...-soft.ru>
>      net: rds: Fix possible NULL-pointer dereference
> 
> Sebastian Andrzej Siewior <bigeasy@...utronix.de>
>      bnxt_en: Flush XDP for bnxt_poll_nitroa0()'s NAPI
> 
> Sebastian Andrzej Siewior <bigeasy@...utronix.de>
>      locking/seqlock: Do the lockdep annotation before locking in do_write_seqcount_begin_nested()
> 
> Ahmed S. Darwish <a.darwish@...utronix.de>
>      seqlock: Prefix internal seqcount_t-only macros with a "do_"
> 
> Peter Zijlstra <peterz@...radead.org>
>      seqlock: Rename __seqprop() users
> 
> Arnd Bergmann <arnd@...db.de>
>      seqlock: avoid -Wshadow warnings
> 
> Jozsef Kadlecsik <kadlec@...filter.org>
>      netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAP
> 
> Ziyang Xuan <william.xuanziyang@...wei.com>
>      team: fix null-ptr-deref when team device type is changed
> 
> Eric Dumazet <edumazet@...gle.com>
>      net: bridge: use DEV_STATS_INC()
> 
> Jie Wang <wangjie125@...wei.com>
>      net: hns3: add 5ms delay before clear firmware reset irq source
> 
> Jian Shen <shenjian15@...wei.com>
>      net: hns3: only enable unicast promisc when mac table full
> 
> Josh Poimboeuf <jpoimboe@...nel.org>
>      x86/srso: Fix SBPB enablement for spec_rstack_overflow=off
> 
> Josh Poimboeuf <jpoimboe@...nel.org>
>      x86/srso: Fix srso_show_state() side effect
> 
> Stephen Boyd <swboyd@...omium.org>
>      platform/x86: intel_scu_ipc: Fail IPC send if still busy
> 
> Stephen Boyd <swboyd@...omium.org>
>      platform/x86: intel_scu_ipc: Don't override scu in intel_scu_ipc_dev_simple_command()
> 
> Stephen Boyd <swboyd@...omium.org>
>      platform/x86: intel_scu_ipc: Check status upon timeout in ipc_wait_for_interrupt()
> 
> Stephen Boyd <swboyd@...omium.org>
>      platform/x86: intel_scu_ipc: Check status after timeout in busy_loop()
> 
> Eric Dumazet <edumazet@...gle.com>
>      dccp: fix dccp_v4_err()/dccp_v6_err() again
> 
> Kajol Jain <kjain@...ux.ibm.com>
>      powerpc/perf/hv-24x7: Update domain value check
> 
> Kyle Zeng <zengyhkyle@...il.com>
>      ipv4: fix null-deref in ipv4_link_failure
> 
> Ivan Vecera <ivecera@...hat.com>
>      i40e: Fix VF VLAN offloading when port VLAN is configured
> 
> Shengjiu Wang <shengjiu.wang@....com>
>      ASoC: imx-audmix: Fix return error with devm_clk_get()
> 
> Sabrina Dubroca <sd@...asysnail.net>
>      selftests: tls: swap the TX and RX sockets in some tests
> 
> Kees Cook <keescook@...omium.org>
>      selftests/tls: Add {} to avoid static checker warning
> 
> Toke Høiland-Jørgensen <toke@...hat.com>
>      bpf: Avoid deadlock when using queue and stack maps from NMI
> 
> Pablo Neira Ayuso <pablo@...filter.org>
>      netfilter: nf_tables: disallow element removal on anonymous sets
> 
> Jerome Brunet <jbrunet@...libre.com>
>      ASoC: meson: spdifin: start hw on dai probe
> 
> Florian Westphal <fw@...len.de>
>      netfilter: nf_tables: fix memleak when more than 255 elements expired
> 
> Pablo Neira Ayuso <pablo@...filter.org>
>      netfilter: nft_set_hash: try later when GC hits EAGAIN on iteration
> 
> Pablo Neira Ayuso <pablo@...filter.org>
>      netfilter: nft_set_pipapo: stop GC iteration if GC transaction allocation fails
> 
> Pablo Neira Ayuso <pablo@...filter.org>
>      netfilter: nft_set_rbtree: use read spinlock to avoid datapath contention
> 
> Pablo Neira Ayuso <pablo@...filter.org>
>      netfilter: nft_set_rbtree: skip sync GC for new elements in this transaction
> 
> Florian Westphal <fw@...len.de>
>      netfilter: nf_tables: defer gc run if previous batch is still pending
> 
> Pablo Neira Ayuso <pablo@...filter.org>
>      netfilter: nf_tables: use correct lock to protect gc_list
> 
> Pablo Neira Ayuso <pablo@...filter.org>
>      netfilter: nf_tables: GC transaction race with abort path
> 
> Pablo Neira Ayuso <pablo@...filter.org>
>      netfilter: nf_tables: GC transaction race with netns dismantle
> 
> Pablo Neira Ayuso <pablo@...filter.org>
>      netfilter: nf_tables: fix GC transaction races with netns and netlink event exit path
> 
> Florian Westphal <fw@...len.de>
>      netfilter: nf_tables: don't fail inserts if duplicate has expired
> 
> Pablo Neira Ayuso <pablo@...filter.org>
>      netfilter: nf_tables: remove busy mark and gc batch API
> 
> Pablo Neira Ayuso <pablo@...filter.org>
>      netfilter: nft_set_hash: mark set element as dead when deleting from packet path
> 
> Pablo Neira Ayuso <pablo@...filter.org>
>      netfilter: nf_tables: adapt set backend to use GC transaction API
> 
> Pablo Neira Ayuso <pablo@...filter.org>
>      netfilter: nf_tables: GC transaction API to avoid race with control plane
> 
> Florian Westphal <fw@...len.de>
>      netfilter: nf_tables: don't skip expired elements during walk
> 
> Pablo Neira Ayuso <pablo@...filter.org>
>      netfilter: nf_tables: integrate pipapo into commit protocol
> 
> Steven Rostedt (Google) <rostedt@...dmis.org>
>      tracing: Have event inject files inc the trace array ref count
> 
> Jan Kara <jack@...e.cz>
>      ext4: do not let fstrim block system suspend
> 
> Jan Kara <jack@...e.cz>
>      ext4: move setting of trimmed bit into ext4_try_to_trim_range()
> 
> Kemeng Shi <shikemeng@...weicloud.com>
>      ext4: replace the traditional ternary conditional operator with with max()/min()
> 
> Dmitry Monakhov <dmtrmonakhov@...dex-team.ru>
>      ext4: mark group as trimmed only if it was fully scanned
> 
> Lukas Czerner <lczerner@...hat.com>
>      ext4: change s_last_trim_minblks type to unsigned long
> 
> Lukas Bulwahn <lukas.bulwahn@...il.com>
>      ext4: scope ret locally in ext4_try_to_trim_range()
> 
> Wang Jianchao <wangjianchao@...ishou.com>
>      ext4: add new helper interface ext4_try_to_trim_range()
> 
> Wang Jianchao <wangjianchao@...ishou.com>
>      ext4: remove the 'group' parameter of ext4_trim_extent
> 
> Szuying Chen <chensiying21@...il.com>
>      ata: libahci: clear pending interrupt status
> 
> Hannes Reinecke <hare@...e.de>
>      ata: ahci: Drop pointless VPRINTK() calls and convert the remaining ones
> 
> Steven Rostedt (Google) <rostedt@...dmis.org>
>      tracing: Increase trace array ref count on enable and filter files
> 
> Trond Myklebust <trond.myklebust@...merspace.com>
>      SUNRPC: Mark the cred for revalidation if the server rejects it
> 
> Trond Myklebust <trond.myklebust@...merspace.com>
>      NFS/pNFS: Report EINVAL errors from connect() to the server
> 
> Trond Myklebust <trond.myklebust@...merspace.com>
>      NFS: Use the correct commit info in nfs_join_page_group()
> 
> 
> -------------
> 
> Diffstat:
> 
>   Makefile                                           |   4 +-
>   arch/arm/boot/dts/am335x-guardian.dts              |   9 +-
>   arch/arm/boot/dts/am3517-evm.dts                   |   2 +-
>   arch/arm/boot/dts/logicpd-torpedo-baseboard.dtsi   |   2 +-
>   arch/arm/boot/dts/motorola-mapphone-common.dtsi    |  33 +-
>   arch/arm/boot/dts/omap-gpmc-smsc911x.dtsi          |   6 +-
>   arch/arm/boot/dts/omap-gpmc-smsc9221.dtsi          |   6 +-
>   arch/arm/boot/dts/omap3-cm-t3517.dts               |  12 +-
>   arch/arm/boot/dts/omap3-cpu-thermal.dtsi           |   3 +-
>   arch/arm/boot/dts/omap3-gta04.dtsi                 |   8 +-
>   arch/arm/boot/dts/omap3-ldp.dts                    |   2 +-
>   arch/arm/boot/dts/omap3-n900.dts                   |  40 +-
>   arch/arm/boot/dts/omap3-zoom3.dts                  |  44 +--
>   arch/arm/boot/dts/omap4-cpu-thermal.dtsi           |  29 +-
>   arch/arm/boot/dts/omap443x.dtsi                    |   1 +
>   arch/arm/boot/dts/omap4460.dtsi                    |   1 +
>   arch/arm/boot/dts/omap5-cm-t54.dts                 |  64 +--
>   arch/arm64/include/asm/cputype.h                   |   2 +
>   arch/mips/alchemy/devboards/db1000.c               |   4 +
>   arch/mips/alchemy/devboards/db1200.c               |   6 +
>   arch/mips/alchemy/devboards/db1300.c               |   4 +
>   arch/parisc/include/asm/ldcw.h                     |  36 +-
>   arch/parisc/include/asm/ropes.h                    |   3 +
>   arch/parisc/include/asm/spinlock_types.h           |   5 -
>   arch/parisc/kernel/drivers.c                       |   2 +-
>   arch/parisc/kernel/irq.c                           |   2 +-
>   arch/powerpc/kernel/hw_breakpoint.c                |   7 +-
>   arch/powerpc/perf/hv-24x7.c                        |   2 +-
>   arch/x86/kernel/cpu/bugs.c                         |   4 +-
>   arch/xtensa/boot/Makefile                          |   3 +-
>   arch/xtensa/boot/lib/zmem.c                        |   5 +-
>   arch/xtensa/include/asm/core.h                     |   4 +
>   arch/xtensa/platforms/iss/network.c                |   4 +-
>   block/blk-core.c                                   |   2 -
>   block/blk-sysfs.c                                  |   2 +
>   drivers/acpi/device_pm.c                           |  29 ++
>   drivers/ata/ahci.c                                 | 111 +++---
>   drivers/ata/ahci_brcm.c                            |   2 +-
>   drivers/ata/ahci_xgene.c                           |   4 -
>   drivers/ata/libahci.c                              |  49 +--
>   drivers/ata/libata-core.c                          |  41 +-
>   drivers/ata/libata-eh.c                            |  13 +-
>   drivers/ata/libata-sata.c                          |   2 +-
>   drivers/ata/libata-scsi.c                          |   2 +-
>   drivers/ata/libata-transport.c                     |   9 +-
>   drivers/ata/libata.h                               |   2 +
>   drivers/base/regmap/regcache-rbtree.c              |   3 +-
>   drivers/block/rbd.c                                | 412 ++++++++++---------
>   drivers/bus/ti-sysc.c                              |  31 +-
>   drivers/char/agp/parisc-agp.c                      |   2 -
>   drivers/clk/imx/clk-pll14xx.c                      |   2 +
>   drivers/clk/tegra/clk-bpmp.c                       |   2 +-
>   drivers/gpio/gpio-aspeed.c                         |   2 +-
>   drivers/gpio/gpio-pmic-eic-sprd.c                  |   1 +
>   drivers/gpio/gpio-pxa.c                            |   1 +
>   drivers/gpio/gpio-tb10x.c                          |   6 +-
>   drivers/gpu/drm/mediatek/mtk_drm_gem.c             |   2 +-
>   drivers/i2c/busses/i2c-i801.c                      |   1 +
>   drivers/i2c/busses/i2c-npcm7xx.c                   |  17 +-
>   drivers/i2c/muxes/i2c-demux-pinctrl.c              |   4 +
>   drivers/infiniband/core/cma.c                      |   2 +-
>   drivers/infiniband/core/cma_configfs.c             |   2 +-
>   drivers/infiniband/core/nldev.c                    |   1 +
>   drivers/infiniband/core/uverbs_main.c              |   2 +-
>   drivers/infiniband/hw/mlx4/sysfs.c                 |   2 +-
>   drivers/infiniband/hw/mlx5/main.c                  |   2 +-
>   drivers/infiniband/sw/siw/siw_cm.c                 |  16 +-
>   .../serio/{i8042-x86ia64io.h => i8042-acpipnpio.h} |  13 +-
>   drivers/input/serio/i8042.h                        |   2 +-
>   drivers/md/dm-zoned-target.c                       |  15 +-
>   drivers/media/platform/qcom/venus/core.c           |  12 +
>   drivers/media/platform/qcom/venus/core.h           |  11 +
>   drivers/media/platform/qcom/venus/firmware.c       |  28 +-
>   drivers/media/platform/qcom/venus/hfi_venus.c      |  94 +++--
>   drivers/media/platform/qcom/venus/hfi_venus_io.h   | 114 ++++--
>   drivers/media/platform/qcom/venus/pm_helpers.c     |  12 +-
>   drivers/mmc/host/renesas_sdhi_core.c               |  19 +-
>   drivers/mmc/host/tmio_mmc.h                        |   1 +
>   drivers/mmc/host/tmio_mmc_core.c                   |   8 +-
>   drivers/mtd/ubi/build.c                            |   7 +
>   drivers/net/dsa/mv88e6xxx/chip.c                   |   6 +-
>   drivers/net/dsa/mv88e6xxx/global1.c                |  31 --
>   drivers/net/dsa/mv88e6xxx/global1.h                |   1 -
>   drivers/net/dsa/mv88e6xxx/global2.c                |   2 +-
>   drivers/net/dsa/mv88e6xxx/global2.h                |   1 +
>   drivers/net/ethernet/broadcom/bnxt/bnxt.c          |   5 +
>   .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    |   7 +-
>   drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c |   7 +-
>   drivers/net/ethernet/qlogic/qed/qed_ll2.h          |   2 +-
>   drivers/net/ethernet/stmicro/stmmac/dwmac-stm32.c  |   7 +-
>   drivers/net/ethernet/ti/am65-cpsw-nuss.c           |   1 +
>   drivers/net/team/team.c                            |  10 +-
>   drivers/net/thunderbolt.c                          |   3 +-
>   drivers/net/usb/smsc75xx.c                         |   4 +-
>   drivers/net/wan/fsl_ucc_hdlc.c                     |  12 +-
>   drivers/net/wireless/intel/iwlwifi/fw/error-dump.h |   6 +-
>   .../net/wireless/marvell/mwifiex/11n_rxreorder.c   |   4 +-
>   drivers/net/wireless/marvell/mwifiex/sta_rx.c      |  16 +-
>   .../net/wireless/mediatek/mt76/mt76x02_eeprom.c    |   7 -
>   drivers/net/wireless/mediatek/mt76/mt76x2/eeprom.c |  13 +-
>   drivers/nvme/host/pci.c                            | 149 +++----
>   drivers/of/dynamic.c                               |   6 +-
>   drivers/parisc/iosapic.c                           |   4 +-
>   drivers/parisc/iosapic_private.h                   |   4 +-
>   drivers/pci/controller/dwc/pcie-qcom.c             |   2 -
>   drivers/platform/mellanox/Kconfig                  |   1 +
>   drivers/platform/x86/intel_scu_ipc.c               |  66 ++--
>   drivers/power/supply/ucs1002_power.c               |   3 +-
>   drivers/s390/scsi/zfcp_aux.c                       |   9 +-
>   drivers/scsi/pm8001/pm8001_hwi.c                   |   2 +-
>   drivers/scsi/pm8001/pm80xx_hwi.c                   |   4 +-
>   drivers/scsi/qedf/qedf_io.c                        |  10 +-
>   drivers/scsi/qedf/qedf_main.c                      |   7 +-
>   drivers/spi/spi-nxp-fspi.c                         |   7 +
>   drivers/spi/spi-zynqmp-gqspi.c                     |  24 +-
>   drivers/target/target_core_device.c                |  11 +-
>   drivers/tty/n_gsm.c                                |   4 +-
>   drivers/tty/serial/8250/8250_port.c                |   5 +-
>   drivers/video/fbdev/Kconfig                        |   2 +-
>   drivers/watchdog/iTCO_wdt.c                        |  26 +-
>   fs/binfmt_elf_fdpic.c                              |   5 +-
>   fs/btrfs/extent_io.c                               |   8 +-
>   fs/btrfs/super.c                                   |   6 +-
>   fs/ext4/ext4.h                                     |   2 +-
>   fs/ext4/mballoc.c                                  | 138 ++++---
>   fs/nfs/direct.c                                    |   8 +-
>   fs/nfs/flexfilelayout/flexfilelayout.c             |   1 +
>   fs/nfs/nfs4proc.c                                  |   4 +-
>   fs/nfs/nfs4state.c                                 |  47 ++-
>   fs/nfs/sysfs.c                                     |  16 +-
>   fs/nfs/write.c                                     |  23 +-
>   fs/nilfs2/gcinode.c                                |   6 +-
>   fs/proc/task_nommu.c                               |  27 +-
>   include/linux/acpi.h                               |   5 +
>   include/linux/bpf.h                                |   2 +-
>   include/linux/btf_ids.h                            |   2 +-
>   include/linux/cgroup.h                             |   3 +-
>   include/linux/if_team.h                            |   2 +
>   include/linux/libata.h                             |   4 +-
>   include/linux/netfilter/nf_conntrack_sctp.h        |   1 +
>   include/linux/nfs_page.h                           |   4 +-
>   include/linux/seqlock.h                            | 104 ++---
>   include/net/netfilter/ipv4/nf_reject.h             |   4 +-
>   include/net/netfilter/ipv6/nf_reject.h             |   5 +-
>   include/net/netfilter/nf_tables.h                  | 136 +++----
>   include/net/tcp.h                                  |   6 +-
>   include/uapi/linux/bpf.h                           |   4 +-
>   include/uapi/linux/netfilter/nf_tables.h           |   2 +
>   kernel/bpf/queue_stack_maps.c                      |  21 +-
>   kernel/dma/debug.c                                 |  20 +-
>   kernel/sched/cpuacct.c                             |  84 ++--
>   kernel/trace/ring_buffer.c                         |  42 +-
>   kernel/trace/trace.c                               |  27 ++
>   kernel/trace/trace.h                               |   2 +
>   kernel/trace/trace_events.c                        |   6 +-
>   kernel/trace/trace_events_inject.c                 |   3 +-
>   mm/frame_vector.c                                  |   6 +-
>   net/bridge/br_forward.c                            |   4 +-
>   net/bridge/br_input.c                              |   4 +-
>   net/core/neighbour.c                               |   4 +-
>   net/dccp/ipv4.c                                    |   9 +-
>   net/dccp/ipv6.c                                    |   9 +-
>   net/ipv4/netfilter/ipt_REJECT.c                    |   3 +-
>   net/ipv4/netfilter/nf_reject_ipv4.c                |   6 +-
>   net/ipv4/netfilter/nft_reject_ipv4.c               |   3 +-
>   net/ipv4/route.c                                   |   4 +-
>   net/ipv4/tcp_input.c                               |  13 +
>   net/ipv4/tcp_output.c                              |   7 +-
>   net/ipv6/netfilter/ip6t_REJECT.c                   |   2 +-
>   net/ipv6/netfilter/nf_reject_ipv6.c                |   5 +-
>   net/ipv6/netfilter/nft_reject_ipv6.c               |   3 +-
>   net/l2tp/l2tp_ip6.c                                |   2 +-
>   net/ncsi/ncsi-aen.c                                |   5 +
>   net/netfilter/ipset/ip_set_core.c                  |  12 +-
>   net/netfilter/ipvs/ip_vs_sync.c                    |   4 +-
>   net/netfilter/nf_conntrack_proto_sctp.c            |  43 +-
>   net/netfilter/nf_tables_api.c                      | 436 ++++++++++++++++++---
>   net/netfilter/nf_tables_core.c                     |   2 +-
>   net/netfilter/nf_tables_trace.c                    |   6 +-
>   net/netfilter/nft_exthdr.c                         | 193 ++++++++-
>   net/netfilter/nft_flow_offload.c                   |   2 +-
>   net/netfilter/nft_payload.c                        |  10 +-
>   net/netfilter/nft_reject_inet.c                    |   6 +-
>   net/netfilter/nft_set_hash.c                       |  87 ++--
>   net/netfilter/nft_set_pipapo.c                     | 115 ++++--
>   net/netfilter/nft_set_rbtree.c                     | 199 ++++++----
>   net/netfilter/nft_synproxy.c                       |   4 +-
>   net/netfilter/nft_tproxy.c                         |   4 +-
>   net/nfc/llcp_core.c                                |   2 +
>   net/rds/rdma_transport.c                           |   8 +-
>   net/rds/tcp_connect.c                              |   2 +-
>   net/sctp/associola.c                               |   3 +-
>   net/sctp/socket.c                                  |   1 +
>   net/socket.c                                       |  29 +-
>   net/sunrpc/clnt.c                                  |   4 +-
>   net/tipc/crypto.c                                  |   4 +-
>   scripts/mod/file2alias.c                           |   2 +-
>   security/integrity/ima/Kconfig                     |  21 +-
>   security/smack/smack.h                             |   1 +
>   security/smack/smack_lsm.c                         |  65 ++-
>   sound/pci/hda/hda_intel.c                          |   1 +
>   sound/soc/fsl/imx-audmix.c                         |   2 +-
>   sound/soc/meson/axg-spdifin.c                      |  49 +--
>   tools/include/linux/btf_ids.h                      |   2 +-
>   tools/include/uapi/linux/bpf.h                     |   4 +-
>   tools/perf/util/Build                              |   6 +
>   tools/power/cpupower/Makefile                      |   8 +-
>   tools/power/cpupower/bench/Makefile                |   2 +-
>   .../ftrace/test.d/instances/instance-event.tc      |   2 +-
>   tools/testing/selftests/kselftest_deps.sh          |  77 +++-
>   tools/testing/selftests/net/tls.c                  |  11 +-
>   211 files changed, 2713 insertions(+), 1552 deletions(-)
> 
> 
> .
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ