All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-03 03:54:55 to 2025-09-03 05:16:34 UTC [more...]

[PATCH net] inet: Avoid established lookup missing active sk
 2025-09-03  5:16 UTC  (2+ messages)

[PATCH v2 00/18] python: 3.14 compatibility and python-qemu-qmp synchronization
 2025-09-03  5:11 UTC  (10+ messages)
` [PATCH v2 01/18] python: backport 'Change error classes to have better repr methods'
` [PATCH v2 03/18] python: backport 'kick event queue on legacy event_pull()'
` [PATCH v2 05/18] python: backport 'drop Python3.6 workarounds'
` [PATCH v2 06/18] python: backport 'qmp-shell: add common_parser()'
` [PATCH v2 07/18] python: backport 'feat: allow setting read buffer limit'
` [PATCH v2 10/18] python: backport 'qmp-tui: Do not crash if optional dependencies are not met'
` [PATCH v2 11/18] python: backport 'Remove deprecated get_event_loop calls'
` [PATCH v2 15/18] python: ensure QEMUQtestProtocol closes its socket
` [PATCH v2 18/18] iotests/check: always enable all python warnings

[PATCH] drm/i915/hpd: Fix mtp_tc_hpd_enable_detection()
 2025-09-03  5:14 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for "

[Buildroot] [PATCH 0/4] configs/aspeed-*: Linux and U-Boot versions update
 2025-09-03  5:04 UTC  (7+ messages)
` [Buildroot] [PATCH 1/4] configs/aspeed-*: bump Linux to 6.16.4
` [Buildroot] [PATCH 3/4] configs/aspeed_ast2600evb_defconfig: bump U-Boot to commit 66672e5af36f

[PATCH 0/4] ALSA: usb-audio: series of improvements to min_mute
 2025-09-03  5:09 UTC  (10+ messages)
` [PATCH 1/4] ALSA: usb-audio: rename QUIRK_FLAG_MIXER_MIN_MUTE to QUIRK_FLAG_MIXER_PLAYBACK_MIN_MUTE
` [PATCH 2/4] ALSA: usb-audio: add quirk QUIRK_FLAG_MIXER_CAPTURE_MIN_MUTE
` [PATCH 3/4] ALSA: usb-audio: apply "mixer_min_mute" quirks on some devices
` [PATCH 4/4] ALSA: usb-audio: apply quirk for MOONDROP Quark2

[PATCHED][RFC][CFT] mount-related stuff
 2025-09-03  5:08 UTC  (80+ messages)
` [PATCHES v2][RFC][CFT] "
  ` [PATCHES v3][RFC][CFT] "
    ` [PATCH v3 01/65] fs/namespace.c: fix the namespace_sem guard mess
      ` [PATCH v3 02/65] introduced guards for mount_lock
      ` [PATCH v3 03/65] fs/namespace.c: allow to drop vfsmount references via __free(mntput)
      ` [PATCH v3 04/65] __detach_mounts(): use guards
      ` [PATCH v3 05/65] __is_local_mountpoint(): "
      ` [PATCH v3 06/65] do_change_type(): "
      ` [PATCH v3 07/65] do_set_group(): "
      ` [PATCH v3 08/65] mark_mounts_for_expiry(): "
      ` [PATCH v3 09/65] put_mnt_ns(): "
      ` [PATCH v3 10/65] mnt_already_visible(): "
      ` [PATCH v3 11/65] check_for_nsfs_mounts(): no need to take locks
      ` [PATCH v3 12/65] propagate_mnt(): use scoped_guard(mount_locked_reader) for mnt_set_mountpoint()
      ` [PATCH v3 13/65] has_locked_children(): use guards
      ` [PATCH v3 14/65] mnt_set_expiry(): "
      ` [PATCH v3 15/65] path_is_under(): "
      ` [PATCH v3 16/65] current_chrooted(): don't bother with follow_down_one()
      ` [PATCH v3 17/65] current_chrooted(): use guards
      ` [PATCH v3 18/65] switch do_new_mount_fc() to fc_mount()
      ` [PATCH v3 19/65] do_move_mount(): trim local variables
      ` [PATCH v3 20/65] do_move_mount(): deal with the checks on old_path early
      ` [PATCH v3 21/65] move_mount(2): take sanity checks in 'beneath' case into do_lock_mount()
      ` [PATCH v3 22/65] finish_automount(): simplify the ELOOP check
      ` [PATCH v3 23/65] do_loopback(): use __free(path_put) to deal with old_path
      ` [PATCH v3 24/65] pivot_root(2): use __free() to deal with struct path in it
      ` [PATCH v3 25/65] finish_automount(): take the lock_mount() analogue into a helper
      ` [PATCH v3 26/65] do_new_mount_fc(): use __free() to deal with dropping mnt on failure
      ` [PATCH v3 26/63] do_new_mount_rc(): "
      ` [PATCH v3 27/65] finish_automount(): "
      ` [PATCH v3 28/65] change calling conventions for lock_mount() et.al
      ` [PATCH v3 29/65] do_move_mount(): use the parent mount returned by do_lock_mount()
      ` [PATCH v3 30/65] do_add_mount(): switch to passing pinned_mountpoint instead of mountpoint + path
      ` [PATCH v3 31/65] graft_tree(), attach_recursive_mnt() - pass pinned_mountpoint
      ` [PATCH v3 32/65] pivot_root(2): use old_mp.mp->m_dentry instead of old.dentry
      ` [PATCH v3 33/65] don't bother passing new_path->dentry to can_move_mount_beneath()
      ` [PATCH v3 34/65] new helper: topmost_overmount()
      ` [PATCH v3 35/65] do_lock_mount(): don't modify path
      ` [PATCH v3 36/65] constify check_mnt()
      ` [PATCH v3 37/65] do_mount_setattr(): constify path argument
      ` [PATCH v3 38/65] do_set_group(): constify path arguments
      ` [PATCH v3 39/65] drop_collected_paths(): constify arguments
      ` [PATCH v3 40/65] collect_paths(): constify the return value
      ` [PATCH v3 41/65] do_move_mount(), vfs_move_mount(), do_move_mount_old(): constify struct path argument(s)
      ` [PATCH v3 42/65] mnt_warn_timestamp_expiry(): constify struct path argument
      ` [PATCH v3 43/65] do_new_mount{,_fc}(): "
      ` [PATCH v3 44/65] do_{loopback,change_type,remount,reconfigure_mnt}(): "
      ` [PATCH v3 45/65] path_mount(): "
      ` [PATCH v3 46/65] may_copy_tree(), __do_loopback(): "
      ` [PATCH v3 47/65] path_umount(): "
      ` [PATCH v3 48/65] constify can_move_mount_beneath() arguments
      ` [PATCH v3 49/65] do_move_mount_old(): use __free(path_put)
      ` [PATCH v3 50/65] do_mount(): "
      ` [PATCH v3 51/65] umount_tree(): take all victims out of propagation graph at once
      ` [PATCH v3 52/65] ecryptfs: get rid of pointless mount references in ecryptfs dentries
      ` [PATCH v3 53/65] fs/namespace.c: sanitize descriptions for {__,}lookup_mnt()
      ` [PATCH v3 54/63] open_detached_copy(): don't bother with mount_lock_hash()
      ` [PATCH v3 54/65] path_has_submounts(): use guard(mount_locked_reader)
      ` [PATCH v3 55/65] open_detached_copy(): don't bother with mount_lock_hash()
      ` [PATCH v3 55/63] open_detached_copy(): separate creation of namespace into helper
      ` [PATCH v3 56/63] mnt_ns_tree_remove(): DTRT if mnt_ns had never been added to mnt_ns_list
      ` [PATCH v3 56/65] open_detached_copy(): separate creation of namespace into helper
      ` [PATCH v3 57/63] copy_mnt_ns(): use the regular mechanism for freeing empty mnt_ns on failure
      ` [PATCH v3 57/65] mnt_ns_tree_remove(): DTRT if mnt_ns had never been added to mnt_ns_list
      ` [PATCH v3 58/63] copy_mnt_ns(): use guards
      ` [PATCH v3 58/65] copy_mnt_ns(): use the regular mechanism for freeing empty mnt_ns on failure
      ` [PATCH v3 59/65] copy_mnt_ns(): use guards
      ` [PATCH v3 59/63] simplify the callers of mnt_unhold_writers()
      ` [PATCH v3 60/63] setup_mnt(): primitive for connecting a mount to filesystem
      ` [PATCH v3 60/65] simplify the callers of mnt_unhold_writers()
      ` [PATCH v3 61/63] preparations to taking MNT_WRITE_HOLD out of ->mnt_flags
      ` [PATCH v3 61/65] setup_mnt(): primitive for connecting a mount to filesystem
      ` [PATCH v3 62/65] preparations to taking MNT_WRITE_HOLD out of ->mnt_flags
      ` [PATCH v3 62/63] struct mount: relocate MNT_WRITE_HOLD bit
      ` [PATCH v3 63/65] "
      ` [PATCH v3 63/63] WRITE_HOLD machinery: no need for to bump mount_lock seqcount
      ` [PATCH v3 64/65] "
      ` [PATCH v3 65/65] constify {__,}mnt_is_readonly()

[PATCH] block/iscsi: fix crashes on session disconnect and I/O hard timeout
 2025-09-03  5:05 UTC  (2+ messages)
` [Withdrawn] "

[sailus-media-tree:devel] BUILD SUCCESS fefcce5ab179ebc5662e64f0095694b206088842
 2025-09-03  5:05 UTC 

[PATCH v11 0/3] ARM: dts: Add support for Meta Clemente BMC
 2025-09-03  5:05 UTC  (2+ messages)

[RFC PATCH v2 0/9] support unaligned access to xHCI Capability
 2025-09-03  5:03 UTC  (2+ messages)
` [Withdrawn] "

[PATCH 0/8] Support dynamic EMC frequency scaling on Tegra186/Tegra194
 2025-09-03  5:01 UTC  (5+ messages)
` [PATCH 3/8] cpufreq: tegra186: add OPP support and set bandwidth

[meta-arago][PATCH 0/1] Use tisdk-tiny-initramfs in the
 2025-09-03  5:00 UTC  (3+ messages)
` [meta-arago][PATCH 1/1] tisdk-tiny-initramfs.bb: Package initramfs scripts and modules in the image

SVSM Development Call September 3rd, 2025
 2025-09-03  4:59 UTC 

[PATCH v6 00/24] Tracefs support for pKVM
 2025-09-03  4:58 UTC  (3+ messages)
` [PATCH v6 12/24] tracing: selftests: Add trace remote tests

[PATCH] amd/amdkfd: correct mem limit calculation for small APUs
 2025-09-03  4:57 UTC  (2+ messages)

Cannot boot from IA32 system a 64bit x86_64 kernel
 2025-09-03  4:55 UTC  (3+ messages)
` BUG: Bisection finished: "

[to-be-updated] filemap-optimize-order0-folio-in-filemap_map_pages.patch removed from -mm tree
 2025-09-03  4:55 UTC 

[PATCH 0/2] upload-pack: don't ACK non-commits repeatedly
 2025-09-03  4:54 UTC  (3+ messages)
` [PATCH 1/2] t5530: modernize tests
` [PATCH 2/2] upload-pack: don't ACK non-commits repeatedly in protocol v2

[PATCH v3 0/3] pinctrl: tegra: Add Tegra186 pinmux driver
 2025-09-03  4:53 UTC  (5+ messages)
` [PATCH v3 3/3] arm64: tegra: Add Tegra186 pin controllers

[PATCH V5 0/4] Add DT-based gear and rate limiting support
 2025-09-03  4:53 UTC  (6+ messages)
    ` [PATCH V5 3/4] ufs: pltfrm: Allow limiting HS gear and rate via DT
    ` [PATCH V5 2/4] ufs: ufs-qcom: Remove redundant re-assignment to hs_rate

[PATCH] phy: tegra: xusb-tegra210: Fix reference leaks in tegra210_xusb_padctl_probe
 2025-09-03  4:52 UTC  (2+ messages)

[PATCH v3 0/6] drm: panel-backlight-quirks: Do partial refactor and apply OLED fix
 2025-09-03  4:52 UTC  (4+ messages)
` [PATCH v3 6/6] drm: panel-backlight-quirks: Log applied panel brightness quirks

[PATCH] filemap: optimize order0 folio in filemap_map_pages
 2025-09-03  4:50 UTC  (11+ messages)

[RFC PATCH 00/61] target/arm: Implement FEAT_SYSREG128
 2025-09-03  4:48 UTC  (4+ messages)
` [PATCH 14/61] target/arm: Replace cpreg_field_is_64bit with cpreg_field_type

[PATCH] Documentation: Fix spelling mistakes
 2025-09-03  4:46 UTC  (3+ messages)

[PATCH 0/3] Some updates about domain context
 2025-09-03  4:46 UTC  (4+ messages)
` [PATCH 1/3] lib: sbi: Add error handling to switch_to_next_domain_context
` [PATCH 2/3] lib: sbi: Add hart context init when first call enter
` [PATCH 3/3] lib: sbi: Prevent target domain same as the current

Where to put page->memdesc initially
 2025-09-03  4:46 UTC  (7+ messages)

[PATCH 0/6] breaking changes: switch default initial branch name to "main"
 2025-09-03  4:44 UTC  (5+ messages)
` [PATCH 6/6] breaking-changes: switch default branch to main

[PATCH v3 0/6] KVM: VMX: Handle the immediate form of MSR instructions
 2025-09-03  4:43 UTC  (8+ messages)
` [PATCH v3 4/6] KVM: x86: Add support for RDMSR/WRMSRNS w/ immediate on Intel

[PATCH v10 0/4] Adjust fbcon console device detection
 2025-09-03  4:42 UTC  (2+ messages)

[PATCH 00/23] ublk: add UBLK_F_BATCH_IO
 2025-09-03  4:42 UTC  (7+ messages)
` [PATCH 02/23] ublk: add `union ublk_io_buf` with improved naming
` [PATCH 03/23] ublk: refactor auto buffer register in ublk_dispatch_req()
` [PATCH 04/23] ublk: add helper of __ublk_fetch()

[PATCH v6 00/11] Improvements to S5 power consumption
 2025-09-03  4:41 UTC  (2+ messages)

[PATCH] drm/i915/hdmi: Fix potential overflow while using intel_encoder_to_tc
 2025-09-03  4:41 UTC  (2+ messages)
` ✓ CI.KUnit: success for "

[v4 00/15] mm: support device-private THP
 2025-09-03  4:40 UTC  (3+ messages)
` [v4 05/15] mm/migrate_device: handle partially mapped folios during collection

[PATCH] gitlab-ci: disable realtime monitoring to unbreak Windows jobs
 2025-09-03  4:39 UTC  (3+ messages)

[GSoC][PATCH 0/5] Add refs optimize subcommand
 2025-09-03  4:37 UTC  (8+ messages)
` [GSoC][PATCH 1/5] builtin/pack-refs: factor out core logic into a helper
` [GSoC][PATCH 5/5] t: add test for git refs optimize subcommand

[chrome-os:chromeos-6.6 443/443] arch/arm64/boot/dts/mediatek/mt8189-skywalker-obiwan-sku131072.dtb: soc (simple-bus): emiisu: 'ranges' is a required property
 2025-09-03  4:34 UTC 

[RFC 00/10] Add support for StarFive VisionFive 2 Lite board
 2025-09-03  4:34 UTC  (4+ messages)
` [RFC 10/10] board: starfive: visionfive2: Add VisionFive 2 Lite fdt selection

[PATCH v6 00/13] Add initial Xen Suspend-to-RAM support on ARM64
 2025-09-03  4:31 UTC  (4+ messages)
` [PATCH v6 11/13] xen/arm: Add support for system suspend triggered by hardware domain

[anolis-intel-cloud:devel-5.10 1/1] fs/proc/stat.c:64:5: warning: no previous prototype for function 'get_iowait_time'
 2025-09-03  4:31 UTC 

[PATCH v3 0/3] Revise Meta(Facebook) Harma BMC(AST2600)
 2025-09-03  4:31 UTC  (3+ messages)
` [PATCH v3 3/3] ARM: dts: aspeed: harma: add mp5990

[PATCH v3 0/3] Hyperflash boot fixes for j721e
 2025-09-03  4:28 UTC  (6+ messages)
` [PATCH v3 2/3] configs: j721e_evm_r5: Enable HBMC and MUX_MMIO at SPL

[PATCH] drm/xe/guc: Set upper limit of H2G retries over CTB
 2025-09-03  4:27 UTC  (2+ messages)

[PATCH 0/4] linux-user/riscv: add vector state to signal
 2025-09-03  4:25 UTC  (5+ messages)
` [PATCH 1/4] tests/tcg/riscv64: Add a user signal handling test
` [PATCH 2/4] linux-user/riscv: Add extended state to sigcontext
` [PATCH 3/4] linux-user/riscv: Add vector state to signal context
` [PATCH 4/4] tests/tcg/riscv64: Add vector state to signal test

[PATCH 0/5] arm64: allwinner: a523: Enable CPU clocks
 2025-09-03  4:20 UTC  (3+ messages)
` [PATCH 3/5] clk: sunxi-ng: mp: support clocks with just a shift register

[PATCHv2 0/4] nvme-cli: enhance the visibility of multipath using show-topology command
 2025-09-03  4:22 UTC  (12+ messages)
` [PATCHv2 2/4] nvme: extend show-topology command to add support for multipath

[PATCH] tracing: fprobe: fix suspicious rcu usage in fprobe_entry
 2025-09-03  4:23 UTC  (6+ messages)

[PATCH v4] drm/i915/guc: Add synchronization on interrupt enable flag
 2025-09-03  4:23 UTC  (2+ messages)
` ✓ i915.CI.Full: success for drm/i915/guc: Add synchronization on interrupt enable flag (rev5)

[linux-next:master 2959/5641] arch/arm/boot/dts/synaptics/berlin2-sony-nsz-gs7.dtb: mmc@ab1000 (mrvl,pxav3-mmc): pinctrl-names: ['default'] is too short
 2025-09-03  4:20 UTC 

[PATCH v2 00/20] TAP initialization refactoring
 2025-09-03  4:18 UTC  (5+ messages)
` [PATCH v2 01/20] net/tap: net_init_tap_one(): add return value
` [PATCH v2 05/20] net/tap: net_init_tap_one(): move parameter checking earlier

[PATCH 0/1] git: 2.50.1 -> 2.51.0
 2025-09-03  4:16 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH] tracing: Fix missing errno when zero parser->idx in trace_pid_write
 2025-09-03  4:15 UTC  (2+ messages)

[PATCH v2] ALSA: hda/tas2781: Fix the order of TAS2781 calibrated-data
 2025-09-03  4:13 UTC 

[PATCH v3 0/3] cpufreq: Use int type to store negative error codes
 2025-09-03  4:14 UTC  (7+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] cpufreq: powernow: "
` [PATCH v3 3/3] cpufreq: speedstep-lib: "

[PATCH] arm64: dts: mediatek: mt8183: Fix out of range pull values
 2025-09-03  4:10 UTC  (4+ messages)

[PATCH] drm/xe: Misc refine for svm
 2025-09-03  4:12 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for drm/xe: Misc refine for svm (rev3)

[PATCH v2 0/2] automake: 1.17 -> 1.18
 2025-09-03  4:10 UTC  (7+ messages)
` [PATCH v2 2/2] "
    ` [OE-core] "

[PATCH v6 00/15] mm: folio_zero_user: clear contiguous pages
 2025-09-03  4:09 UTC  (7+ messages)
` [PATCH v6 11/15] mm: define clear_pages(), clear_user_pages()
` [PATCH v6 12/15] highmem: define clear_highpages()

[RFC PATCH 0/5] Add initial support for AM62D2-EVM
 2025-09-03  4:08 UTC  (2+ messages)

[PATCH mptcp-net v2 0/3] misc fixes for sockopt selftests
 2025-09-03  4:08 UTC  (4+ messages)
` [PATCH mptcp-net v2 1/3] selftests: mptcp: close server file descriptor
` [PATCH mptcp-net v2 2/3] selftests: mptcp: close IPC descriptor on server side
` [PATCH mptcp-net v2 3/3] selftests: mptcp: sockopt: fix error messages

[PATCH net-next] net: phy: marvell: Fix 88e1510 downshift counter errata
 2025-09-03  4:07 UTC  (5+ messages)

[PATCH 2/3] arm64: dts: qcom: sa8155: Add gear and rate limit properties to UFS
 2025-09-03  4:06 UTC  (12+ messages)

[PATCH testsuite] policy,tests: add tests for memfd_file class
 2025-09-03  4:01 UTC  (3+ messages)

[PATCH net-next v4 0/4] TUN/TAP & vhost_net: netdev queue flow control to avoid ptr_ring tail drop
 2025-09-03  4:00 UTC  (2+ messages)

[PATCH 0/4] arm_load_dtb cleanups
 2025-09-03  3:59 UTC  (5+ messages)
` [PATCH 1/4] hw/arm: use g_autofree for filename in arm_load_dtb
` [PATCH 3/4] hw/arm: use g_auto(GStrv) for node_path "

[PATCH i-g-t v8 0/5] Madvise Tests in IGT
 2025-09-03  4:00 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for Madvise Tests in IGT (rev8)
` ✗ i915.CI.BAT: failure "

[Intel-wired-lan] [PATCH net-next v4] idpf: add support for IDPF PCI programming interface
 2025-09-03  3:58 UTC  (2+ messages)
`  "

[PATCH 0/6] Add multiple address spaces support to VDUSE
 2025-09-03  3:58 UTC  (10+ messages)
` [PATCH 2/6] vduse: add vq group support
` [PATCH 5/6] vduse: add vq group asid support

[linux-next20250901] Boot fail on IBM Power Server
 2025-09-03  3:45 UTC  (3+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.