stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 6.5 000/191] 6.5.8-rc1 review
@ 2023-10-16  8:39 Greg Kroah-Hartman
  2023-10-16  8:39 ` [PATCH 6.5 001/191] net: stmmac: remove unneeded stmmac_poll_controller Greg Kroah-Hartman
                   ` (195 more replies)
  0 siblings, 196 replies; 212+ messages in thread
From: Greg Kroah-Hartman @ 2023-10-16  8:39 UTC (permalink / raw)
  To: stable
  Cc: Greg Kroah-Hartman, patches, linux-kernel, torvalds, akpm, linux,
	shuah, patches, lkft-triage, pavel, jonathanh, f.fainelli,
	sudipm.mukherjee, srw, rwarsow, conor

This is the start of the stable review cycle for the 6.5.8 release.
There are 191 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, 18 Oct 2023 08:39:48 +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/v6.x/stable-review/patch-6.5.8-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-6.5.y
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Linux 6.5.8-rc1

Kailang Yang <kailang@realtek.com>
    ALSA: hda/realtek - Fixed two speaker platform

Amir Goldstein <amir73il@gmail.com>
    ovl: fix regression in showing lowerdir mount option

Amir Goldstein <amir73il@gmail.com>
    ovl: make use of ->layers safe in rcu pathwalk

Amir Goldstein <amir73il@gmail.com>
    ovl: fix regression in parsing of mount options with escaped comma

Amir Goldstein <amir73il@gmail.com>
    fs: factor out vfs_parse_monolithic_sep() helper

Matthew Wilcox (Oracle) <willy@infradead.org>
    fs: Fix kernel-doc warnings

Christophe Leroy <christophe.leroy@csgroup.eu>
    powerpc/64e: Fix wrong test in __ptep_test_and_clear_young()

Christophe Leroy <christophe.leroy@csgroup.eu>
    powerpc/8xx: Fix pte_access_permitted() for PAGE_NONE

Duoming Zhou <duoming@zju.edu.cn>
    dmaengine: mediatek: Fix deadlock caused by synchronize_irq()

Rex Zhang <rex.zhang@intel.com>
    dmaengine: idxd: use spin_lock_irqsave before wait_event_lock_irq

Linus Torvalds <torvalds@linux-foundation.org>
    Revert "x86/smp: Put CPUs into INIT on shutdown if possible"

Javier Carrasco <javier.carrasco@wolfvision.net>
    usb: misc: onboard_hub: add support for Microchip USB2412 USB 2.0 hub

Hui Liu <quic_huliu@quicinc.com>
    usb: typec: qcom: Update the logic of regulator enable and disable

Pawel Laszczak <pawell@cadence.com>
    usb: cdnsp: Fixes issue with dequeuing not queued requests

Krishna Kurapati <quic_kriskura@quicinc.com>
    usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap call

Piyush Mehta <piyush.mehta@amd.com>
    usb: gadget: udc-xilinx: replace memcpy with memcpy_toio

Prashanth K <quic_prashk@quicinc.com>
    usb: typec: ucsi: Clear EVENT_PENDING bit if ucsi_send_command fails

RD Babiera <rdbabiera@google.com>
    usb: typec: altmodes/displayport: Signal hpd low when exiting mode

Heikki Krogerus <heikki.krogerus@linux.intel.com>
    usb: typec: ucsi: Fix missing link removal

Jiexun Wang <wangjiexun@tinylab.org>
    RISC-V: Fix wrong use of CONFIG_HAVE_SOFTIRQ_ON_OWN_STACK

Song Shuai <songshuaishuai@tinylab.org>
    riscv: Remove duplicate objcopy flag

Linu Cherian <lcherian@marvell.com>
    coresight: Fix run time warnings while reusing ETR buffer

Dharma Balasubiramani <dharma.b@microchip.com>
    counter: microchip-tcb-capture: Fix the use of internal GCLK logic

Fabrice Gasnier <fabrice.gasnier@foss.st.com>
    counter: chrdev: fix getting array extensions

Björn Töpel <bjorn@rivosinc.com>
    riscv: Only consider swbp/ss handlers for correct privileged mode

Peter Wang <peter.wang@mediatek.com>
    scsi: ufs: core: Correct clear TM error log

Dmitry Torokhov <dmitry.torokhov@gmail.com>
    pinctrl: avoid unsafe code pattern in find_pinctrl()

Christian König <christian.koenig@amd.com>
    dma-buf: add dma_fence_timestamp helper

Michal Koutný <mkoutny@suse.com>
    cgroup: Remove duplicates in cgroup v1 tasks file

Mario Limonciello <mario.limonciello@amd.com>
    usb: typec: ucsi: Use GET_CAPABILITY attributes data to set power supply scope

Johan Hovold <johan+linaro@kernel.org>
    power: supply: qcom_battmgr: fix enable request endianness

Sebastian Reichel <sebastian.reichel@collabora.com>
    power: supply: qcom_battmgr: fix battery_id type

Miquel Raynal <miquel.raynal@bootlin.com>
    can: sja1000: Always restart the Tx queue after an overrun

Yanguo Li <yanguo.li@corigine.com>
    nfp: flower: avoid rmmod nfp crash issues

Sarthak Kukreti <sarthakkukreti@chromium.org>
    block: Don't invalidate pagecache for invalid falloc modes

Jeremy Kerr <jk@codeconstruct.com.au>
    mctp: perform route lookups under a RCU read-side lock

Rijo Thomas <Rijo-john.Thomas@amd.com>
    tee: amdtee: fix use-after-free vulnerability in amdtee_close_session

Hans de Goede <hdegoede@redhat.com>
    Input: goodix - ensure int GPIO is in input for gpio_count == 1 && gpio_int_idx == 0 case

Max Nguyen <maxwell.nguyen@hp.com>
    Input: xpad - add HyperX Clutch Gladiate Support

Szilard Fabian <szfabian@bluemarch.art>
    Input: i8042 - add Fujitsu Lifebook E5411 to i8042 quirk table

Matthias Berndt <matthias_berndt@gmx.de>
    Input: xpad - add PXN V900 support

Jeffery Miller <jefferymiller@google.com>
    Input: psmouse - fix fast_reconnect function for PS/2 mode

Javier Carrasco <javier.carrasco.cruz@gmail.com>
    Input: powermate - fix use-after-free in powermate_config_complete

Dan Carpenter <dan.carpenter@linaro.org>
    ceph: fix type promotion bug on 32bit systems

Xiubo Li <xiubli@redhat.com>
    ceph: fix incorrect revoked caps assert in ceph_fill_file_size()

Jordan Rife <jrife@google.com>
    libceph: use kernel_connect()

Michael Ellerman <mpe@ellerman.id.au>
    powerpc/47x: Fix 47x syscall return crash

Athira Rajeev <atrajeev@linux.vnet.ibm.com>
    powerpc/pseries: Fix STK_PARAM access in the hcall tracing code

Mika Westerberg <mika.westerberg@linux.intel.com>
    thunderbolt: Restart XDomain discovery handshake after failure

Mika Westerberg <mika.westerberg@linux.intel.com>
    thunderbolt: Correct TMU mode initialization from hardware

Mika Westerberg <mika.westerberg@linux.intel.com>
    thunderbolt: Check that lane 1 is in CL0 before enabling lane bonding

Mika Westerberg <mika.westerberg@linux.intel.com>
    thunderbolt: Workaround an IOMMU fault on certain systems with Intel Maple Ridge

Jorge Sanjuan Garcia <jorge.sanjuangarcia@duagon.com>
    mcb: remove is_added flag from mcb_device struct

Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
    x86/alternatives: Disable KASAN in apply_alternatives()

Borislav Petkov (AMD) <bp@alien8.de>
    x86/cpu: Fix AMD erratum #1485 on Zen4-based CPUs

JP Kobryn <inwardvessel@gmail.com>
    perf/x86/lbr: Filter vsyscall addresses

Namjae Jeon <linkinjeon@kernel.org>
    ksmbd: not allow to open file if delelete on close bit is set

Carlos Llamas <cmllamas@google.com>
    binder: fix memory leaks of spam and pending work

Tony Lindgren <tony@atomide.com>
    serial: core: Fix checks for tx runtime PM state

Tony Lindgren <tony@atomide.com>
    serial: 8250_omap: Fix errors with no_console_suspend

Lukas Wunner <lukas@wunner.de>
    serial: Reduce spinlocked portion of uart_rs485_config()

Hans de Goede <hdegoede@redhat.com>
    ACPI: EC: Add quirk for the HP Pavilion Gaming 15-dk1xxx

Hans de Goede <hdegoede@redhat.com>
    ACPI: resource: Add TongFang GM6BGEQ, GM6BG5Q and GM6BG0Q to irq1_edge_low_force_override[]

Hans de Goede <hdegoede@redhat.com>
    ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CBA

Zack Rusin <zackr@vmware.com>
    drm/vmwgfx: Keep a gem reference to user bos in surfaces

Daniel Miess <daniel.miess@amd.com>
    drm/amd/display: Don't set dpms_off for seamless boot

Christian König <christian.koenig@amd.com>
    drm/amdgpu: add missing NULL check

Simon Ser <contact@emersion.fr>
    drm/atomic-helper: relax unregistered connector check

Joey Gouly <joey.gouly@arm.com>
    drm/tiny: correctly print `struct resource *` on error

Matthew Wilcox (Oracle) <willy@infradead.org>
    drm: Do not overrun array in drm_gem_get_pages()

Macpaul Lin <macpaul.lin@mediatek.com>
    arm64: dts: mediatek: mt8195-demo: update and reorder reserved memory regions

Macpaul Lin <macpaul.lin@mediatek.com>
    arm64: dts: mediatek: mt8195-demo: fix the memory size to 8GB

Hans de Goede <hdegoede@redhat.com>
    media: subdev: Don't report V4L2_SUBDEV_CAP_STREAMS when the streams API is disabled

Antoniu Miclaus <antoniu.miclaus@analog.com>
    iio: addac: Kconfig: update ad74413r selections

Alisa-Dariana Roman <alisa.roman@analog.com>
    iio: adc: ad7192: Correct reference voltage

Alexander Zangerl <az@breathe-safe.com>
    iio: pressure: ms5611: ms5611_prom_is_valid false negative bug

Lakshmi Yadlapati <lakshmiy@us.ibm.com>
    iio: pressure: dps310: Adjust Timeout Settings

Antoniu Miclaus <antoniu.miclaus@analog.com>
    iio: admv1013: add mixer_vgate corner cases

Marcelo Schmitt <marcelo.schmitt1@gmail.com>
    iio: dac: ad3552r: Correct device IDs

Philipp Rossak <embed3d@gmail.com>
    iio: adc: imx8qxp: Fix address for command buffer registers

Tzung-Bi Shih <tzungbi@kernel.org>
    iio: cros_ec: fix an use-after-free in cros_ec_sensors_push_data()

Jonathan Cameron <Jonathan.Cameron@huawei.com>
    iio: imu: bno055: Fix missing Kconfig dependencies

Phil Elwell <phil@raspberrypi.com>
    iio: pressure: bmp280: Fix NULL pointer exception

Xingxing Luo <xingxing.luo@unisoc.com>
    usb: musb: Modify the "HWVers" register address

Xingxing Luo <xingxing.luo@unisoc.com>
    usb: musb: Get the musb_qh poniter after musb_giveback

Ricardo Cañuelo <ricardo.canuelo@collabora.com>
    usb: hub: Guard against accesses to uninitialized BOS descriptors

Xiaolei Wang <xiaolei.wang@windriver.com>
    usb: cdns3: Modify the return value of cdns_set_active () to void when CONFIG_PM_SLEEP is disabled

Thinh Nguyen <Thinh.Nguyen@synopsys.com>
    usb: dwc3: Soft reset phy on probe for host

Javier Carrasco <javier.carrasco.cruz@gmail.com>
    net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_read

Lukas Wunner <lukas@wunner.de>
    xhci: Preserve RsvdP bits in ERSTBA register correctly

Lukas Wunner <lukas@wunner.de>
    xhci: Clear EHB bit only at end of interrupt handler

Mathias Nyman <mathias.nyman@linux.intel.com>
    xhci: track port suspend state correctly in unsuccessful resume cases

Wesley Cheng <quic_wcheng@quicinc.com>
    usb: xhci: xhci-ring: Use sysdev for mapping bounce buffer

Amelie Delaunay <amelie.delaunay@foss.st.com>
    dmaengine: stm32-mdma: set in_flight_bytes in case CRQA flag is set

Amelie Delaunay <amelie.delaunay@foss.st.com>
    dmaengine: stm32-mdma: use Link Address Register to compute residue

Amelie Delaunay <amelie.delaunay@foss.st.com>
    dmaengine: stm32-dma: fix residue in case of MDMA chaining

Amelie Delaunay <amelie.delaunay@foss.st.com>
    dmaengine: stm32-dma: fix stm32_dma_prep_slave_sg in case of MDMA chaining

Amelie Delaunay <amelie.delaunay@foss.st.com>
    dmaengine: stm32-mdma: abort resume if no ongoing transfer

Amir Goldstein <amir73il@gmail.com>
    ovl: temporarily disable appending lowedirs

Andy Chiu <andy.chiu@sifive.com>
    riscv: signal: fix sigaltstack frame size checking

Waiman Long <longman@redhat.com>
    workqueue: Override implicit ordered attribute in workqueue_apply_unbound_cpumask()

Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
    rswitch: Fix imbalance phy_power_off() calling

Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
    rswitch: Fix renesas_eth_sw_remove() implementation

Ratheesh Kannoth <rkannoth@marvell.com>
    octeontx2-pf: Fix page pool frag allocation warning

Jeremy Cline <jeremy@jcline.org>
    nfc: nci: assert requested protocol is valid

Kuniyuki Iwashima <kuniyu@amazon.com>
    af_packet: Fix fortified memcpy() without flex array.

Ralph Siemsen <ralph.siemsen@linaro.org>
    pinctrl: renesas: rzn1: Enable missing PINMUX

Jakub Kicinski <kuba@kernel.org>
    net: tcp: fix crashes trying to free half-baked MTU probes

Nils Hoppmann <niho@linux.ibm.com>
    net/smc: Fix pos miscalculation in statistics

Kory Maincent <kory.maincent@bootlin.com>
    ethtool: Fix mod state of verbose no_mask bitset

Eric Dumazet <edumazet@google.com>
    net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn()

Ilya Leoshkevich <iii@linux.ibm.com>
    s390/bpf: Fix unwinding past the trampoline

Ilya Leoshkevich <iii@linux.ibm.com>
    s390/bpf: Fix clobbering the caller's backchain in the trampoline

Will Mortensen <will@extrahop.com>
    net/mlx5e: Again mutually exclude RX-FCS and RX-port-timestamp

Gerd Bayer <gbayer@linux.ibm.com>
    net/smc: Fix dependency of SMC on ISM

Dan Carpenter <dan.carpenter@linaro.org>
    ixgbe: fix crash with empty VF macvlan list

Ruihai Zhou <zhouruihai@huaqin.corp-partner.google.com>
    drm/panel: boe-tv101wum-nl6: Completely pull GPW to VGL before TP term

Radu Pirea (NXP OSS) <radu-nicolae.pirea@oss.nxp.com>
    net/mlx5e: macsec: use update_pn flag instead of PN comparation

Radu Pirea (NXP OSS) <radu-nicolae.pirea@oss.nxp.com>
    net: phy: mscc: macsec: reject PN update requests

Radu Pirea (NXP OSS) <radu-nicolae.pirea@oss.nxp.com>
    net: macsec: indicate next pn update when offloading

Radu Pirea (NXP OSS) <radu-nicolae.pirea@oss.nxp.com>
    octeontx2-pf: mcs: update PN only when update_pn is true

Eric Dumazet <edumazet@google.com>
    net: refine debug info in skb_checksum_help()

David Vernet <void@manifault.com>
    bpf: Fix verifier log for async callback return values

Konstantin Meskhidze <konstantin.meskhidze@huawei.com>
    drm/vmwgfx: fix typo of sizeof argument

Andrew Kanner <andrew.kanner@gmail.com>
    xdp: Fix zero-size allocation warning in xskq_create()

Björn Töpel <bjorn@rivosinc.com>
    riscv, bpf: Track both a0 (RISC-V ABI) and a5 (BPF) return values

Björn Töpel <bjorn@rivosinc.com>
    riscv, bpf: Sign-extend return values

Roger Pau Monne <roger.pau@citrix.com>
    xen-netback: use default TX queue size for vifs

Dan Carpenter <dan.carpenter@linaro.org>
    mlxsw: fix mlxsw_sp2_nve_vxlan_learning_set() return type

Dinghao Liu <dinghao.liu@zju.edu.cn>
    ieee802154: ca8210: Fix a potential UAF in ca8210_probe

Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
    ravb: Fix use-after-free issue in ravb_tx_timeout_work()

Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
    ravb: Fix up dma_free_coherent() call in ravb_remove()

Moshe Shemesh <moshe@nvidia.com>
    devlink: Hold devlink lock on health reporter dump get

Nícolas F. R. A. Prado <nfraprado@collabora.com>
    arm64: dts: mediatek: mt8195: Set DSU PMU status to fail

Eugen Hristev <eugen.hristev@collabora.com>
    arm64: dts: mediatek: fix t-phy unit name

John Watts <contact@jookia.org>
    can: sun4i_can: Only show Kconfig if ARCH_SUNXI is set

Lukas Magel <lukas.magel@posteo.net>
    can: isotp: isotp_sendmsg(): fix TX state detection and wait behavior

Marek Behún <kabel@kernel.org>
    net: dsa: qca8k: fix potential MDIO bus conflict when accessing internal PHYs via management frames

Marek Behún <kabel@kernel.org>
    net: dsa: qca8k: fix regmap bulk read/write methods on big endian systems

Vladimir Oltean <vladimir.oltean@nxp.com>
    phy: lynx-28g: serialize concurrent phy_set_mode_ext() calls to shared registers

Vladimir Oltean <vladimir.oltean@nxp.com>
    phy: lynx-28g: lock PHY while performing CDR lock workaround

Ioana Ciornei <ioana.ciornei@nxp.com>
    phy: lynx-28g: cancel the CDR check work item on the remove path

Abhinav Kumar <quic_abhinavk@quicinc.com>
    drm/msm/dpu: fail dpu_plane_atomic_check() based on mdp clk limits

Stephen Boyd <swboyd@chromium.org>
    drm/msm/dp: Add newlines to debug printks

Abhinav Kumar <quic_abhinavk@quicinc.com>
    drm/msm/dpu: change _dpu_plane_calc_bw() to use u64 to avoid overflow

Dan Carpenter <dan.carpenter@linaro.org>
    drm/msm/dsi: fix irq_of_parse_and_map() error checking

Abhinav Kumar <quic_abhinavk@quicinc.com>
    drm/msm/dsi: skip the wait for video mode done if not applicable

Kuogee Hsieh <quic_khsieh@quicinc.com>
    drm/msm/dp: do not reinitialize phy unless retry during link training

Hal Feng <hal.feng@starfivetech.com>
    pinctrl: starfive: jh7110: Fix failure to set irq after CONFIG_PM is enabled

Mikhail Kobuk <m.kobuk@ispras.ru>
    pinctrl: nuvoton: wpcm450: fix out of bounds write

Kailang Yang <kailang@realtek.com>
    ALSA: hda/realtek - ALC287 merge RTK codec with CS CS35L41 AMP

Kailang Yang <kailang@realtek.com>
    ALSA: hda/realtek - ALC287 I2S speaker platform support

Fabian Vogt <fabian@ritter-vogt.de>
    ALSA: hda/realtek: Add quirk for mute LEDs on HP ENVY x360 15-eu0xxx

SungHwan Jung <onenowy@gmail.com>
    ALSA: hda/realtek: Add quirk for HP Victus 16-d1xxx to enable mute LED

Balamurugan C <balamurugan.c@intel.com>
    ASoC: Intel: soc-acpi: Add entry for sof_es8336 in MTL match table.

Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
    ASoC: Intel: sof_sdw: add support for SKU 0B14

Shengjiu Wang <shengjiu.wang@nxp.com>
    ASoC: fsl_sai: Don't disable bitclock for i.MX8MP

Balamurugan C <balamurugan.c@intel.com>
    ASoC: Intel: soc-acpi: Add entry for HDMI_In capture support in MTL match table

Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
    ASoC: Intel: soc-acpi: fix Dell SKU 0B34

Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
    ASoC: simple-card-utils: fixup simple_util_startup() error handling

Vijendar Mukunda <Vijendar.Mukunda@amd.com>
    ASoC: SOF: amd: fix for firmware reload failure after playback

Kailang Yang <kailang@realtek.com>
    ALSA: hda/realtek: Change model for Intel RVP board

Stefan Binding <sbinding@opensource.cirrus.com>
    ALSA: hda: cs35l41: Cleanup and fix double free in firmware request

Christos Skevis <xristos.thes@gmail.com>
    ALSA: usb-audio: Fix microphone sound on Nexigo webcam.

WhaleChang <whalechang@google.com>
    ALSA: usb-audio: Fix microphone sound on Opencomm2 Headset

Sumit Garg <sumit.garg@linaro.org>
    KEYS: trusted: Remove redundant static calls usage

Biju Das <biju.das.jz@bp.renesas.com>
    irqchip: renesas-rzg2l: Fix logic to clear TINT interrupt source

Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
    dt-bindings: interrupt-controller: renesas,rzg2l-irqc: Update description for '#interrupt-cells' property

Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
    arm64: dts: qcom: sm8150: extend the size of the PDC resource

Jordan Rife <jrife@google.com>
    net: prevent address rewrite in kernel_bind()

Damien Le Moal <dlemoal@kernel.org>
    ata: libata-scsi: Disable scsi device manage_system_start_stop

Matthias Reichl <hias@horus.com>
    ASoC: hdmi-codec: Fix broken channel map reporting

Sven Frotscher <sven.frotscher@gmail.com>
    ASoC: amd: yc: Fix non-functional mic on Lenovo 82YM

Herbert Xu <herbert@gondor.apana.org.au>
    dm crypt: Fix reqsize in crypt_iv_eboiv_gen

Jan Kara <jack@suse.cz>
    quota: Fix slow quotaoff

Hans de Goede <hdegoede@redhat.com>
    HID: logitech-hidpp: Fix kernel crash on receiver USB disconnect

Ondrej Zary <linux@zary.sk>
    ata: pata_parport: implement set_devctl

Ondrej Zary <linux@zary.sk>
    ata: pata_parport: fix pata_parport_devchk

Damien Le Moal <dlemoal@kernel.org>
    scsi: Do not rescan devices with a suspended queue

Samson Tam <samson.tam@amd.com>
    drm/amd/display: apply edge-case DISPCLK WDIVIDER changes to master OTG pipes only

Wenjing Liu <wenjing.liu@amd.com>
    drm/amd/display: implement pipe type definition and adding accessors

Fabio Estevam <festevam@denx.de>
    media: dt-bindings: imx7-csi: Make power-domains not required for imx8mq

Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
    platform/x86: hp-wmi:: Mark driver struct with __refdata to prevent section mismatch warning

Luben Tuikov <luben.tuikov@amd.com>
    drm/amdgpu: Fix a memory leak

Oza Pawandeep <quic_poza@quicinc.com>
    cpuidle, ACPI: Evaluate LPI arch_flags for broadcast timer

Anshuman Khandual <anshuman.khandual@arm.com>
    arm_pmu: acpi: Add a representative platform device for TRBE

Mathias Krause <minipli@grsecurity.net>
    drm/i915: Register engines early to avoid type confusion

Armin Wolf <W_Armin@gmx.de>
    platform/x86: think-lmi: Fix reference leak

Jing Zhang <renyu.zj@linux.alibaba.com>
    perf/arm-cmn: Fix the unhandled overflow status of counter 4 to 7

Artem Chernyshev <artem.chernyshev@red-soft.ru>
    RDMA/cxgb4: Check skb value for failure to allocate

Remi Pommarel <repk@triplefau.lt>
    net: stmmac: remove unneeded stmmac_poll_controller


-------------

Diffstat:

 .../interrupt-controller/renesas,rzg2l-irqc.yaml   |   5 +-
 .../devicetree/bindings/media/nxp,imx7-csi.yaml    |   1 -
 Documentation/filesystems/overlayfs.rst            |  12 ++
 Makefile                                           |   4 +-
 arch/arm64/boot/dts/mediatek/mt7622.dtsi           |   2 +-
 arch/arm64/boot/dts/mediatek/mt7986a.dtsi          |   2 +-
 arch/arm64/boot/dts/mediatek/mt8195-demo.dts       |  39 +++++--
 arch/arm64/boot/dts/mediatek/mt8195.dtsi           |   1 +
 arch/arm64/boot/dts/qcom/sm8150.dtsi               |   2 +-
 arch/arm64/include/asm/acpi.h                      |  22 ++++
 arch/powerpc/include/asm/nohash/32/pte-8xx.h       |   7 ++
 arch/powerpc/include/asm/nohash/64/pgtable.h       |   2 +-
 arch/powerpc/include/asm/nohash/pgtable.h          |   2 +
 arch/powerpc/kernel/entry_32.S                     |   8 +-
 arch/powerpc/platforms/pseries/hvCall.S            |   4 +-
 arch/riscv/Makefile                                |   1 -
 arch/riscv/include/asm/kprobes.h                   |  11 +-
 arch/riscv/include/asm/uprobes.h                   |  13 ++-
 arch/riscv/kernel/irq.c                            |   4 +-
 arch/riscv/kernel/signal.c                         |   7 --
 arch/riscv/kernel/traps.c                          |  28 +++--
 arch/riscv/net/bpf_jit_comp64.c                    |  18 ++-
 arch/s390/net/bpf_jit_comp.c                       |  25 +++-
 arch/x86/events/utils.c                            |   5 +-
 arch/x86/include/asm/msr-index.h                   |   9 +-
 arch/x86/include/asm/smp.h                         |   2 -
 arch/x86/kernel/alternative.c                      |  13 +++
 arch/x86/kernel/cpu/amd.c                          |   8 ++
 arch/x86/kernel/smp.c                              |  39 ++-----
 arch/x86/kernel/smpboot.c                          |  27 -----
 block/fops.c                                       |  21 +++-
 drivers/acpi/ec.c                                  |  11 ++
 drivers/acpi/processor_idle.c                      |   3 +-
 drivers/acpi/resource.c                            |  26 ++++-
 drivers/android/binder.c                           |   2 +
 drivers/ata/libata-core.c                          |  90 +++++++++++++++
 drivers/ata/libata-eh.c                            |  54 ++++++++-
 drivers/ata/libata-scsi.c                          |  16 ++-
 drivers/ata/libata.h                               |   2 +
 drivers/ata/pata_parport/pata_parport.c            |  10 +-
 drivers/counter/counter-chrdev.c                   |   4 +-
 drivers/counter/microchip-tcb-capture.c            |   2 +-
 drivers/dma-buf/dma-fence-unwrap.c                 |  13 +--
 drivers/dma-buf/sync_file.c                        |   9 +-
 drivers/dma/idxd/device.c                          |   5 +-
 drivers/dma/mediatek/mtk-uart-apdma.c              |   3 +-
 drivers/dma/stm32-dma.c                            |  11 +-
 drivers/dma/stm32-mdma.c                           |  33 ++++--
 drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.c     |   1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_object.h         |   2 +-
 .../amd/display/dc/clk_mgr/dcn20/dcn20_clk_mgr.c   |   4 +-
 .../amd/display/dc/clk_mgr/dcn32/dcn32_clk_mgr.c   |   4 +-
 drivers/gpu/drm/amd/display/dc/core/dc.c           |   3 +
 drivers/gpu/drm/amd/display/dc/core/dc_resource.c  |  35 ++++++
 drivers/gpu/drm/amd/display/dc/inc/resource.h      | 106 +++++++++++++++++
 drivers/gpu/drm/drm_atomic_helper.c                |  17 ++-
 drivers/gpu/drm/drm_gem.c                          |   6 +-
 drivers/gpu/drm/i915/i915_gem.c                    |   9 +-
 drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c          |  27 +++--
 drivers/gpu/drm/msm/dp/dp_ctrl.c                   |  13 +--
 drivers/gpu/drm/msm/dp/dp_link.c                   |   4 +-
 drivers/gpu/drm/msm/dsi/dsi_host.c                 |  19 +++-
 drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c     |   4 +-
 drivers/gpu/drm/scheduler/sched_main.c             |   2 +-
 drivers/gpu/drm/tiny/simpledrm.c                   |   2 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_bo.c                 |   7 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_bo.h                 |  17 ++-
 drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c            |   6 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h                |   4 +
 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c            |  12 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_gem.c                |  18 ++-
 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c                |   6 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c            |   2 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_resource.c           |  12 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_shader.c             |   4 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_surface.c            |  31 ++---
 drivers/hid/hid-logitech-hidpp.c                   |   3 +-
 drivers/hwtracing/coresight/coresight-tmc-etr.c    |  24 ++--
 drivers/iio/adc/ad7192.c                           |  29 ++++-
 drivers/iio/adc/imx8qxp-adc.c                      |   4 +-
 drivers/iio/addac/Kconfig                          |   2 +
 .../common/cros_ec_sensors/cros_ec_sensors_core.c  |   6 +-
 drivers/iio/dac/ad3552r.c                          |   4 +-
 drivers/iio/frequency/admv1013.c                   |   4 +-
 drivers/iio/imu/bno055/Kconfig                     |   2 +
 drivers/iio/pressure/bmp280-core.c                 |   2 +-
 drivers/iio/pressure/dps310.c                      |   8 +-
 drivers/iio/pressure/ms5611_core.c                 |   2 +-
 drivers/infiniband/hw/cxgb4/cm.c                   |   3 +
 drivers/input/joystick/xpad.c                      |   4 +
 drivers/input/misc/powermate.c                     |   1 +
 drivers/input/mouse/elantech.c                     |   1 +
 drivers/input/mouse/synaptics.c                    |   1 +
 drivers/input/serio/i8042-acpipnpio.h              |   8 ++
 drivers/input/touchscreen/goodix.c                 |  19 ++++
 drivers/irqchip/irq-renesas-rzg2l.c                |   2 +-
 drivers/mcb/mcb-core.c                             |  10 +-
 drivers/mcb/mcb-parse.c                            |   2 -
 drivers/md/dm-crypt.c                              |   3 +-
 drivers/media/v4l2-core/v4l2-subdev.c              |   7 ++
 drivers/net/can/Kconfig                            |   2 +-
 drivers/net/can/sja1000/sja1000.c                  |   8 +-
 drivers/net/dsa/qca/qca8k-8xxx.c                   |  15 ++-
 drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c     |   5 +-
 .../ethernet/marvell/octeontx2/nic/cn10k_macsec.c  |  13 ++-
 .../ethernet/marvell/octeontx2/nic/otx2_common.c   |   1 +
 .../ethernet/mellanox/mlx5/core/en_accel/macsec.c  |   4 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c  |   3 +-
 .../ethernet/mellanox/mlxsw/spectrum_nve_vxlan.c   |   4 +-
 drivers/net/ethernet/netronome/nfp/flower/cmsg.c   |  10 +-
 .../net/ethernet/netronome/nfp/flower/conntrack.c  |  19 +++-
 drivers/net/ethernet/netronome/nfp/flower/main.h   |   2 +
 .../net/ethernet/netronome/nfp/flower/metadata.c   |   2 +
 .../net/ethernet/netronome/nfp/flower/offload.c    |  24 +++-
 .../net/ethernet/netronome/nfp/flower/qos_conf.c   |  20 ++--
 drivers/net/ethernet/renesas/ravb_main.c           |   6 +-
 drivers/net/ethernet/renesas/rswitch.c             |  12 +-
 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c  |  30 -----
 drivers/net/ieee802154/ca8210.c                    |  17 +--
 drivers/net/macsec.c                               |   2 +
 drivers/net/phy/mscc/mscc_macsec.c                 |   6 +
 drivers/net/usb/dm9601.c                           |   7 +-
 drivers/net/xen-netback/interface.c                |   4 -
 drivers/perf/arm-cmn.c                             |   2 +-
 drivers/perf/arm_pmu_acpi.c                        |  35 ++++++
 drivers/phy/freescale/phy-fsl-lynx-28g.c           |  27 ++++-
 drivers/pinctrl/core.c                             |  16 +--
 drivers/pinctrl/nuvoton/pinctrl-wpcm450.c          |   6 +-
 drivers/pinctrl/renesas/Kconfig                    |   1 +
 drivers/pinctrl/starfive/pinctrl-starfive-jh7110.c |   2 -
 drivers/platform/x86/hp/hp-wmi.c                   |   8 +-
 drivers/platform/x86/think-lmi.c                   |  24 +++-
 drivers/power/supply/qcom_battmgr.c                |   8 +-
 drivers/s390/net/Kconfig                           |   2 +-
 drivers/scsi/scsi_scan.c                           |  11 +-
 drivers/tee/amdtee/core.c                          |  10 +-
 drivers/thunderbolt/icm.c                          |  40 +++----
 drivers/thunderbolt/switch.c                       |   7 ++
 drivers/thunderbolt/tmu.c                          |   2 +-
 drivers/thunderbolt/xdomain.c                      |  58 +++++++---
 drivers/tty/serial/8250/8250_omap.c                |  25 ++--
 drivers/tty/serial/serial_core.c                   |  15 ++-
 drivers/ufs/core/ufshcd.c                          |   2 +-
 drivers/usb/cdns3/cdnsp-gadget.c                   |   3 +
 drivers/usb/cdns3/core.h                           |   3 +-
 drivers/usb/core/hub.c                             |  25 +++-
 drivers/usb/core/hub.h                             |   2 +-
 drivers/usb/dwc3/core.c                            |  39 ++++++-
 drivers/usb/gadget/function/f_ncm.c                |  26 +++--
 drivers/usb/gadget/udc/udc-xilinx.c                |  20 ++--
 drivers/usb/host/xhci-hub.c                        |  19 ++--
 drivers/usb/host/xhci-mem.c                        |   4 +-
 drivers/usb/host/xhci-ring.c                       |  16 +--
 drivers/usb/host/xhci.h                            |   2 +-
 drivers/usb/misc/onboard_usb_hub.c                 |   1 +
 drivers/usb/misc/onboard_usb_hub.h                 |   1 +
 drivers/usb/musb/musb_debugfs.c                    |   2 +-
 drivers/usb/musb/musb_host.c                       |   9 +-
 drivers/usb/typec/altmodes/displayport.c           |   5 +
 .../usb/typec/tcpm/qcom/qcom_pmic_typec_pdphy.c    |  12 +-
 drivers/usb/typec/ucsi/psy.c                       |   9 ++
 drivers/usb/typec/ucsi/ucsi.c                      |   2 +
 fs/ceph/file.c                                     |   2 +-
 fs/ceph/inode.c                                    |   4 +-
 fs/file.c                                          |   3 +-
 fs/fs_context.c                                    |  46 ++++++--
 fs/ioctl.c                                         |  10 +-
 fs/kernel_read_file.c                              |  12 +-
 fs/namei.c                                         |   3 +
 fs/open.c                                          |   4 +-
 fs/overlayfs/ovl_entry.h                           |  10 +-
 fs/overlayfs/params.c                              | 126 ++++++++++-----------
 fs/overlayfs/super.c                               |  18 +--
 fs/quota/dquot.c                                   |  66 ++++++-----
 fs/smb/server/vfs_cache.c                          |   4 +-
 include/linux/acpi.h                               |   9 ++
 include/linux/dma-fence.h                          |  19 ++++
 include/linux/fs_context.h                         |   2 +
 include/linux/libata.h                             |   6 +-
 include/linux/mcb.h                                |   1 -
 include/linux/perf/arm_pmu.h                       |   1 +
 include/linux/quota.h                              |   4 +-
 include/linux/quotaops.h                           |   2 +-
 include/net/macsec.h                               |   1 +
 include/uapi/linux/if_packet.h                     |   6 +-
 kernel/bpf/verifier.c                              |   6 +-
 kernel/cgroup/cgroup-v1.c                          |   5 +-
 kernel/workqueue.c                                 |   8 +-
 net/can/isotp.c                                    |  19 ++--
 net/ceph/messenger.c                               |   4 +-
 net/core/dev.c                                     |   8 +-
 net/devlink/health.c                               |  30 ++---
 net/ethtool/bitset.c                               |  32 +++++-
 net/ipv4/tcp_output.c                              |   1 +
 net/mctp/route.c                                   |  22 +++-
 net/netfilter/ipvs/ip_vs_sync.c                    |   4 +-
 net/nfc/llcp_core.c                                |  30 ++---
 net/nfc/nci/core.c                                 |   5 +
 net/packet/af_packet.c                             |   7 +-
 net/rds/tcp_connect.c                              |   2 +-
 net/rds/tcp_listen.c                               |   2 +-
 net/smc/Kconfig                                    |   1 +
 net/smc/smc_stats.h                                |  14 ++-
 net/socket.c                                       |   6 +-
 net/xdp/xsk_queue.c                                |  10 ++
 security/keys/trusted-keys/trusted_core.c          |  13 +--
 sound/pci/hda/cs35l41_hda.c                        | 115 +++++++++++++------
 sound/pci/hda/patch_realtek.c                      |  89 +++++++++++++--
 sound/soc/amd/yc/acp6x-mach.c                      |   7 ++
 sound/soc/codecs/hdmi-codec.c                      |   5 +-
 sound/soc/fsl/fsl_sai.c                            |   9 +-
 sound/soc/generic/simple-card-utils.c              |   3 +-
 sound/soc/intel/boards/sof_es8336.c                |  10 ++
 sound/soc/intel/boards/sof_sdw.c                   |  10 ++
 sound/soc/intel/common/soc-acpi-intel-adl-match.c  |  12 +-
 sound/soc/intel/common/soc-acpi-intel-mtl-match.c  |  25 ++++
 sound/soc/sof/amd/pci-rmb.c                        |   1 -
 sound/usb/mixer.c                                  |   7 ++
 sound/usb/quirks.c                                 |   8 +-
 219 files changed, 1935 insertions(+), 837 deletions(-)



^ permalink raw reply	[flat|nested] 212+ messages in thread

end of thread, other threads:[~2023-11-30 13:31 UTC | newest]

Thread overview: 212+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-16  8:39 [PATCH 6.5 000/191] 6.5.8-rc1 review Greg Kroah-Hartman
2023-10-16  8:39 ` [PATCH 6.5 001/191] net: stmmac: remove unneeded stmmac_poll_controller Greg Kroah-Hartman
2023-10-16  8:39 ` [PATCH 6.5 002/191] RDMA/cxgb4: Check skb value for failure to allocate Greg Kroah-Hartman
2023-10-16  8:39 ` [PATCH 6.5 003/191] perf/arm-cmn: Fix the unhandled overflow status of counter 4 to 7 Greg Kroah-Hartman
2023-10-16  8:39 ` [PATCH 6.5 004/191] platform/x86: think-lmi: Fix reference leak Greg Kroah-Hartman
2023-10-16  8:39 ` [PATCH 6.5 005/191] drm/i915: Register engines early to avoid type confusion Greg Kroah-Hartman
2023-10-16  8:39 ` [PATCH 6.5 006/191] arm_pmu: acpi: Add a representative platform device for TRBE Greg Kroah-Hartman
2023-10-16 16:05   ` Thorsten Leemhuis
2023-10-16 16:52     ` Greg Kroah-Hartman
2023-10-17  6:06       ` Thorsten Leemhuis
2023-10-16  8:39 ` [PATCH 6.5 007/191] cpuidle, ACPI: Evaluate LPI arch_flags for broadcast timer Greg Kroah-Hartman
2023-10-16  8:39 ` [PATCH 6.5 008/191] drm/amdgpu: Fix a memory leak Greg Kroah-Hartman
2023-10-16  8:39 ` [PATCH 6.5 009/191] platform/x86: hp-wmi:: Mark driver struct with __refdata to prevent section mismatch warning Greg Kroah-Hartman
2023-10-16  8:39 ` [PATCH 6.5 010/191] media: dt-bindings: imx7-csi: Make power-domains not required for imx8mq Greg Kroah-Hartman
2023-10-16  8:39 ` [PATCH 6.5 011/191] drm/amd/display: implement pipe type definition and adding accessors Greg Kroah-Hartman
2023-10-16  8:39 ` [PATCH 6.5 012/191] drm/amd/display: apply edge-case DISPCLK WDIVIDER changes to master OTG pipes only Greg Kroah-Hartman
2023-10-16  8:39 ` [PATCH 6.5 013/191] scsi: Do not rescan devices with a suspended queue Greg Kroah-Hartman
2023-10-16  8:39 ` [PATCH 6.5 014/191] ata: pata_parport: fix pata_parport_devchk Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 015/191] ata: pata_parport: implement set_devctl Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 016/191] HID: logitech-hidpp: Fix kernel crash on receiver USB disconnect Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 017/191] quota: Fix slow quotaoff Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 018/191] dm crypt: Fix reqsize in crypt_iv_eboiv_gen Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 019/191] ASoC: amd: yc: Fix non-functional mic on Lenovo 82YM Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 020/191] ASoC: hdmi-codec: Fix broken channel map reporting Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 021/191] ata: libata-scsi: Disable scsi device manage_system_start_stop Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 022/191] net: prevent address rewrite in kernel_bind() Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 023/191] arm64: dts: qcom: sm8150: extend the size of the PDC resource Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 024/191] dt-bindings: interrupt-controller: renesas,rzg2l-irqc: Update description for #interrupt-cells property Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 025/191] irqchip: renesas-rzg2l: Fix logic to clear TINT interrupt source Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 026/191] KEYS: trusted: Remove redundant static calls usage Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 027/191] ALSA: usb-audio: Fix microphone sound on Opencomm2 Headset Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 028/191] ALSA: usb-audio: Fix microphone sound on Nexigo webcam Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 029/191] ALSA: hda: cs35l41: Cleanup and fix double free in firmware request Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 030/191] ALSA: hda/realtek: Change model for Intel RVP board Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 031/191] ASoC: SOF: amd: fix for firmware reload failure after playback Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 032/191] ASoC: simple-card-utils: fixup simple_util_startup() error handling Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 033/191] ASoC: Intel: soc-acpi: fix Dell SKU 0B34 Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 034/191] ASoC: Intel: soc-acpi: Add entry for HDMI_In capture support in MTL match table Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 035/191] ASoC: fsl_sai: Dont disable bitclock for i.MX8MP Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 036/191] ASoC: Intel: sof_sdw: add support for SKU 0B14 Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 037/191] ASoC: Intel: soc-acpi: Add entry for sof_es8336 in MTL match table Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 038/191] ALSA: hda/realtek: Add quirk for HP Victus 16-d1xxx to enable mute LED Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 039/191] ALSA: hda/realtek: Add quirk for mute LEDs on HP ENVY x360 15-eu0xxx Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 040/191] ALSA: hda/realtek - ALC287 I2S speaker platform support Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 041/191] ALSA: hda/realtek - ALC287 merge RTK codec with CS CS35L41 AMP Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 042/191] pinctrl: nuvoton: wpcm450: fix out of bounds write Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 043/191] pinctrl: starfive: jh7110: Fix failure to set irq after CONFIG_PM is enabled Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 044/191] drm/msm/dp: do not reinitialize phy unless retry during link training Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 045/191] drm/msm/dsi: skip the wait for video mode done if not applicable Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 046/191] drm/msm/dsi: fix irq_of_parse_and_map() error checking Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 047/191] drm/msm/dpu: change _dpu_plane_calc_bw() to use u64 to avoid overflow Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 048/191] drm/msm/dp: Add newlines to debug printks Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 049/191] drm/msm/dpu: fail dpu_plane_atomic_check() based on mdp clk limits Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 050/191] phy: lynx-28g: cancel the CDR check work item on the remove path Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 051/191] phy: lynx-28g: lock PHY while performing CDR lock workaround Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 052/191] phy: lynx-28g: serialize concurrent phy_set_mode_ext() calls to shared registers Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 053/191] net: dsa: qca8k: fix regmap bulk read/write methods on big endian systems Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 054/191] net: dsa: qca8k: fix potential MDIO bus conflict when accessing internal PHYs via management frames Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 055/191] can: isotp: isotp_sendmsg(): fix TX state detection and wait behavior Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 056/191] can: sun4i_can: Only show Kconfig if ARCH_SUNXI is set Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 057/191] arm64: dts: mediatek: fix t-phy unit name Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 058/191] arm64: dts: mediatek: mt8195: Set DSU PMU status to fail Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 059/191] devlink: Hold devlink lock on health reporter dump get Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 060/191] ravb: Fix up dma_free_coherent() call in ravb_remove() Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 061/191] ravb: Fix use-after-free issue in ravb_tx_timeout_work() Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 062/191] ieee802154: ca8210: Fix a potential UAF in ca8210_probe Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 063/191] mlxsw: fix mlxsw_sp2_nve_vxlan_learning_set() return type Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 064/191] xen-netback: use default TX queue size for vifs Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 065/191] riscv, bpf: Sign-extend return values Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 066/191] riscv, bpf: Track both a0 (RISC-V ABI) and a5 (BPF) " Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 067/191] xdp: Fix zero-size allocation warning in xskq_create() Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 068/191] drm/vmwgfx: fix typo of sizeof argument Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 069/191] bpf: Fix verifier log for async callback return values Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 070/191] net: refine debug info in skb_checksum_help() Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 071/191] octeontx2-pf: mcs: update PN only when update_pn is true Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 072/191] net: macsec: indicate next pn update when offloading Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 073/191] net: phy: mscc: macsec: reject PN update requests Greg Kroah-Hartman
2023-10-16  8:40 ` [PATCH 6.5 074/191] net/mlx5e: macsec: use update_pn flag instead of PN comparation Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 075/191] drm/panel: boe-tv101wum-nl6: Completely pull GPW to VGL before TP term Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 076/191] ixgbe: fix crash with empty VF macvlan list Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 077/191] net/smc: Fix dependency of SMC on ISM Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 078/191] net/mlx5e: Again mutually exclude RX-FCS and RX-port-timestamp Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 079/191] s390/bpf: Fix clobbering the callers backchain in the trampoline Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 080/191] s390/bpf: Fix unwinding past " Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 081/191] net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn() Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 082/191] ethtool: Fix mod state of verbose no_mask bitset Greg Kroah-Hartman
2023-10-19 16:28   ` Jakub Kicinski
2023-10-19 17:23     ` Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 083/191] net/smc: Fix pos miscalculation in statistics Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 084/191] net: tcp: fix crashes trying to free half-baked MTU probes Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 085/191] pinctrl: renesas: rzn1: Enable missing PINMUX Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 086/191] af_packet: Fix fortified memcpy() without flex array Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 087/191] nfc: nci: assert requested protocol is valid Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 088/191] octeontx2-pf: Fix page pool frag allocation warning Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 089/191] rswitch: Fix renesas_eth_sw_remove() implementation Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 090/191] rswitch: Fix imbalance phy_power_off() calling Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 091/191] workqueue: Override implicit ordered attribute in workqueue_apply_unbound_cpumask() Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 092/191] riscv: signal: fix sigaltstack frame size checking Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 093/191] ovl: temporarily disable appending lowedirs Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 094/191] dmaengine: stm32-mdma: abort resume if no ongoing transfer Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 095/191] dmaengine: stm32-dma: fix stm32_dma_prep_slave_sg in case of MDMA chaining Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 096/191] dmaengine: stm32-dma: fix residue " Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 097/191] dmaengine: stm32-mdma: use Link Address Register to compute residue Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 098/191] dmaengine: stm32-mdma: set in_flight_bytes in case CRQA flag is set Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 099/191] usb: xhci: xhci-ring: Use sysdev for mapping bounce buffer Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 100/191] xhci: track port suspend state correctly in unsuccessful resume cases Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 101/191] xhci: Clear EHB bit only at end of interrupt handler Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 102/191] xhci: Preserve RsvdP bits in ERSTBA register correctly Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 103/191] net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_read Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 104/191] usb: dwc3: Soft reset phy on probe for host Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 105/191] usb: cdns3: Modify the return value of cdns_set_active () to void when CONFIG_PM_SLEEP is disabled Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 106/191] usb: hub: Guard against accesses to uninitialized BOS descriptors Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 107/191] usb: musb: Get the musb_qh poniter after musb_giveback Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 108/191] usb: musb: Modify the "HWVers" register address Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 109/191] iio: pressure: bmp280: Fix NULL pointer exception Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 110/191] iio: imu: bno055: Fix missing Kconfig dependencies Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 111/191] iio: cros_ec: fix an use-after-free in cros_ec_sensors_push_data() Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 112/191] iio: adc: imx8qxp: Fix address for command buffer registers Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 113/191] iio: dac: ad3552r: Correct device IDs Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 114/191] iio: admv1013: add mixer_vgate corner cases Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 115/191] iio: pressure: dps310: Adjust Timeout Settings Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 116/191] iio: pressure: ms5611: ms5611_prom_is_valid false negative bug Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 117/191] iio: adc: ad7192: Correct reference voltage Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 118/191] iio: addac: Kconfig: update ad74413r selections Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 119/191] media: subdev: Dont report V4L2_SUBDEV_CAP_STREAMS when the streams API is disabled Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 120/191] arm64: dts: mediatek: mt8195-demo: fix the memory size to 8GB Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 121/191] arm64: dts: mediatek: mt8195-demo: update and reorder reserved memory regions Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 122/191] drm: Do not overrun array in drm_gem_get_pages() Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 123/191] drm/tiny: correctly print `struct resource *` on error Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 124/191] drm/atomic-helper: relax unregistered connector check Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 125/191] drm/amdgpu: add missing NULL check Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 126/191] drm/amd/display: Dont set dpms_off for seamless boot Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 127/191] drm/vmwgfx: Keep a gem reference to user bos in surfaces Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 128/191] ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CBA Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 129/191] ACPI: resource: Add TongFang GM6BGEQ, GM6BG5Q and GM6BG0Q to irq1_edge_low_force_override[] Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 130/191] ACPI: EC: Add quirk for the HP Pavilion Gaming 15-dk1xxx Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 131/191] serial: Reduce spinlocked portion of uart_rs485_config() Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 132/191] serial: 8250_omap: Fix errors with no_console_suspend Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 133/191] serial: core: Fix checks for tx runtime PM state Greg Kroah-Hartman
2023-10-16  8:41 ` [PATCH 6.5 134/191] binder: fix memory leaks of spam and pending work Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 135/191] ksmbd: not allow to open file if delelete on close bit is set Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 136/191] perf/x86/lbr: Filter vsyscall addresses Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 137/191] x86/cpu: Fix AMD erratum #1485 on Zen4-based CPUs Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 138/191] x86/alternatives: Disable KASAN in apply_alternatives() Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 139/191] mcb: remove is_added flag from mcb_device struct Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 140/191] thunderbolt: Workaround an IOMMU fault on certain systems with Intel Maple Ridge Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 141/191] thunderbolt: Check that lane 1 is in CL0 before enabling lane bonding Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 142/191] thunderbolt: Correct TMU mode initialization from hardware Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 143/191] thunderbolt: Restart XDomain discovery handshake after failure Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 144/191] powerpc/pseries: Fix STK_PARAM access in the hcall tracing code Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 145/191] powerpc/47x: Fix 47x syscall return crash Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 146/191] libceph: use kernel_connect() Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 147/191] ceph: fix incorrect revoked caps assert in ceph_fill_file_size() Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 148/191] ceph: fix type promotion bug on 32bit systems Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 149/191] Input: powermate - fix use-after-free in powermate_config_complete Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 150/191] Input: psmouse - fix fast_reconnect function for PS/2 mode Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 151/191] Input: xpad - add PXN V900 support Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 152/191] Input: i8042 - add Fujitsu Lifebook E5411 to i8042 quirk table Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 153/191] Input: xpad - add HyperX Clutch Gladiate Support Greg Kroah-Hartman
     [not found]   ` <MW4PR84MB17804D57BB57C0E2FB66EFC6EBADA@MW4PR84MB1780.NAMPRD84.PROD.OUTLOOK.COM>
     [not found]     ` <MW4PR84MB178083997D411DFFD45BEFCDEBB7A@MW4PR84MB1780.NAMPRD84.PROD.OUTLOOK.COM>
2023-11-17 23:42       ` Nguyen, Max
2023-11-18 11:32         ` Greg KH
2023-11-20 23:52           ` Nguyen, Max
2023-11-22  0:17             ` Nguyen, Max
2023-11-22  6:39               ` Greg KH
2023-11-22 22:18                 ` Nguyen, Max
2023-11-22 23:10                   ` Nguyen, Max
2023-11-23  8:59                     ` Greg KH
2023-11-28 23:37                       ` Nguyen, Max
2023-11-30 13:31                         ` Greg KH
2023-10-16  8:42 ` [PATCH 6.5 154/191] Input: goodix - ensure int GPIO is in input for gpio_count == 1 && gpio_int_idx == 0 case Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 155/191] tee: amdtee: fix use-after-free vulnerability in amdtee_close_session Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 156/191] mctp: perform route lookups under a RCU read-side lock Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 157/191] block: Dont invalidate pagecache for invalid falloc modes Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 158/191] nfp: flower: avoid rmmod nfp crash issues Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 159/191] can: sja1000: Always restart the Tx queue after an overrun Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 160/191] power: supply: qcom_battmgr: fix battery_id type Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 161/191] power: supply: qcom_battmgr: fix enable request endianness Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 162/191] usb: typec: ucsi: Use GET_CAPABILITY attributes data to set power supply scope Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 163/191] cgroup: Remove duplicates in cgroup v1 tasks file Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 164/191] dma-buf: add dma_fence_timestamp helper Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 165/191] pinctrl: avoid unsafe code pattern in find_pinctrl() Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 166/191] scsi: ufs: core: Correct clear TM error log Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 167/191] riscv: Only consider swbp/ss handlers for correct privileged mode Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 168/191] counter: chrdev: fix getting array extensions Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 169/191] counter: microchip-tcb-capture: Fix the use of internal GCLK logic Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 170/191] coresight: Fix run time warnings while reusing ETR buffer Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 171/191] riscv: Remove duplicate objcopy flag Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 172/191] RISC-V: Fix wrong use of CONFIG_HAVE_SOFTIRQ_ON_OWN_STACK Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 173/191] usb: typec: ucsi: Fix missing link removal Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 174/191] usb: typec: altmodes/displayport: Signal hpd low when exiting mode Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 175/191] usb: typec: ucsi: Clear EVENT_PENDING bit if ucsi_send_command fails Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 176/191] usb: gadget: udc-xilinx: replace memcpy with memcpy_toio Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 177/191] usb: gadget: ncm: Handle decoding of multiple NTBs in unwrap call Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 178/191] usb: cdnsp: Fixes issue with dequeuing not queued requests Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 179/191] usb: typec: qcom: Update the logic of regulator enable and disable Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 180/191] usb: misc: onboard_hub: add support for Microchip USB2412 USB 2.0 hub Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 181/191] Revert "x86/smp: Put CPUs into INIT on shutdown if possible" Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 182/191] dmaengine: idxd: use spin_lock_irqsave before wait_event_lock_irq Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 183/191] dmaengine: mediatek: Fix deadlock caused by synchronize_irq() Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 184/191] powerpc/8xx: Fix pte_access_permitted() for PAGE_NONE Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 185/191] powerpc/64e: Fix wrong test in __ptep_test_and_clear_young() Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 186/191] fs: Fix kernel-doc warnings Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 187/191] fs: factor out vfs_parse_monolithic_sep() helper Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 188/191] ovl: fix regression in parsing of mount options with escaped comma Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 189/191] ovl: make use of ->layers safe in rcu pathwalk Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 190/191] ovl: fix regression in showing lowerdir mount option Greg Kroah-Hartman
2023-10-16  8:42 ` [PATCH 6.5 191/191] ALSA: hda/realtek - Fixed two speaker platform Greg Kroah-Hartman
2023-10-16 17:35 ` [PATCH 6.5 000/191] 6.5.8-rc1 review Ricardo B. Marliere
2023-10-16 18:38 ` SeongJae Park
2023-10-16 19:35 ` Florian Fainelli
2023-10-16 21:29 ` Shuah Khan
2023-10-17  7:29 ` Ron Economos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).