All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-21 10:25:05 to 2024-11-21 11:34:02 UTC [more...]

[PATCH] 9pfs: cleanup V9fsFidState
 2024-11-21 11:07 UTC  (2+ messages)

[Bug 219517] New: REGRESSION: charge_control missing in 6.12
 2024-11-21 11:34 UTC  (4+ messages)
` [Bug 219517] "

[GIT PULL] sound updates for 6.13-rc1
 2024-11-21 11:33 UTC 

[PATCH 0/5] Configure imx8mp dsp node for rproc usage
 2024-11-21 11:33 UTC  (3+ messages)
` [PATCH 4/5] arm64: dts: imx8mp: Add fsl,dsp-ctrl property for dsp

[PATCH v8 00/19] fanotify: add pre-content hooks
 2024-11-21 11:32 UTC  (12+ messages)
` [PATCH v8 02/19] fsnotify: opt-in for permission events at file open time
` [PATCH v8 10/19] fanotify: introduce FAN_PRE_ACCESS permission event

[PATCH] x86/pv: limit GDT and LDT mappings areas to max number of vCPUs
 2024-11-21 11:32 UTC  (3+ messages)

[PATCH bpf-next v8 0/4] bpf: add cpu cycles kfuncss
 2024-11-21 11:32 UTC  (5+ messages)
` [PATCH bpf-next v8 1/4] bpf: add bpf_get_cpu_time_counter kfunc
` [PATCH bpf-next v8 2/4] bpf: add bpf_cpu_time_counter_to_ns helper

fs/ext4/extents.c:2270 ext4_ext_find_hole() error: uninitialized symbol 'len'
 2024-11-21 11:30 UTC 

[RFT] test: check if increasing dmc wakelock timeout helps
 2024-11-21 11:31 UTC  (4+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "

[bug-report] 5-9% FIO randomwrite ext4 perf regression on 6.12.y kernel
 2024-11-21 11:30 UTC  (4+ messages)

[PATCH V5 0/4] Add EPSS L3 provider support on SA8775P SoC
 2024-11-21 11:30 UTC  (5+ messages)
` [PATCH V5 1/4] dt-bindings: interconnect: Add EPSS L3 compatible for SA8775P
` [PATCH V5 2/4] arm64: dts: qcom: sa8775p: add EPSS l3 interconnect provider
` [PATCH V5 3/4] interconnect: qcom: Add EPSS L3 support on SA8775P
` [PATCH V5 4/4] interconnect: qcom: osm-l3: Add epss compatibles for SA8775P SoC

[PATCH] tools: Override makefile ARCH variable if defined, but empty
 2024-11-21 11:29 UTC  (5+ messages)

[PATCH v2 0/3] use hw support for min/interim ddb allocation for async flip
 2024-11-21 11:27 UTC  (4+ messages)
` [PATCH v2 1/3] drm/i915/display: update to plane_wm register access function
` [PATCH v2 2/3] drm/i915/display: update to relative data rate handling
` [PATCH v2 3/3] drm/i915/xe3: Use hw support for min/interim ddb allocations for async flip

[PATCH 0/2] x86/irq: fix calculation of maximum pIRQs for dom0
 2024-11-21 11:27 UTC  (10+ messages)
` [PATCH 1/2] x86/irq: fix calculation of max PV dom0 pIRQs
` [PATCH 2/2] x86/pvh: also print hardware domain pIRQ limit for PVH

[PATCH] crypto: caam - use JobR's space to access page 0 regs
 2024-11-21 11:25 UTC  (5+ messages)
  ` [EXT] "

bpftool CPU profiling support
 2024-11-21 11:15 UTC  (2+ messages)

[PATCH i-g-t v3 0/1] Async flip with atomic commit
 2024-11-21 11:23 UTC  (4+ messages)
` [PATCH i-g-t v3 1/1] tests/kms_async_flips: subtests to validate async flips on atomic path

[PATCH] hw/usb: Use __attribute__((packed)) vs __packed
 2024-11-21 11:23 UTC  (5+ messages)

[meta-oe][PATCH] cryptopp: add a recipe for version 8.9.0
 2024-11-21 11:23 UTC  (2+ messages)

[PATCH 0/8] Add GCE support for MT8196
 2024-11-21 11:21 UTC  (13+ messages)
` [PATCH 1/8] dt-bindings: mailbox: mediatek: Add GCE header file "
` [PATCH 4/8] soc: mediatek: mtk-cmdq: Add unsupported subsys ID programing flow

Space optimizations in kirkstone and scarthgap for sstate objects
 2024-11-21 11:22 UTC  (4+ messages)
` [OE-core] "

[PATCH v9 00/19] fanotify: add pre-content hooks
 2024-11-21 11:22 UTC  (20+ messages)
` [PATCH 01/19] fs: get rid of __FMODE_NONOTIFY kludge
` [PATCH 02/19] fsnotify: opt-in for permission events at file open time
` [PATCH 03/19] fsnotify: check if file is actually being watched for pre-content events on open
` [PATCH 04/19] fanotify: don't skip extra event info if no info_mode is set
` [PATCH 05/19] fanotify: rename a misnamed constant
` [PATCH 06/19] fanotify: reserve event bit of deprecated FAN_DIR_MODIFY
` [PATCH 07/19] fsnotify: introduce pre-content permission events
` [PATCH 08/19] fsnotify: pass optional file access range in pre-content event
` [PATCH 09/19] fsnotify: generate pre-content permission event on truncate
` [PATCH 10/19] fanotify: introduce FAN_PRE_ACCESS permission event
` [PATCH 11/19] fanotify: report file range info with pre-content events
` [PATCH 12/19] fanotify: allow to set errno in FAN_DENY permission response
` [PATCH 13/19] fanotify: disable readahead if we have pre-content watches
` [PATCH 14/19] mm: don't allow huge faults for files with pre content watches
` [PATCH 15/19] fsnotify: generate pre-content permission event on page fault
` [PATCH 16/19] xfs: add pre-content fsnotify hook for DAX faults
` [PATCH 17/19] btrfs: disable defrag on pre-content watched files
` [PATCH 18/19] ext4: add pre-content fsnotify hook for DAX faults
` [PATCH 19/19] fs: enable pre-content events on supported file systems

[PATCH] net: phylink: Separating two unrelated definitions for improving code readability
 2024-11-21 11:21 UTC  (4+ messages)

[PATCH 0/3] wifi: ath11k: Fix clang+KASAN stack frame size warnings
 2024-11-21 11:20 UTC  (7+ messages)
` [PATCH 1/3] wifi: ath11k: mark some QMI driver event helpers as noinline
` [PATCH 2/3] wifi: ath11k: mark ath11k_dp_rx_mon_mpdu_pop() "
` [PATCH 3/3] wifi: ath11k: mark ath11k_wow_convert_8023_to_80211() "

[groeck-staging:testing 1/42] drivers/hwmon/hwmon.c:432:84: warning: pointer type mismatch in conditional expression
 2024-11-21 11:20 UTC 

typedef output question/issue?
 2024-11-21 11:19 UTC  (3+ messages)

drivers/gpu/drm/sti/sti_mixer.c:145:47: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2024-11-21 11:18 UTC  (3+ messages)
` [PATCH] drm/sti: Add __iomem for mixer_dbg_mxn's parameter

[PATCH] bpftool: fix potential NULL pointer dereferencing in prog_dump()
 2024-11-21 11:18 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] vfio/pci: Properly hide first-in-list PCIe extended capability
 2024-11-21 11:18 UTC  (3+ messages)

[PATCH 0/1] Fix to allow more correct isatty()
 2024-11-21 11:12 UTC  (2+ messages)
` [PATCH 1/1] tty: respond to TIOCGWINSZ when hung

[PATCH v1 0/1] Fix peripheral USB mode detection
 2024-11-21 11:15 UTC  (7+ messages)
` [PATCH v1 1/1] usb: ci_udc: don't use "advance" feature when setting address

[PATCH v2] perf intel-pt: cleanup unneeded return variable in intel_pt_text_poke()
 2024-11-21 11:14 UTC 

[PATCH BlueZ v5] tools/obexctl: Add support for system/session bus
 2024-11-21 11:14 UTC  (2+ messages)
` [BlueZ,v5] "

[PATCH livepatch/master v1 1/6] selftests/livepatch: fix test-callbacks.sh execution error
 2024-11-21 11:11 UTC  (6+ messages)
` [PATCH livepatch/master v1 2/6] selftests/livepatch: fix test-ftrace.sh "
` [PATCH livepatch/master v1 3/6] selftests/livepatch: fix test-livepatch.sh "
` [PATCH livepatch/master v1 4/6] selftests/livepatch: fix test-state.sh "
` [PATCH livepatch/master v1 5/6] selftests/livepatch: fix test-syscall.sh "
` [PATCH livepatch/master v1 6/6] selftests/livepatch: fix test-sysfs.sh "

[PATCH] media: staging: drop omap4iss
 2024-11-21 11:12 UTC  (8+ messages)

linbit-keyring
 2024-11-21 11:12 UTC  (2+ messages)
` linbit-keyring, new LINBIT Package and Repository Signing Key

[RFC PATCH v3 00/15] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2024-11-21 11:12 UTC  (16+ messages)
` [RFC PATCH v3 06/15] jump_label: Add forceful jump label type
` [RFC PATCH v3 08/15] sched/clock, x86: Make __sched_clock_stable forceful
` [RFC PATCH v3 13/15] context_tracking,x86: Add infrastructure to defer kernel TLBI

[PATCH v3 0/5] Add support of Android Boot Image version 2 and non-AB image
 2024-11-21 11:11 UTC  (7+ messages)

[bug report][regression] blktests nvme/029 failed on latest linux-block/for-next
 2024-11-21 11:10 UTC  (6+ messages)

[PATCH v7 00/22] Add support for binding ACPI platform profile to multiple drivers
 2024-11-21 11:10 UTC  (4+ messages)
` [PATCH v7 13/22] ACPI: platform_profile: Add profile attribute for class interface

Help with IPMI SEL
 2024-11-21 11:09 UTC 

[PATCH] pci: ensure valid link status bits for downstream ports
 2024-11-21 11:08 UTC  (2+ messages)

SVSM Development Call November 20th, 2024
 2024-11-21 11:05 UTC  (2+ messages)
` [svsm-devel] "

[PATCH] wifi: ath11k: add support for QCA6698AQ
 2024-11-21 11:05 UTC  (4+ messages)

[GIT PULL] SPI updates for v6.13
 2024-11-21 11:05 UTC  (3+ messages)

[PATCH v6 0/4] wifi: ath12k: store and send country code to firmware after recovery
 2024-11-21 11:03 UTC  (4+ messages)

[oe][meta-networking][scarthgap][PATCH 1/1] freeradius: upgrade 3.2.3 -> 3.2.5
 2024-11-21 11:03 UTC 

[PATCH RFC 0/2] Avoid reprogram all keys to Inline Crypto Engine for MMC runtime suspend resume
 2024-11-21 11:03 UTC  (7+ messages)

[PATCH 6.1] closures: Change BUG_ON() to WARN_ON()
 2024-11-21 11:04 UTC  (3+ messages)

[PATCH md-6.13 4/5] md/raid5: implement pers->bitmap_sector()
 2024-11-21 11:01 UTC  (6+ messages)

[GIT PULL] First batch of KVM/arm64 fixes for 6.13
 2024-11-21 11:01 UTC  (2+ messages)

[PATCH bpf-next 00/10] Fixes for LPM trie
 2024-11-21 11:01 UTC  (9+ messages)
` [PATCH bpf-next 02/10] bpf: Remove unnecessary kfree(im_node) in lpm_trie_update_elem
` [PATCH bpf-next 03/10] bpf: Handle BPF_EXIST and BPF_NOEXIST for LPM trie
` [PATCH bpf-next 04/10] bpf: Handle in-place update for full LPM trie correctly
` [PATCH bpf-next 05/10] bpf: Fix exact match conditions in trie_get_next_key()

[PATCH v2 1/4] wifi: ath11k: cleanup struct ath11k_vif
 2024-11-21 11:00 UTC  (8+ messages)
` [PATCH v2 2/4] wifi: ath11k: cleanup struct ath11k_reg_tpc_power_info
` [PATCH v2 3/4] wifi: ath11k: cleanup struct ath11k_mon_data
` [PATCH v2 4/4] wifi: ath11k: miscellaneous spelling fixes

[PATCH] bootstd: android: don't read whole partition sizes
 2024-11-21 10:59 UTC 

lsblk vs blkid to fetch UUID
 2024-11-21 10:59 UTC  (2+ messages)

MMC card detection may trip watchdog if card powered off
 2024-11-21 10:58 UTC  (2+ messages)

[PATCH v1 0/3] regmap: Cleanup and microoptimization
 2024-11-21 10:57 UTC  (4+ messages)
` [PATCH v1 1/3] regmap: cache: Use BITS_TO_BYTES()
` [PATCH v1 2/3] regmap: "
` [PATCH v1 3/3] regmap: place foo / 8 and foo % 8 closer to each other

[RFC 00/14] AMD: Add Secure AVIC Guest Support
 2024-11-21 10:53 UTC  (7+ messages)
` [RFC 01/14] x86/apic: Add new driver for Secure AVIC

[PATCH] xfs/229: call on the test directory
 2024-11-21 10:54 UTC  (2+ messages)

[PATCH] wifi: ath12k: Fix inappropriate use of print_array_to_buf_index()
 2024-11-21 10:53 UTC  (2+ messages)

[PATCH 1/1] tools: binman: etype: Allow to replace 'NAME' in node names
 2024-11-21 10:53 UTC  (3+ messages)

[PATCH] drm/xe: Sort again the info flags
 2024-11-21 10:53 UTC  (6+ messages)

[PATCHSET] fstests: random fixes for v2024.11.17
 2024-11-21 10:52 UTC  (6+ messages)
` [PATCH 01/12] generic/757: fix various bugs in this test

[PATCH mptcp-next v2 0/3] Squash to "Add mptcp_subflow bpf_iter support"
 2024-11-21 10:49 UTC  (2+ messages)

[PATCH] fs/ceph/mds_client: give up on paths longer than PATH_MAX
 2024-11-21 10:48 UTC  (8+ messages)

SELinux-Support in Linux NFSv4.1 impl?
 2024-11-21 10:46 UTC  (7+ messages)

[PATCH v8 0/7] Rust support for mm_struct, vm_area_struct, and mmap
 2024-11-21 10:44 UTC  (7+ messages)
` [PATCH v8 3/7] mm: rust: add vm_insert_page
` [PATCH v8 4/7] mm: rust: add lock_vma_under_rcu

[PATCH] libblkid: fix spurious ext superblock checksum mismatches
 2024-11-21 10:44 UTC  (4+ messages)
` [EXT] [systemd-devel] "

[PATCH] PCI/pwrctl: Do not assume device node presence
 2024-11-21 10:42 UTC  (2+ messages)

[PATCH v3 00/12] Add PXP HWDRM support
 2024-11-21 10:42 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for Add PXP HWDRM support (rev3)

[PATCH i-g-t 0/2] tests/gem_mmap_offset: Fix OOM hits
 2024-11-21 10:39 UTC  (3+ messages)
` [PATCH i-g-t 1/2] tests/gem_mmap_offset: Split 'clear' subtest
` [PATCH i-g-t 2/2] tests/gem_mmap_offset: Fix OOM hits

[intel-lts:4.19/android_s 9729/30000] drivers/soc/qcom/rpmh-rsc.c:695:1: error: type defaults to 'int' in declaration of 'arch_initcall'
 2024-11-21 10:39 UTC 

[PATCH 1/2] ubi: Expose interface for reading erase counters
 2024-11-21 10:37 UTC  (2+ messages)

[PATCH v2] riscv: Call secondary mmu notifier when flushing the tlb
 2024-11-21 10:36 UTC  (4+ messages)

[PATCH V4 00/15] Remove the directmap
 2024-11-21 10:34 UTC  (3+ messages)
` [PATCH V4 12/15] xen/arm32: mm: Rename 'first' to 'root' in init_secondary_pagetables()

[PATCH v4 00/10] Implement setup_interface() in the DaVinci NAND controller
 2024-11-21 10:33 UTC  (13+ messages)
` [PATCH v4 01/10] memory: ti-aemif: Store timings parameter in number of cycles - 1
` [PATCH v4 03/10] memory: ti-aemif: Wrap CS timings into a struct
` [PATCH v4 04/10] memory: ti-aemif: Create aemif_check_cs_timings()
` [PATCH v4 06/10] memory: ti-aemif: Export aemif_*_cs_timings()

iptables & nftables secmark unit-tests
 2024-11-21 10:33 UTC  (3+ messages)

[PATCH v2] ACPI: Replace msleep() with usleep_range() in acpi_os_sleep()
 2024-11-21 10:33 UTC  (11+ messages)

release candidate 24.11-rc3
 2024-11-21 10:33 UTC  (3+ messages)
` r8169 throughput

[PATCH 00/12] QOM: container_get() removal
 2024-11-21 10:32 UTC  (11+ messages)
` [PATCH 05/12] ui/console: Explicitly create "/backend" container
` [PATCH 07/12] ppc/e500: Avoid abuse of container_get()
` [PATCH 10/12] qom: Create system containers explicitly
` [PATCH 11/12] qom: Add object_get_container()
` [PATCH 12/12] qom: Drop container_get()

[PATCH 00/26] Memory leak fixes (pt.10, final)
 2024-11-21 10:32 UTC  (3+ messages)
` [PATCH v3 00/27] "

[PATCH v2 00/27] Memory leak fixes (pt.10, final)
 2024-11-21 10:32 UTC  (8+ messages)
` [PATCH v2 09/27] strvec: introduce new `strvec_splice()` function
          ` Doxygen-styled comments [was: Re: [PATCH v2 09/27] strvec: introduce new `strvec_splice()` function]

[PATCH] x86/ucode: Only rescan features on successful microcode load
 2024-11-21 10:31 UTC  (4+ messages)

[PATCH v1] perf intel-pt: cleanup unneeded return variable in intel_pt_text_poke()
 2024-11-21 10:31 UTC  (3+ messages)
  ` [PATCH v1] perf intel-pt: cleanup unneeded return variable inintel_pt_text_poke()

[PATCH i-g-t 0/2] lib/igt_kms: Add 6k resolution support for a single CRTC
 2024-11-21 10:45 UTC  (3+ messages)
` [PATCH i-g-t 1/2] "
` [PATCH i-g-t 2/2] Fix bigjoiner compatibility checks for connector modes

[PATCH] x86/boot: Load microcode much earlier on boot
 2024-11-21 10:30 UTC  (4+ messages)

[PATCH v2] qemu/testimage: Ensure GNU tar is in test images
 2024-11-21 10:29 UTC  (3+ messages)
` [OE-core] "

[RFC PATCH 02/29] dma-fence: Add dma_fence_user_fence
 2024-11-21 10:28 UTC  (2+ messages)

[PATCH 0/2] Fix kernel panic on niu bind
 2024-11-21 10:28 UTC  (5+ messages)
` [PATCH 1/2] PCI/MSI: Add MSIX option to write to ENTRY_DATA before any reads

[Buildroot] [git commit branch/2024.08.x] support/testing: add audit runtime test
 2024-11-21  9:54 UTC 

[Buildroot] [git commit branch/2024.08.x] board/mender/x86_64/post-image-efi.sh: use bash for genimage.sh
 2024-11-21  9:44 UTC 

[Buildroot] [git commit branch/2024.08.x] board/mender/x86_64: clean up post build and image scripts
 2024-11-21  9:44 UTC 

[PATCH v4] xen/common: Move gic_dt_preinit() to common code
 2024-11-21 10:27 UTC  (2+ messages)

Phase out ttm_exec
 2024-11-21 10:27 UTC  (5+ messages)
` [PATCH 1/4] drm/vmwgfx: start to phase out ttm_exec v2
` [PATCH 2/4] drm/vmwgfx: use the new drm_exec object v2
` [PATCH 3/4] drm/vmwgfx: replace ttm_validate_buffer with separate struct
` [PATCH 4/4] drm/ttm: remove ttm_execbug_util

[PATCH v4 0/2] rust: Add Lock::from_raw() and expose Guard::new()
 2024-11-21 10:27 UTC  (3+ messages)
` [PATCH v4 1/2] rust: sync: Add Lock::from_raw() for Lock<(), B>

How are halted endpoints supposed to be handled in Linux?
 2024-11-21 10:26 UTC  (4+ messages)

[Buildroot] [git commit branch/2024.02.x] support/testing: add audit runtime test
 2024-11-21  9:55 UTC 

[Buildroot] [PATCH 1/1] support/testing: add audit runtime test
 2024-11-21 10:26 UTC  (2+ messages)

[PATCH] nvmet: handle rw's limited retry flag
 2024-11-21 10:24 UTC 


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.