messages from 2024-02-06 04:24:15 to 2024-02-07 14:42:27 UTC [more...]
[PATCH 1/8] docs: kernel_feat.py: fix build error for missing files
2024-02-07 14:42 UTC (6+ messages)
[PATCH v2] bus: mhi: host: free buffer on error in mhi_alloc_bhie_table
2024-02-07 13:40 UTC
[PATCH 5.15 0/1] cifs: Fix stack-out-of-bounds in smb2_set_next_command()
2024-02-07 12:01 UTC (3+ messages)
` [PATCH 5.15 1/1] "
[PATCH v3] usb: dwc3: gadget: Fix NULL pointer dereference in dwc3_gadget_suspend
2024-02-07 11:59 UTC (2+ messages)
[PATCH 5.10 0/1] cifs: Fix stack-out-of-bounds in smb2_set_next_command()
2024-02-07 11:52 UTC (2+ messages)
` [PATCH 5.10 1/1] "
[PATCH v4] mm/zswap: invalidate old entry when store fail or !zswap_enabled
2024-02-07 11:54 UTC
[PATCH v3] mm/zswap: invalidate old entry when store fail or !zswap_enabled
2024-02-07 11:36 UTC (5+ messages)
[PATCH] linux-5.10/rcu-tasks: Eliminate deadlocks involving do_exit() and RCU tasks
2024-02-07 11:09 UTC
[PATCH] linux-4.19/rcu-tasks: Eliminate deadlocks involving do_exit() and RCU tasks
2024-02-07 11:08 UTC
[regression 6.1.67] dlm: cannot start dlm midcomms -97 after backport of e9cdebbe23f1 ("dlm: use kernel_connect() and kernel_bind()")
2024-02-07 10:39 UTC
[PATCH 1/1] netfilter: ipset: Missing gc cancellations fixed
2024-02-07 10:27 UTC (2+ messages)
[PATCH] ASoC: tas2781: remove unused acpi_subysystem_id
2024-02-07 10:07 UTC (6+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH] fs: relax mount_setattr() permission checks
2024-02-07 9:52 UTC (3+ messages)
[PATCH v2] nvmem: rmem: Fix return value of rmem_read()
2024-02-07 9:34 UTC (9+ messages)
[PATCH] btrfs: always scan a single device when mounted
2024-02-07 9:28 UTC (5+ messages)
[PATCH net v3] net: stmmac: protect updates of 64-bit statistics counters
2024-02-07 9:10 UTC (2+ messages)
[PATCH 6.7 000/641] 6.7.2-rc1 review
2024-02-07 9:04 UTC (6+ messages)
` [PATCH 6.7 427/641] io_uring: dont check iopoll if request completes
[REGRESSION] NULL pointer dereference drm_dp_add_payload_part2
2024-02-07 8:45 UTC
Please apply commit b4909252da9b ("drivers: lkdtm: fix clang -Wformat warning") to v5.15.y
2024-02-07 6:58 UTC
[PATCH 1/4] arm64: dts: qcom: sm8550-qrd: correct WCD9385 TX port mapping
2024-02-07 4:46 UTC (2+ messages)
` (subset) "
[git:media_tree/master] media: tc358743: register v4l2 async device only after successful setup
2024-02-01 12:20 UTC
[PATCH v2] mm/swap: fix race when skipping swapcache
2024-02-07 4:24 UTC (19+ messages)
[PATCH v2] mm/zswap: invalidate old entry when store fail or !zswap_enabled
2024-02-07 3:28 UTC (2+ 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)
[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
[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 (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).