stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-05 13:37:16 to 2024-02-07 04:06:35 UTC [more...]

[PATCH v2] mm/swap: fix race when skipping swapcache
 2024-02-07  4:06 UTC  (17+ messages)

[PATCH v3] mm/zswap: invalidate old entry when store fail or !zswap_enabled
 2024-02-07  3:38 UTC 

[PATCH v2] mm/zswap: invalidate old entry when store fail or !zswap_enabled
 2024-02-07  3:28 UTC  (2+ messages)

[PATCH 1/8] docs: kernel_feat.py: fix build error for missing files
 2024-02-07  2:57 UTC  (5+ messages)

[v6.6][PATCH 00/57] eventfs: Linus's updates for 6.6
 2024-02-07  2:08 UTC  (61+ messages)
` [v6.6][PATCH 01/57] Revert "eventfs: Do not allow NULL parent to eventfs_start_creating()"
` [v6.6][PATCH 02/57] Revert "eventfs: Check for NULL ef in eventfs_set_attr()"
` [v6.6][PATCH 03/57] Revert "eventfs: Use simple_recursive_removal() to clean up dentries"
` [v6.6][PATCH 04/57] Revert "eventfs: Delete eventfs_inode when the last dentry is freed"
` [v6.6][PATCH 05/57] Revert "eventfs: Save ownership and mode"
` [v6.6][PATCH 06/57] Revert "eventfs: Remove "is_freed" union with rcu head"
` [v6.6][PATCH 07/57] eventfs: Remove eventfs_file and just use eventfs_inode
` [v6.6][PATCH 08/57] eventfs: Use eventfs_remove_events_dir()
` [v6.6][PATCH 09/57] eventfs: Use ERR_CAST() in eventfs_create_events_dir()
` [v6.6][PATCH 10/57] eventfs: Fix failure path "
` [v6.6][PATCH 11/57] tracefs/eventfs: Modify mismatched function name
` [v6.6][PATCH 12/57] eventfs: Fix WARN_ON() in create_file_dentry()
` [v6.6][PATCH 13/57] eventfs: Fix typo in eventfs_inode union comment
` [v6.6][PATCH 14/57] eventfs: Remove extra dget() in eventfs_create_events_dir()
` [v6.6][PATCH 15/57] eventfs: Fix kerneldoc of eventfs_remove_rec()
` [v6.6][PATCH 16/57] eventfs: Remove "is_freed" union with rcu head
` [v6.6][PATCH 17/57] eventfs: Have a free_ei() that just frees the eventfs_inode
` [v6.6][PATCH 18/57] eventfs: Test for ei->is_freed when accessing ei->dentry
` [v6.6][PATCH 19/57] eventfs: Save ownership and mode
` [v6.6][PATCH 20/57] eventfs: Hold eventfs_mutex when calling callback functions
` [v6.6][PATCH 21/57] eventfs: Delete eventfs_inode when the last dentry is freed
` [v6.6][PATCH 22/57] eventfs: Remove special processing of dput() of events directory
` [v6.6][PATCH 23/57] eventfs: Use simple_recursive_removal() to clean up dentries
` [v6.6][PATCH 24/57] eventfs: Remove expectation that ei->is_freed means ei->dentry == NULL
` [v6.6][PATCH 25/57] eventfs: Do not invalidate dentry in create_file/dir_dentry()
` [v6.6][PATCH 26/57] eventfs: Use GFP_NOFS for allocation when eventfs_mutex is held
` [v6.6][PATCH 27/57] eventfs: Move taking of inode_lock into dcache_dir_open_wrapper()
` [v6.6][PATCH 28/57] eventfs: Do not allow NULL parent to eventfs_start_creating()
` [v6.6][PATCH 29/57] eventfs: Make sure that parent->d_inode is locked in creating files/dirs
` [v6.6][PATCH 30/57] eventfs: Fix events beyond NAME_MAX blocking tasks
` [v6.6][PATCH 31/57] eventfs: Have event files and directories default to parent uid and gid
` [v6.6][PATCH 32/57] eventfs: Fix file and directory uid and gid ownership
` [v6.6][PATCH 33/57] tracefs: Check for dentry->d_inode exists in set_gid()
` [v6.6][PATCH 34/57] eventfs: Fix bitwise fields for "is_events"
` [v6.6][PATCH 35/57] eventfs: Remove "lookup" parameter from create_dir/file_dentry()
` [v6.6][PATCH 36/57] eventfs: Stop using dcache_readdir() for getdents()
` [v6.6][PATCH 37/57] tracefs/eventfs: Use root and instance inodes as default ownership
` [v6.6][PATCH 38/57] eventfs: Have eventfs_iterate() stop immediately if ei->is_freed is set
` [v6.6][PATCH 39/57] eventfs: Do ctx->pos update for all iterations in eventfs_iterate()
` [v6.6][PATCH 40/57] eventfs: Read ei->entries before ei->children "
` [v6.6][PATCH 41/57] eventfs: Shortcut eventfs_iterate() by skipping entries already read
` [v6.6][PATCH 42/57] eventfs: Have the inodes all for files and directories all be the same
` [v6.6][PATCH 43/57] eventfs: Do not create dentries nor inodes in iterate_shared
` [v6.6][PATCH 44/57] eventfs: Use kcalloc() instead of kzalloc()
` [v6.6][PATCH 45/57] eventfs: Save directory inodes in the eventfs_inode structure
` [v6.6][PATCH 46/57] tracefs: remove stale update_gid code
` [v6.6][PATCH 47/57] tracefs: Zero out the tracefs_inode when allocating it
` [v6.6][PATCH 48/57] eventfs: Initialize the tracefs inode properly
` [v6.6][PATCH 49/57] tracefs: Avoid using the ei->dentry pointer unnecessarily
` [v6.6][PATCH 50/57] tracefs: dentry lookup crapectomy
` [v6.6][PATCH 51/57] eventfs: Remove unused d_parent pointer field
` [v6.6][PATCH 52/57] eventfs: Clean up dentry ops and add revalidate function
` [v6.6][PATCH 53/57] eventfs: Get rid of dentry pointers without refcounts
` [v6.6][PATCH 54/57] eventfs: Warn if an eventfs_inode is freed without is_freed being set
` [v6.6][PATCH 55/57] eventfs: Restructure eventfs_inode structure to be more condensed
` [v6.6][PATCH 56/57] eventfs: Remove fsnotify*() functions from lookup()
` [v6.6][PATCH 57/57] eventfs: Keep all directory links at 1

Requesting 3 patches for Apple Magic Keyboard 2021 to be merged to LTS kernels
 2024-02-07  0:47 UTC  (3+ messages)

[PATCH] btrfs: always scan a single device when mounted
 2024-02-07  0:21 UTC  (2+ messages)

[PATCH v2] nvmem: rmem: Fix return value of rmem_read()
 2024-02-06 22:36 UTC  (6+ messages)

[PATCH] ASoC: tas2781: remove unused acpi_subysystem_id
 2024-02-06 21:49 UTC  (3+ messages)
` [PATCH v2] "
` [PATCH v3] "

[REGRESSION] 6.7.1: md: raid5 hang and unresponsive system; successfully bisected
 2024-02-06 21:34 UTC  (5+ messages)

[PATCH] perf/x86: Fix out of range data
 2024-02-06 21:19 UTC  (4+ messages)

[PATCH v3 1/8] m68k/mm: Adjust VM area to be unmapped by gap size for __iounmap()
 2024-02-06 21:11 UTC  (2+ messages)
` [PATCH v3 8/8] m68k: Move signal frame following exception on 68020/030

[PATCH] power: supply: mm8013: select REGMAP_I2C
 2024-02-06 18:45 UTC  (2+ messages)

[PATCH 1/3] driver core: bus: introduce can_remove()
 2024-02-06 18:42 UTC  (5+ messages)
` [PATCH 3/3] drm/amdgpu: wire up the can_remove() callback

[PATCH 5.10/5.15/6.1 0/1] net: prevent mss overflow in skb_segment()
 2024-02-06 17:38 UTC  (2+ messages)
` [PATCH 5.10/5.15/6.1 1/1] "

[PATCH] blk-wbt: Fix detection of dirty-throttled tasks
 2024-02-06 16:44 UTC  (3+ messages)

[REGRESSION 6.1.70] system calls with CIFS mounts failing with "Resource temporarily unavailable"
 2024-02-06 16:33 UTC  (10+ messages)

Patches for v5.15.149-rc
 2024-02-06 16:28 UTC 

[PATCH 5.15.y 0/1] smb: client: fix "df: Resource temporarily unavailable" on 5.15 stable kernel
 2024-02-06 16:11 UTC  (2+ messages)
` [PATCH 5.15.y 1/1] smb3: Replace smb2pdu 1-element arrays with flex-arrays

[PATCH 0/6] tools: Fix rtla and rv problems (found) with clang
 2024-02-06 15:48 UTC  (8+ messages)
` [PATCH 1/6] tools/rtla: Fix Makefile compiler options for clang
` [PATCH 2/6] tools/rtla: Fix uninitialized bucket/data->bucket_size warning
` [PATCH 3/6] tools/rtla: Fix clang warning about mount_point var size
` [PATCH 4/6] tools/rtla: Remove unused sched_getattr() function
` [PATCH 5/6] tools/rv: Fix Makefile compiler options for clang
` [PATCH 6/6] tools/rv: Fix curr_reactor uninitialized variable

[PATCH v6 0/4] Regather scattered PCI-Code
 2024-02-06 15:34 UTC  (3+ messages)

[PATCH] HID: wacom: Do not register input devices until after hid_hw_start
 2024-02-06 15:12 UTC  (3+ messages)

[PATCH] drm/amd/display: Increase frame-larger-than for all display_mode_vba files
 2024-02-06 14:44 UTC  (2+ messages)

[PATCH] ASoC: amd: yc: Add DMI quirk for Lenovo Ideapad Pro 5 16ARP8
 2024-02-06 12:09 UTC  (2+ messages)

[v6.7][PATCH v2 00/23] eventfs: Linus's updates for 6.7
 2024-02-06 11:43 UTC  (25+ messages)
` [v6.7][PATCH v2 01/23] eventfs: Remove "lookup" parameter from create_dir/file_dentry()
` [v6.7][PATCH v2 02/23] eventfs: Stop using dcache_readdir() for getdents()
` [v6.7][PATCH v2 03/23] tracefs/eventfs: Use root and instance inodes as default ownership
` [v6.7][PATCH v2 04/23] eventfs: Have eventfs_iterate() stop immediately if ei->is_freed is set
` [v6.7][PATCH v2 05/23] eventfs: Do ctx->pos update for all iterations in eventfs_iterate()
` [v6.7][PATCH v2 06/23] eventfs: Read ei->entries before ei->children "
` [v6.7][PATCH v2 07/23] eventfs: Shortcut eventfs_iterate() by skipping entries already read
` [v6.7][PATCH v2 08/23] eventfs: Have the inodes all for files and directories all be the same
` [v6.7][PATCH v2 09/23] eventfs: Do not create dentries nor inodes in iterate_shared
` [v6.7][PATCH v2 10/23] eventfs: Use kcalloc() instead of kzalloc()
` [v6.7][PATCH v2 11/23] eventfs: Save directory inodes in the eventfs_inode structure
` [v6.7][PATCH v2 12/23] tracefs: remove stale update_gid code
` [v6.7][PATCH v2 13/23] tracefs: Zero out the tracefs_inode when allocating it
` [v6.7][PATCH v2 14/23] eventfs: Initialize the tracefs inode properly
` [v6.7][PATCH v2 15/23] tracefs: Avoid using the ei->dentry pointer unnecessarily
` [v6.7][PATCH v2 16/23] tracefs: dentry lookup crapectomy
` [v6.7][PATCH v2 17/23] eventfs: Remove unused d_parent pointer field
` [v6.7][PATCH v2 18/23] eventfs: Clean up dentry ops and add revalidate function
` [v6.7][PATCH v2 19/23] eventfs: Get rid of dentry pointers without refcounts
` [v6.7][PATCH v2 20/23] eventfs: Warn if an eventfs_inode is freed without is_freed being set
` [v6.7][PATCH v2 21/23] eventfs: Restructure eventfs_inode structure to be more condensed
` [v6.7][PATCH v2 22/23] eventfs: Remove fsnotify*() functions from lookup()
` [v6.7][PATCH v2 23/23] eventfs: Keep all directory links at 1

[PATCH] usb: cdnsp: blocked some cdns3 specific code
 2024-02-06 10:40 UTC 

[PATCH V3] lockdep: fix deadlock issue between lockdep and rcu
 2024-02-06 10:53 UTC  (4+ messages)

[PATCH] usb: cdnsp: fixed issue with incorrect detecting CDNSP family controllers
 2024-02-06 10:43 UTC 

[PATCH] fs: relax mount_setattr() permission checks
 2024-02-06 10:22 UTC 

[tip: timers/urgent] hrtimer: Report offline hrtimer enqueue
 2024-02-06 10:10 UTC 

[PATCH v6 4/4] PCI: Move devres code from pci.c to devres.c
 2024-02-06  9:37 UTC  (2+ messages)

[PATCH v6 1/4] lib/pci_iomap.c: fix cleanup bug in pci_iounmap()
 2024-02-06  9:36 UTC  (2+ messages)

[PATCH net] s390/qeth: Fix potential loss of L3-IP@ in case of network issues
 2024-02-06  8:58 UTC 

[PATCH net] s390/qeth: Fix potential loss of L3-IP@ in case of network issues
 2024-02-06  8:55 UTC 

[PATCH V3 1/2] net: ethernet: ti: cpsw_new: enable mac_managed_pm to fix mdio
 2024-02-06  7:19 UTC  (4+ messages)
` [PATCH V3 2/2] net: ethernet: ti: cpsw: "

[PATCH 5.4,4.19] lsm: new security_file_ioctl_compat() hook
 2024-02-06  1:29 UTC 

+ fat-fix-uninitialized-field-in-nostale-filehandles.patch added to mm-nonmm-unstable branch
 2024-02-05 22:15 UTC 

[PATCH] drm/amd/display: Disable PSR-SU on Parade 08-01 TCON too
 2024-02-05 21:12 UTC 

+ selftests-mm-uffd-unit-test-check-if-huge-page-size-is-0.patch added to mm-hotfixes-unstable branch
 2024-02-05 21:08 UTC 

+ mm-damon-core-check-apply-interval-in-damon_do_apply_schemes.patch added to mm-hotfixes-unstable branch
 2024-02-05 20:56 UTC 

Linux 6.7.4
 2024-02-05 20:21 UTC  (2+ messages)

Linux 6.6.16
 2024-02-05 20:21 UTC  (2+ messages)

Linux 6.1.77
 2024-02-05 20:21 UTC  (2+ messages)

[PATCH RESEND] mm/damon/core: check apply interval in damon_do_apply_schemes()
 2024-02-05 20:13 UTC 

[PATCH] mm/damon/core: check apply interval in
 2024-02-05 20:11 UTC  (2+ messages)

[PATCH v3] usb: gadget: ncm: Avoid dropping datagrams of properly parsed NTBs
 2024-02-05 19:33 UTC  (2+ messages)

[v6.7][PATCH 00/23] eventfs: Linus's updates for 6.7
 2024-02-05 13:14 UTC  (3+ messages)

[PATCH net 0/3] nfp: a few simple driver fixes
 2024-02-05 17:58 UTC  (10+ messages)
` [PATCH net 1/3] nfp: use correct macro for LengthSelect in BAR config
` [PATCH net 2/3] nfp: flower: prevent re-adding mac index for bonded port
` [PATCH net 3/3] nfp: enable NETDEV_XDP_ACT_REDIRECT feature flag

[PATCH] mm: huge_memory: don't force huge page alignment on 32 bit
 2024-02-05 17:53 UTC 

[PATCH] ASoC: tas2781: add module parameter to tascodec_init()
 2024-02-05 16:58 UTC  (2+ messages)

[PATCH 6.6 000/326] 6.6.16-rc2 review
 2024-02-05 16:40 UTC  (2+ messages)

[PATCH v2] mtd: rawnand: marvell: fix layouts
 2024-02-05 15:17 UTC  (2+ messages)

[PATCH] leds: trigger: netdev: Fix kernel panic on interface rename trig notify
 2024-02-05 15:04 UTC  (9+ 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).