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

[PATCH 0/4] kdump: crashkernel reservation from CMA
 2023-12-08 10:04 UTC  (11+ messages)

[xen-unstable test] 184031: tolerable FAIL - PUSHED
 2023-12-08 10:35 UTC 

[PATCH 00/16] Adjust to GPUVM / fixup version
 2023-12-08 10:35 UTC  (3+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "

[PATCH v1] dt-bindings: input: convert gpio-mouse to json-schema
 2023-12-08 10:33 UTC  (3+ messages)

[PATCH v17 0/4] Add support for RZ/G2L GPT
 2023-12-08 10:34 UTC  (6+ messages)
` [PATCH v17 3/4] pwm: "

[PATCH] dt-bindings: PCI: qcom: Correct reset-names property
 2023-12-08 10:34 UTC  (2+ messages)

[PATCH] drivers: acpi: arm64: thermal_cpufreq: export module
 2023-12-08 10:33 UTC  (2+ messages)

[PATCH RESEND bpf-next 0/2] bpf: Use GFP_KERNEL in bpf_event_entry_gen()
 2023-12-08 10:33 UTC  (3+ messages)
` [PATCH RESEND bpf-next 1/2] bpf: Reduce the scope of rcu_read_lock when updating fd map
` [PATCH RESEND bpf-next 2/2] bpf: Use GFP_KERNEL in bpf_event_entry_gen()

[PATCH i-g-t] intel/xe_exec_store.c: Fix the execution of basic-all test
 2023-12-08 10:32 UTC  (2+ messages)
` ✓ CI.xeBAT: success for "

[RESEND PATCH v2 0/3] Bluetooth: power-on QCA6390 correctly
 2023-12-08 10:32 UTC  (7+ messages)
` [RESEND PATCH v2 1/3] dt-bindings: net: bluetooth: qualcomm: fix a typo
  ` Bluetooth: power-on QCA6390 correctly
` [RESEND PATCH v2 2/3] dt-bindings: net: bluetooth: qualcomm: add regulators for QCA6390

[PATCH] docs: rust: Clarify that 'rustup override' applies to build directory
 2023-12-08 10:32 UTC  (2+ messages)

[PATCH v9 00/32] timers: Move from a push remote at enqueue to a pull at expiry model
 2023-12-08 10:31 UTC  (4+ messages)
` [PATCH v9 30/32] timers: Implement the hierarchical pull model

[PATCHv5 0/2] Fix imx53-ppd UART configuration
 2023-12-08 10:32 UTC  (3+ messages)

[PATCH] KVM: s390: fix cc for successful PQAP
 2023-12-08 10:31 UTC  (2+ messages)

[PATCH 0/3] power: supply: Acer Aspire 1 embedded controller
 2023-12-08 10:31 UTC  (4+ messages)
` [PATCH 2/3] power: supply: Add Acer Aspire 1 embedded controller driver

EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement)
 2023-12-08 10:31 UTC  (8+ messages)
  `  "
          `  "

[Intel-wired-lan] [PATCH] ixgbe: report link state for VF devices
 2023-12-08 10:03 UTC 

[PATCH v4 00/33] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2023-12-08 10:30 UTC  (34+ messages)
` [PATCH v4 01/33] tracing: Add a comment about ftrace_regs definition
` [PATCH v4 02/33] x86: tracing: Add ftrace_regs definition in the header
` [PATCH v4 03/33] function_graph: Convert ret_stack to a series of longs
` [PATCH v4 04/33] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
` [PATCH v4 05/33] function_graph: Add an array structure that will allow multiple callbacks
` [PATCH v4 06/33] function_graph: Allow multiple users to attach to function graph
` [PATCH v4 07/33] function_graph: Remove logic around ftrace_graph_entry and return
` [PATCH v4 08/33] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
` [PATCH v4 09/33] ftrace: Allow function_graph tracer to be enabled in instances
` [PATCH v4 10/33] ftrace: Allow ftrace startup flags exist without dynamic ftrace
` [PATCH v4 11/33] function_graph: Have the instances use their own ftrace_ops for filtering
` [PATCH v4 12/33] function_graph: Use a simple LRU for fgraph_array index number
` [PATCH v4 13/33] function_graph: Add "task variables" per task for fgraph_ops
` [PATCH v4 14/33] function_graph: Move set_graph_function tests to shadow stack global var
` [PATCH v4 15/33] function_graph: Move graph depth stored data "
` [PATCH v4 16/33] function_graph: Move graph notrace bit "
` [PATCH v4 17/33] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [PATCH v4 18/33] function_graph: Add selftest for passing local variables
` [PATCH v4 19/33] function_graph: Add a new entry handler with parent_ip and ftrace_regs
` [PATCH v4 20/33] function_graph: Add a new exit "
` [PATCH v4 21/33] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
` [PATCH v4 22/33] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
` [PATCH v4 23/33] arm64: ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
` [PATCH v4 24/33] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v4 25/33] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v4 26/33] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v4 27/33] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v4 28/33] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v4 29/33] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v4 30/33] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v4 31/33] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v4 32/33] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v4 33/33] Documentation: probes: Update fprobe on function-graph tracer

[PATCH v6 0/4] riscv: sophgo: add clock support for sg2042
 2023-12-08 10:30 UTC  (5+ messages)

[PATCH v2 2/2] x86/cfi,bpf: Fix BPF JIT call
 2023-12-08 10:29 UTC  (12+ messages)

[PATCH V2 0/5] Clean up perf mem
 2023-12-08 10:29 UTC  (4+ messages)
` [PATCH V2 1/5] perf mem: Add mem_events into the supported perf_pmu

stable/linux-5.10.y build: 19 builds: 0 failed, 19 passed, 5 warnings (v5.10.203)
 2023-12-08 10:29 UTC 

bitbake error need help #kernel #yocto
 2023-12-08 10:28 UTC  (2+ messages)
` [yocto] "

[PATCH v2 00/17] scsi: ufs: qcom: Code cleanups
 2023-12-08 10:28 UTC  (4+ messages)
` [PATCH v2 05/17] scsi: ufs: qcom: Remove the warning message when core_reset is not available

GPIOLIB locking is broken and how to fix it
 2023-12-08 10:27 UTC  (11+ messages)

[PATCH 1/3] useradd: Fix issues with useradd dependencies
 2023-12-08 10:26 UTC  (2+ messages)

[PATCH v7 net-next 0/8] net: ethernet: am65-cpsw: Add mqprio, frame pre-emption & coalescing
 2023-12-08 10:26 UTC  (5+ messages)
` [PATCH v7 net-next 6/8] net: ethernet: ti: am65-cpsw-qos: Add Frame Preemption MAC Merge support

[meta-oe][PATCHv3] xsetroot: upgrade 1.1.2 -> 1.1.3
 2023-12-08 10:25 UTC  (2+ messages)
` [oe] "

[PATCH] base: Unpack .7z files with p7zip
 2023-12-08 10:25 UTC 

[PATCH v2 i-g-t] benchmarks/gem_wsim: Fix array index issue in xe_sync object referencing
 2023-12-08 10:24 UTC 

[PATCH v3 1/2] dt-bindings: iio: light: add ltr390
 2023-12-08 10:22 UTC  (2+ messages)
` [PATCH v3 2/2] iio: light: driver for Lite-On ltr390

[PATCH][next] serial: ma35d1: Fix spelling mistake "ononsole" -> "console"
 2023-12-08 10:23 UTC  (2+ messages)

[PATCH net-next 0/7] net: dsa: realtek: variants to drivers, interfaces to a common module
 2023-12-08 10:23 UTC  (3+ messages)
` [PATCH net-next 3/7] net: dsa: realtek: convert variants into a real driver

[PATCH v2 00/39] Enable build of full Xen for RISC-V
 2023-12-08 10:23 UTC  (9+ messages)
` [PATCH v2 10/39] xen/riscv: introduce asm/iommu.h
` [PATCH v2 11/39] xen/riscv: introduce asm/nospec.h

[PATCH bpf-next 0/7] bpf: Fixes for maybe_wait_bpf_programs()
 2023-12-08 10:23 UTC  (8+ messages)
` [PATCH bpf-next 1/7] bpf: Remove unnecessary wait from bpf_map_copy_value()
` [PATCH bpf-next 2/7] bpf: Call maybe_wait_bpf_programs() only once for generic_map_update_batch()
` [PATCH bpf-next 3/7] bpf: Add missed maybe_wait_bpf_programs() for htab of maps
` [PATCH bpf-next 4/7] bpf: Only call maybe_wait_bpf_programs() when map operation succeeds
` [PATCH bpf-next 5/7] bpf: Set uattr->batch.count as zero before batched update or deletion
` [PATCH bpf-next 6/7] bpf: Only call maybe_wait_bpf_programs() when at least one map operation succeeds
` [PATCH bpf-next 7/7] bpf: Wait for sleepable BPF program in maybe_wait_bpf_programs()

[PATCH 0/5] *** Fix persistent tmp ***
 2023-12-08 10:21 UTC  (8+ messages)
` [PATCH 1/5] bitbake.conf: set correct FILESYSTEM_PERMS_TABLES
` [PATCH] rpm: workaround to remove dnf lock file
  ` [OE-core] "
` [PATCH 2/5] base-files: update dirs1777 and volatiles according to VOLATILE_TMP_DIR
` [PATCH 3/5] initscripts: support persistent tmp
` [PATCH 4/5] systemd: "
` [PATCH 5/5] eudev: create dir /tmp if persistent tmp is used

[PATCH v7 0/9] Landlock: IOCTL support
 2023-12-08 10:20 UTC  (4+ messages)
` [PATCH v7 4/9] landlock: Add IOCTL access right

[PATCH v2 0/2] gpiolib: protect the list of GPIO devices with a mutex
 2023-12-08 10:20 UTC  (3+ messages)
` [PATCH v2 1/2] gpiolib: rename static functions that are called with the lock taken
` [PATCH v2 2/2] gpiolib: use a mutex to protect the list of GPIO devices

[igt-dev] [PATCH i-g-t] runner/resultgen: Fix subtest runtimes
 2023-12-08 10:20 UTC  (2+ messages)
` [i-g-t] "

[PATCH BlueZ v2] tools: avtest: Add reject-code option
 2023-12-08 10:17 UTC  (4+ messages)
` [BlueZ,v2] "
` [PATCH BlueZ v3] "

[PATCH 0/4] PCI: imx6: Add pci host wakeup support
 2023-12-08 10:16 UTC  (7+ messages)
` [PATCH 1/4] PCI: imx6: Add pci host wakeup support on imx platforms
` [PATCH 2/4] dt-bindings: imx6q-pcie: Add host-wake-gpio property

[PATCH net-next v9 00/15] Introducing P4TC
 2023-12-08 10:15 UTC  (11+ messages)
` [PATCH net-next v9 14/15] p4tc: add set of P4TC table kfuncs
` [PATCH net-next v9 15/15] p4tc: add P4 classifier

[PATCH 1/6] selftest/sstatetest: print output from bitbake with actual newlines, not \n
 2023-12-08 10:15 UTC  (6+ messages)
` [PATCH 2/6] selftest/sstatetests: do not delete custom $TMPDIRs under build-st when testing printdiff
` [PATCH 3/6] sstatesig/find_siginfo: special-case gcc-source when looking in sstate caches
` [PATCH 4/6] gnu-config: add a do_compile task
` [PATCH 5/6] runqueue: rework 'bitbake -S printdiff' logic
` [PATCH 6/6] oeqa/selftest/sstatetests: re-disable CDN tests

[PATCH net-next 0/3] netdevsim: link and forward skbs between
 2023-12-08 10:13 UTC  (2+ messages)

[PATCH v2 1/1] lspci: Add PCIe 6.0 data rate (64 GT/s) also to LnkCap2
 2023-12-08 10:13 UTC 

[PATCH net-next 0/2] ipv6: more data-race annotations
 2023-12-08 10:12 UTC  (3+ messages)
` [PATCH net-next 1/2] ipv6: annotate data-races around np->mcast_oif
` [PATCH net-next 2/2] ipv6: annotate data-races around np->ucast_oif

[PATCH 1/1] lspci: Add PCIe 6.0 data rate (64 GT/s) also to LnkCap2
 2023-12-08 10:10 UTC  (2+ messages)

[PATCH] drm/amdkfd: Fix sparse __rcu annotation warnings
 2023-12-08 10:11 UTC  (3+ messages)

[PATCH 0/5] GPIO descriptor cleanup for some Wolfson codecs
 2023-12-08 10:09 UTC  (12+ messages)
` [PATCH 1/5] ASoC: wm0010: Convert to GPIO descriptors
` [PATCH 2/5] ASoC: wm1250-ev1: "
` [PATCH 3/5] ASoC: wm2200: "
` [PATCH 4/5] ASoC: wm5100: "
` [PATCH 5/5] ASoC: wm8996: "

[PATCH v2 0/4] kunit: Add helpers for creating test-managed devices
 2023-12-08 10:09 UTC  (5+ messages)
` [PATCH v2 1/4] kunit: Add APIs for managing devices
` [PATCH v2 2/4] fortify: test: Use kunit_device
` [PATCH v2 3/4] overflow: Replace fake root_device with kunit_device
` [PATCH v2 4/4] ASoC: topology: Replace fake root_device with kunit_device in tests

Rk3399 - Typec - Extcon
 2023-12-08 10:09 UTC  (7+ messages)

[PATCH net-next v3 0/5] net/sched: conditional notification of events for cls and act
 2023-12-08 10:09 UTC  (3+ messages)
` [PATCH net-next v3 4/5] net/sched: act_api: conditional notification of events

[Intel-wired-lan] [PATCH iwl-next v3 0/2] ixgbe: Refactor ixgbe internal status
 2023-12-08 10:07 UTC  (4+ messages)
` [Intel-wired-lan] [PATCH iwl-next v3 1/2] ixgbe: Refactor overtemp event handling
    `  "

[patch net-next v5 0/9] devlink: introduce notifications filtering
 2023-12-08 10:07 UTC  (4+ messages)
` [patch net-next v5 5/9] genetlink: introduce per-sock family private storage

[PATCH mptcp-next v14 00/25] userspace pm enhancements
 2023-12-08 10:07 UTC  (26+ messages)
` [PATCH mptcp-next v14 01/25] mptcp: export pm_nl_get_pernet_from_msk
` [PATCH mptcp-next v14 02/25] mptcp: drop mptcp_pm_get_* helpers
` [PATCH mptcp-next v14 03/25] mptcp: use pernet id_bitmap in userspace pm
` [PATCH mptcp-next v14 04/25] mptcp: add userspace_pm_lookup_addr_by_id helper
` [PATCH mptcp-next v14 05/25] mptcp: drop lookup_by_id parameter in lookup_addr
` [PATCH mptcp-next v14 06/25] mptcp: dump addrs in userspace pm list
` [PATCH mptcp-next v14 07/25] mptcp: check userspace pm subflow flag
` [PATCH mptcp-next v14 08/25] selftests: mptcp: add "
` [PATCH mptcp-next v14 09/25] selftests: mptcp: dump userspace addrs list
` [PATCH mptcp-next v14 10/25] mptcp: set set_id flag when parsing addr
` [PATCH mptcp-next v14 11/25] mptcp: use set_id flag when appending addr
` [PATCH mptcp-next v14 12/25] mptcp: check addrs list in userspace_pm_get_local_id
` [PATCH mptcp-next v14 13/25] selftests: mptcp: dump after creating id 0 subflow
` [PATCH mptcp-next v14 14/25] mptcp: map v4 address to v6 when destroying subflow
` [PATCH mptcp-next v14 15/25] selftests: mptcp: rm subflow with v4/v4mapped addr
` [PATCH mptcp-next v14 16/25] mptcp: make pm_remove_addrs_and_subflows static
` [PATCH mptcp-next v14 17/25] mptcp: add a prefix for free_local_addr_list
` [PATCH mptcp-next v14 18/25] selftests: mptcp: flush userspace addrs list
` [PATCH mptcp-next v14 19/25] mptcp: add use_id parameter for addresses_equal
` [PATCH mptcp-next v14 20/25] mptcp: add check_id for lookup_anno_list_by_saddr
` [PATCH mptcp-next v14 21/25] mptcp: add userspace_pm_get_entry helper
` [PATCH mptcp-next v14 22/25] mptcp: drop addr_match and id_match
` [PATCH mptcp-next v14 23/25] mptcp: dup an entry when removing it
` [PATCH mptcp-next v14 24/25] mptcp: add userspace pm addr entry refcount
` [PATCH mptcp-next v14 25/25] selftests: mptcp: rm userspace addr with random order

Patch "dm-crypt: start allocating with MAX_ORDER" has been added to the 6.6-stable tree
 2023-12-08 10:06 UTC 

stable/linux-6.1.y build: 20 builds: 0 failed, 20 passed, 1 warning (v6.1.66)
 2023-12-08 10:05 UTC 

[PATCH bpf-next] bpf: Load vmlinux btf for any struct_ops map
 2023-12-08 10:05 UTC  (2+ messages)

[PATCH 0/4] sched: cpufreq: Remove uclamp max-aggregation
 2023-12-08 10:05 UTC  (3+ messages)
` [PATCH 1/4] sched/fair: Be less aggressive in calling cpufreq_update_util()

[PATCH V5 net-next] net: mana: Assigning IRQ affinity on HT cores
 2023-12-08 10:02 UTC 

drivers/video/fbdev/omap/lcdc.c:642:23: sparse: sparse: incorrect type in assignment (different address spaces)
 2023-12-08 10:00 UTC 

[PATCH 1/2] drm/buddy: Implement tracking clear page feature
 2023-12-08 10:00 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu: Enable clear page functionality

[PATCH] fix qemu build with xen-4.18.0
 2023-12-08 10:00 UTC  (4+ messages)

Adding MSI support for virtio-pci to QEMU as Xen backend on ARM
 2023-12-08  9:59 UTC 

[linux-next:master 5469/6165] uffd-common.c:636:28: warning: unused variable 'uffdio_move'
 2023-12-08 10:00 UTC 

[Intel-gfx] [drm-intel:drm-intel-gt-next] [drm/i915] [confidence: ] 9bb66c179f: assertion_failure
 2023-12-08  9:59 UTC  (4+ messages)

[PATCH v4 000/115] pwm: Fix lifetime issues for pwm_chips
 2023-12-08  9:59 UTC  (6+ messages)
` [PATCH v4 089/115] pwm: sifive: Make use of devm_pwmchip_alloc() function

stable-rc/queue/4.19 build: 19 builds: 3 failed, 16 passed, 20 warnings (v4.19.300-63-gb885ba3ce129d)
 2023-12-08  9:59 UTC 

[PATCH] drm/amd/display: Fix memory leak in dm_set_writeback()
 2023-12-08  9:58 UTC 

[PATCH i-g-t] tests/intel/xe_exec_store: Test to check CONDITIONAL_BATCH_BUFFER_END
 2023-12-08  9:57 UTC  (2+ messages)
` ✓ CI.xeBAT: success for tests/intel/xe_exec_store: Test to check CONDITIONAL_BATCH_BUFFER_END (rev3)

[XEN PATCH] automation/eclair_analysis: file exclusion automation
 2023-12-08  9:56 UTC  (5+ messages)

[PATCH v2 0/5] automation: Support running FVP Dom0 smoke test for Arm
 2023-12-08  9:56 UTC  (8+ messages)
` [PATCH v2 3/5] automation: Add the expect script with test case for FVP

[PATCH 0/8] drm/i915: Drop pointless null checks and fix a scaler bug
 2023-12-08  9:56 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "


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.