Skip to content
  1. Sep 26, 2022
    • Linus Torvalds's avatar
      Linux 6.0-rc7 · f76349cf
      Linus Torvalds authored
      v6.0-rc7
      f76349cf
    • Linus Torvalds's avatar
      Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 · 5e049663
      Linus Torvalds authored
      Pull ext4 fixes from Ted Ts'o:
       "Regression and bug fixes:
      
         - Performance regression fix from 5.18 on a Rasberry Pi
      
         - Fix extent parsing bug which triggers a BUG_ON when a (corrupted)
           extent tree has has a non-root node when zero entries.
      
         - Fix a livelock where in the right (wrong) circumstances a large
           number of nfsd threads can try to write to a nearly full file
           system, and retry for hours(!)"
      
      * tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4:
        ext4: limit the number of retries after discarding preallocations blocks
        ext4: fix bug in extents parsing when eh_entries == 0 and eh_depth > 0
        ext4: use buckets for cr 1 block scan instead of rbtree
        ext4: use locality group preallocation for small closed files
        ext4: make directory inode spreading reflect flexbg size
        ext4: avoid unnecessary spreading of allocations among groups
        ext4: make mballoc try target group first even with mb_optimize_scan
      5e049663
  2. Sep 25, 2022
    • Linus Torvalds's avatar
      Merge tag 'dax-and-nvdimm-fixes-v6.0-final' of... · 4207d595
      Linus Torvalds authored
      Merge tag 'dax-and-nvdimm-fixes-v6.0-final' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
      
      Pull NVDIMM and DAX fixes from Dan Williams:
       "A recently discovered one-line fix for devdax that further addresses a
        v5.5 regression, and (a bit embarrassing) a small batch of fixes that
        have been sitting in my fixes tree for weeks.
      
        The older fixes have soaked in linux-next during that time and address
        an fsdax infinite loop and some other minor fixups.
      
         - Fix a infinite loop bug in fsdax
      
         - Fix memory-type detection for devdax (EINJ regression)
      
         - Small cleanups"
      
      * tag 'dax-and-nvdimm-fixes-v6.0-final' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm:
        devdax: Fix soft-reservation memory description
        fsdax: Fix infinite loop in dax_iomap_rw()
        nvdimm/namespace: drop nested variable in create_namespace_pmem()
        ndtest: Cleanup all of blk namespace specific code
        pmem: fix a name collision
      4207d595
    • Linus Torvalds's avatar
      Merge tag 'i2c-for-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux · f0cc7c00
      Linus Torvalds authored
      Pull i2c fixes from Wolfram Sang:
       "I2C driver bugfixes for mlxbf and imx, a few documentation fixes after
        the rework this cycle, and one hardening for the i2c-mux core"
      
      * tag 'i2c-for-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux:
        i2c: mux: harden i2c_mux_alloc() against integer overflows
        i2c: mlxbf: Fix frequency calculation
        i2c: mlxbf: prevent stack overflow in mlxbf_i2c_smbus_start_transaction()
        i2c: mlxbf: incorrect base address passed during io write
        Documentation: i2c: fix references to other documents
        MAINTAINERS: remove Nehal Shah from AMD MP2 I2C DRIVER
        i2c: imx: If pm_runtime_get_sync() returned 1 device access is possible
      f0cc7c00
    • Dan Williams's avatar
      Merge branch 'for-6.0/dax' into libnvdimm-fixes · b3bbcc5d
      Dan Williams authored
      Pick up another "Soft Reservation" fix for v6.0-final on top of some
      straggling nvdimm fixes that missed v5.19.
      b3bbcc5d
    • Dan Williams's avatar
      devdax: Fix soft-reservation memory description · 67feaba4
      Dan Williams authored
      The "hmem" platform-devices that are created to represent the
      platform-advertised "Soft Reserved" memory ranges end up inserting a
      resource that causes the iomem_resource tree to look like this:
      
      340000000-43fffffff : hmem.0
        340000000-43fffffff : Soft Reserved
          340000000-43fffffff : dax0.0
      
      This is because insert_resource() reparents ranges when they completely
      intersect an existing range.
      
      This matters because code that uses region_intersects() to scan for a
      given IORES_DESC will only check that top-level 'hmem.0' resource and
      not the 'Soft Reserved' descendant.
      
      So, to support EINJ (via einj_error_inject()) to inject errors into
      memory hosted by a dax-device, be sure to describe the memory as
      IORES_DESC_SOFT_RESERVED. This is a follow-on to:
      
      commit b13a3e5f ("ACPI: APEI: Fix _EINJ vs EFI_MEMORY_SP")
      
      ...that fixed EINJ support for "Soft Reserved" ranges in the first
      instance.
      
      Fixes: 262b45ae
      
       ("x86/efi: EFI soft reservation to E820 enumeration")
      Reported-by: default avatarRicardo Sandoval Torres <ricardo.sandoval.torres@intel.com>
      Tested-by: default avatarRicardo Sandoval Torres <ricardo.sandoval.torres@intel.com>
      Cc: <stable@vger.kernel.org>
      Cc: Tony Luck <tony.luck@intel.com>
      Cc: Omar Avelar <omar.avelar@intel.com>
      Cc: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
      Cc: Mark Gross <markgross@kernel.org>
      Link: https://lore.kernel.org/r/166397075670.389916.7435722208896316387.stgit@dwillia2-xfh.jf.intel.com
      Signed-off-by: default avatarDan Williams <dan.j.williams@intel.com>
      67feaba4
    • Linus Torvalds's avatar
      Merge tag 'kbuild-fixes-v6.0-3' of... · 105a36f3
      Linus Torvalds authored
      Merge tag 'kbuild-fixes-v6.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
      
      Pull Kbuild fixes from Masahiro Yamada:
      
       - Fix build error for the combination of SYSTEM_TRUSTED_KEYRING=y and
         X509_CERTIFICATE_PARSER=m
      
       - Fix DEBUG_INFO_SPLIT to generate debug info for GCC 11+ and Clang 12+
      
       - Revive debug info for assembly files
      
       - Remove unused code
      
      * tag 'kbuild-fixes-v6.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild:
        Makefile.debug: re-enable debug info for .S files
        Makefile.debug: set -g unconditional on CONFIG_DEBUG_INFO_SPLIT
        certs: make system keyring depend on built-in x509 parser
        Kconfig: remove unused function 'menu_get_root_menu'
        scripts/clang-tools: remove unused module
      105a36f3
    • Linus Torvalds's avatar
      Merge tag 's390-6.0-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux · 23b99237
      Linus Torvalds authored
      Pull s390 fix from Vasily Gorbik:
      
       - Fix potential hangs in VFIO AP driver
      
      * tag 's390-6.0-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux:
        s390/vfio-ap: bypass unnecessary processing of AP resources
      23b99237
  3. Sep 24, 2022
    • Linus Torvalds's avatar
      Merge tag 'pm-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm · 42f9508b
      Linus Torvalds authored
      Pull power management fixes from Rafael Wysocki:
       "These fix an uninitialized variable usage in the operating performance
        points code and add missing DT bindings for it.
      
        Specifics:
      
         - Fix uninitialized variable usage in dev_pm_opp_config_clks_simple()
           (Christophe JAILLET)
      
         - Add missing OPP DT properties (Rob Herring)"
      
      * tag 'pm-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
        dt-bindings: opp: Add missing (unevaluated|additional)Properties on child nodes
        OPP: Fix an un-initialized variable usage
      42f9508b
    • Linus Torvalds's avatar
      Merge tag 'char-misc-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc · 1a61b828
      Linus Torvalds authored
      Pull char/misc driver fixes from Greg KH:
       "Here are three tiny driver fixes for 6.0-rc7.  They include:
      
         - phy driver reset bugfix
      
         - fpga memleak bugfix
      
         - counter irq config bugfix
      
        The first two have been in linux-next for a while, the last one has
        only been added to my tree in the past few days, but was in linux-next
        under a different commit id. I couldn't pull directly from the counter
        tree due to some gpg key propagation issue, so I took the commit
        directly from email instead"
      
      * tag 'char-misc-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc:
        counter: 104-quad-8: Fix skipped IRQ lines during events configuration
        fpga: m10bmc-sec: Fix possible memory leak of flash_buf
        phy: marvell: phy-mvebu-a3700-comphy: Remove broken reset support
      1a61b828
    • Linus Torvalds's avatar
      Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty · 7e2cd21e
      Linus Torvalds authored
      Pull tty/serial driver fixes from Greg KH:
       "Here are some small, and late, serial driver fixes for 6.0-rc7 to
        resolve some reported problems.
      
        Included in here are:
      
         - tegra icount accounting fixes, including a framework function that
           other drivers will be converted over to using in 6.1-rc1.
      
         - fsl_lpuart reset bugfix
      
         - 8250 omap 485 bugfix
      
         - sifive serial clock bugfix
      
        The last three patches have not shown up in linux-next due to them
        being added to my tree only 2 days ago, but they are tiny and
        self-contained and the developers say they resolve issues that they
        have with 6.0-rc. The other three have been in linux-next for a while
        with no reported issues"
      
      * tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty:
        serial: sifive: enable clocks for UART when probed
        serial: 8250: omap: Use serial8250_em485_supported
        serial: fsl_lpuart: Reset prior to registration
        serial: tegra-tcu: Use uart_xmit_advance(), fixes icount.tx accounting
        serial: tegra: Use uart_xmit_advance(), fixes icount.tx accounting
        serial: Create uart_xmit_advance()
      7e2cd21e
    • Linus Torvalds's avatar
      Merge tag 'cgroup-for-6.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup · 1772094f
      Linus Torvalds authored
      Pull cgroup fixes from Tejun Heo:
      
       - Add Waiman Long as a cpuset maintainer
      
       - cgroup_get_from_id() could be fed a kernfs ID which doesn't point to
         a cgroup directory but a knob file and then crash. Error out if the
         lookup kernfs_node isn't a directory.
      
      * tag 'cgroup-for-6.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup:
        cgroup: cgroup_get_from_id() must check the looked-up kn is a directory
        cpuset: Add Waiman Long as a cpuset maintainer
      1772094f
    • Linus Torvalds's avatar
      Merge tag 'wq-for-6.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq · aae8dda5
      Linus Torvalds authored
      Pull workqueue fix from Tejun Heo:
       "Just one patch to improve flush lockdep coverage"
      
      * tag 'wq-for-6.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq:
        workqueue: don't skip lockdep work dependency in cancel_work_sync()
      aae8dda5
    • Linus Torvalds's avatar
      Merge tag 'io_uring-6.0-2022-09-23' of git://git.kernel.dk/linux · 3db61221
      Linus Torvalds authored
      Pull io_uring fix from Jens Axboe:
       "Just a single fix for an issue with un-reaped IOPOLL requests on ring
        exit"
      
      * tag 'io_uring-6.0-2022-09-23' of git://git.kernel.dk/linux:
        io_uring: ensure that cached task references are always put on exit
      3db61221
    • Linus Torvalds's avatar
      Merge tag 'block-6.0-2022-09-22' of git://git.kernel.dk/linux · 0be27f7b
      Linus Torvalds authored
      Pull block fixes from Jens Axboe:
       "Fix a regression that's been plaguing us by reverting the offending
        commit, as attempts to both reproduce the issue and fix it in a saner
        fashion have failed.
      
        Fix for a potential oops condition in the s390 dasd block driver"
      
      * tag 'block-6.0-2022-09-22' of git://git.kernel.dk/linux:
        Revert "block: freeze the queue earlier in del_gendisk"
        s390/dasd: fix Oops in dasd_alias_get_start_dev due to missing pavgroup
      0be27f7b
    • Nick Desaulniers's avatar
      Makefile.debug: re-enable debug info for .S files · 32ef9e50
      Nick Desaulniers authored
      Alexey reported that the fraction of unknown filename instances in
      kallsyms grew from ~0.3% to ~10% recently; Bill and Greg tracked it down
      to assembler defined symbols, which regressed as a result of:
      
      commit b8a90923 ("Kbuild: do not emit debug info for assembly with LLVM_IAS=1")
      
      In that commit, I allude to restoring debug info for assembler defined
      symbols in a follow up patch, but it seems I forgot to do so in
      
      commit a66049e2 ("Kbuild: make DWARF version a choice")
      
      Link: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=31bf18645d98b4d3d7357353be840e320649a67d
      Fixes: b8a90923
      
       ("Kbuild: do not emit debug info for assembly with LLVM_IAS=1")
      Reported-by: default avatarAlexey Alexandrov <aalexand@google.com>
      Reported-by: default avatarBill Wendling <morbo@google.com>
      Reported-by: default avatarGreg Thelen <gthelen@google.com>
      Reviewed-by: default avatarNathan Chancellor <nathan@kernel.org>
      Suggested-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
      Signed-off-by: default avatarNick Desaulniers <ndesaulniers@google.com>
      Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
      32ef9e50
    • Nick Desaulniers's avatar
      Makefile.debug: set -g unconditional on CONFIG_DEBUG_INFO_SPLIT · 61f2b7c7
      Nick Desaulniers authored
      Dmitrii, Fangrui, and Mashahiro note:
      
        Before GCC 11 and Clang 12 -gsplit-dwarf implicitly uses -g2.
      
      Fix CONFIG_DEBUG_INFO_SPLIT for gcc-11+ & clang-12+ which now need -g
      specified in order for -gsplit-dwarf to work at all.
      
      -gsplit-dwarf has been mutually exclusive with -g since support for
      CONFIG_DEBUG_INFO_SPLIT was introduced in
      commit 866ced95
      
       ("kbuild: Support split debug info v4")
      I don't think it ever needed to be.
      
      Link: https://lore.kernel.org/lkml/20220815013317.26121-1-dmitrii.bundin.a@gmail.com/
      Link: https://lore.kernel.org/lkml/CAK7LNARPAmsJD5XKAw7m_X2g7Fi-CAAsWDQiP7+ANBjkg7R7ng@mail.gmail.com/
      Link: https://reviews.llvm.org/D80391
      Cc: Andi Kleen <ak@linux.intel.com>
      Reported-by: default avatarDmitrii Bundin <dmitrii.bundin.a@gmail.com>
      Reported-by: default avatarFangrui Song <maskray@google.com>
      Reported-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
      Suggested-by: default avatarDmitrii Bundin <dmitrii.bundin.a@gmail.com>
      Reviewed-by: default avatarNathan Chancellor <nathan@kernel.org>
      Signed-off-by: default avatarNick Desaulniers <ndesaulniers@google.com>
      Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
      61f2b7c7
    • Jens Axboe's avatar
      io_uring: ensure that cached task references are always put on exit · e775f93f
      Jens Axboe authored
      io_uring caches task references to avoid doing atomics for each of them
      per request. If a request is put from the same task that allocated it,
      then we can maintain a per-ctx cache of them. This obviously relies
      on io_uring always pruning caches in a reliable way, and there's
      currently a case off io_uring fd release where we can miss that.
      
      One example is a ring setup with IOPOLL, which relies on the task
      polling for completions, which will free them. However, if such a task
      submits a request and then exits or closes the ring without reaping
      the completion, then ring release will reap and put. If release happens
      from that very same task, the completed request task refs will get
      put back into the cache pool. This is problematic, as we're now beyond
      the point of pruning caches.
      
      Manually drop these caches after doing an IOPOLL reap. This releases
      references from the current task, which is enough. If another task
      happens to be doing the release, then the caching will not be
      triggered and there's no issue.
      
      Cc: stable@vger.kernel.org
      Fixes: e98e49b2
      
       ("io_uring: extend task put optimisations")
      Reported-by: default avatarHomin Rhee <hominlab@gmail.com>
      Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
      e775f93f
    • Linus Torvalds's avatar
      Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux · a63f2e7c
      Linus Torvalds authored
      Pull arm64 fixes from Will Deacon:
       "These are all very simple and self-contained, although the CFI
        jump-table fix touches the generic linker script as that's where the
        problematic macro lives.
      
         - Fix false positive "sleeping while atomic" warning resulting from
           the kPTI rework taking a mutex too early.
      
         - Fix possible overflow in AMU frequency calculation
      
         - Fix incorrect shift in CMN PMU driver which causes problems with
           newer versions of the IP
      
         - Reduce alignment of the CFI jump table to avoid huge kernel images
           and link errors with !4KiB page size configurations"
      
      * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
        vmlinux.lds.h: CFI: Reduce alignment of jump-table to function alignment
        perf/arm-cmn: Add more bits to child node address offset field
        arm64: topology: fix possible overflow in amu_fie_setup()
        arm64: mm: don't acquire mutex when rewriting swapper
      a63f2e7c
    • Masahiro Yamada's avatar
      certs: make system keyring depend on built-in x509 parser · 2154aca2
      Masahiro Yamada authored
      Commit e9088629 ("certs: make system keyring depend on x509 parser")
      is not the right fix because x509_load_certificate_list() can be modular.
      
      The combination of CONFIG_SYSTEM_TRUSTED_KEYRING=y and
      CONFIG_X509_CERTIFICATE_PARSER=m still results in the following error:
      
          LD      .tmp_vmlinux.kallsyms1
        ld: certs/system_keyring.o: in function `load_system_certificate_list':
        system_keyring.c:(.init.text+0x8c): undefined reference to `x509_load_certificate_list'
        make: *** [Makefile:1169: vmlinux] Error 1
      
      Fixes: e9088629
      
       ("certs: make system keyring depend on x509 parser")
      Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
      Tested-by: default avatarAdam Borowski <kilobyte@angband.pl>
      2154aca2
    • Zeng Heng's avatar
      Kconfig: remove unused function 'menu_get_root_menu' · 03764b30
      Zeng Heng authored
      
      
      There is nowhere calling `menu_get_root_menu` function,
      so remove it.
      
      Signed-off-by: default avatarZeng Heng <zengheng4@huawei.com>
      Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
      03764b30
    • yangxingwu's avatar
      scripts/clang-tools: remove unused module · 237fe727
      yangxingwu authored
      
      
      Remove unused imported 'os' module.
      
      Signed-off-by: default avataryangxingwu <xingwu.yang@gmail.com>
      Reviewed-by: default avatarNathan Chancellor <nathan@kernel.org>
      Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
      237fe727
    • Ming Lei's avatar
      cgroup: cgroup_get_from_id() must check the looked-up kn is a directory · df02452f
      Ming Lei authored
      
      
      cgroup has to be one kernfs dir, otherwise kernel panic is caused,
      especially cgroup id is provide from userspace.
      
      Reported-by: default avatarMarco Patalano <mpatalan@redhat.com>
      Fixes: 6b658c48
      
       ("scsi: cgroup: Add cgroup_get_from_id()")
      Cc: Muneendra <muneendra.kumar@broadcom.com>
      Signed-off-by: default avatarMing Lei <ming.lei@redhat.com>
      Acked-by: default avatarMukesh Ojha <quic_mojha@quicinc.com>
      Cc: stable@vger.kernel.org # v5.14+
      Signed-off-by: default avatarTejun Heo <tj@kernel.org>
      df02452f
    • Linus Torvalds's avatar
      Merge tag 'driver-core-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core · 1707c39a
      Linus Torvalds authored
      Pull driver core fixes from Greg KH:
       "Here are two tiny driver core fixes for 6.0-rc7 that resolve some
        oft-reported problems.
      
        The first is a revert of the "fw_devlink.strict=1" default option that
        we keep trying to enable, but we keep finding platforms that this just
        breaks everything on. So again, we need it reverted and hopefully it
        can be worked on in future releases.
      
        The second is a sysfs file-size bugfix that resolves an issue that
        many people are starting to hit as the fix it is fixing also was
        backported to stable kernels. The util-linux developers are starting
        to get bugreports about sysfs files that contain no data because of
        this problem, and this fix which has been in linux-next in the
        bitfield tree for a long time, resolves it. I'm submitting it here as
        it needs to be merged for 6.0-final, not for 6.1-rc1.
      
        Both of these have been in linux-next with no reported issues, only
        reports were that these fixed problems"
      
      * tag 'driver-core-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core:
        drivers/base: Fix unsigned comparison to -1 in CPUMAP_FILE_MAX_BYTES
        Revert "driver core: Set fw_devlink.strict=1 by default"
      1707c39a
    • Linus Torvalds's avatar
      Merge tag 'usb-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb · 33a4e37e
      Linus Torvalds authored
      Pull USB / Thunderbolt driver fixes and ids from Greg KH:
       "Here are a few small USB and Thunderbolt driver fixes and new device
        ids for 6.0-rc7.
      
        They contain:
      
         - new usb-serial driver ids
      
         - documentation build warning fix in USB hub code
      
         - flexcop-usb long-posted bugfix (the v4l maintainer for this is MIA
           so I have finally picked this up as it is a fix for a reported
           problem.)
      
         - dwc3 64bit DMA bugfix
      
         - new thunderbolt device ids
      
         - typec build error fix
      
        All of these have been in linux-next with no reported issues"
      
      * tag 'usb-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb:
        usb: typec: anx7411: Fix build error without CONFIG_POWER_SUPPLY
        media: flexcop-usb: fix endpoint type check
        USB: serial: option: add Quectel RM520N
        USB: serial: option: add Quectel BG95 0x0203 composition
        thunderbolt: Add support for Intel Maple Ridge single port controller
        usb: dwc3: core: leave default DMA if the controller does not support 64-bit DMA
        USB: core: Fix RST error in hub.c
      33a4e37e
  4. Sep 23, 2022
    • Linus Torvalds's avatar
      Merge tag 'landlock-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux · 9395cd7c
      Linus Torvalds authored
      Pull landlock fix from Mickaël Salaün:
       "Fix out-of-tree builds for Landlock tests"
      
      * tag 'landlock-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux:
        selftests/landlock: Fix out-of-tree builds
      9395cd7c
    • Linus Torvalds's avatar
      Merge tag 'riscv-for-linus-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux · a7b7751a
      Linus Torvalds authored
      Pull RISC-V fixes from Palmer Dabbelt:
      
       - A handful of build fixes for the T-Head errata, including some
         functional issues the compilers found
      
       - A fix for a nasty sigreturn bug
      
      * tag 'riscv-for-linus-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux:
        RISC-V: Avoid coupling the T-Head CMOs and Zicbom
        riscv: fix a nasty sigreturn bug...
        riscv: make t-head erratas depend on MMU
        riscv: fix RISCV_ISA_SVPBMT kconfig dependency warning
        RISC-V: Clean up the Zicbom block size probing
      a7b7751a
    • Linus Torvalds's avatar
      Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm · 317fab7e
      Linus Torvalds authored
      Pull kvm fixes from Paolo Bonzini:
       "As everyone back came back from conferences, here are the pending
        patches for Linux 6.0.
      
        ARM:
      
         - Fix for kmemleak with pKVM
      
        s390:
      
         - Fixes for VFIO with zPCI
      
         - smatch fix
      
        x86:
      
         - Ensure XSAVE-capable hosts always allow FP and SSE state to be
           saved and restored via KVM_{GET,SET}_XSAVE
      
         - Fix broken max_mmu_rmap_size stat
      
         - Fix compile error with old glibc that doesn't have gettid()"
      
      * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm:
        KVM: x86: Inject #UD on emulated XSETBV if XSAVES isn't enabled
        KVM: x86: Always enable legacy FP/SSE in allowed user XFEATURES
        KVM: x86: Reinstate kvm_vcpu_arch.guest_supported_xcr0
        KVM: x86/mmu: add missing update to max_mmu_rmap_size
        selftests: kvm: Fix a compile error in selftests/kvm/rseq_test.c
        KVM: s390: pci: register pci hooks without interpretation
        KVM: s390: pci: fix GAIT physical vs virtual pointers usage
        KVM: s390: Pass initialized arg even if unused
        KVM: s390: pci: fix plain integer as NULL pointer warnings
        KVM: arm64: Use kmemleak_free_part_phys() to unregister hyp_mem_base
      317fab7e
    • Linus Torvalds's avatar
      Merge tag 'for-linus-6.0-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip · 526e8262
      Linus Torvalds authored
      Pull xen fix from Juergen Gross:
       "A single fix for an issue in the xenbus driver (initialization of
        multi-page rings for Xen PV devices)"
      
      * tag 'for-linus-6.0-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip:
        xen/xenbus: fix xenbus_setup_ring()
      526e8262
    • Linus Torvalds's avatar
      Merge tag 'drm-fixes-2022-09-23-1' of git://anongit.freedesktop.org/drm/drm · 22565ae7
      Linus Torvalds authored
      Pull drm fixes from Dave Airlie:
       "Regular fixes for the week, i915, mediatek, hisilicon, mgag200 and
        panel have some small fixes.
      
        amdgpu has more stack size fixes for clang build, and fixes for new
        IPs, but all with low regression chances since they are for stuff new
        in v6.0.
      
        i915:
         - avoid a general protection failure when using perf/OA
         - avoid kernel warnings on driver release
      
        amdgpu:
         - SDMA 6.x fix
         - GPUVM TF fix
         - DCN 3.2.x fixes
         - DCN 3.1.x fixes
         - SMU 13.x fixes
         - Clang stack size fixes for recently enabled DML code
         - Fix drm dirty callback change on non-atomic cases
         - USB4 display fix
      
        mediatek:
         - dsi: Add atomic {destroy,duplicate}_state, reset callbacks
         - dsi: Move mtk_dsi_stop() call back to mtk_dsi_poweroff()
         - Fix wrong dither settings
      
        hisilicon:
         - Depend on MMU
      
        mgag200:
         - Fix console on G200ER
      
        panel:
         - Fix innolux_g121i1_l01 bus format"
      
      * tag 'drm-fixes-2022-09-23-1' of git://anongit.freedesktop.org/drm/drm: (30 commits)
        MAINTAINERS: switch graphics to airlied other addresses
        drm/mediatek: dsi: Move mtk_dsi_stop() call back to mtk_dsi_poweroff()
        drm/amd/display: Reduce number of arguments of dml314's CalculateFlipSchedule()
        drm/amd/display: Reduce number of arguments of dml314's CalculateWatermarksAndDRAMSpeedChangeSupport()
        drm/amdgpu: don't register a dirty callback for non-atomic
        drm/amd/pm: drop the pptable related workarounds for SMU 13.0.0
        drm/amd/pm: add support for 3794 pptable for SMU13.0.0
        drm/amd/display: correct num_dsc based on HW cap
        drm/amd/display: Disable OTG WA for the plane_state NULL case on DCN314
        drm/amd/display: Add shift and mask for ICH_RESET_AT_END_OF_LINE
        drm/amd/display: increase dcn315 pstate change latency
        drm/amd/display: Fix DP MST timeslot issue when fallback happened
        drm/amd/display: Display distortion after hotplug 5K tiled display
        drm/amd/display: Update dummy P-state search to use DCN32 DML
        drm/amd/display: skip audio setup when audio stream is enabled
        drm/amd/display: update gamut remap if plane has changed
        drm/amd/display: Assume an LTTPR is always present on fixed_vs links
        drm/amd/display: fix dcn315 memory channel count and width read
        drm/amd/display: Fix double cursor on non-video RGB MPO
        drm/amd/display: Only consider pixle rate div policy for DCN32+
        ...
      22565ae7
    • Paolo Bonzini's avatar
      Merge tag 'kvm-s390-master-6.0-2' of... · 69604fe7
      Paolo Bonzini authored
      Merge tag 'kvm-s390-master-6.0-2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD
      
      More pci fixes
      Fix for a code analyser warning
      69604fe7
    • Will Deacon's avatar
      vmlinux.lds.h: CFI: Reduce alignment of jump-table to function alignment · 13b05669
      Will Deacon authored
      Due to undocumented, hysterical raisins on x86, the CFI jump-table
      sections in .text are needlessly aligned to PMD_SIZE in the vmlinux
      linker script. When compiling a CFI-enabled arm64 kernel with a 64KiB
      page-size, a PMD maps 512MiB of virtual memory and so the .text section
      increases to a whopping 940MiB and blows the final Image up to 960MiB.
      Others report a link failure.
      
      Since the CFI jump-table requires only instruction alignment, reduce the
      alignment directives to function alignment for parity with other parts
      of the .text section. This reduces the size of the .text section for the
      aforementioned 64KiB page size arm64 kernel to 19MiB for a much more
      reasonable total Image size of 39MiB.
      
      Cc: Sami Tolvanen <samitolvanen@google.com>
      Cc: Mark Rutland <mark.rutland@arm.com>
      Cc: "Mohan Rao .vanimina" <mailtoc.mohanrao@gmail.com>
      Cc: Kees Cook <keescook@chromium.org>
      Cc: Nathan Chancellor <nathan@kernel.org>
      Cc: <stable@vger.kernel.org>
      Link: https://lore.kernel.org/all/CAL_GTzigiNOMYkOPX1KDnagPhJtFNqSK=1USNbS0wUL4PW6-Uw@mail.gmail.com/
      Fixes: cf68fffb
      
       ("add support for Clang CFI")
      Reviewed-by: default avatarMark Rutland <mark.rutland@arm.com>
      Tested-by: default avatarMark Rutland <mark.rutland@arm.com>
      Reviewed-by: default avatarSami Tolvanen <samitolvanen@google.com>
      Reviewed-by: default avatarKees Cook <keescook@chromium.org>
      Link: https://lore.kernel.org/r/20220922215715.13345-1-will@kernel.org
      Signed-off-by: default avatarWill Deacon <will@kernel.org>
      13b05669
    • Dave Airlie's avatar
      MAINTAINERS: switch graphics to airlied other addresses · 8288206c
      Dave Airlie authored
      
      
      My linux.ie address is in a bad place.
      also add dri-devel for agpgart.
      
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      8288206c
    • Dave Airlie's avatar
      Merge tag 'drm-misc-fixes-2022-09-22' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes · 3b38b65e
      Dave Airlie authored
      
      
      Short summary of fixes pull
      
       * drm/hisilicon: Depend on MMU
       * drm/mgag200: Fix console on G200ER
       * drm/panel: Fix innolux_g121i1_l01 bus format
      
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      
      From: Thomas Zimmermann <tzimmermann@suse.de>
      Link: https://patchwork.freedesktop.org/patch/msgid/YyxtXS588at6S4wg@linux-uq9g
      3b38b65e
    • Dave Airlie's avatar
      Merge tag 'mediatek-drm-fixes-6.0' of... · 73646baf
      Dave Airlie authored
      
      Merge tag 'mediatek-drm-fixes-6.0' of https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux into drm-fixes
      
      Mediatek DRM Fixes for Linux 6.0
      
      1. dsi: Add atomic {destroy,duplicate}_state, reset callbacks
      2. drm/mediatek: Fix wrong dither settings
      3. dsi: Move mtk_dsi_stop() call back to mtk_dsi_poweroff()
      
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      
      From: Chun-Kuang Hu <chunkuang.hu@kernel.org>
      Link: https://patchwork.freedesktop.org/patch/msgid/20220921235624.23580-1-chunkuang.hu@kernel.org
      73646baf
    • Dave Airlie's avatar
      Merge tag 'amd-drm-fixes-6.0-2022-09-21' of... · 387df878
      Dave Airlie authored
      
      Merge tag 'amd-drm-fixes-6.0-2022-09-21' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
      
      amd-drm-fixes-6.0-2022-09-21:
      
      amdgpu:
      - SDMA 6.x fix
      - GPUVM TF fix
      - DCN 3.2.x fixes
      - DCN 3.1.x fixes
      - SMU 13.x fixes
      - Clang stack size fixes for recently enabled DML code
      - Fix drm dirty callback change on non-atomic cases
      - USB4 display fix
      
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      From: Alex Deucher <alexander.deucher@amd.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/20220921220605.6136-1-alexander.deucher@amd.com
      387df878
    • Linus Torvalds's avatar
      Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi · bf682942
      Linus Torvalds authored
      Pull SCSI fixes from James Bottomley:
       "Three small and pretty obvious fixes, all in drivers"
      
      * tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
        scsi: mpt3sas: Fix return value check of dma_get_required_mask()
        scsi: qla2xxx: Fix memory leak in __qlt_24xx_handle_abts()
        scsi: qedf: Fix a UAF bug in __qedf_probe()
      bf682942
    • Linus Torvalds's avatar
      Merge tag 'slab-for-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab · 3c0f396a
      Linus Torvalds authored
      Pull slab fixes from Vlastimil Babka:
      
       - Fix a possible use-after-free in SLUB's kmem_cache removal,
         introduced in this cycle, by Feng Tang.
      
       - WQ_MEM_RECLAIM dependency fix for the workqueue-based cpu slab
         flushing introduced in 5.15, by Maurizio Lombardi.
      
       - Add missing KASAN hooks in two kmalloc entry paths, by Peter
         Collingbourne.
      
       - A BUG_ON() removal in SLUB's kmem_cache creation when allocation
         fails (too small to possibly happen in practice, syzbot used fault
         injection), by Chao Yu.
      
      * tag 'slab-for-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab:
        mm: slub: fix flush_cpu_slab()/__free_slab() invocations in task context.
        mm/slab_common: fix possible double free of kmem_cache
        kasan: call kasan_malloc() from __kmalloc_*track_caller()
        mm/slub: fix to return errno if kmalloc() fails
      3c0f396a
    • Sean Christopherson's avatar
      KVM: x86: Inject #UD on emulated XSETBV if XSAVES isn't enabled · 50b2d49b
      Sean Christopherson authored
      Inject #UD when emulating XSETBV if CR4.OSXSAVE is not set.  This also
      covers the "XSAVE not supported" check, as setting CR4.OSXSAVE=1 #GPs if
      XSAVE is not supported (and userspace gets to keep the pieces if it
      forces incoherent vCPU state).
      
      Add a comment to kvm_emulate_xsetbv() to call out that the CPU checks
      CR4.OSXSAVE before checking for intercepts.  AMD'S APM implies that #UD
      has priority (says that intercepts are checked before #GP exceptions),
      while Intel's SDM says nothing about interception priority.  However,
      testing on hardware shows that both AMD and Intel CPUs prioritize the #UD
      over interception.
      
      Fixes: 02d4160f
      
       ("x86: KVM: add xsetbv to the emulator")
      Cc: stable@vger.kernel.org
      Cc: Vitaly Kuznetsov <vkuznets@redhat.com>
      Signed-off-by: default avatarSean Christopherson <seanjc@google.com>
      Message-Id: <20220824033057.3576315-4-seanjc@google.com>
      Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      50b2d49b
    • Dr. David Alan Gilbert's avatar
      KVM: x86: Always enable legacy FP/SSE in allowed user XFEATURES · a1020a25
      Dr. David Alan Gilbert authored
      Allow FP and SSE state to be saved and restored via KVM_{G,SET}_XSAVE on
      XSAVE-capable hosts even if their bits are not exposed to the guest via
      XCR0.
      
      Failing to allow FP+SSE first showed up as a QEMU live migration failure,
      where migrating a VM from a pre-XSAVE host, e.g. Nehalem, to an XSAVE
      host failed due to KVM rejecting KVM_SET_XSAVE.  However, the bug also
      causes problems even when migrating between XSAVE-capable hosts as
      KVM_GET_SAVE won't set any bits in user_xfeatures if XSAVE isn't exposed
      to the guest, i.e. KVM will fail to actually migrate FP+SSE.
      
      Because KVM_{G,S}ET_XSAVE are designed to allowing migrating between
      hosts with and without XSAVE, KVM_GET_XSAVE on a non-XSAVE (by way of
      fpu_copy_guest_fpstate_to_uabi()) always sets the FP+SSE bits in the
      header so that KVM_SET_XSAVE will work even if the new host supports
      XSAVE.
      
      Fixes: ad856280
      
       ("x86/kvm/fpu: Limit guest user_xfeatures to supported bits of XCR0")
      bz: https://bugzilla.redhat.com/show_bug.cgi?id=2079311
      Cc: stable@vger.kernel.org
      Cc: Leonardo Bras <leobras@redhat.com>
      Signed-off-by: default avatarDr. David Alan Gilbert <dgilbert@redhat.com>
      [sean: add comment, massage changelog]
      Signed-off-by: default avatarSean Christopherson <seanjc@google.com>
      Message-Id: <20220824033057.3576315-3-seanjc@google.com>
      Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      a1020a25