All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-11 00:01:46 to 2023-07-11 01:41:17 UTC [more...]

❌ FAIL (SKIPPED 59 of 346): Test report for master (6.4.0, mainline.kernel.org-clang, 7fcd473a)
 2023-07-11  1:41 UTC 

[PATCH 0/5] iommu/vt-d: debugfs: Enhancements to IOMMU debugfs
 2023-07-11  1:40 UTC  (5+ messages)

[PATCH net-next v3 01/10] net: wan: Remove unnecessary (void*) conversions
 2023-07-11  1:39 UTC  (2+ messages)

[PATCH] restorecond: add check for strdup in strings_list_add
 2023-07-10 22:49 UTC 

[PATCH net v3] can: raw: fix receiver memory leak
 2023-07-11  1:17 UTC 

[PATCH v3] drm/amdgpu/vkms: relax timer deactivation by hrtimer_try_to_cancel
 2023-07-11  1:38 UTC  (2+ messages)

[PATCH v7 0/2] Fix wakeup problems on some AMD platforms
 2023-07-11  0:53 UTC  (3+ messages)
` [PATCH v7 1/2] PCI: Refactor pci_bridge_d3_possible()
` [PATCH v7 2/2] PCI: Don't put non-power manageable PCIe root ports into D3

[PATCH v4 0/9] cgroup/cpuset: Support remote partitions
 2023-07-11  1:38 UTC  (13+ messages)
` [PATCH v4 8/9] cgroup/cpuset: Documentation update for partition

[RFC PATCH 0/2] virtiofs submounts forgotten after client memory pressure
 2023-07-11  1:37 UTC 

[PATCH v3 00/10] codeql fixes for various subsystems
 2023-07-11  1:37 UTC  (3+ messages)
` [PATCH v4 0/5] fixes for problems found by codeql analyzer

[PATCH v2 0/2] vhost-scsi: Fix IO hangs when using windows
 2023-07-11  1:36 UTC  (4+ messages)

[PATCH net] net: ena: fix shift-out-of-bounds in exponential backoff
 2023-07-11  1:36 UTC 

[powerpc:merge] BUILD SUCCESS 20125a0e8655abec375153cc23cc708ffa8c4380
 2023-07-11  1:34 UTC 

[powerpc:fixes-test] BUILD SUCCESS cf53564b11cef5cdfafc548b172345c9aa753f89
 2023-07-11  1:34 UTC 

[PATCH v2 00/32] mm: allow pte_offset_map[_lock]() to fail
 2023-07-11  1:34 UTC  (5+ messages)
` [PATCH v2 04/32] mm/pgtable: "
` [PATCH v2 05/32] mm/filemap: allow pte_offset_map_lock() "

[PATCH 0/2] blk-mq & nvme-pci: fix io failure in kdump kernel
 2023-07-11  1:33 UTC  (9+ messages)
` [PATCH 2/2] nvme-pci: use blk_mq_max_nr_hw_queues() to calculate io queues

[RFC PATCH 0/2] x86: kprobes: Fix CFI_CLANG related issues
 2023-07-11  1:33 UTC  (3+ messages)

[PATCH] media: v4l2: Fix documentation for 12-bit packed Bayer
 2023-07-11  1:31 UTC 

[PATCH v2 0/6] Adds support for ConfigFS to VKMS!
 2023-07-11  1:29 UTC  (2+ messages)
` [PATCH v2] drm/vkms Add hotplug support via configfs to VKMS

[PATCH v2] drm/amdgpu/vkms: relax timer deactivation by hrtimer_try_to_cancel
 2023-07-11  1:27 UTC  (3+ messages)

[OE-core][PATCH 1/3] python3-pylibfdt: add recipe
 2023-07-11  1:26 UTC  (4+ messages)
` [OE-core][PATCH 2/3] python3-dtschema: upgrade 2023.4 -> 2023.6.1
` [OE-core][PATCH 3/3] python3-dtschema: add python3-pylibfdt to RDEPENDS

[PATCH v3 00/21] Enable CET Virtualization
 2023-07-11  1:24 UTC  (7+ messages)

linux-next: build warning after merge of the cgroup tree
 2023-07-11  1:22 UTC  (2+ messages)

[Bug 217651] New: BCM20702B0 Bluetooth device in MacBook no longer working
 2023-07-11  1:18 UTC  (2+ messages)
` [Bug 217651] "

[PATCH 0/2] PCI/AER: Remove/unexport error reporting enable/disable
 2023-07-11  1:18 UTC  (3+ messages)

[PATCH bpf-next] bpf,docs: Create new standardization subdirectory
 2023-07-11  1:20 UTC  (2+ messages)

[Intel-gfx] linux-next: manual merge of the drm tree with the drm-misc-fixes tree
 2023-07-11  1:17 UTC  (4+ messages)
`  "

[PATCH] lib/ethdev: sanity check on callback before resource allocation
 2023-07-11  1:18 UTC 

[PATCHSET v4] sched: Implement BPF extensible scheduler class
 2023-07-11  1:13 UTC  (35+ messages)
` [PATCH 01/34] cgroup: Implement cgroup_show_cftypes()
` [PATCH 02/34] sched: Restructure sched_class order sanity checks in sched_init()
` [PATCH 03/34] sched: Allow sched_cgroup_fork() to fail and introduce sched_cancel_fork()
` [PATCH 04/34] sched: Add sched_class->reweight_task()
` [PATCH 05/34] sched: Add sched_class->switching_to() and expose check_class_changing/changed()
` [PATCH 06/34] sched: Factor out cgroup weight conversion functions
` [PATCH 07/34] sched: Expose css_tg() and __setscheduler_prio()
` [PATCH 08/34] sched: Enumerate CPU cgroup file types
` [PATCH 09/34] sched: Add @reason to sched_class->rq_{on|off}line()
` [PATCH 10/34] sched: Add normal_policy()
` [PATCH 11/34] sched_ext: Add boilerplate for extensible scheduler class
` [PATCH 12/34] sched_ext: Implement BPF "
` [PATCH 13/34] sched_ext: Add scx_simple and scx_example_qmap example schedulers
` [PATCH 14/34] sched_ext: Add sysrq-S which disables the BPF scheduler
` [PATCH 15/34] sched_ext: Implement runnable task stall watchdog
` [PATCH 16/34] sched_ext: Allow BPF schedulers to disallow specific tasks from joining SCHED_EXT
` [PATCH 17/34] sched_ext: Allow BPF schedulers to switch all eligible tasks into sched_ext
` [PATCH 18/34] sched_ext: Implement scx_bpf_kick_cpu() and task preemption support
` [PATCH 19/34] sched_ext: Add a central scheduler which makes all scheduling decisions on one CPU
` [PATCH 20/34] sched_ext: Make watchdog handle ops.dispatch() looping stall
` [PATCH 21/34] sched_ext: Add task state tracking operations
` [PATCH 22/34] sched_ext: Implement tickless support
` [PATCH 23/34] sched_ext: Track tasks that are subjects of the in-flight SCX operation
` [PATCH 24/34] sched_ext: Add cgroup support
` [PATCH 25/34] sched_ext: Add a cgroup-based core-scheduling scheduler
` [PATCH 26/34] sched_ext: Add a cgroup scheduler which uses flattened hierarchy
` [PATCH 27/34] sched_ext: Implement SCX_KICK_WAIT
` [PATCH 28/34] sched_ext: Implement sched_ext_ops.cpu_acquire/release()
` [PATCH 29/34] sched_ext: Implement sched_ext_ops.cpu_online/offline()
` [PATCH 30/34] sched_ext: Implement core-sched support
` [PATCH 31/34] sched_ext: Add vtime-ordered priority queue to dispatch_q's
` [PATCH 32/34] sched_ext: Documentation: scheduler: Document extensible scheduler class
` [PATCH 33/34] sched_ext: Add a basic, userland vruntime scheduler
` [PATCH 34/34] sched_ext: Add a rust userspace hybrid example scheduler

[Intel-gfx] [PATCH] drm/i915: Allow panel drrs modes to have differing sync polarities
 2023-07-11  1:16 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH net-next v2 01/10] net: wan: Remove unnecessary (void*) conversions
 2023-07-11  1:13 UTC  (3+ messages)

Rust for Linux Open Meeting
 2023-07-11  1:12 UTC 

[Bpf] [PATCH bpf-next v3] bpf, docs: Improve English readability
 2023-07-11  1:12 UTC  (4+ messages)

[PATCH v5 bpf-next 00/24] xsk: multi-buffer support
 2023-07-11  1:09 UTC  (3+ messages)
` [PATCH v5 bpf-next 10/24] xsk: add new netlink attribute dedicated for ZC max frags

imx8mp mipi csi camera overlay: Unable to retrieve endpoint for port@1
 2023-07-11  1:08 UTC  (6+ messages)

[gustavoars:testing/fam01-next20230710 2/5] arch/sparc/mm/init_64.c:3057:31: error: array subscript -1 is outside array bounds of 'char[]'
 2023-07-11  1:09 UTC 

[PATCH 0/9] iommu: Prepare to deliver page faults to user space
 2023-07-11  1:06 UTC  (10+ messages)
` [PATCH 1/9] iommu: Move iommu fault data to linux/iommu.h
` [PATCH 2/9] iommu: Add device parameter to iopf handler
` [PATCH 3/9] iommu: Add common code to handle IO page faults
` [PATCH 4/9] iommu: Change the return value of dev_iommu_get()
` [PATCH 5/9] iommu: Make fault_param generic
` [PATCH 6/9] iommu: Remove iommu_[un]register_device_fault_handler()
` [PATCH 7/9] iommu: Add helper to set iopf handler for domain
` [PATCH 8/9] iommu: Add iommu page fault cookie helpers
` [PATCH 9/9] iommu: Use fault cookie to store iopf_param

linux-next: manual merge of the cgroup tree with the mm tree
 2023-07-11  1:07 UTC 

[PATCH 6.3 000/424] 6.3.13-rc4 review
 2023-07-11  0:44 UTC  (2+ messages)

[PATCH v3 0/9] SUNRPC service thread scheduler optimizations
 2023-07-11  1:06 UTC  (5+ messages)
` [PATCH v3 8/9] SUNRPC: Replace sp_threads_all with an xarray

What's cooking in git.git (Jul 2023, #02; Mon, 10)
 2023-07-11  1:05 UTC 

[PATCH 00/10] firmware: scmi: add SCMI base protocol support
 2023-07-11  1:02 UTC  (10+ messages)
` [PATCH 07/10] test: dm: add SCMI base protocol test

linux-next: manual merge of the vhost tree with the net-next tree
 2023-07-11  1:01 UTC  (2+ messages)

[PATCH net v2] can: raw: fix receiver memory leak
 2023-07-11  1:00 UTC  (3+ messages)

[PATCH] selftests/arm64: fix build failure during the "emit_tests" step
 2023-07-11  0:58 UTC  (4+ messages)

[Cluster-devel] gfs2 write bandwidth regression on 6.4-rc3 compareto 5.15.y
 2023-07-11  0:58 UTC  (4+ messages)

[Invitation] Linux MM Alignment Session on mshare on Wednesday
 2023-07-11  0:58 UTC 

[RFC PATCH 6/9] ui/gtk: Add a new parameter to assign connectors/monitors to GFX VCs
 2023-07-11  0:32 UTC  (2+ messages)
` [RFC PATCH v2 "

[PATCH 6.4 0/6] 6.4.3-rc2 review
 2023-07-11  0:31 UTC  (2+ messages)

linux-next: manual merge of the tip tree with the mm-stable tree
 2023-07-11  0:55 UTC  (2+ messages)

[PATCH v2 0/2] advise about force-pushing as an alternative to reconciliation
 2023-07-11  0:55 UTC  (11+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] remote: "

[PATCH] tpm: make all 'class' structures const
 2023-07-11  0:53 UTC  (2+ messages)

rm hanging, v6.1.35
 2023-07-11  0:53 UTC  (3+ messages)

[PATCH] tpm/tpm_tis: Disable interrupts for Lenovo L590 devices
 2023-07-11  0:53 UTC  (2+ messages)

[preempt-rt] BUG: sleeping function called from invalid context at drivers/gpu/drm/i915/gt/uc/intel_guc.h
 2023-07-11  0:51 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH v2 0/5] variable-order, large folios for anonymous memory
 2023-07-11  0:48 UTC  (14+ messages)
` [PATCH v2 4/5] mm: FLEXIBLE_THP for improved performance

[PATCH 3] tpm,tpm_tis: Disable interrupts after 1000 unhandled IRQs
 2023-07-11  0:50 UTC  (2+ messages)

[ANN] U-Boot v2023.07 released
 2023-07-11  0:47 UTC  (2+ messages)

[PATCH v4 0/9] Create large folios in iomap buffered write path
 2023-07-11  0:47 UTC  (11+ messages)
` [PATCH v4 1/9] iov_iter: Handle compound highmem pages in copy_page_from_iter_atomic()
` [PATCH v4 7/9] filemap: Allow __filemap_get_folio to allocate large folios

[RFC PATCH] pci: introduce per-domain PCI rwlock
 2023-07-11  0:46 UTC 

[PATCH 6.1 1/1] mm/mmap: Fix VM_LOCKED check in do_vmi_align_munmap()
 2023-07-11  0:46 UTC 

[PATCH net-next v4 4/5] page_pool: remove PP_FLAG_PAGE_FRAG flag
 2023-07-11  0:45 UTC  (13+ messages)
` Memory providers multiplexing (Was: [PATCH net-next v4 4/5] page_pool: remove PP_FLAG_PAGE_FRAG flag)

[akpm-mm:mm-unstable 86/125] drivers/irqchip/irq-al-fic.c:281:2: error: call to undeclared function 'iounmap'; ISO C99 and later do not support implicit function declarations
 2023-07-11  0:45 UTC  (2+ messages)

stable-rc/linux-6.3.y baseline: 169 runs, 2 regressions (v6.3.11-439-g4882b85b0b1d)
 2023-07-11  0:44 UTC 

Expensive memory.stat + cpu.stat reads
 2023-07-11  0:44 UTC  (5+ messages)

[PATCH 01/10] Input: bcm-keypad - Convert to devm_platform_ioremap_resource()
 2023-07-11  0:43 UTC  (7+ messages)
` [PATCH 08/10] Input: nomadik-ske-keypad - Convert to use devm_* api
` [PATCH 09/10] Input: lpc32xx_ts - stop_tsc when driver remove

next/pending-fixes build: 5 builds: 0 failed, 5 passed, 4 warnings (v6.5-rc1-172-g920076ec8e23)
 2023-07-11  0:43 UTC 

[PATCH v2] Hexagon: move GETPC() calls to top level helpers
 2023-07-11  0:40 UTC  (3+ messages)

[PATCH bpf-next v4 6/7] bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign
 2023-07-11  0:41 UTC  (3+ messages)

[PATCH] sunxi: H6: Enable Ethernet on Orange Pi One Plus
 2023-07-11  0:39 UTC 

The read data is wrong from raid5 when recovery happens
 2023-07-11  0:39 UTC  (8+ messages)

[Intel-wired-lan] [PATCH iwl-next 0/4] ice: support cross timestamping on E823 devices
 2023-07-11  0:39 UTC  (5+ messages)
` [Intel-wired-lan] [PATCH iwl-next 1/4] ice: prefix clock timer command enumeration values with ICE_PTP
` [Intel-wired-lan] [PATCH iwl-next 2/4] ice: Clean the main timer command register after use
` [Intel-wired-lan] [PATCH iwl-next 3/4] ice: retry acquiring hardware semaphore during cross-timestamp request
` [Intel-wired-lan] [PATCH iwl-next 4/4] ice: Support cross-timestamping for E823 devices

[PATCH 1/2] mm: compaction: use the correct type of list for free pages
 2023-07-11  0:37 UTC  (5+ messages)
` [PATCH 2/2] mm: compaction: skip the memory hole rapidly when isolating "

[PATCH net-next 0/3] eth: bnxt: handle invalid Tx completions more gracefully
 2023-07-11  0:38 UTC  (3+ messages)

[PATCH bpf-next v3 0/6] Support defragmenting IPv(4|6) packets in BPF
 2023-07-11  0:37 UTC  (3+ messages)
` [PATCH bpf-next v3 6/6] bpf: selftests: Add defrag selftests

[Intel-wired-lan] [PATCH iwl-net v2 0/2] Enhance the tx-usecs coalesce setting implementation
 2023-07-11  0:34 UTC  (3+ messages)
` [Intel-wired-lan] [PATCH iwl-net v2 1/2] igc: Expose tx-usecs coalesce setting to user
` [Intel-wired-lan] [PATCH iwl-net v2 2/2] igc: Modify the tx-usecs coalesce setting

[igt-dev] [PATCH] tests/amdgpu: add VM test
 2023-07-11  0:33 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

[PATCH v2 0/5] Misc fixes for throttle
 2023-07-11  0:29 UTC  (2+ messages)
` PING: "

[PATCH v2 00/18] Add PASID support to SMMUv3 unmanaged domains
 2023-07-11  0:26 UTC  (9+ messages)
` [PATCH v2 14/18] iommu/arm-smmu-v3: Support domains with shared CDs

renesas/next baseline: 35 runs, 2 regressions (renesas-next-2023-07-10-v6.5-rc1)
 2023-07-11  0:28 UTC 

[PATCH][next] tpm: remove redundant variable len
 2023-07-11  0:26 UTC  (2+ messages)

[Intel-xe] [PATCH 0/2] Fix multiple engine (un)bind races
 2023-07-11  0:26 UTC  (6+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✗ CI.Hooks: failure "

[PATCH printk v2 0/5] various cleanups
 2023-07-11  0:25 UTC  (5+ messages)
` [PATCH printk v2 1/5] kdb: do not assume write() callback available
` [PATCH printk v2 5/5] printk: Rename abandon_console_lock_in_panic() to other_cpu_in_panic()

[PATCH bpf-next v4 0/8] BPF link support for tc BPF programs
 2023-07-11  0:23 UTC  (3+ messages)
` [PATCH bpf-next v4 1/8] bpf: Add generic attach/detach/query API for multi-progs

[Intel-xe] [PATCH] drm/xe: Enable scratch page when page fault is enabled
 2023-07-11  0:19 UTC  (2+ messages)
` [Intel-xe] ✗ CI.Patch_applied: failure for "

[PATCH v3 0/4] tracing/probes: Fix bugs in process_fetch_insn
 2023-07-11  0:16 UTC  (5+ messages)
` [PATCH v3 4/4] tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if fails

[PATCH net] net/sched: make psched_mtu() RTNL-less safe
 2023-07-11  0:14 UTC  (2+ messages)

[PATCH v1 net] net: dsa: microchip: correct KSZ8795 static MAC table access
 2023-07-11  0:10 UTC 

[PATCH v2 00/15] ASoC: add multi Component support
 2023-07-11  0:05 UTC  (7+ messages)
` [PATCH v2 14/15] ASoC: dt-bindings: renesas,rsnd.yaml: add common port-def
` [PATCH v2 15/15] ASoC: dt-bindings: renesas,rsnd.yaml: enable multi ports for multi Component support

[PATCH v2] fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_free()
 2023-07-11  0:06 UTC  (3+ messages)

[xiang-erofs:dev-test] BUILD SUCCESS 770c413f54a4a69e1f398228aa12147b7cdaa4b4
 2023-07-11  0:06 UTC 

[PATCH v2] drm/msm/dsi: Enable BURST_MODE for command mode for DSI 6G v1.3+
 2023-07-11  0:04 UTC  (3+ messages)

[PATCH] drm/msm/a6xx: Fix misleading comment
 2023-07-11  0:02 UTC  (2+ messages)
` [Freedreno] "


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.