stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-26 16:04:40 to 2022-08-29 11:08:03 UTC [more...]

[PATCH 5.15 000/136] 5.15.64-rc1 review
 2022-08-29 10:58 UTC  (48+ messages)
` [PATCH 5.15 001/136] wifi: rtlwifi: remove always-true condition pointed out by GCC 12
` [PATCH 5.15 002/136] eth: sun: cassini: remove dead code
` [PATCH 5.15 003/136] audit: fix potential double free on error path from fsnotify_add_inode_mark
` [PATCH 5.15 004/136] cgroup: Fix race condition at rebind_subsystems()
` [PATCH 5.15 005/136] parisc: Make CONFIG_64BIT available for ARCH=parisc64 only
` [PATCH 5.15 006/136] parisc: Fix exception handler for fldw and fstw instructions
` [PATCH 5.15 007/136] kernel/sys_ni: add compat entry for fadvise64_64
` [PATCH 5.15 008/136] x86/entry: Move CLD to the start of the idtentry macro
` [PATCH 5.15 009/136] block: add a bdev_max_zone_append_sectors helper
` [PATCH 5.15 010/136] block: add bdev_max_segments() helper
` [PATCH 5.15 011/136] btrfs: zoned: revive max_zone_append_bytes
` [PATCH 5.15 012/136] btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_size
` [PATCH 5.15 013/136] btrfs: convert count_max_extents() to use fs_info->max_extent_size
` [PATCH 5.15 014/136] Input: i8042 - move __initconst to fix code styling warning
` [PATCH 5.15 015/136] Input: i8042 - merge quirk tables
` [PATCH 5.15 016/136] Input: i8042 - add TUXEDO devices to i8042 "
` [PATCH 5.15 017/136] Input: i8042 - add additional "
` [PATCH 5.15 018/136] drivers/base: fix userspace break from using bin_attributes for cpumap and cpulist
` [PATCH 5.15 019/136] scsi: qla2xxx: Fix response queue handler reading stale packets
` [PATCH 5.15 020/136] scsi: qla2xxx: edif: Fix dropped IKE message
` [PATCH 5.15 021/136] btrfs: put initial index value of a directory in a constant
` [PATCH 5.15 022/136] btrfs: pass the dentry to btrfs_log_new_name() instead of the inode
` [PATCH 5.15 023/136] btrfs: remove unnecessary parameter delalloc_start for writepage_delalloc()
` [PATCH 5.15 024/136] riscv: lib: uaccess: fold fixups into body
` [PATCH 5.15 025/136] riscv: lib: uaccess: fix CSR_STATUS SR_SUM bit
` [PATCH 5.15 026/136] xfrm: fix refcount leak in __xfrm_policy_check()
` [PATCH 5.15 027/136] xfrm: clone missing x->lastused in xfrm_do_migrate
` [PATCH 5.15 028/136] af_key: Do not call xfrm_probe_algs in parallel
` [PATCH 5.15 029/136] xfrm: policy: fix metadata dst->dev xmit null pointer dereference
` [PATCH 5.15 030/136] fs: require CAP_SYS_ADMIN in target namespace for idmapped mounts
` [PATCH 5.15 032/136] Revert "net: macsec: update SCI upon MAC address change."
` [PATCH 5.15 034/136] NFSv4.2 fix problems with __nfs42_ssc_open
` [PATCH 5.15 041/136] nfc: pn533: Fix use-after-free bugs caused by pn532_cmd_timeout
` [PATCH 5.15 042/136] ice: xsk: Force rings to be sized to power of 2
` [PATCH 5.15 043/136] ice: xsk: prohibit usage of non-balanced queue id
` [PATCH 5.15 044/136] net/mlx5e: Properly disable vlan strip on non-UL reps
` [PATCH 5.15 045/136] net/mlx5: Avoid false positive lockdep warning by adding lock_class_key
` [PATCH 5.15 046/136] net/mlx5e: Fix wrong application of the LRO state
` [PATCH 5.15 047/136] net/mlx5e: Fix wrong tc flag used when set hw-tc-offload off
` [PATCH 5.15 049/136] net: phy: Dont WARN for PHY_READY state in mdio_bus_phy_resume()
` [PATCH 5.15 050/136] net: moxa: get rid of asymmetry in DMA mapping/unmapping
` [PATCH 5.15 055/136] netfilter: nf_tables: disallow updates of implicit chain
` [PATCH 5.15 057/136] netfilter: nft_payload: report ERANGE for too long offset and length
` [PATCH 5.15 058/136] netfilter: nft_payload: do not truncate csum_offset and csum_type
` [PATCH 5.15 060/136] netfilter: nft_osf: restrict osf to ipv4, ipv6 and inet families
` [PATCH 5.15 061/136] netfilter: nft_tunnel: restrict it to netdev family
` [PATCH 5.15 064/136] netfilter: bitwise: improve error goto labels

[PATCH 5.10 00/86] 5.10.140-rc1 review
 2022-08-29 10:58 UTC  (15+ messages)
` [PATCH 5.10 01/86] audit: fix potential double free on error path from fsnotify_add_inode_mark
` [PATCH 5.10 02/86] parisc: Fix exception handler for fldw and fstw instructions
` [PATCH 5.10 03/86] kernel/sys_ni: add compat entry for fadvise64_64
` [PATCH 5.10 04/86] pinctrl: amd: Dont save/restore interrupt status and wake status bits
` [PATCH 5.10 05/86] xfs: prevent a WARN_ONCE() in xfs_ioc_attr_list()
` [PATCH 5.10 06/86] xfs: reject crazy array sizes being fed to XFS_IOC_GETBMAP*
` [PATCH 5.10 07/86] fs: remove __sync_filesystem
` [PATCH 5.10 08/86] vfs: make sync_filesystem return errors from ->sync_fs
` [PATCH 5.10 09/86] xfs: return errors in xfs_fs_sync_fs
` [PATCH 5.10 10/86] xfs: only bother with sync_filesystem during readonly remount
` [PATCH 5.10 12/86] xfrm: fix refcount leak in __xfrm_policy_check()
` [PATCH 5.10 15/86] xfrm: policy: fix metadata dst->dev xmit null pointer dereference
` [PATCH 5.10 16/86] NFS: Dont allocate nfs_fattr on the stack in __nfs42_ssc_open()
` [PATCH 5.10 19/86] mm/huge_memory.c: use helper function migration_entry_to_page()

[PATCH 5.19 000/158] 5.19.6-rc1 review
 2022-08-29 10:57 UTC  (2+ messages)
` [PATCH 5.19 001/158] mm/gup: fix FOLL_FORCE COW security issue and remove FOLL_COW

[PATCH v2] vduse: prevent uninitialized memory accesses
 2022-08-29 10:50 UTC  (3+ messages)

stable-rc/queue/5.15 build: 179 builds: 4 failed, 175 passed, 14 errors, 5 warnings (v5.15.63-135-g75ba94c564c1)
 2022-08-29 10:33 UTC 

[PATCH 1/1] riscv: dts: microchip: correct L2 cache interrupts
 2022-08-29 10:32 UTC  (2+ messages)

[PATCH net] ip: fix triggering of 'icmp redirect'
 2022-08-29 10:01 UTC 

stable-rc/linux-5.15.y build: 180 builds: 4 failed, 176 passed, 14 errors, 5 warnings (v5.15.63-136-g30057c8a3a38)
 2022-08-29 10:21 UTC 

KASAN: use-after-free Read in tc_chain_fill_node
 2022-08-29  9:57 UTC 

[PATCH net 2/2] net: Use u64_stats_fetch_begin_irq() for stats fetch
 2022-08-29  9:55 UTC  (2+ messages)

Linux 5.10.139
 2022-08-29  9:40 UTC  (2+ messages)

[PATCH 5.19 000/365] 5.19.4-rc1 review
 2022-08-29  9:33 UTC  (7+ messages)
` [PATCH 5.19 145/365] kbuild: dummy-tools: avoid tmpdir leak in dummy gcc

Linux 5.19.5
 2022-08-29  9:26 UTC  (2+ messages)

[PATCH] net: mac802154: Fix a condition in the receive path
 2022-08-29  9:04 UTC  (7+ messages)

stable-rc/queue/4.9 build: 189 builds: 52 failed, 137 passed, 64 errors, 34 warnings (v4.9.325-101-ga4be09eac526)
 2022-08-29  8:50 UTC 

stable-rc/linux-4.9.y build: 189 builds: 52 failed, 137 passed, 64 errors, 31 warnings (v4.9.325-102-g310ef13ccc72)
 2022-08-29  8:49 UTC 

stable-rc/linux-5.4.y build: 189 builds: 3 failed, 186 passed, 4 errors, 28 warnings (v5.4.210-390-g1cece69eaa88)
 2022-08-29  8:47 UTC 

stable-rc/queue/4.9 build: 187 builds: 51 failed, 136 passed, 63 errors, 29 warnings (v4.9.325-101-g48070bcbbd5c)
 2022-08-29  8:36 UTC 

FAILED: patch "[PATCH] net: dsa: microchip: make learning configurable and keep it" failed to apply to 4.14-stable tree
 2022-08-29  8:35 UTC 

FAILED: patch "[PATCH] net: dsa: microchip: make learning configurable and keep it" failed to apply to 5.4-stable tree
 2022-08-29  8:34 UTC 

FAILED: patch "[PATCH] net: dsa: microchip: make learning configurable and keep it" failed to apply to 4.19-stable tree
 2022-08-29  8:34 UTC 

FAILED: patch "[PATCH] net: dsa: microchip: make learning configurable and keep it" failed to apply to 5.10-stable tree
 2022-08-29  8:34 UTC 

FAILED: patch "[PATCH] net: dsa: microchip: make learning configurable and keep it" failed to apply to 5.15-stable tree
 2022-08-29  8:34 UTC 

FAILED: patch "[PATCH] net: dsa: microchip: make learning configurable and keep it" failed to apply to 5.19-stable tree
 2022-08-29  8:34 UTC 

FAILED: patch "[PATCH] perf stat: Clear evsel->reset_group for each stat run" failed to apply to 5.10-stable tree
 2022-08-29  8:32 UTC 

FAILED: patch "[PATCH] blk-mq: fix io hung due to missing commit_rqs" failed to apply to 5.4-stable tree
 2022-08-29  8:31 UTC 

FAILED: patch "[PATCH] x86/nospec: Fix i386 RSB stuffing" failed to apply to 5.4-stable tree
 2022-08-29  8:30 UTC 

FAILED: patch "[PATCH] x86/nospec: Fix i386 RSB stuffing" failed to apply to 4.19-stable tree
 2022-08-29  8:30 UTC 

FAILED: patch "[PATCH] x86/nospec: Fix i386 RSB stuffing" failed to apply to 5.10-stable tree
 2022-08-29  8:30 UTC 

[PATCH v2 1/2] drm/amdgpu: Move HDP remapping earlier during init
 2022-08-29  8:17 UTC  (2+ messages)
` [PATCH v2 2/2] drm/amdgpu: Init VF's HDP flush reg offset early

[PATCH 5.10 000/545] 5.10.137-rc1 review
 2022-08-29  8:17 UTC  (6+ messages)
` [PATCH 5.10 055/545] md-raid: destroy the bitmap after destroying the thread

FAILED: patch "[PATCH] mm/hugetlb: fix hugetlb not supporting softdirty tracking" failed to apply to 5.19-stable tree
 2022-08-29  8:13 UTC  (3+ messages)
` [PATCH 4.9-stable -- 5.19-stable] mm/hugetlb: fix hugetlb not supporting softdirty tracking

Patch "usbnet: smsc95xx: Forward PHY interrupts to PHY driver to avoid polling" has been added to the 5.15-stable tree
 2022-08-29  8:12 UTC  (2+ messages)

[PATCH 1/3] misc: fastrpc: fix memory corruption on probe
 2022-08-29  8:05 UTC  (2+ messages)
` [PATCH 2/3] misc: fastrpc: fix memory corruption on open

5.19 and 5.15 stable patches
 2022-08-29  8:01 UTC  (2+ messages)

FAILED: patch "[PATCH] Revert "zram: remove double compression logic"" failed to apply to 5.19-stable tree
 2022-08-29  7:50 UTC  (3+ messages)
` [PATCH 5.19] Revert "zram: remove double compression logic"

cifs backport request
 2022-08-29  7:44 UTC  (3+ messages)

FAILED: patch "[PATCH] riscv: dts: microchip: correct L2 cache interrupts" failed to apply to 5.15-stable tree
 2022-08-29  7:43 UTC 

FAILED: patch "[PATCH] riscv: signal: fix missing prototype warning" failed to apply to 5.4-stable tree
 2022-08-29  7:43 UTC 

FAILED: patch "[PATCH] riscv: signal: fix missing prototype warning" failed to apply to 4.19-stable tree
 2022-08-29  7:43 UTC 

FAILED: patch "[PATCH] riscv: signal: fix missing prototype warning" failed to apply to 5.10-stable tree
 2022-08-29  7:43 UTC 

FAILED: patch "[PATCH] riscv: signal: fix missing prototype warning" failed to apply to 5.15-stable tree
 2022-08-29  7:43 UTC 

FAILED: patch "[PATCH] xen/privcmd: fix error exit of privcmd_ioctl_dm_op()" failed to apply to 4.14-stable tree
 2022-08-29  7:42 UTC 

FAILED: patch "[PATCH] xen/privcmd: fix error exit of privcmd_ioctl_dm_op()" failed to apply to 4.19-stable tree
 2022-08-29  7:42 UTC 

FAILED: patch "[PATCH] xen/privcmd: fix error exit of privcmd_ioctl_dm_op()" failed to apply to 5.4-stable tree
 2022-08-29  7:42 UTC 

FAILED: patch "[PATCH] provide arch_test_bit_acquire for architectures that define" failed to apply to 4.9-stable tree
 2022-08-29  7:42 UTC 

FAILED: patch "[PATCH] provide arch_test_bit_acquire for architectures that define" failed to apply to 4.14-stable tree
 2022-08-29  7:42 UTC 

FAILED: patch "[PATCH] provide arch_test_bit_acquire for architectures that define" failed to apply to 4.19-stable tree
 2022-08-29  7:42 UTC 

FAILED: patch "[PATCH] provide arch_test_bit_acquire for architectures that define" failed to apply to 5.4-stable tree
 2022-08-29  7:42 UTC 

FAILED: patch "[PATCH] provide arch_test_bit_acquire for architectures that define" failed to apply to 5.10-stable tree
 2022-08-29  7:42 UTC 

FAILED: patch "[PATCH] provide arch_test_bit_acquire for architectures that define" failed to apply to 5.19-stable tree
 2022-08-29  7:42 UTC 

FAILED: patch "[PATCH] provide arch_test_bit_acquire for architectures that define" failed to apply to 5.15-stable tree
 2022-08-29  7:42 UTC 

FAILED: patch "[PATCH] smb3: missing inode locks in zero range" failed to apply to 4.19-stable tree
 2022-08-29  7:41 UTC 

FAILED: patch "[PATCH] smb3: missing inode locks in zero range" failed to apply to 4.9-stable tree
 2022-08-29  7:41 UTC 

FAILED: patch "[PATCH] smb3: missing inode locks in zero range" failed to apply to 4.14-stable tree
 2022-08-29  7:41 UTC 

FAILED: patch "[PATCH] smb3: missing inode locks in zero range" failed to apply to 5.10-stable tree
 2022-08-29  7:41 UTC 

FAILED: patch "[PATCH] smb3: missing inode locks in zero range" failed to apply to 5.4-stable tree
 2022-08-29  7:41 UTC 

FAILED: patch "[PATCH] smb3: missing inode locks in zero range" failed to apply to 5.19-stable tree
 2022-08-29  7:41 UTC 

FAILED: patch "[PATCH] smb3: missing inode locks in zero range" failed to apply to 5.15-stable tree
 2022-08-29  7:41 UTC 

FAILED: patch "[PATCH] smb3: missing inode locks in punch hole" failed to apply to 4.14-stable tree
 2022-08-29  7:41 UTC 

FAILED: patch "[PATCH] smb3: missing inode locks in punch hole" failed to apply to 4.9-stable tree
 2022-08-29  7:41 UTC 

FAILED: patch "[PATCH] smb3: missing inode locks in punch hole" failed to apply to 5.4-stable tree
 2022-08-29  7:41 UTC 

FAILED: patch "[PATCH] smb3: missing inode locks in punch hole" failed to apply to 4.19-stable tree
 2022-08-29  7:41 UTC 

FAILED: patch "[PATCH] smb3: missing inode locks in punch hole" failed to apply to 5.10-stable tree
 2022-08-29  7:41 UTC 

FAILED: patch "[PATCH] wait_on_bit: add an acquire memory barrier" failed to apply to 4.9-stable tree
 2022-08-29  7:39 UTC 

FAILED: patch "[PATCH] wait_on_bit: add an acquire memory barrier" failed to apply to 4.19-stable tree
 2022-08-29  7:39 UTC 

FAILED: patch "[PATCH] wait_on_bit: add an acquire memory barrier" failed to apply to 4.14-stable tree
 2022-08-29  7:39 UTC 

FAILED: patch "[PATCH] wait_on_bit: add an acquire memory barrier" failed to apply to 5.4-stable tree
 2022-08-29  7:39 UTC 

FAILED: patch "[PATCH] wait_on_bit: add an acquire memory barrier" failed to apply to 5.15-stable tree
 2022-08-29  7:39 UTC 

FAILED: patch "[PATCH] wait_on_bit: add an acquire memory barrier" failed to apply to 5.19-stable tree
 2022-08-29  7:39 UTC 

FAILED: patch "[PATCH] wait_on_bit: add an acquire memory barrier" failed to apply to 5.10-stable tree
 2022-08-29  7:39 UTC 

FAILED: patch "[PATCH] mm/hugetlb: avoid corrupting page->mapping in" failed to apply to 5.15-stable tree
 2022-08-29  7:38 UTC 

FAILED: patch "[PATCH] s390/mm: do not trigger write fault when vma does not allow" failed to apply to 4.9-stable tree
 2022-08-29  7:37 UTC 

FAILED: patch "[PATCH] s390/mm: do not trigger write fault when vma does not allow" failed to apply to 4.14-stable tree
 2022-08-29  7:37 UTC 

FAILED: patch "[PATCH] s390/mm: do not trigger write fault when vma does not allow" failed to apply to 4.19-stable tree
 2022-08-29  7:37 UTC 

FAILED: patch "[PATCH] s390/mm: do not trigger write fault when vma does not allow" failed to apply to 5.4-stable tree
 2022-08-29  7:37 UTC 

FAILED: patch "[PATCH] s390/mm: do not trigger write fault when vma does not allow" failed to apply to 5.10-stable tree
 2022-08-29  7:37 UTC 

FAILED: patch "[PATCH] x86/nospec: Unwreck the RSB stuffing" failed to apply to 5.4-stable tree
 2022-08-29  7:25 UTC 

FAILED: patch "[PATCH] x86/nospec: Unwreck the RSB stuffing" failed to apply to 4.19-stable tree
 2022-08-29  7:25 UTC 

FAILED: patch "[PATCH] x86/nospec: Unwreck the RSB stuffing" failed to apply to 5.10-stable tree
 2022-08-29  7:25 UTC 

FAILED: patch "[PATCH] x86/bugs: Add "unknown" reporting for MMIO Stale Data" failed to apply to 4.14-stable tree
 2022-08-29  7:25 UTC 

FAILED: patch "[PATCH] x86/bugs: Add "unknown" reporting for MMIO Stale Data" failed to apply to 4.9-stable tree
 2022-08-29  7:25 UTC 

FAILED: patch "[PATCH] x86/bugs: Add "unknown" reporting for MMIO Stale Data" failed to apply to 4.19-stable tree
 2022-08-29  7:25 UTC 

FAILED: patch "[PATCH] x86/bugs: Add "unknown" reporting for MMIO Stale Data" failed to apply to 5.4-stable tree
 2022-08-29  7:25 UTC 

FAILED: patch "[PATCH] perf/x86/intel: Fix pebs event constraints for ADL" failed to apply to 5.15-stable tree
 2022-08-29  7:23 UTC 

FAILED: patch "[PATCH] btrfs: fix space cache corruption and potential double" failed to apply to 5.15-stable tree
 2022-08-29  7:20 UTC 

[PATCH -next] sched/cputime: Fix the bug of reading time backward from /proc/stat
 2022-08-29 15:57 UTC  (3+ messages)

[PATCH] usb: cdns3: fix issue with rearming ISO OUT endpoint
 2022-08-29  2:11 UTC  (2+ messages)

[PATCH] usb: cdns3: fix incorrect handling TRB_SMM flag for ISOC transfer
 2022-08-29  1:57 UTC  (2+ messages)

[merged mm-stable] mm-damon-dbgfs-avoid-duplicate-context-directory-creation.patch removed from -mm tree
 2022-08-28 21:03 UTC 

[merged mm-stable] squashfs-dont-call-kmalloc-in-decompressors.patch removed from -mm tree
 2022-08-28 21:03 UTC 

[merged mm-stable] mm-mprotect-only-reference-swap-pfn-page-if-type-match.patch removed from -mm tree
 2022-08-28 21:03 UTC 

[merged mm-stable] asm-generic-sections-refactor-memory_intersects.patch removed from -mm tree
 2022-08-28 21:03 UTC 

[merged mm-stable] bootmem-remove-the-vmemmap-pages-from-kmemleak-in-put_page_bootmem.patch removed from -mm tree
 2022-08-28 21:03 UTC 

[merged mm-stable] revert-memcg-cleanup-racy-sum-avoidance-code.patch removed from -mm tree
 2022-08-28 21:03 UTC 

[merged mm-stable] ocfs2-fix-freeing-uninitialized-resource-on-ocfs2_dlm_shutdown.patch removed from -mm tree
 2022-08-28 21:03 UTC 

[merged mm-stable] shmem-update-folio-if-shmem_replace_page-updates-the-page.patch removed from -mm tree
 2022-08-28 21:03 UTC 

[merged mm-stable] writeback-avoid-use-after-free-after-removing-device.patch removed from -mm tree
 2022-08-28 21:03 UTC 

[merged mm-stable] mm-hugetlb-avoid-corrupting-page-mapping-in-hugetlb_mcopy_atomic_pte.patch removed from -mm tree
 2022-08-28 21:03 UTC 

[PATCH] virt: sev-guest: fix kconfig warnings
 2022-08-28 19:52 UTC 

[PATCH v2] iio: light: tsl2583: Fix module unloading
 2022-08-28 16:33 UTC  (2+ messages)

[PATCH 12/14] arm64: dts: qcom: sdm845-mtp: correct ADC settle time
 2022-08-28  8:43 UTC 

[PATCH v2] usb: gadget: mass_storage: Fix cdrom data transfers on MAC-OS
 2022-08-27  3:15 UTC 

[to-be-updated] mm-migrate_devicec-copy-pte-dirty-bit-to-page.patch removed from -mm tree
 2022-08-27  2:38 UTC 

[PATCH 01/11] drm/edid: Handle EDID 1.4 range descriptor h/vfreq offsets
 2022-08-27  1:40 UTC  (2+ messages)

[PATCH 2/2] xen-blkfront: Advertise feature-persistent as user requested
 2022-08-27  0:27 UTC  (4+ messages)

[PATCH v3 1/3] mm/migrate_device.c: Flush TLB while holding PTL
 2022-08-26 22:19 UTC  (12+ messages)
` [PATCH v3 2/3] mm/migrate_device.c: Copy pte dirty bit to page

[REGRESSION] v5.17-rc1+: FIFREEZE ioctl system call hangs
 2022-08-26 20:10 UTC  (17+ messages)

[PATCH] drm/i915/slpc: Fix PCODE IA Freq requests when using SLPC
 2022-08-26 20:03 UTC  (3+ messages)

[PATCH] mm/mprotect: Only reference swap pfn page if type match
 2022-08-26 16:35 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).