All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-05 19:52:29 to 2025-11-05 20:51:50 UTC [more...]

[PATCH v11 bpf-next 00/12] BPF indirect jumps
 2025-11-05 20:51 UTC  (6+ messages)
` [PATCH v11 bpf-next 08/12] bpf, x86: add support for "

[PATCH v4] fs: hide names_cachep behind runtime access machinery
 2025-11-05 20:50 UTC  (7+ messages)
` [WIP RFC PATCH 0/3] runtime-const header split and whatnot
  ` [PATCH 1/3] x86: fix access_ok() and valid_user_address() using wrong USER_PTR_MAX in modules

[Buildroot] [PATCH v2 00/12] Remove packages
 2025-11-05 20:48 UTC  (13+ messages)
` [Buildroot] [PATCH v2 01/12] package/asterisk: fix build caused by libjwt bump
` [Buildroot] [PATCH v2 02/12] package/libjwt: remove package
` [Buildroot] [PATCH v2 03/12] package/linphone: "
` [Buildroot] [PATCH v2 04/12] package/belle-sip: "
` [Buildroot] [PATCH v2 05/12] package/belr: "
` [Buildroot] [PATCH v2 06/12] package/mediastreamer: "
` [Buildroot] [PATCH v2 07/12] package/ortp: "
` [Buildroot] [PATCH v2 08/12] package/bctoolbox: "
` [Buildroot] [PATCH v2 09/12] package/expect: "
` [Buildroot] [PATCH v2 10/12] package/mongrel2: "
` [Buildroot] [PATCH v2 11/12] package/procrank_linux: "
` [Buildroot] [PATCH v2 12/12] package/dvbsnoop: "

[PATCH] drm/i915/psr: Reject async flips when selective fetch is enabled
 2025-11-05 20:49 UTC  (3+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "

[PATCH 0/3] drm/1915/dram: Fix DIMM_S decoding on ICL
 2025-11-05 20:48 UTC  (5+ messages)
` [PATCH 1/3] drm/i915/dram: Use REG_GENMASK() & co. for the SKL+ DIMM regs
` [PATCH 2/3] drm/i915/dram: Sort SKL+ DIMM register bits

Regression in TEO cpuidle governor between 6.6 and 6.12
 2025-11-05 20:48 UTC  (4+ messages)

[PATCH v3 0/2] NFSD: Fix problem with nfsd4_scsi_fence_client
 2025-11-05 20:45 UTC  (3+ messages)
` [PATCH v3 1/2] NFSD: use correct reservation type in nfsd4_scsi_fence_client
` [PATCH v3 2/2] NFSD: Add trace point for SCSI fencing operation

[PATCH] ima: Fall back to default kernel module signature verification
 2025-11-05 20:47 UTC  (11+ messages)
` [PATCH v2] lsm,ima: new LSM hook security_kernel_module_read_file to access decompressed kernel module

SND_MIXER_SABSTRACT_BASIC Mixer Abstraction
 2025-11-05 20:46 UTC 

[Buildroot] [PATCH] package/pkg-download.mk: fix 'dereferencing' typo
 2025-11-05 20:46 UTC  (2+ messages)

[Buildroot] [git commit] package/pkg-download.mk: fix 'dereferencing' typo
 2025-11-05 20:44 UTC 

[PATCH bpf-next v4 0/2] Pass external callchain entry to get_perf_callchain
 2025-11-05 20:45 UTC  (3+ messages)
` [PATCH bpf-next v4 1/2] perf: Refactor get_perf_callchain

Overhead of arm64 LSE per-CPU atomics?
 2025-11-05 20:45 UTC  (12+ messages)

[PATCH 0/5] virtio-gpu: Force RCU when unmapping blob
 2025-11-05 20:43 UTC  (5+ messages)
` [PATCH 4/5] rcu: Wake the RCU thread when draining

[PATCH v1] drm/xe: Move VRAM MM debugfs creation to tile level
 2025-11-05 20:43 UTC  (2+ messages)
` ✗ Xe.CI.BAT: failure for "

[PATCH v2 0/7] drm/i915/display: Handle vblank evasion with CONFIG_PREEMPT_RT
 2025-11-05 20:42 UTC  (3+ messages)

[RFC PATCH] xen: privcmd: fix ioeventfd/ioreq crashing PV domain
 2025-11-05 20:42 UTC  (4+ messages)

[PATCH bpf-next v4 00/16] Make TC BPF helpers preserve skb metadata
 2025-11-05 20:42 UTC  (18+ messages)
` [PATCH bpf-next v4 01/16] net: Helper to move packet data and metadata after skb_push/pull
` [PATCH bpf-next v4 02/16] net: Preserve metadata on pskb_expand_head
` [PATCH bpf-next v4 03/16] bpf: Unclone skb head on bpf_dynptr_write to skb metadata
` [PATCH bpf-next v4 04/16] vlan: Make vlan_remove_tag return nothing
` [PATCH bpf-next v4 05/16] bpf: Make bpf_skb_vlan_pop helper metadata-safe
` [PATCH bpf-next v4 06/16] bpf: Make bpf_skb_vlan_push "
` [PATCH bpf-next v4 07/16] bpf: Make bpf_skb_adjust_room metadata-safe
` [PATCH bpf-next v4 08/16] bpf: Make bpf_skb_change_proto helper metadata-safe
` [PATCH bpf-next v4 09/16] bpf: Make bpf_skb_change_head "
` [PATCH bpf-next v4 10/16] selftests/bpf: Verify skb metadata in BPF instead of userspace
` [PATCH bpf-next v4 11/16] selftests/bpf: Dump skb metadata on verification failure
` [PATCH bpf-next v4 12/16] selftests/bpf: Expect unclone to preserve skb metadata
` [PATCH bpf-next v4 13/16] selftests/bpf: Cover skb metadata access after vlan push/pop helper
` [PATCH bpf-next v4 14/16] selftests/bpf: Cover skb metadata access after bpf_skb_adjust_room
` [PATCH bpf-next v4 15/16] selftests/bpf: Cover skb metadata access after change_head/tail helper
` [PATCH bpf-next v4 16/16] selftests/bpf: Cover skb metadata access after bpf_skb_change_proto

[PATCH v4] rust: lock: Export Guard::do_unlocked()
 2025-11-05 20:41 UTC  (7+ messages)

[Buildroot] [PATCH 1/1] package/python-flask-cors: remove license file
 2025-11-05 20:41 UTC  (2+ messages)

[PATCH v2] ARM: dts: omap: am335x-mba335x: Fix stray '/*' in comment
 2025-11-05 20:41 UTC 

[Buildroot] [git commit] package/python-flask-cors: remove license file
 2025-11-05 20:39 UTC 

[PATCH RFC v2 0/8] Enable rust support for linux kernel
 2025-11-05 20:39 UTC  (3+ messages)
` [PATCH RFC v2 6/8] linux-yocto: enable Rust support in kernel configuration
  ` [OE-core] "

[Buildroot] [PATCH] package/harfbuzz: bump to version 12.2.0
 2025-11-05 20:39 UTC  (2+ messages)

[PATCH] ARM: dts: omap: : Fix stray '/*' in comment
 2025-11-05 20:39 UTC 

[Buildroot] [git commit] package/harfbuzz: bump to version 12.2.0
 2025-11-05 20:35 UTC 

[PATCH 0/3] KVM: nSVM: Fixes for SVM_EXIT_CR0_SEL_WRITE injection
 2025-11-05 20:37 UTC  (8+ messages)
` [PATCH 2/3] KVM: nSVM: Propagate SVM_EXIT_CR0_SEL_WRITE correctly for LMSW emulation
` [PATCH 3/3] KVM: nSVM: Avoid incorrect injection of SVM_EXIT_CR0_SEL_WRITE

[linux-next:master 5952/6507] fs/btrfs/bio.c:740 btrfs_submit_chunk() warn: variable dereferenced before check 'inode' (see line 665)
 2025-11-05 20:37 UTC  (2+ messages)

[PATCH v2] rust: block: update ARef and AlwaysRefCounted imports from sync::aref
 2025-11-05 20:37 UTC  (3+ messages)
  `  "

[PATCH v3] usb: rtl8150: Initialize buffers to fix KMSAN uninit-value in rtl8150_open
 2025-11-05 20:37 UTC  (3+ messages)

SELinux documentation repo licensing
 2025-11-05 20:35 UTC  (5+ messages)

[Buildroot] [PATCH 1/1] package/umtprd: bump to version 1.8.1
 2025-11-05 20:34 UTC  (2+ messages)

[Buildroot] [git commit] package/umtprd: bump to version 1.8.1
 2025-11-05 20:32 UTC 

[PATCH v2 0/16] SRCU updates for v6.19
 2025-11-05 20:32 UTC  (17+ messages)
` [PATCH v2 01/16] srcu: Permit Tiny SRCU srcu_read_unlock() with interrupts disabled
` [PATCH v2 02/16] srcu: Create an srcu_expedite_current() function
` [PATCH v2 03/16] rcutorture: Test srcu_expedite_current()
` [PATCH v2 04/16] srcu: Create a DEFINE_SRCU_FAST()
` [PATCH v2 05/16] srcu: Make grace-period determination use ssp->srcu_reader_flavor
` [PATCH v2 06/16] rcutorture: Exercise DEFINE_STATIC_SRCU_FAST() and init_srcu_struct_fast()
` [PATCH v2 07/16] srcu: Require special srcu_struct define/init for SRCU-fast readers
` [PATCH v2 08/16] srcu: Make SRCU-fast readers enforce use of SRCU-fast definition/init
` [PATCH v2 09/16] doc: Update for SRCU-fast definitions and initialization
` [PATCH v2 10/16] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
` [PATCH v2 11/16] rcu: Mark diagnostic functions as notrace
` [PATCH v2 12/16] srcu: Add SRCU_READ_FLAVOR_FAST_UPDOWN CPP macro
` [PATCH v2 13/16] torture: Permit negative kvm.sh --kconfig numberic arguments
` [PATCH v2 14/16] srcu: Create an SRCU-fast-updown API
` [PATCH v2 15/16] srcu: Optimize SRCU-fast-updown for arm64
` [PATCH v2 16/16] rcutorture: Make srcu{,d}_torture_init() announce the SRCU type

[PATCH v3] xen: Strip xen.efi by default
 2025-11-05 20:31 UTC  (2+ messages)

[NFS-Ganesha-Devel] Clarification on delegation behavior for same-client conflicting OPEN
 2025-11-05 20:31 UTC  (3+ messages)
  ` [nfsv4] "

[Buildroot] [PATCH 1/1] configs/imx6ulz_bsh_smm_m2: bump Linux to 6.12.56 and U-Boot to 2025.10
 2025-11-05 20:31 UTC  (2+ messages)

[PATCH net-next v2 0/5] psp: track stats from core and provide a driver stats api
 2025-11-05 20:31 UTC  (4+ messages)
` [PATCH net-next v2 4/5] net/mlx5e: Add PSP stats support for Rx/Tx flows

[PATCH] nvme: fix admin request_queue lifetime
 2025-11-05 20:31 UTC  (3+ messages)

[Buildroot] [git commit] configs/imx6ulz_bsh_smm_m2: bump Linux to 6.12.56 and U-Boot to 2025.10
 2025-11-05 20:02 UTC 

[ANNOUNCE] v6.1.157-cip48-rt26
 2025-11-05 20:30 UTC 

Question: 'pmu' kvm unit test fails when run nested with NMI watchdog on the host
 2025-11-05 20:29 UTC 

[PATCH v2 0/2] ublk: simplify user copy
 2025-11-05 20:28 UTC  (3+ messages)
` [PATCH v2 1/2] ublk: use copy_{to,from}_iter() for "
` [PATCH v2 2/2] ublk: use rq_for_each_bvec() "

korgalore: a tool to put lore/lei messages directly into gmail
 2025-11-05 20:28 UTC  (3+ messages)

[PATCH] scripts: headers_install.sh: Remove two outdated config leak ignore entries
 2025-11-05 20:26 UTC 

[f2fs-dev] [PATCH] vfs: remove the excl argument from the ->create() inode_operation
 2025-11-05 20:24 UTC  (3+ messages)
`  "

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-11-05 20:24 UTC  (4+ messages)

[PATCH v4] drm/xe/pf: Allow to lockdown the PF using custom guard
 2025-11-05 20:23 UTC  (2+ messages)
` ✓ Xe.CI.Full: success for drm/xe/pf: Allow to lockdown the PF using custom guard (rev4)

fs-next-20251103 reclaim lockdep splat
 2025-11-05 20:21 UTC 

[RFC PATCH 00/56] Dynamic mitigations
 2025-11-05 20:21 UTC  (10+ messages)
` [RFC PATCH 05/56] x86/bugs: Reset spectre_v2 mitigations

[PATCH 0/7] drm/i915: Stop the intel_de_wait_custom() abuse
 2025-11-05 20:20 UTC  (4+ messages)
` [PATCH 5/7] drm/i915/ltphy: Nuke bogus weird timeouts
` ✗ i915.CI.BAT: failure for drm/i915: Stop the intel_de_wait_custom() abuse

[PATCH v2 0/5] Miscellaneous RCU updates for v6.19
 2025-11-05 20:20 UTC  (6+ messages)
` [PATCH v2 1/5] locktorture: Fix memory leak in param_set_cpumask()
` [PATCH v2 2/5] rcu: use WRITE_ONCE() for ->next and ->pprev of hlist_nulls
` [PATCH v2 3/5] torture: Add kvm-series.sh to test commit/scenario combination
` [PATCH v2 4/5] rcutorture: Permit kvm-again.sh to re-use the build directory
` [PATCH v2 5/5] rcutorture: Remove redundant rcutorture_one_extend() from rcu_torture_one_read()

[PATCH v3] cxl: Add handling of locked CXL decoder
 2025-11-05 20:18 UTC 

[PATCH 0/5] Add EDL reboot and warm reset support for QRB2210
 2025-11-05 20:17 UTC  (6+ messages)
` [PATCH 3/5] dt-bindings: firmware: qcom,scm: Document reboot mode

[mainline]Error while running make modules_install command
 2025-11-05 20:17 UTC  (7+ messages)

[PATCH v4 00/28] vfio/xe: Add driver variant for Xe VF migration
 2025-11-05 20:17 UTC  (3+ messages)
` [PATCH v4 05/28] drm/xe/pf: Add data structures and handlers for migration rings

[PATCH 1/2] mmc-utils: lsmmc.c: print_mmc_cid(): correct year/month parsing
 2025-11-05 20:16 UTC  (6+ messages)

[Bug 220748] New: usb: xhci_queue_isoc_tx_prepare ignore start_frame and always assumes URB_ISO_ASAP is set
 2025-11-05 20:16 UTC  (2+ messages)
` [Bug 220748] "

[meta-virtualization][PATCH] libvirt: Fix missing libvirt-python
 2025-11-05 20:15 UTC 

[PATCH] kbuild: Add '-fms-extensions' to areas with dedicated CFLAGS
 2025-11-05 20:15 UTC  (3+ messages)

[PATCH net-next v6 3/6] net: devmem: prepare for autorelease rx token management
 2025-11-05 20:13 UTC 

[bpf-next] selftests/bpf: refactor snprintf_btf test to use bpf_strncmp
 2025-11-05 20:14 UTC 

[PATCH] drm/xe/guc: Register CT fini action before mutex init
 2025-11-05 20:14 UTC  (3+ messages)

[PATCH v4 0/2] hwmon: Add TSC1641 I2C power monitor driver
 2025-11-05 20:14 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: hwmon: ST TSC1641 power monitor
` [PATCH v4 2/2] hwmon: Add TSC1641 I2C power monitor driver

[PATCH] Bluetooth: L2CAP: Fix use-after-free in l2cap_unregister_user
 2025-11-05 20:14 UTC  (2+ messages)
` [syzbot] [bluetooth?] KASAN: slab-use-after-free Read "

[PATCH 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
 2025-11-05 20:11 UTC  (15+ messages)
` [PATCH 02/16] mm: introduce leaf entry type and use to simplify leaf entry logic

[PATCH v5 next 0/9] Implement mul_u64_u64_div_u64_roundup()
 2025-11-05 20:10 UTC  (10+ messages)
` [PATCH v5 next 1/9] lib: mul_u64_u64_div_u64() rename parameter 'c' to 'd'
` [PATCH v5 next 2/9] lib: mul_u64_u64_div_u64() Combine overflow and divide by zero checks
` [PATCH v5 next 3/9] lib: mul_u64_u64_div_u64() simplify check for a 64bit product
` [PATCH v5 next 4/9] lib: Add mul_u64_add_u64_div_u64() and mul_u64_u64_div_u64_roundup()
` [PATCH v5 next 5/9] lib: Add tests for mul_u64_u64_div_u64_roundup()
` [PATCH v5 next 6/9] lib: test_mul_u64_u64_div_u64: Test both generic and arch versions
` [PATCH v5 next 7/9] lib: mul_u64_u64_div_u64() optimise multiply on 32bit x86
` [PATCH v5 next 8/9] lib: mul_u64_u64_div_u64() Optimise the divide code
` [PATCH v5 next 9/9] lib: test_mul_u64_u64_div_u64: Test the 32bit code on 64bit

[syzbot] [rdma?] WARNING in gid_table_release_one (3)
 2025-11-05 20:10 UTC  (4+ messages)

linux-next: new objtool warnings
 2025-11-05 20:09 UTC  (11+ messages)

[PATCH] MAINTAINERS: add myself as a reviewer for KHO
 2025-11-05 20:07 UTC  (2+ messages)

[PATCH net v1 1/2] page_pool: expose max page pool ring size
 2025-11-05 20:07 UTC  (2+ messages)
` [PATCH net v1 2/2] gve: use max allowed ring size for ZC page_pools

[PATCH] memory: Make FlatView root references weak
 2025-11-05 20:07 UTC  (6+ messages)

[PATCH v1 0/2] Enable TSENS and thermal zone for QCS8300 SoC
 2025-11-05 20:07 UTC  (3+ messages)
` [PATCH v1 1/2] dt-bindings: thermal: tsens: Add QCS8300 compatible

[PATCH 0/8] Fix deadlock with bdrv_open of self-served NBD
 2025-11-05 20:06 UTC  (3+ messages)
` [PATCH 5/8] qio: Let listening sockets remember their owning QIONetListener

[android-common:android12-kiwi-5.10 183/183] drivers/cpufreq/cpufreq.o: warning: objtool: cpufreq_update_limits()+0xcf: unreachable instruction
 2025-11-05 20:02 UTC 

[PATCHSET 0/2] Minor vectored futex cleanups
 2025-11-05 20:00 UTC  (3+ messages)
` [PATCH 1/2] io_uring/futex: move futexv async data handling to struct io_futexv_data
` [PATCH 2/2] io_uring/futex: move futexv owned status "

[PATCH net] net: txgbe: remove wx_ptp_init() in device reset flow
 2025-11-05 20:02 UTC  (2+ messages)

[PATCH] arm64: dts: rockchip: align bindings to PCIe spec
 2025-11-05 20:02 UTC  (6+ messages)

[Buildroot] [PATCH 1/1] package/kexec: enable on risc-v
 2025-11-05 20:02 UTC  (2+ messages)

[Buildroot] [git commit] package/kexec: enable on risc-v
 2025-11-05 20:01 UTC 

[PATCH v2 0/5] Add Bananapi R4 Pro support
 2025-11-05 20:01 UTC  (3+ messages)
` [PATCH v2 1/5] dt-bindings: pinctrl: mt7988: allow gpio-hogs

[PATCH v1 0/3] arm64: dts: ti: Add Aquila AM69 Support
 2025-11-05 20:01 UTC  (6+ messages)
` [PATCH v1 1/3] dt-bindings: arm: ti: add Toradex Aquila AM69
  ` [PATCH v1 2/3] arm64: dts: ti: Add Aquila AM69 Support

[PATCH 0/3] Remove the usage of Rust native atomics in debugfs
 2025-11-05 20:01 UTC  (3+ messages)

[RESEND PATCH] transport: always show A2DP Delay property as sink if DelayReporting
 2025-11-05 20:01 UTC  (2+ messages)
` [RESEND] "

[Bug 219904] New: pc speaker not working (just pop's/click's) on intel chipsets gen 6, 7 and probably more
 2025-11-05 20:00 UTC  (2+ messages)
` [Bug 219904] "

[PATCH 1/1] media: Add comment about MIPI CSI2 data type definition
 2025-11-05 19:58 UTC 

[f2fs-dev] [syzbot] [iomap?] kernel BUG in folio_end_read (2)
 2025-11-05 19:58 UTC  (8+ messages)
            `  "

[PATCH] Bluetooth: btusb: reorder cleanup in btusb_disconnect to avoid UAF
 2025-11-05 19:57 UTC  (2+ messages)
`  "

[PATCH v1] fs: Move might_sleep() annotation to iput_final()
 2025-11-05 19:37 UTC 

[PATCH] block: Unexport blkdev_get_zone_info()
 2025-11-05 19:56 UTC  (5+ messages)

[syzbot] [trace?] WARNING in ring_buffer_map_get_reader
 2025-11-05 19:56 UTC 

[Buildroot] [PATCH v4 1/1] package/tpm2-tss: bump version to 4.1.3
 2025-11-05 19:55 UTC  (2+ messages)

[PATCH] wincred: align Makefile with other Makefiles in contrib
 2025-11-05 19:55 UTC 

[Buildroot] [git commit] package/tpm2-tss: security bump version to 4.1.3
 2025-11-05 19:41 UTC 

[PATCH V11 00/32] IGT tests for the KMS Color Pipeline API
 2025-11-05 19:54 UTC  (4+ messages)
` [PATCH V11 20/32] lib/igt_color: Add PQ variants for 0-1 and 0-125 range

[PATCH v2 0/3] arm64: tegra: Add DBB clock to EMC on Tegra264
 2025-11-05 19:53 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: memory: tegra: Document DBB clock for Tegra264
` [PATCH v2 2/3] memory: tegra: Add support for DBB clock on Tegra264
` [PATCH v2 3/3] arm64: tegra: Add DBB clock to EMC "

[PATCH v1 0/5] virtio: Add the virtio-msg transport
 2025-11-05 19:52 UTC  (3+ messages)
` [PATCH v1 5/5] docs: Describe virtio-msg-amp-pci

[PATCH] tests/migration-test: Check error-desc after pre-switch cancel tests
 2025-11-05 19:52 UTC  (3+ messages)

[PATCH v3 0/3] mfd: twl603x: add power button
 2025-11-05 19:52 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: mfd: twl: enable power button also for twl603x
` [PATCH v3 2/3] Input: twl4030 - add TWL603x power button
` [PATCH v3 3/3] ARM: dts: ti/omap: omap4-epson-embt2ws: add powerbutton

cached zone reporting fixes
 2025-11-05 19:52 UTC  (3+ messages)
` [PATCH 1/2] block: don't leak disk->zones_cond for !disk_need_zone_resources
` [PATCH 2/2] block: fix cached zone reporting after zone append was used


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.