1. 04 Jul, 2024 4 commits
  2. 03 Jul, 2024 12 commits
  3. 02 Jul, 2024 10 commits
  4. 01 Jul, 2024 9 commits
    • Linus Torvalds's avatar
      Merge tag 'cxl-fixes-6.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl · 73e93150
      Linus Torvalds authored
      Pull cxl fixes from Dave Jiang:
      
       - Fix no cxl_nvd during pmem region auto-assemble
      
       - Avoid NULLL pointer dereference in region lookup
      
       - Add missing checks to interleave capability
      
       - Add cxl kdoc fix to address document compilation error
      
      * tag 'cxl-fixes-6.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl:
        cxl: documentation: add missing files to cxl driver-api
        cxl/region: check interleave capability
        cxl/region: Avoid null pointer dereference in region lookup
        cxl/mem: Fix no cxl_nvd during pmem region auto-assembling
      73e93150
    • Linus Torvalds's avatar
      Merge tag 'for-6.10-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux · cfbc0ffe
      Linus Torvalds authored
      Pull btrfs fix from David Sterba:
       "A fixup for a recent fix that prevents an infinite loop during block
        group reclaim.
      
        Unfortunately it introduced an unsafe way of updating block group list
        and could race with relocation. This could be hit on fast devices when
        relocation/balance does not have enough space"
      
      * tag 'for-6.10-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
        btrfs: fix adding block group to a reclaim list and the unused list during reclaim
      cfbc0ffe
    • Linus Torvalds's avatar
      Merge tag 'asm-generic-fixes-6.10-2' of... · 9903efbd
      Linus Torvalds authored
      Merge tag 'asm-generic-fixes-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
      
      Pull asm-generic fix from Arnd Bergmann:
       "This fixes up a last minute build regression from the previous set of
        bug fixes"
      
      * tag 'asm-generic-fixes-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic:
        syscalls: fix sys_fanotify_mark prototype
      9903efbd
    • Linus Torvalds's avatar
      Merge tag 'arm-fixes-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc · 651ab781
      Linus Torvalds authored
      Pull SoC fixes from Arnd Bergmann:
       "A number of devicetree fixes came in for the rockchip platforms,
        correcting some of the address information, and reverting a change to
        the MMC controller configuration that caused regressions.
      
        Four drivers have one code change each, addressing minor build issues
        for the optee firmware driver, the litex SoC platform driver and two
        reset drivers.
      
        The riscv fixes as also simple, mainly turning off device nodes in the
        canaan dts files unless they are actually usable on a particular
        board.
      
        Finally, Drew takes over maintaining the THEAD RISC-V SoC platform"
      
      * tag 'arm-fixes-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc:
        drivers/soc/litex: drop obsolete dependency on COMPILE_TEST
        tee: optee: ffa: Fix missing-field-initializers warning
        arm64: dts: rockchip: Add sound-dai-cells for RK3368
        arm64: dts: rockchip: Fix the i2c address of es8316 on Cool Pi 4B
        reset: hisilicon: hi6220: add missing MODULE_DESCRIPTION() macro
        reset: gpio: Fix missing gpiolib dependency for GPIO reset controller
        MAINTAINERS: thead: update Maintainer
        arm64: dts: rockchip: fix PMIC interrupt pin on ROCK Pi E
        riscv: dts: starfive: Set EMMC vqmmc maximum voltage to 3.3V on JH7110 boards
        arm64: dts: rockchip: make poweroff(8) work on Radxa ROCK 5A
        Revert "arm64: dts: rockchip: remove redundant cd-gpios from rk3588 sdmmc nodes"
        ARM: dts: rockchip: rk3066a: add #sound-dai-cells to hdmi node
        arm64: dts: rockchip: Fix the value of `dlg,jack-det-rate` mismatch on rk3399-gru
        arm64: dts: rockchip: set correct pwm0 pinctrl on rk3588-tiger
        riscv: dts: canaan: Disable I/O devices unless used
        riscv: dts: canaan: Clean up serial aliases
        arm64: dts: rockchip: Rename LED related pinctrl nodes on rk3308-rock-pi-s
        arm64: dts: rockchip: Fix SD NAND and eMMC init on rk3308-rock-pi-s
        arm64: dts: rockchip: Fix rk3308 codec@ff560000 reset-names
        arm64: dts: rockchip: Fix the DCDC_REG2 minimum voltage on Quartz64 Model B
      651ab781
    • Linus Torvalds's avatar
      Merge tag 'mtd/fixes-for-6.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux · 90f4ad03
      Linus Torvalds authored
      Pull mtd fixes from Miquel Raynal:
      
       - Rockchip NAND controller driver was not checking the timings properly
         and the introduction of NV-DDR support broke it.
      
       - The core was also misbehaving in some very specific cases: in case of
         (unlikely) bitflips in the parameter page, the fallback might have
         failed as well but for software reasons.
      
       - Finally, the chosen ECC configuration was no longer properly
         propagated to upper layers, mostly failing an info message at probe
         time.
      
      * tag 'mtd/fixes-for-6.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux:
        mtd: rawnand: rockchip: ensure NVDDR timings are rejected
        mtd: rawnand: Bypass a couple of sanity checks during NAND identification
        mtd: rawnand: Fix the nand_read_data_op() early check
        mtd: rawnand: Ensure ECC configuration is propagated to upper layers
      90f4ad03
    • Linus Torvalds's avatar
      Merge tag 'vfs-6.10-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs · 9b458a26
      Linus Torvalds authored
      Pull vfs fixes from Christian Brauner:
       "Misc:
      
         - Don't misleadingly warn during filesystem thaw operations.
      
           It's possible that a block device which was frozen before it was
           mounted can cause a failing thaw operation if someone concurrently
           tried to mount it while that thaw operation was issued and the
           device had already been temporarily claimed for the mount (The
           mount will of course be aborted because the device is frozen).
      
        netfs:
      
         - Fix io_uring based write-through. Make sure that the total request
           length is correctly set.
      
         - Fix partial writes to folio tail.
      
         - Remove some xarray helpers that were intended for bounce buffers
           which got defered to a later patch series.
      
         - Make netfs_page_mkwrite() whether folio->mapping is vallid after
           acquiring the folio lock.
      
         - Make netfs_page_mkrite() flush conflicting data instead of waiting.
      
        fsnotify:
      
         - Ensure that fsnotify creation events are generated before fsnotify
           open events when a file is created via ->atomic_open(). The
           ordering was broken before.
      
         - Ensure that no fsnotify events are generated for O_PATH file
           descriptors. While no fsnotify open events were generated, fsnotify
           close events were. Make it consistent and don't produce any"
      
      * tag 'vfs-6.10-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs:
        netfs: Fix netfs_page_mkwrite() to flush conflicting data, not wait
        netfs: Fix netfs_page_mkwrite() to check folio->mapping is valid
        netfs: Delete some xarray-wangling functions that aren't used
        netfs: Fix early issue of write op on partial write to folio tail
        netfs: Fix io_uring based write-through
        vfs: generate FS_CREATE before FS_OPEN when ->atomic_open used.
        fsnotify: Do not generate events for O_PATH file descriptors
        fs: don't misleadingly warn during thaw operations
      9b458a26
    • Naohiro Aota's avatar
      btrfs: fix adding block group to a reclaim list and the unused list during reclaim · 48f091fd
      Naohiro Aota authored
      There is a potential parallel list adding for retrying in
      btrfs_reclaim_bgs_work and adding to the unused list. Since the block
      group is removed from the reclaim list and it is on a relocation work,
      it can be added into the unused list in parallel. When that happens,
      adding it to the reclaim list will corrupt the list head and trigger
      list corruption like below.
      
      Fix it by taking fs_info->unused_bgs_lock.
      
        [177.504][T2585409] BTRFS error (device nullb1): error relocating ch= unk 2415919104
        [177.514][T2585409] list_del corruption. next->prev should be ff1100= 0344b119c0, but was ff11000377e87c70. (next=3Dff110002390cd9c0)
        [177.529][T2585409] ------------[ cut here ]------------
        [177.537][T2585409] kernel BUG at lib/list_debug.c:65!
        [177.545][T2585409] Oops: invalid opcode: 0000 [#1] PREEMPT SMP KASAN NOPTI
        [177.555][T2585409] CPU: 9 PID: 2585409 Comm: kworker/u128:2 Tainted: G        W          6.10.0-rc5-kts #1
        [177.568][T2585409] Hardware name: Supermicro SYS-520P-WTR/X12SPW-TF, BIOS 1.2 02/14/2022
        [177.579][T2585409] Workqueue: events_unbound btrfs_reclaim_bgs_work[btrfs]
        [177.589][T2585409] RIP: 0010:__list_del_entry_valid_or_report.cold+0x70/0x72
        [177.624][T2585409] RSP: 0018:ff11000377e87a70 EFLAGS: 00010286
        [177.633][T2585409] RAX: 000000000000006d RBX: ff11000344b119c0 RCX:0000000000000000
        [177.644][T2585409] RDX: 000000000000006d RSI: 0000000000000008 RDI:ffe21c006efd0f40
        [177.655][T2585409] RBP: ff110002e0509f78 R08: 0000000000000001 R09:ffe21c006efd0f08
        [177.665][T2585409] R10: ff11000377e87847 R11: 0000000000000000 R12:ff110002390cd9c0
        [177.676][T2585409] R13: ff11000344b119c0 R14: ff110002e0508000 R15:dffffc0000000000
        [177.687][T2585409] FS:  0000000000000000(0000) GS:ff11000fec880000(0000) knlGS:0000000000000000
        [177.700][T2585409] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
        [177.709][T2585409] CR2: 00007f06bc7b1978 CR3: 0000001021e86005 CR4:0000000000771ef0
        [177.720][T2585409] DR0: 0000000000000000 DR1: 0000000000000000 DR2:0000000000000000
        [177.731][T2585409] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7:0000000000000400
        [177.742][T2585409] PKRU: 55555554
        [177.748][T2585409] Call Trace:
        [177.753][T2585409]  <TASK>
        [177.759][T2585409]  ? __die_body.cold+0x19/0x27
        [177.766][T2585409]  ? die+0x2e/0x50
        [177.772][T2585409]  ? do_trap+0x1ea/0x2d0
        [177.779][T2585409]  ? __list_del_entry_valid_or_report.cold+0x70/0x72
        [177.788][T2585409]  ? do_error_trap+0xa3/0x160
        [177.795][T2585409]  ? __list_del_entry_valid_or_report.cold+0x70/0x72
        [177.805][T2585409]  ? handle_invalid_op+0x2c/0x40
        [177.812][T2585409]  ? __list_del_entry_valid_or_report.cold+0x70/0x72
        [177.820][T2585409]  ? exc_invalid_op+0x2d/0x40
        [177.827][T2585409]  ? asm_exc_invalid_op+0x1a/0x20
        [177.834][T2585409]  ? __list_del_entry_valid_or_report.cold+0x70/0x72
        [177.843][T2585409]  btrfs_delete_unused_bgs+0x3d9/0x14c0 [btrfs]
      
      There is a similar retry_list code in btrfs_delete_unused_bgs(), but it is
      safe, AFAICS. Since the block group was in the unused list, the used bytes
      should be 0 when it was added to the unused list. Then, it checks
      block_group->{used,reserved,pinned} are still 0 under the
      block_group->lock. So, they should be still eligible for the unused list,
      not the reclaim list.
      
      The reason it is safe there it's because because we're holding
      space_info->groups_sem in write mode.
      
      That means no other task can allocate from the block group, so while we
      are at deleted_unused_bgs() it's not possible for other tasks to
      allocate and deallocate extents from the block group, so it can't be
      added to the unused list or the reclaim list by anyone else.
      
      The bug can be reproduced by btrfs/166 after a few rounds. In practice
      this can be hit when relocation cannot find more chunk space and ends
      with ENOSPC.
      Reported-by: default avatarShinichiro Kawasaki <shinichiro.kawasaki@wdc.com>
      Suggested-by: default avatarJohannes Thumshirn <Johannes.Thumshirn@wdc.com>
      Fixes: 4eb4e85c ("btrfs: retry block group reclaim without infinite loop")
      CC: stable@vger.kernel.org # 5.15+
      Reviewed-by: default avatarFilipe Manana <fdmanana@suse.com>
      Reviewed-by: default avatarJohannes Thumshirn <johannes.thumshirn@wdc.com>
      Reviewed-by: default avatarQu Wenruo <wqu@suse.com>
      Signed-off-by: default avatarNaohiro Aota <naohiro.aota@wdc.com>
      Reviewed-by: default avatarDavid Sterba <dsterba@suse.com>
      Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
      48f091fd
    • Arnd Bergmann's avatar
      syscalls: fix sys_fanotify_mark prototype · 63e2f40c
      Arnd Bergmann authored
      My earlier fix missed an incorrect function prototype that shows up on
      native 32-bit builds:
      
      In file included from fs/notify/fanotify/fanotify_user.c:14:
      include/linux/syscalls.h:248:25: error: conflicting types for 'sys_fanotify_mark'; have 'long int(int,  unsigned int,  u32,  u32,  int,  const char *)' {aka 'long int(int,  unsigned int,  unsigned int,  unsigned int,  int,  const char *)'}
       1924 | SYSCALL32_DEFINE6(fanotify_mark,
            | ^~~~~~~~~~~~~~~~~
      include/linux/syscalls.h:862:17: note: previous declaration of 'sys_fanotify_mark' with type 'long int(int,  unsigned int,  u64,  int, const char *)' {aka 'long int(int,  unsigned int,  long long unsigned int,  int,  const char *)'}
      
      On x86 and powerpc, the prototype is also wrong but hidden in an #ifdef,
      so it never caused problems.
      
      Add another alternative declaration that matches the conditional function
      definition.
      
      Fixes: 403f17a3 ("parisc: use generic sys_fanotify_mark implementation")
      Cc: stable@vger.kernel.org
      Reported-by: default avatarGuenter Roeck <linux@roeck-us.net>
      Reported-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
      Reported-by: default avatarkernel test robot <lkp@intel.com>
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      63e2f40c
    • Arnd Bergmann's avatar
      Merge tag 'v6.10-rockchip-dtsfixes1' of... · 07917ee0
      Arnd Bergmann authored
      Merge tag 'v6.10-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/fixes
      
      Apart from the regular dts fixes for wrong addresses, missing
      or wrong properties, this reverts the previous move away from
      cd-gpios to the mmc-controller's internal card-detect.
      With this change applied, it was reported that boards could not
      detect card anymore, so this go reverted of course.
      
      * tag 'v6.10-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip:
        arm64: dts: rockchip: Add sound-dai-cells for RK3368
        arm64: dts: rockchip: Fix the i2c address of es8316 on Cool Pi 4B
        arm64: dts: rockchip: fix PMIC interrupt pin on ROCK Pi E
        arm64: dts: rockchip: make poweroff(8) work on Radxa ROCK 5A
        Revert "arm64: dts: rockchip: remove redundant cd-gpios from rk3588 sdmmc nodes"
        ARM: dts: rockchip: rk3066a: add #sound-dai-cells to hdmi node
        arm64: dts: rockchip: Fix the value of `dlg,jack-det-rate` mismatch on rk3399-gru
        arm64: dts: rockchip: set correct pwm0 pinctrl on rk3588-tiger
        arm64: dts: rockchip: Rename LED related pinctrl nodes on rk3308-rock-pi-s
        arm64: dts: rockchip: Fix SD NAND and eMMC init on rk3308-rock-pi-s
        arm64: dts: rockchip: Fix rk3308 codec@ff560000 reset-names
        arm64: dts: rockchip: Fix the DCDC_REG2 minimum voltage on Quartz64 Model B
      
      Link: https://lore.kernel.org/r/10237789.nnTZe4vzsl@diegoSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      07917ee0
  5. 30 Jun, 2024 5 commits
    • Linus Torvalds's avatar
      Linux 6.10-rc6 · 22a40d14
      Linus Torvalds authored
      22a40d14
    • Linus Torvalds's avatar
      Merge tag 'ata-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux · aca7c377
      Linus Torvalds authored
      Pull ata fixes from Niklas Cassel:
      
       - Add NOLPM quirk for for all Crucial BX SSD1 models.
      
         Considering that we now have had bug reports for 3 different BX SSD1
         variants from Crucial with the same product name, make the quirk more
         inclusive, to catch more device models from the same generation.
      
       - Fix a trivial NULL pointer dereference in the error path for
         ata_host_release().
      
       - Create a ata_port_free(), so that we don't miss freeing ata_port
         struct members when freeing a struct ata_port.
      
       - Fix a trivial double free in the error path for ata_host_alloc().
      
       - Ensure that we remove the libata "remapped NVMe device count" sysfs
         entry on .probe() error.
      
      * tag 'ata-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux:
        ata: ahci: Clean up sysfs file on error
        ata: libata-core: Fix double free on error
        ata,scsi: libata-core: Do not leak memory for ata_port struct members
        ata: libata-core: Fix null pointer dereference on error
        ata: libata-core: Add ATA_HORKAGE_NOLPM for all Crucial BX SSD1 models
      aca7c377
    • Niklas Cassel's avatar
      ata: ahci: Clean up sysfs file on error · eeb25a09
      Niklas Cassel authored
      .probe() (ahci_init_one()) calls sysfs_add_file_to_group(), however,
      if probe() fails after this call, we currently never call
      sysfs_remove_file_from_group().
      
      (The sysfs_remove_file_from_group() call in .remove() (ahci_remove_one())
      does not help, as .remove() is not called on .probe() error.)
      
      Thus, if probe() fails after the sysfs_add_file_to_group() call, the next
      time we insmod the module we will get:
      
      sysfs: cannot create duplicate filename '/devices/pci0000:00/0000:00:04.0/remapped_nvme'
      CPU: 11 PID: 954 Comm: modprobe Not tainted 6.10.0-rc5 #43
      Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.16.3-2.fc40 04/01/2014
      Call Trace:
       <TASK>
       dump_stack_lvl+0x5d/0x80
       sysfs_warn_dup.cold+0x17/0x23
       sysfs_add_file_mode_ns+0x11a/0x130
       sysfs_add_file_to_group+0x7e/0xc0
       ahci_init_one+0x31f/0xd40 [ahci]
      
      Fixes: 894fba7f ("ata: ahci: Add sysfs attribute to show remapped NVMe device count")
      Cc: stable@vger.kernel.org
      Reviewed-by: default avatarDamien Le Moal <dlemoal@kernel.org>
      Reviewed-by: default avatarHannes Reinecke <hare@suse.de>
      Link: https://lore.kernel.org/r/20240629124210.181537-10-cassel@kernel.orgSigned-off-by: default avatarNiklas Cassel <cassel@kernel.org>
      eeb25a09
    • Niklas Cassel's avatar
      ata: libata-core: Fix double free on error · ab9e0c52
      Niklas Cassel authored
      If e.g. the ata_port_alloc() call in ata_host_alloc() fails, we will jump
      to the err_out label, which will call devres_release_group().
      devres_release_group() will trigger a call to ata_host_release().
      ata_host_release() calls kfree(host), so executing the kfree(host) in
      ata_host_alloc() will lead to a double free:
      
      kernel BUG at mm/slub.c:553!
      Oops: invalid opcode: 0000 [#1] PREEMPT SMP NOPTI
      CPU: 11 PID: 599 Comm: (udev-worker) Not tainted 6.10.0-rc5 #47
      Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.16.3-2.fc40 04/01/2014
      RIP: 0010:kfree+0x2cf/0x2f0
      Code: 5d 41 5e 41 5f 5d e9 80 d6 ff ff 4d 89 f1 41 b8 01 00 00 00 48 89 d9 48 89 da
      RSP: 0018:ffffc90000f377f0 EFLAGS: 00010246
      RAX: ffff888112b1f2c0 RBX: ffff888112b1f2c0 RCX: ffff888112b1f320
      RDX: 000000000000400b RSI: ffffffffc02c9de5 RDI: ffff888112b1f2c0
      RBP: ffffc90000f37830 R08: 0000000000000000 R09: 0000000000000000
      R10: ffffc90000f37610 R11: 617461203a736b6e R12: ffffea00044ac780
      R13: ffff888100046400 R14: ffffffffc02c9de5 R15: 0000000000000006
      FS:  00007f2f1cabe980(0000) GS:ffff88813b380000(0000) knlGS:0000000000000000
      CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
      CR2: 00007f2f1c3acf75 CR3: 0000000111724000 CR4: 0000000000750ef0
      PKRU: 55555554
      Call Trace:
       <TASK>
       ? __die_body.cold+0x19/0x27
       ? die+0x2e/0x50
       ? do_trap+0xca/0x110
       ? do_error_trap+0x6a/0x90
       ? kfree+0x2cf/0x2f0
       ? exc_invalid_op+0x50/0x70
       ? kfree+0x2cf/0x2f0
       ? asm_exc_invalid_op+0x1a/0x20
       ? ata_host_alloc+0xf5/0x120 [libata]
       ? ata_host_alloc+0xf5/0x120 [libata]
       ? kfree+0x2cf/0x2f0
       ata_host_alloc+0xf5/0x120 [libata]
       ata_host_alloc_pinfo+0x14/0xa0 [libata]
       ahci_init_one+0x6c9/0xd20 [ahci]
      
      Ensure that we will not call kfree(host) twice, by performing the kfree()
      only if the devres_open_group() call failed.
      
      Fixes: dafd6c49 ("libata: ensure host is free'd on error exit paths")
      Cc: stable@vger.kernel.org
      Reviewed-by: default avatarDamien Le Moal <dlemoal@kernel.org>
      Reviewed-by: default avatarHannes Reinecke <hare@suse.de>
      Link: https://lore.kernel.org/r/20240629124210.181537-9-cassel@kernel.orgSigned-off-by: default avatarNiklas Cassel <cassel@kernel.org>
      ab9e0c52
    • Niklas Cassel's avatar
      ata,scsi: libata-core: Do not leak memory for ata_port struct members · f6549f53
      Niklas Cassel authored
      libsas is currently not freeing all the struct ata_port struct members,
      e.g. ncq_sense_buf for a driver supporting Command Duration Limits (CDL).
      
      Add a function, ata_port_free(), that is used to free a ata_port,
      including its struct members. It makes sense to keep the code related to
      freeing a ata_port in its own function, which will also free all the
      struct members of struct ata_port.
      
      Fixes: 18bd7718 ("scsi: ata: libata: Handle completion of CDL commands using policy 0xD")
      Reviewed-by: default avatarJohn Garry <john.g.garry@oracle.com>
      Link: https://lore.kernel.org/r/20240629124210.181537-8-cassel@kernel.orgSigned-off-by: default avatarNiklas Cassel <cassel@kernel.org>
      f6549f53