All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nathan Chancellor <nathan@kernel.org>
To: Naresh Kamboju <naresh.kamboju@linaro.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Peter Zijlstra <peterz@infradead.org>,
	Daniel Borkmann <daniel@iogearbox.net>,
	stable@vger.kernel.org, patches@lists.linux.dev,
	linux-kernel@vger.kernel.org, torvalds@linux-foundation.org,
	akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org,
	patches@kernelci.org, lkft-triage@lists.linaro.org,
	pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com,
	sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de,
	bpf <bpf@vger.kernel.org>,
	llvm@lists.linux.dev
Subject: Re: [PATCH 6.0 000/289] 6.0.11-rc1 review
Date: Wed, 30 Nov 2022 23:57:24 -0700	[thread overview]
Message-ID: <Y4hQVCBYfwU0abvO@dev-arch.thelio-3990X> (raw)
In-Reply-To: <CA+G9fYuJVxhKbeN9OGCr2_zyfa1k3j4DS1gAoTW0P89Eyz2FHg@mail.gmail.com>

On Thu, Dec 01, 2022 at 11:44:53AM +0530, Naresh Kamboju wrote:
> On Thu, 1 Dec 2022 at 00:13, Greg Kroah-Hartman
> <gregkh@linuxfoundation.org> wrote:
> >
> > This is the start of the stable review cycle for the 6.0.11 release.
> > There are 289 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 Fri, 02 Dec 2022 18:05:05 +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.0.11-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.0.y
> > and the diffstat can be found below.
> >
> > thanks,
> >
> > greg k-h
> 
> Results from Linaro's test farm.
> Regressions found on x86_64:
> 
>     - build-clang-15-allmodconfig-x86_64
>     - build-clang-nightly-allmodconfig-x86_64
> 
> Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>
> 
>     bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)
>     [ Upstream commit c86df29d11dfba27c0a1f5039cd6fe387fbf4239 ]
> 
> Causing the following build warnings / errors with clang-15 allmodconfig
> on x86_64,
> 
> Build error:
> make --silent --keep-going --jobs=8
> O=/home/tuxbuild/.cache/tuxmake/builds/1/build LLVM=1 LLVM_IAS=1
> ARCH=x86_64 SRCARCH=x86 CROSS_COMPILE=x86_64-linux-gnu-
> 'HOSTCC=sccache clang' 'CC=sccache clang'
> kernel/bpf/dispatcher.c:126:33: error: pointer type mismatch ('void *'
> and 'unsigned int (*)(const void *, const struct bpf_insn *,
> bpf_func_t)' (aka 'unsigned int (*)(const void *, const struct
> bpf_insn *, unsigned int (*)(const void *, const struct bpf_insn
> *))')) [-Werror,-Wpointer-type-mismatch]
>         __BPF_DISPATCHER_UPDATE(d, new ?: &bpf_dispatcher_nop_func);
>                                    ~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~
> include/linux/bpf.h:938:54: note: expanded from macro '__BPF_DISPATCHER_UPDATE'
>         __static_call_update((_d)->sc_key, (_d)->sc_tramp, (_new))
>                                                             ^~~~
> 1 error generated.

Thanks for the report! This is fixed with upstream commit a679120edfcf
("bpf: Add explicit cast to 'void *' for __BPF_DISPATCHER_UPDATE()"),
which was marked as a fix for c86df29d11df.

Cheers,
Nathan

  reply	other threads:[~2022-12-01  6:57 UTC|newest]

Thread overview: 305+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-30 18:19 [PATCH 6.0 000/289] 6.0.11-rc1 review Greg Kroah-Hartman
2022-11-30 18:19 ` [PATCH 6.0 001/289] binder: validate alloc->mm in ->mmap() handler Greg Kroah-Hartman
2022-11-30 18:19 ` [PATCH 6.0 002/289] ceph: Use kcalloc for allocating multiple elements Greg Kroah-Hartman
2022-11-30 18:19 ` [PATCH 6.0 003/289] ceph: fix NULL pointer dereference for req->r_session Greg Kroah-Hartman
2022-11-30 18:19 ` [PATCH 6.0 004/289] wifi: mac80211: fix memory free error when registering wiphy fail Greg Kroah-Hartman
2022-11-30 18:19 ` [PATCH 6.0 005/289] wifi: cfg80211: Fix bitrates overflow issue Greg Kroah-Hartman
2022-11-30 18:19 ` [PATCH 6.0 006/289] wifi: mac80211_hwsim: fix debugfs attribute ps with rc table support Greg Kroah-Hartman
2022-11-30 18:19 ` [PATCH 6.0 007/289] spi: tegra210-quad: Dont initialise DMA if not supported Greg Kroah-Hartman
2022-11-30 18:19 ` [PATCH 6.0 008/289] riscv: dts: sifive unleashed: Add PWM controlled LEDs Greg Kroah-Hartman
2022-11-30 18:19 ` [PATCH 6.0 009/289] audit: fix undefined behavior in bit shift for AUDIT_BIT Greg Kroah-Hartman
2022-11-30 18:19 ` [PATCH 6.0 010/289] wifi: airo: do not assign -1 to unsigned char Greg Kroah-Hartman
2022-11-30 18:19 ` [PATCH 6.0 011/289] wifi: mac80211: Fix ack frame idr leak when mesh has no route Greg Kroah-Hartman
2022-11-30 18:19 ` [PATCH 6.0 012/289] selftests/net: dont tests batched TCP io_uring zc Greg Kroah-Hartman
2022-11-30 18:19 ` [PATCH 6.0 013/289] wifi: ath11k: Fix QCN9074 firmware boot on x86 Greg Kroah-Hartman
2022-11-30 18:19 ` [PATCH 6.0 014/289] s390/zcrypt: fix warning about field-spanning write Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 015/289] spi: stm32: fix stm32_spi_prepare_mbr() that halves spi clk for every run Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 016/289] selftests/bpf: Add verifier test for release_reference() Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 017/289] selftests/net: give more time to udpgro bg processes to complete startup Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 018/289] Revert "net: macsec: report real_dev features when HW offloading is enabled" Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 019/289] ACPI: video: Add backlight=native DMI quirk for Dell G15 5515 Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 020/289] platform/x86: ideapad-laptop: Disable touchpad_switch Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 021/289] platform/x86: touchscreen_dmi: Add info for the RCA Cambio W101 v2 2-in-1 Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 022/289] platform/x86/intel/pmt: Sapphire Rapids PMT errata fix Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 023/289] platform/x86/intel/hid: Add some ACPI device IDs Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 024/289] scsi: ibmvfc: Avoid path failures during live migration Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 025/289] scsi: scsi_debug: Make the READ CAPACITY response compliant with ZBC Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 026/289] drm: panel-orientation-quirks: Add quirk for Nanote UMPC-01 Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 027/289] drm: panel-orientation-quirks: Add quirk for Acer Switch V 10 (SW5-017) Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 028/289] block, bfq: fix null pointer dereference in bfq_bio_bfqg() Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 029/289] s390: always build relocatable kernel Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 030/289] arm64/syscall: Include asm/ptrace.h in syscall_wrapper header Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 031/289] nvme: quiet user passthrough command errors Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 032/289] nvmet: fix memory leak in nvmet_subsys_attr_model_store_locked Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 033/289] net: wwan: iosm: fix kernel test robot reported errors Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 034/289] drm/amd/display: Zeromem mypipe heap struct before using it Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 035/289] drm/amd/display: Fix FCLK deviation and tool compile issues Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 036/289] drm/amd/display: Fix gpio port mapping issue Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 037/289] Revert "drm/amdgpu: Revert "drm/amdgpu: getting fan speed pwm for vega10 properly"" Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 038/289] drm/amdgpu: Drop eviction lock when allocating PT BO Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 039/289] drm/amd/display: only fill dirty rectangles when PSR is enabled Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 040/289] ALSA: usb-audio: add quirk to fix Hamedal C20 disconnect issue Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 041/289] RISC-V: vdso: Do not add missing symbols to version section in linker script Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 042/289] MIPS: pic32: treat port as signed integer Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 043/289] io_uring/poll: lockdep annote io_poll_req_insert_locked Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 044/289] xfrm: fix "disable_policy" on ipv4 early demux Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 045/289] arm64: dts: rockchip: fix quartz64-a bluetooth configuration Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 046/289] xfrm: replay: Fix ESN wrap around for GSO Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 047/289] af_key: Fix send_acquire race with pfkey_register Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 048/289] power: supply: ip5xxx: Fix integer overflow in current_now calculation Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 049/289] power: supply: ab8500: Defer thermal zone probe Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 050/289] ARM: dts: am335x-pcm-953: Define fixed regulators in root node Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 051/289] ASoC: Intel: Skylake: Introduce HDA codec init and exit routines Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 052/289] ASoC: SOF: Intel: " Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 053/289] ASoC: Intel: Drop hdac_ext usage for codec device creation Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 054/289] ASoC: hdac_hda: fix hda pcm buffer overflow issue Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 055/289] ASoC: sgtl5000: Reset the CHIP_CLK_CTRL reg on remove Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 056/289] ASoC: soc-pcm: Dont zero TDM masks in __soc_pcm_open() Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 057/289] x86/hyperv: Restore VP assist page after cpu offlining/onlining Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 058/289] scsi: storvsc: Fix handling of srb_status and capacity change events Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 059/289] PCI: hv: Only reuse existing IRTE allocation for Multi-MSI Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 060/289] arm64: dts: rockchip: Fix Pine64 Quartz4-B PMIC interrupt Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 061/289] ASoC: max98373: Add checks for devm_kcalloc Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 062/289] regulator: core: fix kobject release warning and memory leak in regulator_register() Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 063/289] regulator: rt5759: fix OOB in validate_desc() Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 064/289] spi: dw-dma: decrease reference count in dw_spi_dma_init_mfld() Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 065/289] regulator: core: fix UAF in destroy_regulator() Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 066/289] bus: sunxi-rsb: Remove the shutdown callback Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 067/289] bus: sunxi-rsb: Support atomic transfers Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 068/289] tee: optee: fix possible memory leak in optee_register_device() Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 069/289] spi: tegra210-quad: Fix duplicate resource error Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 070/289] ARM: dts: at91: sam9g20ek: enable udc vbus gpio pinctrl Greg Kroah-Hartman
2022-11-30 18:20   ` Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 071/289] selftests: mptcp: gives slow test-case more time Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 072/289] selftests: mptcp: run mptcp_sockopt from a new netns Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 073/289] selftests: mptcp: fix mibit vs mbit mix up Greg Kroah-Hartman
2022-11-30 18:20 ` [PATCH 6.0 074/289] net: liquidio: simplify if expression Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 075/289] net: neigh: decrement the family specific qlen Greg Kroah-Hartman
2022-12-01 15:04   ` Chuck Zmudzinski
2022-11-30 18:21 ` [PATCH 6.0 076/289] ipvlan: hold lower dev to avoid possible use-after-free Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 077/289] rxrpc: Fix race between conn bundle lookup and bundle removal [ZDI-CAN-15975] Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 078/289] net: dsa: sja1105: disallow C45 transactions on the BASE-TX MDIO bus Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 079/289] nfc/nci: fix race with opening and closing Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 080/289] net: pch_gbe: fix potential memleak in pch_gbe_tx_queue() Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 081/289] 9p/fd: fix issue of list_del corruption in p9_fd_cancel() Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 082/289] netfilter: conntrack: Fix data-races around ct mark Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 083/289] netfilter: nf_tables: do not set up extensions for end interval Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 084/289] iavf: Fix a crash during reset task Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 085/289] iavf: Do not restart Tx queues after reset task failure Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 086/289] iavf: remove INITIAL_MAC_SET to allow gARP to work properly Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 087/289] iavf: Fix race condition between iavf_shutdown and iavf_remove Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 088/289] ARM: mxs: fix memory leak in mxs_machine_init() Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 089/289] ARM: dts: imx6q-prti6q: Fix ref/tcxo-clock-frequency properties Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 090/289] net: ethernet: mtk_eth_soc: fix error handling in mtk_open() Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 091/289] net/mlx4: Check retval of mlx4_bitmap_init Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 092/289] net: mvpp2: fix possible invalid pointer dereference Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 093/289] net/qla3xxx: fix potential memleak in ql3xxx_send() Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 094/289] octeontx2-af: debugsfs: fix pci device refcount leak Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 095/289] net: pch_gbe: fix pci device refcount leak while module exiting Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 096/289] nfp: fill splittable of devlink_port_attrs correctly Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 097/289] nfp: add port from netdev validation for EEPROM access Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 098/289] bonding: fix ICMPv6 header handling when receiving IPv6 messages Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 099/289] macsec: Fix invalid error code set Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 100/289] drm/i915: Fix warn in intel_display_power_*_domain() functions Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 101/289] Drivers: hv: vmbus: fix double free in the error path of vmbus_add_channel_work() Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 102/289] Drivers: hv: vmbus: fix possible memory leak in vmbus_device_register() Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 103/289] netfilter: ipset: regression in ip_set_hash_ip.c Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 104/289] net/mlx5: Do not query pci info while pci disabled Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 105/289] net/mlx5: Fix FW tracer timestamp calculation Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 106/289] net/mlx5: SF: Fix probing active SFs during driver probe phase Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 107/289] net/mlx5: cmdif, Print info on any firmware cmd failure to tracepoint Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 108/289] net/mlx5: Fix handling of entry refcount when command is not issued to FW Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 109/289] net/mlx5: E-Switch, Set correctly vport destination Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 110/289] net/mlx5: Fix sync reset event handler error flow Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 111/289] net/mlx5e: Offload rule only when all encaps are valid Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 112/289] net: phy: at803x: fix error return code in at803x_probe() Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 113/289] tipc: set con sock in tipc_conn_alloc Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 114/289] tipc: add an extra conn_get " Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 115/289] tipc: check skb_linearize() return value in tipc_disc_rcv() Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 116/289] zonefs: Fix race between modprobe and mount Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 117/289] xfrm: Fix oops in __xfrm_state_delete() Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 118/289] xfrm: Fix ignored return value in xfrm6_init() Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 119/289] net: wwan: iosm: use ACPI_FREE() but not kfree() in ipc_pcie_read_bios_cfg() Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 120/289] sfc: fix potential memleak in __ef100_hard_start_xmit() Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 121/289] net: sparx5: fix error handling in sparx5_port_open() Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 122/289] net: sched: allow act_ct to be built without NF_NAT Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 123/289] NFC: nci: fix memory leak in nci_rx_data_packet() Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 124/289] regulator: twl6030: re-add TWL6032_SUBCLASS Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 125/289] bnx2x: fix pci device refcount leak in bnx2x_vf_is_pcie_pending() Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 126/289] dma-buf: fix racing conflict of dma_heap_add() Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 127/289] tsnep: Fix rotten packets Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 128/289] cpufreq: amd-pstate: change amd-pstate driver to be built-in type Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 129/289] netfilter: ipset: restore allowing 64 clashing elements in hash:net,iface Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 130/289] netfilter: flowtable_offload: add missing locking Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 131/289] fs: do not update freeing inode i_io_list Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 132/289] blk-mq: fix queue reference leak on blk_mq_alloc_disk_for_queue failure Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 133/289] test_kprobes: fix implicit declaration error of test_kprobes Greg Kroah-Hartman
2022-11-30 18:21 ` [PATCH 6.0 134/289] dccp/tcp: Reset saddr on failure after inet6?_hash_connect() Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 135/289] net: ethernet: mtk_eth_soc: fix potential memory leak in mtk_rx_alloc() Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 136/289] net: ethernet: mtk_eth_soc: move gdma_to_ppe and ppe_base definitions in mtk register map Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 137/289] net: ethernet: mtk_eth_soc: move ppe table hash offset to mtk_soc_data structure Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 138/289] net: ethernet: mtk_eth_soc: fix resource leak in error path Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 139/289] ipv4: Fix error return code in fib_table_insert() Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 140/289] arcnet: fix potential memory leak in com20020_probe() Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 141/289] net: dm9051: Fix missing dev_kfree_skb() in dm9051_loop_rx() Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 142/289] net/cdc_ncm: Fix multicast RX support for CDC NCM devices with ZLP Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 143/289] s390/ap: fix memory leak in ap_init_qci_info() Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 144/289] s390/dasd: fix no record found for raw_track_access Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 145/289] fscache: fix OOB Read in __fscache_acquire_volume Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 146/289] nfc: st-nci: fix incorrect validating logic in EVT_TRANSACTION Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 147/289] nfc: st-nci: fix memory leaks " Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 148/289] nfc: st-nci: fix incorrect sizing calculations " Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 149/289] net: marvell: prestera: add missing unregister_netdev() in prestera_port_create() Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 150/289] net: enetc: cache accesses to &priv->si->hw Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 151/289] net: enetc: preserve TX ring priority across reconfiguration Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 152/289] octeontx2-pf: Add check for devm_kcalloc Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 153/289] net: wwan: t7xx: Fix the ACPI memory leak Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 154/289] virtio_net: Fix probe failed when modprobe virtio_net Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 155/289] octeontx2-af: Fix reference count issue in rvu_sdp_init() Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 156/289] net: thunderx: Fix the ACPI memory leak Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 157/289] s390/crashdump: fix TOD programmable field size Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 158/289] io_uring/filetable: fix file reference underflow Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 159/289] io_uring/poll: fix poll_refs race with cancelation Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 160/289] lib/vdso: use "grep -E" instead of "egrep" Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 161/289] can: gs_usb: remove dma allocations Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 162/289] usb: dwc3: exynos: Fix remove() function Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 163/289] usb: cdnsp: Fix issue with Clear Feature Halt Endpoint Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 164/289] usb: cdnsp: fix issue with ZLP - added TD_SIZE = 1 Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 165/289] dma-buf: Use dma_fence_unwrap_for_each when importing fences Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 166/289] cifs: fix missing unlock in cifs_file_copychunk_range() Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 167/289] cifs: Use after free in debug code Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 168/289] ext4: fix use-after-free in ext4_ext_shift_extents Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 169/289] arm64: dts: rockchip: lower rk3399-puma-haikou SD controller clock frequency Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 170/289] kbuild: fix -Wimplicit-function-declaration in license_is_gpl_compatible Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 171/289] iio: adc: aspeed: Remove the trim valid dts property Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 172/289] iio: light: apds9960: fix wrong register for gesture gain Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 173/289] iio: core: Fix entry not deleted when iio_register_sw_trigger_type() fails Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 174/289] iio: accel: bma400: Fix memory leak in bma400_get_steps_reg() Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 175/289] dt-bindings: iio: adc: Remove the property "aspeed,trim-data-valid" Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 176/289] mm/damon/sysfs-schemes: skip stats update if the scheme directory is removed Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 177/289] virt/sev-guest: Prevent IV reuse in the SNP guest driver Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 178/289] cpufreq: amd-pstate: cpufreq: amd-pstate: reset MSR_AMD_PERF_CTL register at init Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 179/289] zonefs: Fix active zone accounting Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 180/289] bus: ixp4xx: Dont touch bit 7 on IXP42x Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 181/289] spi: spi-imx: Fix spi_bus_clk if requested clock is higher than input clock Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 182/289] spi: spi-imx: spi_imx_transfer_one(): check for DMA transfer first Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 183/289] init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dash Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 184/289] NFSD: Fix reads with a non-zero offset that dont end on a page boundary Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 185/289] nios2: add FORCE for vmlinuz.gz Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 186/289] drm/amdgpu: Enable SA software trap Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 187/289] drm/amdkfd: update GFX11 CWSR trap handler Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 188/289] drm/amd/display: Added debug option for forcing subvp num ways Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 189/289] drm/amd/display: Add debug option for allocating extra way for cursor Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 190/289] drm/amd/display: Update MALL SS NumWays calculation Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 191/289] drm/amd/display: Fix calculation for cursor CAB allocation Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 192/289] usb: dwc3: gadget: conditionally remove requests Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 193/289] usb: dwc3: gadget: Return -ESHUTDOWN on ep disable Greg Kroah-Hartman
2022-11-30 18:22 ` [PATCH 6.0 194/289] usb: dwc3: gadget: Clear ep descriptor last Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 195/289] io_uring: cmpxchg for poll arm refs release Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 196/289] io_uring: make poll refs more robust Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 197/289] io_uring: clear TIF_NOTIFY_SIGNAL if set and task_work not available Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 198/289] nilfs2: fix nilfs_sufile_mark_dirty() not set segment usage as dirty Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 199/289] gcov: clang: fix the buffer overflow issue Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 200/289] mm/cgroup/reclaim: fix dirty pages throttling on cgroup v1 Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 201/289] mm: vmscan: fix extreme overreclaim and swap floods Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 202/289] fpga: m10bmc-sec: Fix kconfig dependencies Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 203/289] KVM: x86/mmu: Fix race condition in direct_page_fault Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 204/289] KVM: x86/xen: Only do in-kernel acceleration of hypercalls for guest CPL0 Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 205/289] KVM: x86/xen: Validate port number in SCHEDOP_poll Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 206/289] drm/i915/gvt: Get reference to KVM iff attachment to VM is successful Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 207/289] KVM: x86: nSVM: leave nested mode on vCPU free Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 208/289] KVM: x86: forcibly leave nested mode on vCPU reset Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 209/289] KVM: x86: nSVM: harden svm_free_nested against freeing vmcb02 while still in use Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 210/289] KVM: x86: add kvm_leave_nested Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 211/289] KVM: x86: remove exit_int_info warning in svm_handle_exit Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 212/289] KVM: Update gfn_to_pfn_cache khva when it moves within the same page Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 213/289] x86/tsx: Add a feature bit for TSX control MSR support Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 214/289] x86/pm: Add enumeration check before spec MSRs save/restore setup Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 215/289] x86/ioremap: Fix page aligned size calculation in __ioremap_caller() Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 216/289] mm: fix unexpected changes to {failslab|fail_page_alloc}.attr Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 217/289] mm: correctly charge compressed memory to its memcg Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 218/289] LoongArch: Clear FPU/SIMD thread info flags for kernel thread Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 219/289] LoongArch: Set _PAGE_DIRTY only if _PAGE_WRITE is set in {pmd,pte}_mkdirty() Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 220/289] ASoC: SOF: Fix compilation when HDA_AUDIO_CODEC config is disabled Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 221/289] ASoC: Intel: fix unused-variable warning in probe_codec Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 222/289] ASoC: Intel: Skylake: fix possible memory leak in skl_codec_device_init() Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 223/289] ASoC: SOF: Intel: hda-codec: fix possible memory leak in hda_codec_device_init() Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 224/289] Input: synaptics - switch touchpad on HP Laptop 15-da3001TU to RMI mode Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 225/289] ASoC: amd: yc: Add Alienware m17 R5 AMD into DMI table Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 226/289] ASoC: Intel: bytcht_es8316: Add quirk for the Nanote UMPC-01 Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 227/289] ASoC: Intel: soc-acpi: add ES83x6 support to IceLake Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 228/289] tools: iio: iio_generic_buffer: Fix read size Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 229/289] ASoC: hda: intel-dsp-config: add ES83x6 quirk for IceLake Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 230/289] ASoC: SOF: ipc3-topology: use old pipeline teardown flow with SOF2.1 and older Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 231/289] serial: 8250: 8250_omap: Avoid RS485 RTS glitch on ->set_termios() Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 232/289] Revert "tty: n_gsm: avoid call of sleeping functions from atomic context" Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 233/289] Revert "tty: n_gsm: replace kicktimer with delayed_work" Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 234/289] Input: goodix - try resetting the controller when no config is set Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 235/289] bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace) Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 236/289] ASoC: sof_es8336: reduce pop noise on speaker Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 237/289] Input: soc_button_array - add use_low_level_irq module parameter Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 238/289] Input: soc_button_array - add Acer Switch V 10 to dmi_use_low_level_irq[] Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 239/289] pinctrl: qcom: sc8280xp: Rectify UFS reset pins Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 240/289] Input: i8042 - apply probe defer to more ASUS ZenBook models Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 241/289] ASoC: stm32: dfsdm: manage cb buffers cleanup Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 242/289] xen-pciback: Allow setting PCI_MSIX_FLAGS_MASKALL too Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 243/289] xen/platform-pci: add missing free_irq() in error path Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 244/289] platform/x86: thinkpad_acpi: Enable s2idle quirk for 21A1 machine type Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 245/289] platform/x86: asus-wmi: add missing pci_dev_put() in asus_wmi_set_xusb2pr() Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 246/289] platform/x86: acer-wmi: Enable SW_TABLET_MODE on Switch V 10 (SW5-017) Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 247/289] platform/surface: aggregator_registry: Add support for Surface Pro 9 Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 248/289] drm/amd/display: use uclk pstate latency for fw assisted mclk validation dcn32 Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 249/289] drm/amdgpu: disable BACO support on more cards Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 250/289] drm/amdkfd: Fix a memory limit issue Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 251/289] zonefs: fix zone report size in __zonefs_io_error() Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 252/289] platform/surface: aggregator_registry: Add support for Surface Laptop 5 Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 253/289] platform/x86: hp-wmi: Ignore Smart Experience App event Greg Kroah-Hartman
2022-11-30 18:23 ` [PATCH 6.0 254/289] platform/x86: ideapad-laptop: Fix interrupt storm on fn-lock toggle on some Yoga laptops Greg Kroah-Hartman
2022-11-30 18:24 ` [PATCH 6.0 255/289] platform/x86: ideapad-laptop: Add module parameters to match DMI quirk tables Greg Kroah-Hartman
2022-11-30 18:24 ` [PATCH 6.0 256/289] tcp: configurable source port perturb table size Greg Kroah-Hartman
2022-11-30 18:24 ` [PATCH 6.0 257/289] block: make blk_set_default_limits() private Greg Kroah-Hartman
2022-11-30 18:24 ` [PATCH 6.0 258/289] dm-integrity: set dma_alignment limit in io_hints Greg Kroah-Hartman
2022-11-30 18:24 ` [PATCH 6.0 259/289] dm-log-writes: " Greg Kroah-Hartman
2022-11-30 18:24 ` [PATCH 6.0 260/289] net: usb: qmi_wwan: add Telit 0x103a composition Greg Kroah-Hartman
2022-11-30 18:24 ` [PATCH 6.0 261/289] scsi: mpi3mr: Suppress command reply debug prints Greg Kroah-Hartman
2022-11-30 18:24 ` [PATCH 6.0 262/289] scsi: iscsi: Fix possible memory leak when device_register() failed Greg Kroah-Hartman
2022-11-30 18:24 ` [PATCH 6.0 263/289] gpu: host1x: Avoid trying to use GART on Tegra20 Greg Kroah-Hartman
2022-11-30 18:24 ` [PATCH 6.0 264/289] dm integrity: flush the journal on suspend Greg Kroah-Hartman
2022-11-30 18:24 ` [PATCH 6.0 265/289] dm integrity: clear " Greg Kroah-Hartman
2022-11-30 18:24 ` [PATCH 6.0 266/289] fuse: lock inode unconditionally in fuse_fallocate() Greg Kroah-Hartman
2022-11-30 18:24 ` [PATCH 6.0 267/289] wifi: wilc1000: validate pairwise and authentication suite offsets Greg Kroah-Hartman
2022-11-30 18:24 ` [PATCH 6.0 268/289] wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_OPER_CHANNEL attribute Greg Kroah-Hartman
2022-11-30 18:24 ` [PATCH 6.0 269/289] wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_CHANNEL_LIST attribute Greg Kroah-Hartman
2022-11-30 18:24 ` [PATCH 6.0 270/289] wifi: wilc1000: validate number of channels Greg Kroah-Hartman
2022-11-30 18:24 ` [PATCH 6.0 271/289] btrfs: free btrfs_path before copying root refs to userspace Greg Kroah-Hartman
2022-11-30 18:24 ` [PATCH 6.0 272/289] btrfs: free btrfs_path before copying inodes " Greg Kroah-Hartman
2022-11-30 18:24 ` [PATCH 6.0 273/289] btrfs: free btrfs_path before copying fspath " Greg Kroah-Hartman
2022-11-30 18:24 ` [PATCH 6.0 274/289] btrfs: free btrfs_path before copying subvol info " Greg Kroah-Hartman
2022-11-30 18:24 ` [PATCH 6.0 275/289] btrfs: zoned: fix missing endianness conversion in sb_write_pointer Greg Kroah-Hartman
2022-11-30 18:24 ` [PATCH 6.0 276/289] btrfs: use kvcalloc in btrfs_get_dev_zone_info Greg Kroah-Hartman
2022-11-30 18:24 ` [PATCH 6.0 277/289] btrfs: sysfs: normalize the error handling branch in btrfs_init_sysfs() Greg Kroah-Hartman
2022-11-30 18:24 ` [PATCH 6.0 278/289] btrfs: do not modify log tree while holding a leaf from fs tree locked Greg Kroah-Hartman
2022-11-30 18:24 ` [PATCH 6.0 279/289] drm/i915/ttm: never purge busy objects Greg Kroah-Hartman
2022-11-30 18:24 ` [PATCH 6.0 280/289] drm/display/dp_mst: Fix drm_dp_mst_add_affected_dsc_crtcs() return code Greg Kroah-Hartman
2022-11-30 18:24 ` [PATCH 6.0 281/289] drm/amd/dc/dce120: Fix audio register mapping, stop triggering KASAN Greg Kroah-Hartman
2022-11-30 18:24 ` [PATCH 6.0 282/289] drm/amd/display: No display after resume from WB/CB Greg Kroah-Hartman
2022-11-30 18:24 ` [PATCH 6.0 283/289] drm/amdgpu/psp: dont free PSP buffers on suspend Greg Kroah-Hartman
2022-11-30 18:24 ` [PATCH 6.0 284/289] drm/amdgpu: Enable Aldebaran devices to report CU Occupancy Greg Kroah-Hartman
2022-11-30 18:24 ` [PATCH 6.0 285/289] drm/amd/amdgpu: reserve vm invalidation engine for firmware Greg Kroah-Hartman
2022-11-30 18:24 ` [PATCH 6.0 286/289] drm/amd/display: Update soc bounding box for dcn32/dcn321 Greg Kroah-Hartman
2022-11-30 18:24 ` [PATCH 6.0 287/289] drm/amdgpu: always register an MMU notifier for userptr Greg Kroah-Hartman
2022-11-30 18:24 ` [PATCH 6.0 288/289] drm/amdgpu: Partially revert "drm/amdgpu: update drm_display_info correctly when the edid is read" Greg Kroah-Hartman
2022-11-30 18:24 ` [PATCH 6.0 289/289] drm/i915: fix TLB invalidation for Gen12 video and compute engines Greg Kroah-Hartman
2022-11-30 20:35 ` [PATCH 6.0 000/289] 6.0.11-rc1 review Florian Fainelli
2022-12-01  0:59 ` Shuah Khan
2022-12-01  2:19 ` Zan Aziz
2022-12-01  6:14 ` Naresh Kamboju
2022-12-01  6:57   ` Nathan Chancellor [this message]
2022-12-01  7:56     ` Greg Kroah-Hartman
2022-12-01  7:27 ` Ron Economos
2022-12-01  8:18 ` Naresh Kamboju
2022-12-01  9:45 ` Bagas Sanjaya
2022-12-01 11:14 ` Sudip Mukherjee
2022-12-01 14:54 ` Fenil Jain
2022-12-01 16:48 ` Justin Forbes
2022-11-30 19:21 Ronald Warsow

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Y4hQVCBYfwU0abvO@dev-arch.thelio-3990X \
    --to=nathan@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=bpf@vger.kernel.org \
    --cc=daniel@iogearbox.net \
    --cc=f.fainelli@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=jonathanh@nvidia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lkft-triage@lists.linaro.org \
    --cc=llvm@lists.linux.dev \
    --cc=naresh.kamboju@linaro.org \
    --cc=patches@kernelci.org \
    --cc=patches@lists.linux.dev \
    --cc=pavel@denx.de \
    --cc=peterz@infradead.org \
    --cc=rwarsow@gmx.de \
    --cc=shuah@kernel.org \
    --cc=srw@sladewatkins.net \
    --cc=stable@vger.kernel.org \
    --cc=sudipm.mukherjee@gmail.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.