From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A2C5DC433F5 for ; Mon, 10 Oct 2022 07:04:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230479AbiJJHEK (ORCPT ); Mon, 10 Oct 2022 03:04:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42484 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230467AbiJJHEF (ORCPT ); Mon, 10 Oct 2022 03:04:05 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2DBF64DB27; Mon, 10 Oct 2022 00:04:03 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id B401CB80E52; Mon, 10 Oct 2022 07:04:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E6A62C433D6; Mon, 10 Oct 2022 07:03:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1665385440; bh=ME2vPBDDVlWsg0nWvuOgmZbdCcq23e8vJZol34q0aiU=; h=From:To:Cc:Subject:Date:From; b=GIna2Zf1uMA1v5ADg+qWt2dQ1fTmYtgZcRkOrOLL4KKicN8pJtoVah+g9OckaoN49 KsE2vQYtU91Fst9YKUnKF+ydhbsTWDfv4qbDgesO2OMQIGsD8i+xn55LmZxg3QwV2W HkOWsLjR55jyAxnh6xbO0VjiZZ3k3XbyOC9YpO8Q= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@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 Subject: [PATCH 6.0 00/17] 6.0.1-rc1 review Date: Mon, 10 Oct 2022 09:04:23 +0200 Message-Id: <20221010070330.159911806@linuxfoundation.org> X-Mailer: git-send-email 2.38.0 MIME-Version: 1.0 User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.0.1-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-6.0.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 6.0.1-rc1 X-KernelTest-Deadline: 2022-10-12T07:03+00:00 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the start of the stable review cycle for the 6.0.1 release. There are 17 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, 12 Oct 2022 07:03:19 +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.1-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 ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 6.0.1-rc1 Tetsuo Handa Bluetooth: use hdev->workqueue when queuing hdev->{cmd,ncmd}_timer works Jules Irenge bpf: Fix resetting logic for unreferenced kptrs Daniel Golle net: ethernet: mtk_eth_soc: fix state in __mtk_foe_entry_clear Kumar Kartikeya Dwivedi bpf: Gate dynptr API behind CAP_BPF Palmer Dabbelt RISC-V: Print SSTC in canonical order Mario Limonciello gpiolib: acpi: Add a quirk for Asus UM325UAZ Mario Limonciello gpiolib: acpi: Add support to ignore programming an interrupt Johan Hovold USB: serial: ftdi_sio: fix 300 bps rate for SIO Tadeusz Struk usb: mon: make mmapped memory read only Aleksa Savic hwmon: (aquacomputer_d5next) Fix Quadro fan speed offsets Shuah Khan docs: update mediator information in CoC docs Kees Cook hardening: Remove Clang's enable flag for -ftrivial-auto-var-init=zero Sami Tolvanen Makefile.extrawarn: Move -Wcast-function-type-strict to W=1 Bart Van Assche sparc: Unbreak the build Al Viro fix coredump breakage Dongliang Mu fs: fix UAF/GPF bug in nilfs_mdt_destroy Jalal Mostafa xsk: Inherit need_wakeup flag for shared sockets ------------- Diffstat: .../process/code-of-conduct-interpretation.rst | 2 +- Makefile | 8 ++--- arch/riscv/kernel/cpu.c | 2 +- arch/sparc/include/asm/smp_32.h | 15 ++++----- arch/sparc/kernel/leon_smp.c | 12 ++++--- arch/sparc/kernel/sun4d_smp.c | 12 ++++--- arch/sparc/kernel/sun4m_smp.c | 10 +++--- arch/sparc/mm/srmmu.c | 29 ++++++++--------- drivers/gpio/gpiolib-acpi.c | 38 +++++++++++++++++++--- drivers/hwmon/aquacomputer_d5next.c | 2 +- drivers/net/ethernet/mediatek/mtk_ppe.c | 2 +- drivers/usb/mon/mon_bin.c | 5 +++ drivers/usb/serial/ftdi_sio.c | 3 +- fs/coredump.c | 3 +- fs/inode.c | 7 ++-- include/net/xsk_buff_pool.h | 2 +- kernel/bpf/helpers.c | 28 ++++++++-------- kernel/bpf/syscall.c | 2 +- net/bluetooth/hci_core.c | 15 +++++++-- net/bluetooth/hci_event.c | 6 ++-- net/xdp/xsk.c | 4 +-- net/xdp/xsk_buff_pool.c | 5 +-- scripts/Makefile.extrawarn | 1 + security/Kconfig.hardening | 14 +++++--- 24 files changed, 141 insertions(+), 86 deletions(-)