stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 6.2 000/211] 6.2.8-rc1 review
@ 2023-03-20 14:52 Greg Kroah-Hartman
  2023-03-20 14:52 ` [PATCH 6.2 001/211] xfrm: Allow transport-mode states with AF_UNSPEC selector Greg Kroah-Hartman
                   ` (220 more replies)
  0 siblings, 221 replies; 224+ messages in thread
From: Greg Kroah-Hartman @ 2023-03-20 14:52 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

This is the start of the stable review cycle for the 6.2.8 release.
There are 211 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, 22 Mar 2023 14:54:32 +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.2.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.2.y
and the diffstat can be found below.

thanks,

greg k-h

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

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

Dionna Glaze <dionnaglaze@google.com>
    virt/coco/sev-guest: Add throttling awareness

Borislav Petkov (AMD) <bp@alien8.de>
    virt/coco/sev-guest: Convert the sw_exit_info_2 checking to a switch-case

Borislav Petkov (AMD) <bp@alien8.de>
    virt/coco/sev-guest: Do some code style cleanups

Borislav Petkov (AMD) <bp@alien8.de>
    virt/coco/sev-guest: Carve out the request issuing logic into a helper

Borislav Petkov (AMD) <bp@alien8.de>
    virt/coco/sev-guest: Remove the disable_vmpck label in handle_guest_request()

Borislav Petkov (AMD) <bp@alien8.de>
    virt/coco/sev-guest: Simplify extended guest request handling

Borislav Petkov (AMD) <bp@alien8.de>
    virt/coco/sev-guest: Check SEV_SNP attribute at probe time

Christophe Leroy <christophe.leroy@csgroup.eu>
    powerpc: Pass correct CPU reference to assembler

Shawn Wang <shawnwang@linux.alibaba.com>
    x86/resctrl: Clear staged_config[] before and after it is used

Nikita Zhandarovich <n.zhandarovich@fintech.ru>
    x86/mm: Fix use of uninitialized buffer in sme_enable()

Yazen Ghannam <yazen.ghannam@amd.com>
    x86/mce: Make sure logged MCEs are processed after sysfs update

Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
    ASoC: qcom: q6prm: fix incorrect clk_root passed to ADSP

Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
    ASoC: Intel: soc-acpi: fix copy-paste issue in topology names

Shawn Guo <shawn.guo@linaro.org>
    cpuidle: psci: Iterate backwards over list in psci_pd_remove()

Pavel Begunkov <asml.silence@gmail.com>
    io_uring/msg_ring: let target know allocated index

Dylan Jhong <dylan@andestech.com>
    RISC-V: mm: Support huge page in vmalloc_fault()

Takashi Iwai <tiwai@suse.de>
    fbdev: Fix incorrect page mapping clearance at fb_deferred_io_release()

Radu Pirea (OSS) <radu-nicolae.pirea@oss.nxp.com>
    net: phy: nxp-c45-tja11xx: fix MII_BASIC_CONFIG_REV bit

Sudeep Holla <sudeep.holla@arm.com>
    ACPI: PPTT: Fix to avoid sleep in the atomic context when PPTT is absent

Tero Kristo <tero.kristo@linux.intel.com>
    trace/hwlat: Do not start per-cpu thread if it is already running

Tero Kristo <tero.kristo@linux.intel.com>
    trace/hwlat: Do not wipe the contents of per-cpu thread data

Helge Deller <deller@gmx.de>
    fbdev: stifb: Provide valid pixelclock and add fb_check_var() checks

Francesco Dolcini <francesco.dolcini@toradex.com>
    mmc: sdhci_am654: lower power-on failed message severity

Pali Rohár <pali@kernel.org>
    powerpc/boot: Don't always pass -mcpu=powerpc when building 32-bit uImage

Christophe Leroy <christophe.leroy@csgroup.eu>
    powerpc/64: Set default CPU in Kconfig

James Houghton <jthoughton@google.com>
    mm: teach mincore_hugetlb about pte markers

David Hildenbrand <david@redhat.com>
    mm/userfaultfd: propagate uffd-wp bit when PTE-mapping the huge zeropage

Cindy Lu <lulu@redhat.com>
    vp_vdpa: fix the crash in hot unplug with vp_vdpa

Dave Ertman <david.m.ertman@intel.com>
    ice: avoid bonding causing auxiliary plug/unplug under RTNL lock

Elmer Miroslav Mosher Golovin <miroslav@mishamosher.com>
    nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV3000

Jan Kara via Ocfs2-devel <ocfs2-devel@oss.oracle.com>
    ocfs2: fix data corruption after failed write

Chen Zhongjin <chenzhongjin@huawei.com>
    ftrace: Fix invalid address access in lookup_rec() when index is 0

Paolo Abeni <pabeni@redhat.com>
    mptcp: fix lockdep false positive in mptcp_pm_nl_create_listen_socket()

Matthieu Baerts <matthieu.baerts@tessares.net>
    mptcp: avoid setting TCP_CLOSE state twice

Geliang Tang <geliang.tang@suse.com>
    mptcp: add ro_after_init for tcp{,v6}_prot_override

Paolo Abeni <pabeni@redhat.com>
    mptcp: fix UaF in listener shutdown

Paolo Abeni <pabeni@redhat.com>
    mptcp: use the workqueue to destroy unaccepted sockets

Paolo Abeni <pabeni@redhat.com>
    mptcp: refactor passive socket initialization

Paolo Abeni <pabeni@redhat.com>
    mptcp: fix possible deadlock in subflow_error_report

Benjamin Cheng <ben@bcheng.me>
    drm/amd/display: Write to correct dirty_rect

Ayush Gupta <ayugupta@amd.com>
    drm/amd/display: disconnect MPCC only on OTG change

Wesley Chalmers <Wesley.Chalmers@amd.com>
    drm/amd/display: Do not set DRR on pipe Commit

Tim Huang <tim.huang@amd.com>
    drm/amd/pm: bump SMU 13.0.4 driver_if header version

Guilherme G. Piccoli <gpiccoli@igalia.com>
    drm/amdgpu/vcn: Disable indirect SRAM on Vangogh broken BIOSes

Błażej Szczygieł <mumei6102@gmail.com>
    drm/amd/pm: Fix sienna cichlid incorrect OD volage after resume

Felix Kuehling <Felix.Kuehling@amd.com>
    drm/amdgpu: Don't resume IOMMU after incomplete init

Ankit Nautiyal <ankit.k.nautiyal@intel.com>
    drm/i915/dg2: Add HDMI pixel clock frequencies 267.30 and 319.89 MHz

Janusz Krzysztofik <janusz.krzysztofik@linux.intel.com>
    drm/i915/active: Fix misuse of non-idle barriers as fence trackers

Johan Hovold <johan+linaro@kernel.org>
    drm/sun4i: fix missing component unbind on bind errors

Dmitry Osipenko <dmitry.osipenko@collabora.com>
    drm/shmem-helper: Remove another errant put in error path

Johan Hovold <johan+linaro@kernel.org>
    drm/edid: fix info leak when failing to get panel id

Guo Ren <guoren@kernel.org>
    riscv: asid: Fixup stale TLB entry cause application crash

Sergey Matyukevich <sergey.matyukevich@syntacore.com>
    Revert "riscv: mm: notify remote harts about mmu cache updates"

Jeremy Szu <jeremy.szu@canonical.com>
    ALSA: hda/realtek: fix speaker, mute/micmute LEDs not work on a HP platform

Hamidreza H. Fard <nitocris@posteo.net>
    ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book2 Pro

Bard Liao <yung-chuan.liao@linux.intel.com>
    ALSA: hda: intel-dsp-config: add MTL PCI id

Paolo Bonzini <pbonzini@redhat.com>
    KVM: nVMX: add missing consistency checks for CR0 and CR4

Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
    KVM: SVM: Modify AVIC GATag to support max number of 512 vCPUs

Sean Christopherson <seanjc@google.com>
    KVM: SVM: Fix a benign off-by-one bug in AVIC physical table mask

Paulo Alcantara <pc@manguebit.com>
    cifs: use DFS root session instead of tcon ses

Paulo Alcantara <pc@manguebit.com>
    cifs: return DFS root session id in DebugData

Paulo Alcantara <pc@manguebit.com>
    cifs: fix use-after-free bug in refresh_cache_worker()

Paulo Alcantara <pc@manguebit.com>
    cifs: set DFS root session in cifs_get_smb_ses()

Volker Lendecke <vl@samba.org>
    cifs: Fix smb2_set_path_size()

Steven Rostedt (Google) <rostedt@goodmis.org>
    tracing: Make tracepoint lockdep check actually test something

Steven Rostedt (Google) <rostedt@goodmis.org>
    tracing: Check field value in hist_field_name()

Steven Rostedt (Google) <rostedt@goodmis.org>
    tracing: Do not let histogram values have some modifiers

Sung-hun Kim <sfoon.kim@samsung.com>
    tracing: Make splice_read available again

Shyam Prasad N <sprasad@microsoft.com>
    cifs: generate signkey for the channel that's reconnecting

NeilBrown <neilb@suse.de>
    md: select BLOCK_LEGACY_AUTOLOAD

Johan Hovold <johan+linaro@kernel.org>
    interconnect: exynos: fix registration race

Johan Hovold <johan+linaro@kernel.org>
    interconnect: exynos: fix node leak in probe PM QoS error path

Johan Hovold <johan+linaro@kernel.org>
    interconnect: qcom: msm8974: fix registration race

Johan Hovold <johan+linaro@kernel.org>
    interconnect: qcom: rpmh: fix registration race

Johan Hovold <johan+linaro@kernel.org>
    interconnect: qcom: rpmh: fix probe child-node error handling

Johan Hovold <johan+linaro@kernel.org>
    interconnect: qcom: rpm: fix registration race

Johan Hovold <johan+linaro@kernel.org>
    interconnect: qcom: rpm: fix probe child-node error handling

Johan Hovold <johan+linaro@kernel.org>
    interconnect: qcom: osm-l3: fix registration race

Johan Hovold <johan+linaro@kernel.org>
    interconnect: fix mem leak when freeing nodes

Johan Hovold <johan+linaro@kernel.org>
    interconnect: imx: fix registration race

Johan Hovold <johan+linaro@kernel.org>
    interconnect: fix provider registration API

Johan Hovold <johan+linaro@kernel.org>
    interconnect: fix icc_provider_del() error handling

Sven Schnelle <svens@linux.ibm.com>
    s390/ipl: add missing intersection check to ipl_report handling

Thomas Hellström <thomas.hellstrom@linux.intel.com>
    drm/ttm: Fix a NULL pointer dereference

Johan Hovold <johan+linaro@kernel.org>
    memory: tegra30-emc: fix interconnect registration race

Johan Hovold <johan+linaro@kernel.org>
    memory: tegra124-emc: fix interconnect registration race

Johan Hovold <johan+linaro@kernel.org>
    memory: tegra20-emc: fix interconnect registration race

Johan Hovold <johan+linaro@kernel.org>
    memory: tegra: fix interconnect registration race

Roman Gushchin <roman.gushchin@linux.dev>
    firmware: xilinx: don't make a sleepable memory allocation from an atomic context

Randy Dunlap <rdunlap@infradead.org>
    serial: 8250: ASPEED_VUART: select REGMAP instead of depending on it

Johan Hovold <johan@kernel.org>
    serial: 8250_fsl: fix handle_irq locking

Biju Das <biju.das.jz@bp.renesas.com>
    serial: 8250_em: Fix UART port type

Sherry Sun <sherry.sun@nxp.com>
    tty: serial: fsl_lpuart: skip waiting for transmission complete when UARTCTRL_SBK is asserted

Alexander Sverdlin <alexander.sverdlin@siemens.com>
    tty: serial: fsl_lpuart: fix race on RX DMA shutdown

Tom Rix <trix@redhat.com>
    Revert "tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE config dependency"

Theodore Ts'o <tytso@mit.edu>
    ext4: fix possible double unlock when moving a directory

Alex Hung <alex.hung@amd.com>
    drm/amd/display: fix shift-out-of-bounds in CalculateVMAndRowBytes

Horatio Zhang <Hongkun.Zhang@amd.com>
    drm/amdgpu: fix ttm_bo calltrace warning in psp_hw_fini

Michael Karcher <kernel@mkarcher.dialup.fu-berlin.de>
    sh: intc: Avoid spurious sizeof-pointer-div warning

Tiezhu Yang <yangtiezhu@loongson.cn>
    LoongArch: Only call get_timer_irq() once in constant_clockevent_init()

Eric Van Hensbergen <ericvh@kernel.org>
    net/9p: fix bug in client create for .L

Qu Huang <qu.huang@linux.dev>
    drm/amdkfd: Fix an illegal memory access

Baokun Li <libaokun1@huawei.com>
    ext4: fix task hung in ext4_xattr_delete_inode

Baokun Li <libaokun1@huawei.com>
    ext4: update s_journal_inum if it changes after journal replay

Linus Torvalds <torvalds@linux-foundation.org>
    media: m5mols: fix off-by-one loop termination error

Lars-Peter Clausen <lars@metafoo.de>
    hwmon: (ltc2992) Set `can_sleep` flag for GPIO chip

Lars-Peter Clausen <lars@metafoo.de>
    hwmon: (adm1266) Set `can_sleep` flag for GPIO chip

Jurica Vukadin <jura@vukad.in>
    kconfig: Update config changed flag before calling callback

Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
    hwmon: tmp512: drop of_match_ptr for ID table

Lars-Peter Clausen <lars@metafoo.de>
    hwmon: (ucd90320) Add minimum delay between bus accesses

Marcus Folkesson <marcus.folkesson@gmail.com>
    hwmon: (ina3221) return prober error code

Zheng Wang <zyytlz.wz@163.com>
    hwmon: (xgene) Fix use after free bug in xgene_hwmon_remove due to race condition

Tony O'Brien <tony.obrien@alliedtelesis.co.nz>
    hwmon: (adt7475) Fix masking of hysteresis registers

Tony O'Brien <tony.obrien@alliedtelesis.co.nz>
    hwmon: (adt7475) Display smoothing attributes in correct order

Nikolay Aleksandrov <razor@blackwall.org>
    bonding: restore bond's IFF_SLAVE flag if a non-eth dev enslave fails

Nikolay Aleksandrov <razor@blackwall.org>
    bonding: restore IFF_MASTER/SLAVE flags on bond enslave ether type change

Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
    net: renesas: rswitch: Fix the output value of quote from rswitch_rx()

Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
    net: renesas: rswitch: Rename rings in struct rswitch_gwca_queue

Liang He <windhl@126.com>
    ethernet: sun: add check for the mdesc_grab()

Marek Vasut <marex@denx.de>
    net: dsa: microchip: fix RGMII delay configuration on KSZ8765/KSZ8794/KSZ8795

Daniil Tatianin <d-tatianin@yandex-team.ru>
    qed/qed_mng_tlv: correctly zero out ->min instead of ->hour

Po-Hsu Lin <po-hsu.lin@canonical.com>
    selftests: net: devlink_port_split.py: skip test if no suitable device available

Thomas Bogendoerfer <tsbogend@alpha.franken.de>
    i825xx: sni_82596: use eth_hw_addr_set()

Alexandra Winter <wintera@linux.ibm.com>
    net/iucv: Fix size of interrupt data

Toke Høiland-Jørgensen <toke@redhat.com>
    net: atlantic: Fix crash when XDP is enabled but no program is loaded

Szymon Heidrich <szymon.heidrich@gmail.com>
    net: usb: smsc75xx: Move packet length check to prevent kernel panic in skb_pull

Ido Schimmel <idosch@nvidia.com>
    ipv4: Fix incorrect table ID in IOCTL path

Wolfram Sang <wsa+renesas@sang-engineering.com>
    sh_eth: avoid PHY being resumed when interface is not up

Wolfram Sang <wsa+renesas@sang-engineering.com>
    ravb: avoid PHY being resumed when interface is not up

Vladimir Oltean <vladimir.oltean@nxp.com>
    net: dsa: mv88e6xxx: fix max_mtu of 1492 on 6165, 6191, 6220, 6250, 6290

Vladimir Oltean <vladimir.oltean@nxp.com>
    net: dsa: don't error out when drivers return ETH_DATA_LEN in .port_max_mtu()

Maciej Fijalkowski <maciej.fijalkowski@intel.com>
    ice: xsk: disable txq irq before flushing hw

Shawn Bohrer <sbohrer@cloudflare.com>
    veth: Fix use after free in XDP_REDIRECT

Shay Drory <shayd@nvidia.com>
    net/mlx5: Set BREAK_FW_WAIT flag first when removing driver

Paul Blakey <paulb@nvidia.com>
    net/mlx5e: Fix cleanup null-ptr deref on encap lock

Maor Dickman <maord@nvidia.com>
    net/mlx5: E-switch, Fix missing set of split_count when forward to ovs internal port

Maor Dickman <maord@nvidia.com>
    net/mlx5: E-switch, Fix wrong usage of source port rewrite in split rules

Daniel Jurgens <danielj@nvidia.com>
    net/mlx5: Disable eswitch before waiting for VF pages

Parav Pandit <parav@nvidia.com>
    net/mlx5: Fix setting ec_function bit in MANAGE_PAGES

Parav Pandit <parav@nvidia.com>
    net/mlx5e: Don't cache tunnel offloads capability

Emeel Hakim <ehakim@nvidia.com>
    net/mlx5e: Fix macsec ASO context alignment

Yu Kuai <yukuai3@huawei.com>
    block: count 'ios' and 'sectors' when io is done for bio-based device

Liang He <windhl@126.com>
    block: sunvdc: add check for mdesc_grab() returning NULL

Damien Le Moal <damien.lemoal@opensource.wdc.com>
    nvmet: avoid potential UAF in nvmet_req_complete()

Ming Lei <ming.lei@redhat.com>
    nvme: fix handling single range discard request

Damien Le Moal <damien.lemoal@opensource.wdc.com>
    block: null_blk: Fix handling of fake timeout request

Russell Currey <ruscur@russell.cc>
    powerpc/mm: Fix false detection of read faults

Liu Ying <victor.liu@nxp.com>
    drm/bridge: Fix returned array size name for atomic_get_input_bus_fmts kdoc

Daniel Golle <daniel@makrotopia.org>
    net: ethernet: mtk_eth_soc: only write values if needed

Daniel Golle <daniel@makrotopia.org>
    net: ethernet: mtk_eth_soc: reset PCS state

Szymon Heidrich <szymon.heidrich@gmail.com>
    net: usb: smsc75xx: Limit packet length to skb->len

Wenjia Zhang <wenjia@linux.ibm.com>
    net/smc: fix deadlock triggered by cancel_delayed_work_syn()

Ido Schimmel <idosch@nvidia.com>
    mlxsw: spectrum: Fix incorrect parsing depth after reload

Zheng Wang <zyytlz.wz@163.com>
    nfc: st-nci: Fix use after free bug in ndlc_remove due to race condition

Kuniyuki Iwashima <kuniyu@amazon.com>
    tcp: Fix bind() conflict check for dual-stack wildcard address.

Heiner Kallweit <hkallweit1@gmail.com>
    net: phy: smsc: bail out in lan87xx_read_status if genphy_read_status fails

Eric Dumazet <edumazet@google.com>
    net: tunnels: annotate lockless accesses to dev->needed_headroom

Chris Leech <cleech@redhat.com>
    blk-mq: fix "bad unlock balance detected" on q->srcu in __blk_mq_run_dispatch_ops

Bart Van Assche <bvanassche@acm.org>
    loop: Fix use-after-free issues

Jan Kara <jack@suse.cz>
    block: do not reverse request order when flushing plug list

Arınç ÜNAL <arinc.unal@arinc9.com>
    net: dsa: mt7530: set PLL frequency and trgmii only when trgmii is used

Arınç ÜNAL <arinc.unal@arinc9.com>
    net: dsa: mt7530: remove now incorrect comment regarding port 5

Daniil Tatianin <d-tatianin@yandex-team.ru>
    qed/qed_dev: guard against a possible division by zero

D. Wythe <alibuda@linux.alibaba.com>
    net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler()

Vadim Fedorenko <vadfed@meta.com>
    bnxt_en: reset PHC frequency in free-running mode

Andrea Righi <andrea.righi@canonical.com>
    drm/i915/sseu: fix max_subslices array-index-out-of-bounds access

Jouni Högander <jouni.hogander@intel.com>
    drm/i915/psr: Use calculated io and fast wake lines

Niklas Schnelle <schnelle@linux.ibm.com>
    PCI: s390: Fix use-after-free of PCI resources with per-function hotplug

Eugenio Pérez <eperezma@redhat.com>
    vdpa_sim: set last_used_idx as last_avail_idx in vdpasim_queue_ready

Eugenio Pérez <eperezma@redhat.com>
    vdpa_sim: not reset state in vdpasim_queue_ready

Gautam Dawar <gautam.dawar@amd.com>
    vhost-vdpa: free iommu domain after last use during cleanup

Ivan Vecera <ivecera@redhat.com>
    i40e: Fix kernel crash during reboot when adapter is in recovery mode

Jianguo Wu <wujianguo@chinatelecom.cn>
    ipvlan: Make skb->skb_iif track skb->dev for l3s mode

Fedor Pchelkin <pchelkin@ispras.ru>
    nfc: pn533: initialize struct pn533_out_arg properly

Guillaume Tucker <guillaume.tucker@collabora.com>
    selftests: fix LLVM build for i386 and x86_64

Johannes Berg <johannes.berg@intel.com>
    wifi: cfg80211: fix MLO connection ownership

Johannes Berg <johannes.berg@intel.com>
    wifi: nl80211: fix NULL-ptr deref in offchan check

Si-Wei Liu <si-wei.liu@oracle.com>
    vdpa/mlx5: should not activate virtq object when suspended

Breno Leitao <leitao@debian.org>
    tcp: tcp_make_synack() can be called from process context

Arnd Bergmann <arnd@arndb.de>
    ftrace,kcfi: Define ftrace_stub_graph conditionally

Bart Van Assche <bvanassche@acm.org>
    scsi: core: Fix a procfs host directory removal regression

Lee Duncan <lduncan@suse.com>
    scsi: core: Add BLIST_NO_VPD_SIZE for some VDASD

Jeremy Sowden <jeremy@azazel.net>
    netfilter: nft_redir: correct value of inet type `.maxattrs`

Jeremy Sowden <jeremy@azazel.net>
    netfilter: nft_redir: correct length for loading protocol registers

Jeremy Sowden <jeremy@azazel.net>
    netfilter: nft_masq: correct length for loading protocol registers

Jeremy Sowden <jeremy@azazel.net>
    netfilter: nft_nat: correct length for loading protocol registers

Bjorn Helgaas <bhelgaas@google.com>
    ALSA: hda: Match only Intel devices with CONTROLLER_IN_GPU()

Tomas Henzl <thenzl@redhat.com>
    scsi: mpi3mr: Fix expander node leak in mpi3mr_remove()

Ranjan Kumar <ranjan.kumar@broadcom.com>
    scsi: mpi3mr: ioctl timeout when disabling/enabling interrupt

Tomas Henzl <thenzl@redhat.com>
    scsi: mpi3mr: Fix memory leaks in mpi3mr_init_ioc()

Ranjan Kumar <ranjan.kumar@broadcom.com>
    scsi: mpi3mr: Return proper values for failures in firmware init path

Tomas Henzl <thenzl@redhat.com>
    scsi: mpi3mr: Fix sas_hba.phy memory leak in mpi3mr_remove()

Tomas Henzl <thenzl@redhat.com>
    scsi: mpi3mr: Fix mpi3mr_hba_port memory leak in mpi3mr_remove()

Tomas Henzl <thenzl@redhat.com>
    scsi: mpi3mr: Fix config page DMA memory leak

Tomas Henzl <thenzl@redhat.com>
    scsi: mpi3mr: Fix throttle_groups memory leak

Wenchao Hao <haowenchao2@huawei.com>
    scsi: mpt3sas: Fix NULL pointer access in mpt3sas_transport_port_add()

Glenn Washburn <development@efficientek.com>
    docs: Correct missing "d_" prefix for dentry_operations member d_weak_revalidate

Jaska Uimonen <jaska.uimonen@linux.intel.com>
    ASoC: SOF: ipc4-topology: set dmic dai index from copier

Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
    ASOC: SOF: Intel: pci-tgl: Fix device description

Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
    ASoC: SOF: Intel: SKL: Fix device description

Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
    ASoC: SOF: Intel: HDA: Fix device description

Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
    ASoC: SOF: Intel: MTL: Fix the device description

Guillaume Tucker <guillaume.tucker@collabora.com>
    selftests: amd-pstate: fix TEST_FILES

Randy Dunlap <rdunlap@infradead.org>
    clk: HI655X: select REGMAP instead of depending on it

Christian Hewitt <christianshewitt@gmail.com>
    drm/meson: fix 1px pink line on GXM when scaling video overlay

Zhang Xiaoxu <zhangxiaoxu5@huawei.com>
    cifs: Move the in_send statistic to __smb_send_rqst()

Dan Carpenter <error27@gmail.com>
    fbdev: chipsfb: Fix error codes in chipsfb_pci_init()

Dmitry Osipenko <dmitry.osipenko@collabora.com>
    drm/panfrost: Don't sync rpm suspension after mmu flushing

Dmitry Osipenko <dmitry.osipenko@collabora.com>
    drm/msm/gem: Prevent blocking within shrinker loop

Oleksandr Tyshchenko <oleksandr_tyshchenko@epam.com>
    drm/virtio: Pass correct device to dma_sync_sgtable_for_device()

Herbert Xu <herbert@gondor.apana.org.au>
    xfrm: Allow transport-mode states with AF_UNSPEC selector


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

Diffstat:

 Documentation/filesystems/vfs.rst                  |   2 +-
 Makefile                                           |   4 +-
 arch/loongarch/kernel/time.c                       |  11 +-
 arch/powerpc/Makefile                              |  26 +---
 arch/powerpc/boot/Makefile                         |  14 ++-
 arch/powerpc/mm/fault.c                            |  11 +-
 arch/powerpc/platforms/Kconfig.cputype             |  12 +-
 arch/riscv/include/asm/mmu.h                       |   2 -
 arch/riscv/include/asm/tlbflush.h                  |  18 ---
 arch/riscv/mm/context.c                            |  40 +++---
 arch/riscv/mm/fault.c                              |   5 +
 arch/riscv/mm/tlbflush.c                           |  28 +++--
 arch/s390/boot/ipl_report.c                        |   8 ++
 arch/s390/pci/pci.c                                |  16 ++-
 arch/s390/pci/pci_bus.c                            |  12 +-
 arch/s390/pci/pci_bus.h                            |   3 +-
 arch/x86/include/asm/sev-common.h                  |   3 +-
 arch/x86/include/asm/svm.h                         |  12 +-
 arch/x86/kernel/cpu/mce/core.c                     |   1 +
 arch/x86/kernel/cpu/resctrl/ctrlmondata.c          |   7 +-
 arch/x86/kernel/cpu/resctrl/internal.h             |   1 +
 arch/x86/kernel/cpu/resctrl/rdtgroup.c             |  25 +++-
 arch/x86/kernel/ftrace_64.S                        |   2 +
 arch/x86/kernel/sev.c                              |  26 ++--
 arch/x86/kvm/svm/avic.c                            |  26 ++--
 arch/x86/kvm/vmx/nested.c                          |  10 +-
 arch/x86/mm/mem_encrypt_identity.c                 |   3 +-
 block/blk-core.c                                   |  16 +--
 block/blk-mq.c                                     |   5 +-
 block/blk-mq.h                                     |   5 +-
 drivers/acpi/pptt.c                                |   5 +-
 drivers/block/loop.c                               |  25 ++--
 drivers/block/null_blk/main.c                      |   6 +-
 drivers/block/sunvdc.c                             |   2 +
 drivers/block/zram/zram_drv.c                      |   4 +-
 drivers/clk/Kconfig                                |   2 +-
 drivers/cpuidle/cpuidle-psci-domain.c              |   3 +-
 drivers/firmware/xilinx/zynqmp.c                   |   2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c            |   6 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c            |  19 +++
 drivers/gpu/drm/amd/amdkfd/kfd_device.c            |  11 +-
 drivers/gpu/drm/amd/amdkfd/kfd_events.c            |   9 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |   6 +-
 drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hwseq.c |   3 -
 .../gpu/drm/amd/display/dc/dcn32/dcn32_resource.c  |   6 +-
 .../amd/display/dc/dml/dcn30/display_mode_vba_30.c |   5 +-
 .../pm/swsmu/inc/pmfw_if/smu13_driver_if_v13_0_4.h |   4 +-
 drivers/gpu/drm/amd/pm/swsmu/inc/smu_v13_0.h       |   2 +-
 .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c    |  43 +++++--
 drivers/gpu/drm/drm_edid.c                         |   2 +-
 drivers/gpu/drm/drm_gem.c                          |   9 +-
 drivers/gpu/drm/drm_gem_shmem_helper.c             |   9 +-
 drivers/gpu/drm/i915/display/intel_display_types.h |   2 +
 drivers/gpu/drm/i915/display/intel_psr.c           |  78 +++++++++---
 drivers/gpu/drm/i915/display/intel_snps_phy.c      |  62 +++++++++
 drivers/gpu/drm/i915/gt/intel_sseu.h               |   2 +-
 drivers/gpu/drm/i915/i915_active.c                 |  25 ++--
 drivers/gpu/drm/meson/meson_vpp.c                  |   2 +
 drivers/gpu/drm/msm/msm_gem_shrinker.c             |  11 +-
 drivers/gpu/drm/panfrost/panfrost_mmu.c            |   2 +-
 drivers/gpu/drm/sun4i/sun4i_drv.c                  |   6 +-
 drivers/gpu/drm/ttm/ttm_device.c                   |   2 +-
 drivers/gpu/drm/virtio/virtgpu_vq.c                |   4 +-
 drivers/hwmon/adt7475.c                            |   8 +-
 drivers/hwmon/ina3221.c                            |   2 +-
 drivers/hwmon/ltc2992.c                            |   1 +
 drivers/hwmon/pmbus/adm1266.c                      |   1 +
 drivers/hwmon/pmbus/ucd9000.c                      |  75 +++++++++++
 drivers/hwmon/tmp513.c                             |   2 +-
 drivers/hwmon/xgene-hwmon.c                        |   1 +
 drivers/interconnect/core.c                        |  68 ++++++----
 drivers/interconnect/imx/imx.c                     |  20 +--
 drivers/interconnect/qcom/icc-rpm.c                |  29 +++--
 drivers/interconnect/qcom/icc-rpmh.c               |  30 +++--
 drivers/interconnect/qcom/msm8974.c                |  20 ++-
 drivers/interconnect/qcom/osm-l3.c                 |  14 +--
 drivers/interconnect/samsung/exynos.c              |  26 ++--
 drivers/md/Kconfig                                 |   4 +
 drivers/md/dm.c                                    |   6 +-
 drivers/media/i2c/m5mols/m5mols_core.c             |   2 +-
 drivers/memory/tegra/mc.c                          |  16 ++-
 drivers/memory/tegra/tegra124-emc.c                |  12 +-
 drivers/memory/tegra/tegra20-emc.c                 |  12 +-
 drivers/memory/tegra/tegra30-emc.c                 |  12 +-
 drivers/mmc/host/sdhci_am654.c                     |   2 +-
 drivers/net/bonding/bond_main.c                    |  23 ++--
 drivers/net/dsa/microchip/ksz_common.c             |   2 +-
 drivers/net/dsa/mt7530.c                           |  64 +++++-----
 drivers/net/dsa/mv88e6xxx/chip.c                   |  16 ++-
 drivers/net/ethernet/aquantia/atlantic/aq_ring.c   |  28 +++--
 drivers/net/ethernet/broadcom/bnxt/bnxt.c          |   6 +-
 drivers/net/ethernet/broadcom/bnxt/bnxt.h          |   2 +
 drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c      |  56 +++++----
 drivers/net/ethernet/i825xx/sni_82596.c            |  14 ++-
 drivers/net/ethernet/intel/i40e/i40e_main.c        |   1 +
 drivers/net/ethernet/intel/ice/ice.h               |  14 +--
 drivers/net/ethernet/intel/ice/ice_main.c          |  19 ++-
 drivers/net/ethernet/intel/ice/ice_xsk.c           |   5 +-
 drivers/net/ethernet/mediatek/mtk_eth_soc.h        |   4 +
 drivers/net/ethernet/mediatek/mtk_sgmii.c          |  28 +++--
 drivers/net/ethernet/mellanox/mlx5/core/en.h       |   1 -
 .../ethernet/mellanox/mlx5/core/en_accel/macsec.c  |   2 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c  |   4 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c   |   1 -
 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c    |  11 ++
 .../ethernet/mellanox/mlx5/core/eswitch_offloads.c |  10 +-
 .../net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c  |   1 -
 drivers/net/ethernet/mellanox/mlx5/core/main.c     |   4 +-
 .../net/ethernet/mellanox/mlx5/core/pagealloc.c    |  22 +++-
 drivers/net/ethernet/mellanox/mlxsw/spectrum.c     |   2 +
 .../net/ethernet/mellanox/mlxsw/spectrum_router.c  |  14 +++
 drivers/net/ethernet/qlogic/qed/qed_dev.c          |   5 +
 drivers/net/ethernet/qlogic/qed/qed_mng_tlv.c      |   2 +-
 drivers/net/ethernet/renesas/ravb_main.c           |  12 +-
 drivers/net/ethernet/renesas/rswitch.c             |  74 +++++------
 drivers/net/ethernet/renesas/rswitch.h             |   4 +-
 drivers/net/ethernet/renesas/sh_eth.c              |  12 +-
 drivers/net/ethernet/sun/ldmvsw.c                  |   3 +
 drivers/net/ethernet/sun/sunvnet.c                 |   3 +
 drivers/net/ipvlan/ipvlan_l3s.c                    |   1 +
 drivers/net/phy/nxp-c45-tja11xx.c                  |   2 +-
 drivers/net/phy/smsc.c                             |   5 +-
 drivers/net/usb/smsc75xx.c                         |   7 ++
 drivers/net/veth.c                                 |   6 +-
 drivers/nfc/pn533/usb.c                            |   1 +
 drivers/nfc/st-nci/ndlc.c                          |   6 +-
 drivers/nvme/host/core.c                           |  28 +++--
 drivers/nvme/host/multipath.c                      |   8 +-
 drivers/nvme/host/pci.c                            |   2 +
 drivers/nvme/target/core.c                         |   4 +-
 drivers/pci/bus.c                                  |  21 ++++
 drivers/scsi/hosts.c                               |   3 -
 drivers/scsi/mpi3mr/mpi3mr.h                       |   5 +
 drivers/scsi/mpi3mr/mpi3mr_fw.c                    |  71 +++++++----
 drivers/scsi/mpi3mr/mpi3mr_os.c                    |  25 ++++
 drivers/scsi/mpi3mr/mpi3mr_transport.c             |   5 +-
 drivers/scsi/mpt3sas/mpt3sas_transport.c           |  14 ++-
 drivers/scsi/scsi.c                                |   3 +
 drivers/scsi/scsi_devinfo.c                        |   3 +-
 drivers/scsi/scsi_scan.c                           |   3 +
 drivers/tty/serial/8250/8250_em.c                  |   4 +-
 drivers/tty/serial/8250/8250_fsl.c                 |   4 +-
 drivers/tty/serial/8250/Kconfig                    |   3 +-
 drivers/tty/serial/Kconfig                         |   2 +-
 drivers/tty/serial/fsl_lpuart.c                    |  23 ++--
 drivers/vdpa/mlx5/core/mlx5_vdpa.h                 |   1 +
 drivers/vdpa/mlx5/net/mlx5_vnet.c                  |   6 +-
 drivers/vdpa/vdpa_sim/vdpa_sim.c                   |  13 ++
 drivers/vdpa/virtio_pci/vp_vdpa.c                  |   2 +-
 drivers/vhost/vdpa.c                               |   3 +-
 drivers/video/fbdev/chipsfb.c                      |  14 ++-
 drivers/video/fbdev/core/fb_defio.c                |  17 ++-
 drivers/video/fbdev/stifb.c                        |  27 ++++
 drivers/virt/coco/sev-guest/sev-guest.c            | 128 +++++++++++--------
 fs/cifs/cifs_debug.c                               |   5 +
 fs/cifs/cifs_dfs_ref.c                             |   1 +
 fs/cifs/cifs_fs_sb.h                               |   2 -
 fs/cifs/cifsglob.h                                 |   4 +-
 fs/cifs/connect.c                                  |  10 +-
 fs/cifs/dfs.c                                      |  67 ++++++----
 fs/cifs/dfs.h                                      |  19 ++-
 fs/cifs/dfs_cache.c                                | 140 ---------------------
 fs/cifs/dfs_cache.h                                |   2 -
 fs/cifs/fs_context.h                               |   1 +
 fs/cifs/misc.c                                     |   8 ++
 fs/cifs/smb2inode.c                                |  31 +++--
 fs/cifs/smb2transport.c                            |   2 +-
 fs/cifs/transport.c                                |  21 ++--
 fs/ext4/namei.c                                    |   4 +-
 fs/ext4/super.c                                    |   7 +-
 fs/ext4/xattr.c                                    |  11 ++
 fs/ocfs2/aops.c                                    |  19 ++-
 include/drm/drm_bridge.h                           |   4 +-
 include/drm/drm_gem.h                              |   4 +-
 include/linux/blk-mq.h                             |   6 +
 include/linux/blkdev.h                             |   5 +-
 include/linux/fb.h                                 |   1 +
 include/linux/interconnect-provider.h              |  12 ++
 include/linux/netdevice.h                          |   6 +-
 include/linux/pci.h                                |   1 +
 include/linux/sh_intc.h                            |   5 +-
 include/linux/tracepoint.h                         |  15 +--
 include/scsi/scsi_device.h                         |   2 +
 include/scsi/scsi_devinfo.h                        |   6 +-
 io_uring/msg_ring.c                                |   4 +-
 kernel/trace/ftrace.c                              |   3 +-
 kernel/trace/trace.c                               |   2 +
 kernel/trace/trace_events_hist.c                   |  12 ++
 kernel/trace/trace_hwlat.c                         |   7 +-
 mm/huge_memory.c                                   |   6 +-
 mm/mincore.c                                       |   2 +-
 net/9p/client.c                                    |   2 +-
 net/dsa/slave.c                                    |   9 +-
 net/ipv4/fib_frontend.c                            |   3 +
 net/ipv4/inet_hashtables.c                         |   8 +-
 net/ipv4/ip_tunnel.c                               |  12 +-
 net/ipv4/tcp_output.c                              |   2 +-
 net/ipv6/ip6_tunnel.c                              |   4 +-
 net/iucv/iucv.c                                    |   2 +-
 net/mptcp/pm_netlink.c                             |  16 +++
 net/mptcp/protocol.c                               |  64 +++++-----
 net/mptcp/protocol.h                               |   6 +-
 net/mptcp/subflow.c                                | 128 +++++++------------
 net/netfilter/nft_masq.c                           |   2 +-
 net/netfilter/nft_nat.c                            |   2 +-
 net/netfilter/nft_redir.c                          |   4 +-
 net/smc/smc_cdc.c                                  |   3 +
 net/smc/smc_core.c                                 |   2 +-
 net/wireless/nl80211.c                             |  18 ++-
 net/xfrm/xfrm_state.c                              |   5 -
 scripts/kconfig/confdata.c                         |   6 +-
 sound/hda/intel-dsp-config.c                       |   9 ++
 sound/pci/hda/hda_intel.c                          |   5 +-
 sound/pci/hda/patch_realtek.c                      |   2 +
 sound/soc/intel/common/soc-acpi-intel-adl-match.c  |   2 +-
 sound/soc/qcom/qdsp6/q6prm.c                       |   4 +-
 sound/soc/sof/intel/pci-apl.c                      |   1 +
 sound/soc/sof/intel/pci-cnl.c                      |   2 +
 sound/soc/sof/intel/pci-icl.c                      |   1 +
 sound/soc/sof/intel/pci-mtl.c                      |   1 +
 sound/soc/sof/intel/pci-skl.c                      |   2 +
 sound/soc/sof/intel/pci-tgl.c                      |   7 ++
 sound/soc/sof/ipc4-topology.h                      |   2 +-
 tools/testing/selftests/amd-pstate/Makefile        |  13 +-
 tools/testing/selftests/lib.mk                     |   2 +
 tools/testing/selftests/net/devlink_port_split.py  |  36 +++++-
 226 files changed, 1784 insertions(+), 1095 deletions(-)



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

end of thread, other threads:[~2023-03-21 11:58 UTC | newest]

Thread overview: 224+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-20 14:52 [PATCH 6.2 000/211] 6.2.8-rc1 review Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 001/211] xfrm: Allow transport-mode states with AF_UNSPEC selector Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 002/211] drm/virtio: Pass correct device to dma_sync_sgtable_for_device() Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 003/211] drm/msm/gem: Prevent blocking within shrinker loop Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 004/211] drm/panfrost: Dont sync rpm suspension after mmu flushing Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 005/211] fbdev: chipsfb: Fix error codes in chipsfb_pci_init() Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 006/211] cifs: Move the in_send statistic to __smb_send_rqst() Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 007/211] drm/meson: fix 1px pink line on GXM when scaling video overlay Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 008/211] clk: HI655X: select REGMAP instead of depending on it Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 009/211] selftests: amd-pstate: fix TEST_FILES Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 010/211] ASoC: SOF: Intel: MTL: Fix the device description Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 011/211] ASoC: SOF: Intel: HDA: Fix " Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 012/211] ASoC: SOF: Intel: SKL: " Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 013/211] ASOC: SOF: Intel: pci-tgl: " Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 014/211] ASoC: SOF: ipc4-topology: set dmic dai index from copier Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 015/211] docs: Correct missing "d_" prefix for dentry_operations member d_weak_revalidate Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 016/211] scsi: mpt3sas: Fix NULL pointer access in mpt3sas_transport_port_add() Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 017/211] scsi: mpi3mr: Fix throttle_groups memory leak Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 018/211] scsi: mpi3mr: Fix config page DMA " Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 019/211] scsi: mpi3mr: Fix mpi3mr_hba_port memory leak in mpi3mr_remove() Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 020/211] scsi: mpi3mr: Fix sas_hba.phy " Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 021/211] scsi: mpi3mr: Return proper values for failures in firmware init path Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 022/211] scsi: mpi3mr: Fix memory leaks in mpi3mr_init_ioc() Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 023/211] scsi: mpi3mr: ioctl timeout when disabling/enabling interrupt Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 024/211] scsi: mpi3mr: Fix expander node leak in mpi3mr_remove() Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 025/211] ALSA: hda: Match only Intel devices with CONTROLLER_IN_GPU() Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 026/211] netfilter: nft_nat: correct length for loading protocol registers Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 027/211] netfilter: nft_masq: " Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 028/211] netfilter: nft_redir: " Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 029/211] netfilter: nft_redir: correct value of inet type `.maxattrs` Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 030/211] scsi: core: Add BLIST_NO_VPD_SIZE for some VDASD Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 031/211] scsi: core: Fix a procfs host directory removal regression Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 032/211] ftrace,kcfi: Define ftrace_stub_graph conditionally Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 033/211] tcp: tcp_make_synack() can be called from process context Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 034/211] vdpa/mlx5: should not activate virtq object when suspended Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 035/211] wifi: nl80211: fix NULL-ptr deref in offchan check Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 036/211] wifi: cfg80211: fix MLO connection ownership Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 037/211] selftests: fix LLVM build for i386 and x86_64 Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 038/211] nfc: pn533: initialize struct pn533_out_arg properly Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 039/211] ipvlan: Make skb->skb_iif track skb->dev for l3s mode Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 040/211] i40e: Fix kernel crash during reboot when adapter is in recovery mode Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 041/211] vhost-vdpa: free iommu domain after last use during cleanup Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 042/211] vdpa_sim: not reset state in vdpasim_queue_ready Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 043/211] vdpa_sim: set last_used_idx as last_avail_idx " Greg Kroah-Hartman
2023-03-20 14:52 ` [PATCH 6.2 044/211] PCI: s390: Fix use-after-free of PCI resources with per-function hotplug Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 045/211] drm/i915/psr: Use calculated io and fast wake lines Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 046/211] drm/i915/sseu: fix max_subslices array-index-out-of-bounds access Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 047/211] bnxt_en: reset PHC frequency in free-running mode Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 048/211] net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler() Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 049/211] qed/qed_dev: guard against a possible division by zero Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 050/211] net: dsa: mt7530: remove now incorrect comment regarding port 5 Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 051/211] net: dsa: mt7530: set PLL frequency and trgmii only when trgmii is used Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 052/211] block: do not reverse request order when flushing plug list Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 053/211] loop: Fix use-after-free issues Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 054/211] blk-mq: fix "bad unlock balance detected" on q->srcu in __blk_mq_run_dispatch_ops Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 055/211] net: tunnels: annotate lockless accesses to dev->needed_headroom Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 056/211] net: phy: smsc: bail out in lan87xx_read_status if genphy_read_status fails Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 057/211] tcp: Fix bind() conflict check for dual-stack wildcard address Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 058/211] nfc: st-nci: Fix use after free bug in ndlc_remove due to race condition Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 059/211] mlxsw: spectrum: Fix incorrect parsing depth after reload Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 060/211] net/smc: fix deadlock triggered by cancel_delayed_work_syn() Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 061/211] net: usb: smsc75xx: Limit packet length to skb->len Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 062/211] net: ethernet: mtk_eth_soc: reset PCS state Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 063/211] net: ethernet: mtk_eth_soc: only write values if needed Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 064/211] drm/bridge: Fix returned array size name for atomic_get_input_bus_fmts kdoc Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 065/211] powerpc/mm: Fix false detection of read faults Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 066/211] block: null_blk: Fix handling of fake timeout request Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 067/211] nvme: fix handling single range discard request Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 068/211] nvmet: avoid potential UAF in nvmet_req_complete() Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 069/211] block: sunvdc: add check for mdesc_grab() returning NULL Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 070/211] block: count ios and sectors when io is done for bio-based device Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 071/211] net/mlx5e: Fix macsec ASO context alignment Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 072/211] net/mlx5e: Dont cache tunnel offloads capability Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 073/211] net/mlx5: Fix setting ec_function bit in MANAGE_PAGES Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 074/211] net/mlx5: Disable eswitch before waiting for VF pages Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 075/211] net/mlx5: E-switch, Fix wrong usage of source port rewrite in split rules Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 076/211] net/mlx5: E-switch, Fix missing set of split_count when forward to ovs internal port Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 077/211] net/mlx5e: Fix cleanup null-ptr deref on encap lock Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 078/211] net/mlx5: Set BREAK_FW_WAIT flag first when removing driver Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 079/211] veth: Fix use after free in XDP_REDIRECT Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 080/211] ice: xsk: disable txq irq before flushing hw Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 081/211] net: dsa: dont error out when drivers return ETH_DATA_LEN in .port_max_mtu() Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 082/211] net: dsa: mv88e6xxx: fix max_mtu of 1492 on 6165, 6191, 6220, 6250, 6290 Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 083/211] ravb: avoid PHY being resumed when interface is not up Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 084/211] sh_eth: " Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 085/211] ipv4: Fix incorrect table ID in IOCTL path Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 086/211] net: usb: smsc75xx: Move packet length check to prevent kernel panic in skb_pull Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 087/211] net: atlantic: Fix crash when XDP is enabled but no program is loaded Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 088/211] net/iucv: Fix size of interrupt data Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 089/211] i825xx: sni_82596: use eth_hw_addr_set() Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 090/211] selftests: net: devlink_port_split.py: skip test if no suitable device available Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 091/211] qed/qed_mng_tlv: correctly zero out ->min instead of ->hour Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 092/211] net: dsa: microchip: fix RGMII delay configuration on KSZ8765/KSZ8794/KSZ8795 Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 093/211] ethernet: sun: add check for the mdesc_grab() Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 094/211] net: renesas: rswitch: Rename rings in struct rswitch_gwca_queue Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 095/211] net: renesas: rswitch: Fix the output value of quote from rswitch_rx() Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 096/211] bonding: restore IFF_MASTER/SLAVE flags on bond enslave ether type change Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 097/211] bonding: restore bonds IFF_SLAVE flag if a non-eth dev enslave fails Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 098/211] hwmon: (adt7475) Display smoothing attributes in correct order Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 099/211] hwmon: (adt7475) Fix masking of hysteresis registers Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 100/211] hwmon: (xgene) Fix use after free bug in xgene_hwmon_remove due to race condition Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 101/211] hwmon: (ina3221) return prober error code Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 102/211] hwmon: (ucd90320) Add minimum delay between bus accesses Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 103/211] hwmon: tmp512: drop of_match_ptr for ID table Greg Kroah-Hartman
2023-03-20 14:53 ` [PATCH 6.2 104/211] kconfig: Update config changed flag before calling callback Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 105/211] hwmon: (adm1266) Set `can_sleep` flag for GPIO chip Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 106/211] hwmon: (ltc2992) " Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 107/211] media: m5mols: fix off-by-one loop termination error Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 108/211] ext4: update s_journal_inum if it changes after journal replay Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 109/211] ext4: fix task hung in ext4_xattr_delete_inode Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 110/211] drm/amdkfd: Fix an illegal memory access Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 111/211] net/9p: fix bug in client create for .L Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 112/211] LoongArch: Only call get_timer_irq() once in constant_clockevent_init() Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 113/211] sh: intc: Avoid spurious sizeof-pointer-div warning Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 114/211] drm/amdgpu: fix ttm_bo calltrace warning in psp_hw_fini Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 115/211] drm/amd/display: fix shift-out-of-bounds in CalculateVMAndRowBytes Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 116/211] ext4: fix possible double unlock when moving a directory Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 117/211] Revert "tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE config dependency" Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 118/211] tty: serial: fsl_lpuart: fix race on RX DMA shutdown Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 119/211] tty: serial: fsl_lpuart: skip waiting for transmission complete when UARTCTRL_SBK is asserted Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 120/211] serial: 8250_em: Fix UART port type Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 121/211] serial: 8250_fsl: fix handle_irq locking Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 122/211] serial: 8250: ASPEED_VUART: select REGMAP instead of depending on it Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 123/211] firmware: xilinx: dont make a sleepable memory allocation from an atomic context Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 124/211] memory: tegra: fix interconnect registration race Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 125/211] memory: tegra20-emc: " Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 126/211] memory: tegra124-emc: " Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 127/211] memory: tegra30-emc: " Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 128/211] drm/ttm: Fix a NULL pointer dereference Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 129/211] s390/ipl: add missing intersection check to ipl_report handling Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 130/211] interconnect: fix icc_provider_del() error handling Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 131/211] interconnect: fix provider registration API Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 132/211] interconnect: imx: fix registration race Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 133/211] interconnect: fix mem leak when freeing nodes Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 134/211] interconnect: qcom: osm-l3: fix registration race Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 135/211] interconnect: qcom: rpm: fix probe child-node error handling Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 136/211] interconnect: qcom: rpm: fix registration race Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 137/211] interconnect: qcom: rpmh: fix probe child-node error handling Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 138/211] interconnect: qcom: rpmh: fix registration race Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 139/211] interconnect: qcom: msm8974: " Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 140/211] interconnect: exynos: fix node leak in probe PM QoS error path Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 141/211] interconnect: exynos: fix registration race Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 142/211] md: select BLOCK_LEGACY_AUTOLOAD Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 143/211] cifs: generate signkey for the channel thats reconnecting Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 144/211] tracing: Make splice_read available again Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 145/211] tracing: Do not let histogram values have some modifiers Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 146/211] tracing: Check field value in hist_field_name() Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 147/211] tracing: Make tracepoint lockdep check actually test something Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 148/211] cifs: Fix smb2_set_path_size() Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 149/211] cifs: set DFS root session in cifs_get_smb_ses() Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 150/211] cifs: fix use-after-free bug in refresh_cache_worker() Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 151/211] cifs: return DFS root session id in DebugData Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 152/211] cifs: use DFS root session instead of tcon ses Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 153/211] KVM: SVM: Fix a benign off-by-one bug in AVIC physical table mask Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 154/211] KVM: SVM: Modify AVIC GATag to support max number of 512 vCPUs Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 155/211] KVM: nVMX: add missing consistency checks for CR0 and CR4 Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 156/211] ALSA: hda: intel-dsp-config: add MTL PCI id Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 157/211] ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book2 Pro Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 158/211] ALSA: hda/realtek: fix speaker, mute/micmute LEDs not work on a HP platform Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 159/211] Revert "riscv: mm: notify remote harts about mmu cache updates" Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 160/211] riscv: asid: Fixup stale TLB entry cause application crash Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 161/211] drm/edid: fix info leak when failing to get panel id Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 162/211] drm/shmem-helper: Remove another errant put in error path Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 163/211] drm/sun4i: fix missing component unbind on bind errors Greg Kroah-Hartman
2023-03-20 14:54 ` [PATCH 6.2 164/211] drm/i915/active: Fix misuse of non-idle barriers as fence trackers Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 165/211] drm/i915/dg2: Add HDMI pixel clock frequencies 267.30 and 319.89 MHz Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 166/211] drm/amdgpu: Dont resume IOMMU after incomplete init Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 167/211] drm/amd/pm: Fix sienna cichlid incorrect OD volage after resume Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 168/211] drm/amdgpu/vcn: Disable indirect SRAM on Vangogh broken BIOSes Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 169/211] drm/amd/pm: bump SMU 13.0.4 driver_if header version Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 170/211] drm/amd/display: Do not set DRR on pipe Commit Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 171/211] drm/amd/display: disconnect MPCC only on OTG change Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 172/211] drm/amd/display: Write to correct dirty_rect Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 173/211] mptcp: fix possible deadlock in subflow_error_report Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 174/211] mptcp: refactor passive socket initialization Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 175/211] mptcp: use the workqueue to destroy unaccepted sockets Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 176/211] mptcp: fix UaF in listener shutdown Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 177/211] mptcp: add ro_after_init for tcp{,v6}_prot_override Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 178/211] mptcp: avoid setting TCP_CLOSE state twice Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 179/211] mptcp: fix lockdep false positive in mptcp_pm_nl_create_listen_socket() Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 180/211] ftrace: Fix invalid address access in lookup_rec() when index is 0 Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 181/211] ocfs2: fix data corruption after failed write Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 182/211] nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV3000 Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 183/211] ice: avoid bonding causing auxiliary plug/unplug under RTNL lock Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 184/211] vp_vdpa: fix the crash in hot unplug with vp_vdpa Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 185/211] mm/userfaultfd: propagate uffd-wp bit when PTE-mapping the huge zeropage Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 186/211] mm: teach mincore_hugetlb about pte markers Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 187/211] powerpc/64: Set default CPU in Kconfig Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 188/211] powerpc/boot: Dont always pass -mcpu=powerpc when building 32-bit uImage Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 189/211] mmc: sdhci_am654: lower power-on failed message severity Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 190/211] fbdev: stifb: Provide valid pixelclock and add fb_check_var() checks Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 191/211] trace/hwlat: Do not wipe the contents of per-cpu thread data Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 192/211] trace/hwlat: Do not start per-cpu thread if it is already running Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 193/211] ACPI: PPTT: Fix to avoid sleep in the atomic context when PPTT is absent Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 194/211] net: phy: nxp-c45-tja11xx: fix MII_BASIC_CONFIG_REV bit Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 195/211] fbdev: Fix incorrect page mapping clearance at fb_deferred_io_release() Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 196/211] RISC-V: mm: Support huge page in vmalloc_fault() Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 197/211] io_uring/msg_ring: let target know allocated index Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 198/211] cpuidle: psci: Iterate backwards over list in psci_pd_remove() Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 199/211] ASoC: Intel: soc-acpi: fix copy-paste issue in topology names Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 200/211] ASoC: qcom: q6prm: fix incorrect clk_root passed to ADSP Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 201/211] x86/mce: Make sure logged MCEs are processed after sysfs update Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 202/211] x86/mm: Fix use of uninitialized buffer in sme_enable() Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 203/211] x86/resctrl: Clear staged_config[] before and after it is used Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 204/211] powerpc: Pass correct CPU reference to assembler Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 205/211] virt/coco/sev-guest: Check SEV_SNP attribute at probe time Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 206/211] virt/coco/sev-guest: Simplify extended guest request handling Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 207/211] virt/coco/sev-guest: Remove the disable_vmpck label in handle_guest_request() Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 208/211] virt/coco/sev-guest: Carve out the request issuing logic into a helper Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 209/211] virt/coco/sev-guest: Do some code style cleanups Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 210/211] virt/coco/sev-guest: Convert the sw_exit_info_2 checking to a switch-case Greg Kroah-Hartman
2023-03-20 14:55 ` [PATCH 6.2 211/211] virt/coco/sev-guest: Add throttling awareness Greg Kroah-Hartman
2023-03-20 17:19 ` [PATCH 6.2 000/211] 6.2.8-rc1 review Chris Paterson
2023-03-20 18:40 ` Naresh Kamboju
2023-03-20 18:49   ` Nick Desaulniers
2023-03-21  7:48     ` Greg Kroah-Hartman
2023-03-20 21:28 ` Florian Fainelli
2023-03-20 23:01 ` Shuah Khan
2023-03-20 23:03 ` Shuah Khan
2023-03-21  2:23 ` Allen Pais
2023-03-21  4:51 ` Bagas Sanjaya
2023-03-21  6:51 ` Ron Economos
2023-03-21  8:46 ` Conor Dooley
2023-03-21 11:57 ` Jon Hunter

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).