All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-09 22:57:58 to 2023-11-10 00:11:12 UTC [more...]

next/pending-fixes build: 8 builds: 0 failed, 8 passed, 4 warnings (v6.6-15892-g41e1be6c2334)
 2023-11-10  0:06 UTC 

[PATCH] wifi: mac80211: Handle 320Mhz in ieee80211_ht_cap_ie_to_sta_ht_cap
 2023-11-10  0:06 UTC  (2+ messages)

[syzbot] kernel BUG in ext4_do_writepages
 2023-11-10  0:05 UTC  (2+ messages)

[PATCH RFC 0/7] x86/head/64: Build the head code as PIE
 2023-11-10  0:03 UTC  (8+ messages)
` [PATCH RFC 1/7] x86/head/64: Mark startup_gdt and startup_gdt_descr as __initdata

[PATCH for-4.18 0/3] docs/sphinx: Fix syntax errors and warnings
 2023-11-10  0:07 UTC  (8+ messages)
` [PATCH for-4.18 1/3] docs/sphinx: Fix syntax issues in hyperlaunch.rst
` [PATCH for-4.18 2/3] docs/sphinx: Fix syntax issues in exclude-list.rst
` [PATCH for-4.18 3/3] docs/sphinx: Fix indexing

[PATCH] drm/sched: Qualify drm_sched_wakeup() by drm_sched_entity_is_ready()
 2023-11-10  0:03 UTC  (2+ messages)

[PATCH v2] drm/msm/dsi: use the correct VREG_CTRL_1 value for 4nm cphy
 2023-11-10  0:02 UTC  (2+ messages)

[PATCH v1 00/23] Enable FRED with KVM VMX
 2023-11-10  0:04 UTC  (8+ messages)
` [PATCH v1 05/23] KVM: VMX: Initialize FRED VM entry/exit controls in vmcs_config
` [PATCH v1 06/23] KVM: VMX: Defer enabling FRED MSRs save/load until after set CPUID

[RFC PATCH 00/86] Make the kernel preemptible
 2023-11-10  0:01 UTC  (13+ messages)
` [RFC PATCH 07/86] Revert "livepatch,sched: Add livepatch task switching to cond_resched()"
` [RFC PATCH 57/86] coccinelle: script to remove cond_resched()
  ` [RFC PATCH 85/86] treewide: drivers: "

[PATCH 0/1] KVM: x86/vPMU: Speed up vmexit for AMD Zen 4 CPUs
 2023-11-10  0:02 UTC  (11+ messages)
` [PATCH 1/1] KVM: x86/vPMU: Check PMU is enabled for vCPU before searching for PMC
` KVM: x86/vPMU/AMD: Can we detect PMU is off for a VM?

[RFC 00/52] perf tools: Introduce data type profiling (v2)
 2023-11-10  0:00 UTC  (53+ messages)
` [PATCH 01/52] perf annotate: Pass "-l" option to objdump conditionally
` [PATCH 02/52] perf annotate: Move raw_comment and raw_func_start
` [PATCH 03/52] perf tools: Add util/debuginfo.[ch] files
` [PATCH 04/52] perf dwarf-aux: Fix die_get_typename() for void *
` [PATCH 05/52] perf dwarf-aux: Move #ifdef code to the header file
` [PATCH 06/52] perf dwarf-aux: Add die_get_scopes() helper
` [PATCH 07/52] perf dwarf-aux: Add die_find_variable_by_reg() helper
` [PATCH 08/52] perf build: Add feature check for dwarf_getcfi()
` [PATCH 09/52] perf probe: Convert to check dwarf_getcfi feature
` [PATCH 10/52] perf dwarf-aux: Factor out die_get_typename_from_type()
` [PATCH 11/52] perf dwarf-regs: Add get_dwarf_regnum()
` [PATCH 12/52] perf annotate-data: Add find_data_type()
` [PATCH 13/52] perf annotate-data: Add dso->data_types tree
` [PATCH 14/52] perf annotate: Factor out evsel__get_arch()
` [PATCH 15/52] perf annotate: Check if operand has multiple regs
` [PATCH 16/52] perf annotate: Add annotate_get_insn_location()
` [PATCH 17/52] perf annotate: Implement hist_entry__get_data_type()
` [PATCH 18/52] perf report: Add 'type' sort key
` [PATCH 19/52] perf report: Support data type profiling
` [PATCH 20/52] perf annotate-data: Add member field in the data type
` [PATCH 21/52] perf annotate-data: Update sample histogram for type
` [PATCH 22/52] perf report: Add 'typeoff' sort key
` [PATCH 23/52] perf report: Add 'symoff' "
` [PATCH 24/52] perf annotate: Add --data-type option
` [PATCH 25/52] perf annotate: Support event group display
` [PATCH 26/52] perf annotate: Add --type-stat option for debugging
` [PATCH 27/52] perf annotate: Add --insn-stat "
` [PATCH 28/52] perf annotate-data: Parse 'lock' prefix from llvm-objdump
` [PATCH 29/52] perf annotate-data: Handle macro fusion on x86
` [PATCH 30/52] perf annotate-data: Handle array style accesses
` [PATCH 31/52] perf annotate-data: Add stack operation pseudo type
` [PATCH 32/52] perf dwarf-aux: Add die_find_variable_by_addr()
` [PATCH 33/52] perf annotate-data: Handle PC-relative addressing
` [PATCH 34/52] perf annotate-data: Support global variables
` [PATCH 35/52] perf dwarf-aux: Add die_get_cfa()
` [PATCH 36/52] perf annotate-data: Support stack variables
` [PATCH 37/52] perf dwarf-aux: Check allowed DWARF Ops
` [PATCH 38/52] perf dwarf-aux: Add die_collect_vars()
` [PATCH 39/52] perf dwarf-aux: Handle type transfer for memory access
` [PATCH 40/52] perf annotate-data: Introduce struct data_loc_info
` [PATCH 41/52] perf map: Add map__objdump_2rip()
` [PATCH 42/52] perf annotate: Add annotate_get_basic_blocks()
` [PATCH 43/52] perf annotate-data: Maintain variable type info
` [PATCH 44/52] perf annotate-data: Add update_insn_state()
` [PATCH 45/52] perf annotate-data: Handle global variable access
` [PATCH 46/52] perf annotate-data: Handle call instructions
` [PATCH 47/52] perf annotate-data: Implement instruction tracking
` [PATCH 48/52] perf annotate: Parse x86 segment register location
` [PATCH 49/52] perf annotate-data: Handle this-cpu variables in kernel
` [PATCH 50/52] perf annotate-data: Track instructions with a this-cpu variable
` [PATCH 51/52] perf annotate-data: Add stack canary type
` [PATCH 52/52] perf annotate-data: Add debug message

[PATCH for-4.18] docs: Delete kconfig docs to fix licensing violation
 2023-11-09 23:59 UTC  (3+ messages)

[GIT PULL] lsm/lsm-pr-20231109
 2023-11-09 23:59 UTC 

[PATCH net] gve: Fixes for napi_poll when budget is 0
 2023-11-09 23:59 UTC 

[PATCH for-4.18] docs/misra: Add missing SPDX tags
 2023-11-09 23:57 UTC  (2+ messages)

[PATCH] ocfs2: call ocfs2_abort when journal abort
 2023-11-09 23:58 UTC  (4+ messages)

[PATCH] glossary: add definitions for dereference & peel
 2023-11-09 23:57 UTC 

[PATCH] drm/msm/dsi: use the correct VREG_CTRL_1 value for 4nm cphy
 2023-11-09 23:54 UTC  (2+ messages)

RFC: A KVM-specific alternative to UserfaultFD
 2023-11-09 23:54 UTC  (9+ messages)

[Intel-gfx] [PATCH] drm/i915/huc: Stop printing about unsupported HuC on MTL
 2023-11-09 23:54 UTC 

[Intel-gfx] [CI 1/6] drm/i915: Add ability for tracking buffer objects per client
 2023-11-09 23:54 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [CI,1/6] drm/i915: Add ability for tracking buffer objects per client (rev5)

[Intel-gfx] [PATCH] drm/i915/gsc: Assign a uabi class number to the GSC CS
 2023-11-09 23:53 UTC 

[ovmf test] 183724: all pass - PUSHED
 2023-11-09 23:53 UTC 

[Intel-xe] [PATCH v8 3/5] drm/sched: Split free_job into own work item
 2023-11-09 23:49 UTC  (9+ messages)
` [Intel-xe] [PATCH] drm/sched: Don't disturb the entity when in RR-mode scheduling
          `  "

strncpy clarify result may not be null terminated
 2023-11-09 23:48 UTC  (11+ messages)

[RFC v1 0/8] vhost-vdpa: add support for iommufd
 2023-11-09 23:48 UTC  (8+ messages)

[PATCH 0/3] Add and Leverage HTTP Status Code Mnemonics
 2023-11-09 23:47 UTC  (4+ messages)
` [PATCH 1/3] gweb: Add HTTP status code mnemonics
` [PATCH 2/3] gweb: Leverage GWebStatusCode mnemonics
` [PATCH 3/3] wispr: "

[PATCH v2 0/6] Two multipath features
 2023-11-09 23:46 UTC  (7+ messages)
` [PATCH v2 1/6] libmultipath: Add max_retries config option
` [PATCH v2 2/6] libmutipath: Retain device size if sysfs_get_size fails
` [PATCH v2 3/6] multipathd: check and update all paths when in cli_resize
` [PATCH v2 4/6] multipathd: move post-reloading commands into resize_map()
` [PATCH v2 5/6] multipathd: move resize_map() to multipathd/main.c
` [PATCH v2 6/6] multipathd: Add auto_resize config option

[Intel-wired-lan] [PATCH iwl-next] ice: dpll: fix check for dpll input priority range
 2023-11-09 23:41 UTC  (2+ messages)

[Intel-wired-lan] [PATCH iwl-next] ice: dpll: fix output pin capabilities
 2023-11-09 23:41 UTC  (2+ messages)

[Intel-xe] [PATCH] drm/xe: Raise GT frequency before GuC/HuC load
 2023-11-09 23:39 UTC  (8+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: Raise GT frequency before GuC/HuC load (rev2)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✓ CI.checksparse: "
` [Intel-xe] ✓ CI.BAT: "

[PATCH bpf-next 0/4] BPF control flow graph and precision backtrack fixes
 2023-11-09 23:37 UTC  (9+ messages)
` [PATCH bpf-next 2/4] bpf: fix precision backtracking instruction iteration
` [PATCH bpf-next 3/4] bpf: fix control-flow graph checking in privileged mode

[RFC] workqueue: allow system workqueue be used in memory reclaim
 2023-11-09 23:36 UTC  (3+ messages)

[PATCH net 0/3] dpll: fix unordered unbind/bind registerer issues
 2023-11-09 23:35 UTC  (19+ messages)
` [PATCH net 2/3] dpll: fix pin dump crash for rebound module
` [PATCH net 3/3] dpll: fix register pin with unregistered parent pin

[PATCH v3 bpf-next 00/11] bpf, cgroup: Add BPF support for cgroup1 hierarchy
 2023-11-09 23:35 UTC  (7+ messages)
` [PATCH v3 bpf-next 05/11] cgroup: Add a new helper "

Build fail in drivers/gpu/drm/i915/display/intel_tc.c
 2023-11-09 23:34 UTC  (2+ messages)

[PATCH net-next v2 1/1] ptp: clockmatrix: support 32-bit address space
 2023-11-09 23:34 UTC  (2+ messages)

[PATCH-for-8.2 v4 00/10] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop
 2023-11-09 23:34 UTC  (11+ messages)
` [PATCH-for-8.2 v4 01/10] util/fifo8: Allow fifo8_pop_buf() to not populate popped length
` [PATCH-for-8.2 v4 02/10] util/fifo8: Introduce fifo8_peek_buf()
` [PATCH-for-8.2 v4 04/10] hw/char/pl011: Extract pl011_write_txdata() from pl011_write()
` [PATCH-for-8.2 v4 09/10] hw/char/pl011: Add transmit FIFO to PL011State
` [PATCH-for-8.2 v4 10/10] hw/char/pl011: Implement TX FIFO

What's cooking in git.git (Nov 2023, #04; Thu, 9)
 2023-11-09 23:33 UTC  (3+ messages)

DWC3-Gadget: Flickering with ISOC Streaming (UVC) while multiplier set on Superspeed
 2023-11-09 23:33 UTC  (2+ messages)
` [PATCH] usb: gadget: uvc: reduce the request size to increase the throughput

[PATCH 0/8] devm_led_classdev_register() usage problem
 2023-11-09 23:28 UTC  (5+ messages)
` [PATCH 2/8] leds: nic78bx: explicitly unregister LEDs at module's shutdown

[PATCH v15 00/23] TDX host kernel support
 2023-11-09 23:29 UTC  (3+ messages)
` [PATCH v15 09/23] x86/virt/tdx: Get module global metadata for module initialization

[PATCH nft 00/12] update tests/shell for 5.4 kernels
 2023-11-09 23:29 UTC  (14+ messages)
` [PATCH nft 01/12] tests: shell: export DIFF to use it from feature scripts
` [PATCH nft 02/12] tests: shell: skip pipapo tests if kernel lacks support
` [PATCH nft 03/12] tests: shell: skip prerouting reject "
` [PATCH nft 04/12] tests: shell: skip stateful expression in sets "

[PATCH v1] perf vendor events: Add skx, clx, icx and spr upi bandwidth metric
 2023-11-09 23:27 UTC 

[PATCH 1/1] attr: enable attr pathspec magic for git-add and git-stash
 2023-11-09 23:27 UTC  (4+ messages)

[PATCH] virtio-snd: check AUD_register_card return value
 2023-11-09 23:23 UTC  (5+ messages)

[PATCH v2 0/7] dts: Port scatter suite over
 2023-11-09 23:20 UTC  (8+ messages)
` [PATCH v2 1/7] dts: Add scatter test suite
` [PATCH v2 2/7] dts: add waiting for port up in testpmd
` [PATCH v2 3/7] dts: add scatter to the yaml schema
` [PATCH v2 4/7] dts: allow passing parameters into interactive apps
` [PATCH v2 5/7] dts: add optional packet filtering to scapy sniffer
` [PATCH v2 6/7] dts: add pci addresses to EAL parameters
` [PATCH v2 7/7] dts: allow configuring MTU of ports

[yiliu1765-iommufd:iommufd-v5.19-rc5 25/104] drivers/iommu/iommufd/device.c:58: warning: Function parameter or member 'dev' not described in 'iommufd_bind_device'
 2023-11-09 23:22 UTC 

[Question]: major faults are still triggered after mlockall when numa balancing
 2023-11-09 23:21 UTC  (2+ messages)

[PATCH v3 0/1] dts: Add the ability to bind ports to drivers
 2023-11-09 23:16 UTC  (2+ messages)
` [PATCH v3 1/1] dts: bind to DPDK driver before running test suites

[workflows]RFC: switching "THE REST" in MAINTAINERS away from linux-kernel@vger.kernel.org
 2023-11-09 23:16 UTC  (11+ messages)

[PATCH v4] unit tests: Add a project plan document
 2023-11-09 23:15 UTC  (4+ messages)
` [PATCH v10 0/3] Add unit test framework and project plan
  ` [PATCH v10 1/3] unit tests: Add a project plan document

[PATCH v10 0/8] Add support for Sub-NUMA cluster (SNC) systems
 2023-11-09 23:14 UTC  (11+ messages)
` [PATCH v11 "
  ` [PATCH v11 1/8] x86/resctrl: Prepare for new domain scope
  ` [PATCH v11 2/8] x86/resctrl: Prepare to split rdt_domain structure
  ` [PATCH v11 3/8] x86/resctrl: Prepare for different scope for control/monitor operations
  ` [PATCH v11 4/8] x86/resctrl: Split the rdt_domain and rdt_hw_domain structures
  ` [PATCH v11 5/8] x86/resctrl: Add node-scope to the options for feature scope
  ` [PATCH v11 6/8] x86/resctrl: Introduce snc_nodes_per_l3_cache
  ` [PATCH v11 7/8] x86/resctrl: Sub NUMA Cluster detection and enable
  ` [PATCH v11 8/8] x86/resctrl: Update documentation with Sub-NUMA cluster changes

[Bug report][fstests generic/047] Internal error !(flags & XFS_DABUF_MAP_HOLE_OK) at line 2572 of file fs/xfs/libxfs/xfs_da_btree.c. Caller xfs_dabuf_map.constprop.0+0x26c/0x368 [xfs]
 2023-11-09 23:13 UTC  (11+ messages)

[dtschema PATCH] tools: Add tool to compare schemas for ABI changes
 2023-11-09 23:12 UTC 

[RFC PATCH 0/8] Add support for 10G Ethernet SerDes on MT7988
 2023-11-09 23:11 UTC  (6+ messages)
` [RFC PATCH 1/8] dt-bindings: phy: mediatek,xfi-pextp: add new bindings

[PATCH v2] lpm: improve performance with copious IPv4 peering routes
 2023-11-09 23:11 UTC 

[PATCH nft 1/3] parser: don't mark "string" as const
 2023-11-09 23:10 UTC  (4+ messages)

[PATCH v1 0/7] dts: Port scatter suite over
 2023-11-09 23:07 UTC  (8+ messages)
` [PATCH v1 1/7] dts: Add scatter test suite
` [PATCH v1 2/7] dts: add waiting for port up in testpmd
` [PATCH v1 3/7] dts: add scatter to the yaml schema
` [PATCH v1 4/7] dts: allow passing parameters into interactive apps
` [PATCH v1 5/7] dts: add optional packet filtering to scapy sniffer
` [PATCH v1 6/7] dts: add pci addresses to EAL parameters
` [PATCH v1 7/7] dts: allow configuring MTU of ports

[GIT PULL] ata fixes for 6.7-rc1-2
 2023-11-09 23:08 UTC 

[PATCH] target/arm: HVC at EL3 should go to EL3, not EL2
 2023-11-09 23:07 UTC  (2+ messages)

[PATCH net] net: microchip: lan743x : bidirectional throughuput improvement
 2023-11-09 23:04 UTC  (7+ messages)

[Intel-xe] [PATCH] drm/xe: Drop EXECLIST_CONTROL from error state dump
 2023-11-09 23:03 UTC  (3+ messages)
` [Intel-xe] ✓ CI.BAT: success for "

[PATCH 0/4] Replace use of `test <expr> -o/a <expr>`
 2023-11-09 23:02 UTC  (4+ messages)
` [PATCH 2/4] contrib/subtree: stop using `-o` to test for number of args

[PATCH v5 00/20] vfio: Adopt iommufd
 2023-11-09 23:00 UTC  (11+ messages)
` [PATCH v5 13/20] vfio/ap: Allow the selection of a given iommu backend
` [PATCH v5 14/20] vfio/ap: Make vfio cdev pre-openable by passing a file handle
` [PATCH v5 15/20] vfio/ccw: Allow the selection of a given iommu backend
` [PATCH v5 16/20] vfio/ccw: Make vfio cdev pre-openable by passing a file handle
` [PATCH v5 19/20] kconfig: Activate IOMMUFD for s390x machines

git-send-email: Send with mutt(1)
 2023-11-09 23:00 UTC  (9+ messages)

[PATCH v2 0/1] dts: Add the ability to bind ports to drivers
 2023-11-09 22:57 UTC  (2+ messages)
` [PATCH v2 1/1] dts: allow configuring MTU of ports

[Intel-xe] [PATCH 00/20] Sync DRM scheduler with upstream (with fixups)
 2023-11-09 22:57 UTC  (2+ messages)
` [Intel-xe] ✓ CI.BAT: success for Sync DRM scheduler with upstream (with fixups) (rev2)


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.