All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-01 12:05:46 to 2024-08-01 12:56:43 UTC [more...]

[PATCH v3 0/2] Add support for 'power saving policy' property
 2024-08-01 12:56 UTC  (9+ messages)
` [PATCH v3 2/2] drm/amd: Add power_saving_policy drm property to eDP connectors

[PATCH] tools: imagetool: Remove unnecessary check from toc0_verify_cert_item()
 2024-08-01 12:56 UTC  (4+ messages)

[PATCH RFC v2 0/2] erofs: introduce page cache share feature
 2024-08-01 12:56 UTC  (6+ messages)
` [PATCH RFC v2 1/2] "
` [PATCH RFC v2 2/2] erofs: apply the "

[OE-Core][scarthgap][PATCH] rust: Add new varaible RUST_ENABLE_EXTRA_TOOLS
 2024-08-01 12:54 UTC 

[PATCH -next] md: wake up mdmon after setting badblocks
 2024-08-01 12:51 UTC 

[XEN PATCH v12 0/7] Support device passthrough when dom0 is PVH on Xen
 2024-08-01 12:55 UTC  (8+ messages)
` [XEN PATCH v12 4/7] x86/domctl: Add hypercall to set the access of x86 gsi
` [XEN PATCH v12 5/7] tools/libxc: Allow gsi be mapped into a free pirq

[RFC PATCH 0/3] Introduce clar testing framework
 2024-08-01 12:54 UTC  (7+ messages)
` [RFC PATCH 1/3] t: import the clar unit "

[PATCH i-g-t 0/3] New test to validate link-off between active regions (LOBF)
 2024-08-01 12:54 UTC  (3+ messages)
` ✗ CI.xeFULL: failure for New test to validate link-off between active regions (LOBF) (rev9)
` ✗ CI.xeFULL: failure for New test to validate link-off between active regions (LOBF) (rev10)

[PATCH] 9pfsd: fix release build with old gcc
 2024-08-01 12:54 UTC  (2+ messages)

[PATCH 1/2] config: Add 'update_bootimg' command to update flash.bin on Phytec's imx8mm
 2024-08-01 12:54 UTC  (2+ messages)
` [PATCH 2/2] config: Adjust Phytec imx8mm module config to support NVME disk

[PATCH v5 0/2] allow KASAN to detect UAF in SLAB_TYPESAFE_BY_RCU slabs
 2024-08-01 12:54 UTC  (5+ messages)
` [PATCH v5 1/2] kasan: catch invalid free before SLUB reinitializes the object

[PATCH v3] phy: fsl-imx8mq-usb: fix tuning parameter name
 2024-08-01 12:53 UTC  (4+ messages)

[PATCH v2] KVM: s390: fix validity interception issue when gisa is switched off
 2024-08-01 12:54 UTC  (2+ messages)

[RFC v11 00/14] Replace page_frag with page_frag_cache for sk_page_frag()
 2024-08-01 12:53 UTC  (11+ messages)
` [RFC v11 08/14] mm: page_frag: some minor refactoring before adding new API

[LTP] [PATCH] timer_settime01: Check signal timing
 2024-08-01 12:56 UTC  (2+ messages)

[PATCH v2 0/1] mm: introduce MADV_DEMOTE/MADV_PROMOTE
 2024-08-01 12:53 UTC  (2+ messages)

[PATCH v2] dt-bindings: leds: Document "netdev" trigger
 2024-08-01 12:53 UTC  (4+ messages)

[PATCH 0/4] fixes for Adreno A5Xx preemption
 2024-08-01 12:52 UTC  (8+ messages)
` [PATCH 1/4] drm/msm/a5xx: disable preemption in submits by default
` [PATCH 3/4] drm/msm/a5xx: fix races in preemption evaluation stage

[PATCH i-g-t v2 00/66] Test coverage for GPU debug support
 2024-08-01 12:52 UTC  (21+ messages)
` [PATCH i-g-t v2 15/66] tests/xe_eudebug: Race discovery against eudebug attach
` [PATCH i-g-t v2 16/66] tests/xe_eudebug: Introduce basic exec_queue testing
` [PATCH i-g-t v2 18/66] tests/xe_eudebug: Add vm open/pread/pwrite basic tests
` [PATCH i-g-t v2 21/66] tests/xe_eudebug: Add support for dynamic debugger sysfs toggle
` [PATCH i-g-t v2 22/66] tests/xe_eudebug: Add coverage for sysfs debugger toggle
` [PATCH i-g-t v2 23/66] lib/xe_eudebug: Allow debugger to wait for client
` [PATCH i-g-t v2 26/66] tests/xe_eudebug: Add basic-vm-access-parameters test
` [PATCH i-g-t v2 27/66] lib/xe_eudebug: Add mutex for log events write
` [PATCH i-g-t v2 28/66] tests/xe_eudebug: Add basic-client-th test
` [PATCH i-g-t v2 62/66] tests/xe_eudebug_online: Add caching tests

[PATCH] fixup! debug_ll: implement putws_ll
 2024-08-01 12:51 UTC  (2+ messages)

[PATCH v3 00/10] Add Rust linked list for reference counted values
 2024-08-01 12:51 UTC  (11+ messages)
` [PATCH v3 04/10] rust: list: add struct with prev/next pointers
` [PATCH v3 09/10] rust: list: support heterogeneous lists

[PATCH -next] md: don't flush sync_work in md_write_start()
 2024-08-01 12:47 UTC 

dts: dynamic config test suite implementation
 2024-08-01 12:50 UTC  (5+ messages)
` dts: add multicast set function to shell
` dts: add toggle option to send and capture

[PATCH v3 0/2] PRM handler direct call interface
 2024-08-01 12:49 UTC  (2+ messages)

[PATCH v8 8/8] rockchip: Avoid #ifdefs in RK3399 SPL
 2024-08-01 12:49 UTC  (3+ messages)

[PATCH v3 00/25] Generic `Allocator` support for Rust
 2024-08-01 12:48 UTC  (14+ messages)
` [PATCH v3 01/25] rust: alloc: add `Allocator` trait
` [PATCH v3 04/25] rust: alloc: implement `Allocator` for `Kmalloc`
` [PATCH v3 07/25] rust: alloc: implement `KVmalloc` allocator
` [PATCH v3 09/25] rust: alloc: implement kernel `Box`

[PATCH] arm64/mm: Avoid direct referencing page table enties in map_range()
 2024-08-01 12:48 UTC  (4+ messages)

[PATCH] util: retry open() when it gets interrupted by a signal
 2024-08-01 12:48 UTC  (3+ messages)
` [PATCH] util: use RETRY_ON_EINTR() on open() more consistently
  ` [PATCH v3] "

[PATCH v9 7/8] rockchip: Ensure memory size is available in RK3399 SPL
 2024-08-01 12:47 UTC  (2+ messages)
` [PATCH v9 8/8] rockchip: Avoid #ifdefs "

[PATCH] lib: sbi: fwft: fix incorrect size passed to sbi_zalloc()
 2024-08-01 12:48 UTC 

[gustavoars:testing/wfamnae-next20240729-cbc-2 11/18] include/rdma/uverbs_ioctl.h:643:15: error: static assertion failed due to requirement '__builtin_offsetof(struct uverbs_attr_bundle, attrs) == sizeof(struct uverbs_attr_bundle_hdr)': struct member likely outside of struct_group_tagged()
 2024-08-01 12:47 UTC  (2+ messages)

Supporting New Memory Barrier Types in BPF
 2024-08-01 12:47 UTC  (4+ messages)

[tip:locking/urgent] BUILD SUCCESS 224fa3552029a3d14bec7acf72ded8171d551b88
 2024-08-01 12:46 UTC 

Introduction and Seeking Advice on X.Org Evoc Mentorship Program
 2024-08-01 12:46 UTC 

[PATCH v3] vhost-user: Do not wait for reply for not sent VHOST_USER_SET_LOG_BASE
 2024-08-01 12:45 UTC 

[PATCH] cpufreq/amd-pstate: Use topology_logical_package_id() instead of logical_die_id()
 2024-08-01 12:45 UTC 

[PATCH v3 00/14] migration/multifd: Remove multifd_send_state->pages
 2024-08-01 12:45 UTC  (16+ messages)
` [PATCH v3 01/14] migration/multifd: Reduce access to p->pages
` [PATCH v3 02/14] migration/multifd: Inline page_size and page_count
` [PATCH v3 03/14] migration/multifd: Remove pages->allocated
` [PATCH v3 04/14] migration/multifd: Pass in MultiFDPages_t to file_write_ramblock_iov
` [PATCH v3 05/14] migration/multifd: Introduce MultiFDSendData
` [PATCH v3 06/14] migration/multifd: Make MultiFDPages_t:offset a flexible array member
` [PATCH v3 07/14] migration/multifd: Replace p->pages with an union pointer
` [PATCH v3 08/14] migration/multifd: Move pages accounting into multifd_send_zero_page_detect()
` [PATCH v3 09/14] migration/multifd: Isolate ram pages packet data
` [PATCH v3 10/14] migration/multifd: Don't send ram data during SYNC
` [PATCH v3 11/14] migration/multifd: Replace multifd_send_state->pages with client data
` [PATCH v3 12/14] migration/multifd: Allow multifd sync without flush
` [PATCH v3 13/14] migration/multifd: Register nocomp ops dynamically
` [PATCH v3 14/14] migration/multifd: Move ram code into multifd-ram.c

[PATCH v2] phy: fsl-imx8mq-usb: fix tuning parameter name
 2024-08-01 12:42 UTC  (5+ messages)

[LTP] [PATCH v3 0/2] Add mseal() testing suite
 2024-08-01 12:43 UTC  (3+ messages)
` [LTP] [PATCH v3 1/2] Add mseal() syscall declaration
` [LTP] [PATCH v3 2/2] Add mseal01 test

[PATCH v2] dt-bindings: mfd: syscon: Add ti,j784s4-acspcie-proxy-ctrl compatible
 2024-08-01 12:43 UTC  (4+ messages)

[PATCH] examples/eventdev: fix segment fault with generic pipeline
 2024-08-01 12:43 UTC  (2+ messages)

[RFC] ethdev: convert string initialization
 2024-08-01 12:43 UTC  (3+ messages)

[PATCH] drm/i915/display: Fix lfp_vbt_mode memory leak
 2024-08-01 12:43 UTC  (2+ messages)

Re: [PATCH] filemap: Init the newly allocated folio memory to 0 for the filemap
 2024-08-01 12:42 UTC  (3+ messages)
`  "

[syzbot] [squashfs?] KMSAN: uninit-value in pick_link
 2024-08-01 12:42 UTC 

[PATCH-for-9.1?] hw/pci/pci-hmp-cmds: Avoid displaying bogus size in 'info pci'
 2024-08-01 12:41 UTC  (5+ messages)

[PATCH] KVM: Fix error path in kvm_vm_ioctl_create_vcpu() on xa_store() failure
 2024-08-01 12:41 UTC  (7+ messages)

[Buildroot] [PATCH] package/picocom: bump to version 2024-07
 2024-08-01 12:40 UTC 

[meta-oe][PATCH 1/2] libgpiod: update v2.1.2 -> v2.1.3
 2024-08-01 12:39 UTC  (2+ messages)
` [meta-python][PATCH 2/2] python3-gpiod: update v2.2.0 -> v2.2.1

[PATCH] wifi: mt76: mt7921: fix null pointer access in mt792x_mac_link_bss_remove
 2024-08-01 12:38 UTC  (3+ messages)

[PATCH v2 0/6] use device_for_each_child_node() to access device child nodes
 2024-08-01 12:39 UTC  (4+ messages)
` (subset) "

[PATCH v2 for-rc] RDMA/srpt: Fix UAF when srpt_add_one() failed
 2024-08-01 12:32 UTC 

[PATCH net v3 0/2] virtio-net: unbreak vq resizing if vq coalescing is not supported
 2024-08-01 12:37 UTC  (5+ messages)
` [PATCH net v3 1/2] virtio-net: check feature before configuring the vq coalescing command
` [PATCH net v3 2/2] virtio-net: unbreak vq resizing when coalescing is not negotiated

[RFC PATCH net-next 00/10] Add support of HIBMCGE Ethernet Driver
 2024-08-01 12:36 UTC  (19+ messages)
` [RFC PATCH net-next 03/10] net: hibmcge: Add mdio and hardware configuration supported in this module
` [RFC PATCH net-next 05/10] net: hibmcge: Implement some .ndo functions
` [RFC PATCH net-next 08/10] net: hibmcge: Implement workqueue and some ethtool_ops functions
` [RFC PATCH net-next 09/10] net: hibmcge: Add a Makefile and update Kconfig for hibmcge

[RESEND LEDs] leds: remove led_brightness
 2024-08-01 12:36 UTC  (7+ messages)

remove the dma_set_{max_seg_size,seg_boundary,min_align_mask} return value
 2024-08-01 12:36 UTC  (4+ messages)
  ` [PATCH 2/3] dma-mapping: don't return errors from dma_set_seg_boundary

[PATCH] watchdog: imx_sc_wdt: Don't disable WDT in suspend
 2024-08-01 12:18 UTC 

[PATCH] syscalls: fix syscall macros for newfstat/newfstatat
 2024-08-01 12:32 UTC  (2+ messages)

[PATCH v2 1/2] rust: kernel: add `drop_contents` to `BoxExt`
 2024-08-01 12:30 UTC  (3+ messages)
` [PATCH v2 2/2] rust: init: add `write_[pin_]init` functions

syscall.tbl refactoring seems to have dropped definition of __NR_newfstatat on arm64 and riscv (64-bit) at least
 2024-08-01 12:20 UTC  (4+ messages)

[PATCH] perf scripts python arm-cs-trace-disasm.py: Skip disasm if address continuity is broken
 2024-08-01 11:26 UTC  (11+ messages)

[PATCH 0/3] arm64: errata: Expand speculative SSBS workaround (again)
 2024-08-01 12:06 UTC  (3+ messages)
` [PATCH 3/3] "

[PATCH net-next 0/2] implement microchip,no-tag-protocol flag
 2024-08-01 12:31 UTC  (3+ messages)
` [PATCH net-next 1/2] dt-bindings: net: dsa: microchip: add "
` [PATCH net-next 2/2] net: dsa: microchip: implement "

[PATCH] backlight: pwm_bl: print errno for probe errors
 2024-08-01 12:31 UTC  (2+ messages)

[PATCH v10 0/2] tools/perf: Support PERF_SAMPLE_READ with inherit
 2024-08-01 12:30 UTC  (3+ messages)
` [PATCH v10 1/2] tools/perf: Correctly calculate sample period for inherited SAMPLE_READ values
` [PATCH v10 2/2] tools/perf: Allow inherit + PERF_SAMPLE_READ when opening events

[PATCH] KVM: s390: fix validity interception issue when gisa is switched off
 2024-08-01 12:28 UTC  (5+ messages)

[PATCH v9 0/4] perf: Support PERF_SAMPLE_READ with inherit
 2024-08-01 12:28 UTC  (4+ messages)
` [PATCH v9 4/4] tools/perf: Allow inherit + PERF_SAMPLE_READ when opening events

SELinux namespaces re-base
 2024-08-01 12:27 UTC 

[PATCH] lib: sbi: dbtr: fix potential NULL pointer dereferences
 2024-08-01 12:27 UTC 

[PATCH v2 0/5] uprobes: misc cleanups/simplifications
 2024-08-01 12:26 UTC  (7+ messages)
` [PATCH v2 5/5] uprobes: make uprobe_register() return struct uprobe *

[Bug 219113] New: mysterious disk I/O-errors which freeze the system
 2024-08-01 12:26 UTC  (2+ messages)
` [Bug 219113] I/O-errors freezing the system [sd 0:0:0:0: [sda] tag#11 uas_eh_abort_handler 0 uas-tag 1 inflight: CMD OUT]

[LTP] [PATCH v5] Add ioctl_ficlone04 test
 2024-08-01 12:26 UTC 

[PATCH rc] iommu: Restore lost return in iommu_report_device_fault()
 2024-08-01 12:26 UTC 

[PATCH] rust: add `module_params` macro
 2024-08-01 12:25 UTC  (4+ messages)

[PATCH] drm/i915/display: correct dual pps handling for MTL_PCH+
 2024-08-01 12:25 UTC  (2+ messages)

[PATCH v2] vhsot-user: Do not wait for replay for not sent VHOST_USER_SET_LOG_BASE
 2024-08-01 12:25 UTC  (8+ messages)

[PATCH] tests/intel/xe_create: Remove the elapsed time validation
 2024-08-01 12:33 UTC 

[PATCH v2] sched/pelt: Use rq_clock_task() for hw_pressure
 2024-08-01 12:23 UTC  (4+ messages)

[PATCH 0/8] uprobes: RCU-protected hot path optimizations
 2024-08-01 12:23 UTC  (3+ messages)
` [PATCH 3/8] uprobes: protected uprobe lifetime with SRCU

[PATCH v2 0/4] hw/pci: Convert rom_bar into OnOffAuto
 2024-08-01 12:22 UTC  (5+ messages)

[PATCH v7] sched: Consolidate cpufreq updates
 2024-08-01 12:22 UTC  (3+ messages)

[PATCH 0/3] sched: Generalize misfit load balance
 2024-08-01 12:21 UTC  (6+ messages)
` [PATCH 2/3] sched/fair: Generalize misfit lb by adding a misfit reason

[RFC PATCH net-next v6 12/14] vsock/loopback: implement datagram support
 2024-08-01 12:18 UTC  (2+ messages)

[PATCH ipsec-next v7 00/16] Add IP-TFS mode to xfrm
 2024-08-01 12:18 UTC  (5+ messages)
` [PATCH ipsec-next v7 07/16] xfrm: iptfs: add new iptfs xfrm mode impl
` [PATCH ipsec-next v7 08/16] xfrm: iptfs: add user packet (tunnel ingress) handling

[LTP] [PATCH v1] cpuset_memory_test.c: Use $TMPDIR as prefix for HUGEPAGE file path
 2024-08-01 12:20 UTC  (3+ messages)

[LTP] [PATCH v3] sched: starvation: Autocallibrate the timeout
 2024-08-01 12:15 UTC  (3+ messages)

[PATCH v3 0/8] MSM8953/MSM8976 ASoC support
 2024-08-01 11:08 UTC  (11+ messages)
` [PATCH v3 1/8] ASoC: qcom: apq8016_sbc.c: Add Quinary support
` [PATCH v3 2/8] ASoC: dt-bindings: pm8916-wcd-analog-codec: Document pm8950/pm8953
` [PATCH v3 3/8] ASoC: msm8916-wcd-analog: add pm8950 codec
` [PATCH v3 4/8] ASoC: msm8916-wcd-analog: add pm8953 codec
` [PATCH v3 5/8] ASoC: dt-bindings: apq8016-sbc: Add msm8953/msm8976-qdsp6-sndcard
` [PATCH v3 6/8] ASoC: qcom: apq8016_sbc: Add support for msm8953 SoC
` [PATCH v3 7/8] ASoC: qcom: apq8016_sbc: Add support for msm8976 SoC
` [PATCH v3 8/8] ASoC: msm8916-wcd-analog: add lineout output

[PATCH v11 00/10] spi: Add support for stacked/parallel memories
 2024-08-01  9:28 UTC  (19+ messages)
` [PATCH v11 07/10] mtd: spi-nor: Add stacked memories support in spi-nor

[Bug 219117] New: amdgpu: amdgpu_device_ip_init failed
 2024-08-01 12:14 UTC 

[PULL] drm-misc-next
 2024-08-01 12:14 UTC 

Issue in testpmd when using RSS Flows with Mellanox NICs
 2024-08-01 12:13 UTC  (3+ messages)

[Buildroot] [PATCH] package/pkg-util: Prevent per-package syncing stale deps
 2024-08-01 11:57 UTC 

[PATCH] char: xillybus: Don't destroy workqueue from work item running on it
 2024-08-01 12:11 UTC 

[LTP] [PATCH v5 0/6] landlock testing suite
 2024-08-01 12:08 UTC  (7+ messages)
` [LTP] [PATCH v5 1/6] Get ABI version from landlock common library
` [LTP] [PATCH v5 2/6] Add CAP_MKNOD fallback in lapi/capability.h
` [LTP] [PATCH v5 3/6] Disable kernel version check in landlock tests
` [LTP] [PATCH v5 4/6] Add landlock04 test
` [LTP] [PATCH v5 5/6] Add landlock05 test
` [LTP] [PATCH v5 6/6] Add landlock06 test

[syzbot] [squashfs?] KMSAN: uninit-value in pick_link
 2024-08-01 12:08 UTC  (2+ messages)
` [syzbot] "

[PATCH 00/24] Complete EEVDF
 2024-08-01 12:08 UTC  (2+ messages)

[PATCH] kernel/fs: last check for exec credentials on NOEXEC mount
 2024-08-01 12:07 UTC 

[PATCH v5 0/3] MCTP over PCC
 2024-08-01 12:07 UTC  (3+ messages)
` [PATCH v5 3/3] mctp pcc: Implement MCTP over PCC Transport

[PATCH v2] ASoC: sunxi: sun4i-i2s: fix LRCLK polarity in i2s mode
 2024-08-01 12:07 UTC 

[rust:rust-dev 16/16] vmlinux.o: warning: objtool: _RNvMNtNtCs1cdwasc6FUb_6kernel4sync4pollNtB2_9PollTable13register_wait+0x14: missing int3 after indirect jump
 2024-08-01 12:07 UTC 

[PATCH rdma-next 0/8] Introducing Multi-Path DMA Support for mlx5 RDMA Driver
 2024-08-01 12:05 UTC  (6+ messages)
` [PATCH rdma-next 2/8] RDMA/mlx5: Introduce the 'data direct' driver
` [PATCH rdma-next 5/8] RDMA/umem: Introduce an option to revoke DMABUF umem
` [PATCH rdma-next 6/8] RDMA: Pass uverbs_attr_bundle as part of '.reg_user_mr_dmabuf' API
` [PATCH rdma-next 7/8] RDMA/mlx5: Add support for DMABUF MR registrations with Data-direct
` [PATCH rdma-next 8/8] RDMA/mlx5: Introduce GET_DATA_DIRECT_SYSFS_PATH ioctl

[PATCH] PCI/ASPM: Update ASPM sysfs on MFD function removal to avoid use-after-free
 2024-08-01 12:05 UTC  (2+ 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.