All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-08 09:48:50 to 2023-12-08 10:29:13 UTC [more...]

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

[PATCH v4 00/33] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2023-12-08 10:29 UTC  (25+ 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

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

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

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 

[RESEND PATCH v2 0/3] Bluetooth: power-on QCA6390 correctly
 2023-12-08 10:24 UTC  (6+ 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 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  (8+ messages)
` [PATCH net-next 1/7] net: dsa: realtek: drop cleanup from realtek_priv
` [PATCH net-next 2/7] net: dsa: realtek: put of node after MDIO registration
` [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  (17+ messages)
` [PATCH v2 10/39] xen/riscv: introduce asm/iommu.h
` [PATCH v2 11/39] xen/riscv: introduce asm/nospec.h
` [PATCH v2 14/39] xen/riscv: introduce bitops.h
` [PATCH v2 16/39] xen/riscv: introduce asm/smp.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] docs: rust: Clarify that 'rustup override' applies to build directory
 2023-12-08 10:18 UTC 

[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 v6 0/4] riscv: sophgo: add clock support for sg2042
 2023-12-08 10:11 UTC  (3+ 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  (7+ 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  (3+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH 1/2] rust: Upgrade 1.70.0 -> 1.73.0
 2023-12-08  9:54 UTC  (2+ messages)
` [PATCH 2/2] rust: Disable rust oe-selftest

[PATCH v2 0/2] media: i2c: Add support for GC08A3 sensor
 2023-12-08  9:54 UTC  (8+ messages)
` [PATCH 1/2] media: i2c: Add GC08A3 image sensor driver

[PATCH 0/3] btrfs: migrate IO path to folios
 2023-12-08  9:54 UTC  (4+ messages)
` [PATCH 1/3] btrfs: migrate get_eb_page_index() and get_eb_offset_in_page() "
` [PATCH 2/3] btrfs: migrate subpage code to folio interfaces
` [PATCH 3/3] btrfs: migrate various btrfs end io functions to folios

[PATCH v3 0/4] accel/tcg: Move perf and debuginfo support to tcg
 2023-12-08  9:53 UTC  (3+ messages)
` [PATCH v3 3/4] accel/tcg: Remove #ifdef TARGET_I386 from perf.c

[PATCH 0/2] net/hns3: fix mailbox bug and replace __atomic_xxx API
 2023-12-08  9:54 UTC  (7+ messages)
` [PATCH v2 0/4] net/hns3: bugfix on reset and stdatomic API
  ` [PATCH v2 4/4] net/hns3: use "

[PATCH] drm/xe: Add uAPI to query micro-controler firmware version
 2023-12-08  9:53 UTC 

[PATCH v6 0/5] mm/gup: Introduce memfd_pin_user_pages() for pinning memfd pages (v6)
 2023-12-08  9:53 UTC  (7+ messages)
` [PATCH v6 3/5] "

[PATCH v2] x86/mpparse, kexec: switch apic driver early when x2apic is pre-enabled
 2023-12-08  9:52 UTC 

[PATCH v5 0/3] mailbox/arm64: qcom: rework compatibles for fallback (continued)
 2023-12-08  9:52 UTC  (2+ messages)

[PATCH net-next] Revert "net: rtnetlink: remove local list in __linkwatch_run_queue()"
 2023-12-08  9:52 UTC 

[PATCH] drm/amdgpu: Enable tunneling on high-priority compute queues
 2023-12-08  9:51 UTC  (3+ messages)

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

[PATCH v4 0/2] Improve VM CPUfreq and task placement behavior
 2023-12-08  9:51 UTC  (5+ messages)
` [PATCH v4 2/2] cpufreq: add virtual-cpufreq driver

[PATCH wireless] wifi: mt76: fix crash with WED rx support enabled
 2023-12-08  9:50 UTC  (2+ messages)

[meta-gnome][PATCH] zenity: Upgrade to 4.0.0
 2023-12-08  9:50 UTC 

[PATCH v2] parse: handle __cleanup__ attribute
 2023-12-08  9:49 UTC 

[PATCH net-next v14 00/13] Add Realtek automotive PCIe driver
 2023-12-08  9:47 UTC  (5+ messages)
` [PATCH net-next v14 01/13] rtase: Add pci table supported in this module
` [PATCH net-next v14 10/13] rtase: Implement ethtool function
` [PATCH net-next v14 12/13] realtek: Update the Makefile and Kconfig in the realtek folder
` [PATCH net-next v14 13/13] MAINTAINERS: Add the rtase ethernet driver entry

[PATCH v2 0/7] File abstractions needed by Rust Binder
 2023-12-08  9:48 UTC  (3+ messages)
` [PATCH v2 1/7] rust: file: add Rust abstraction for `struct file`


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.