All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-04-30 14:10:32 to 2024-04-30 14:42:23 UTC [more...]

RTT-PROBE: lore-subspace-rtt
 2024-04-30 14:42 UTC 

[PATCH v3 0/3] builtin/tag.c: add --trailer option
 2024-04-30 14:41 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/3] builtin/commit.c: remove bespoke option callback
  ` [PATCH v4 2/3] builtin/commit.c: refactor --trailer logic
  ` [PATCH v4 3/3] builtin/tag.c: add --trailer option

[PATCH 0/3] virtio-net: Convert feature properties to OnOffAuto
 2024-04-30 14:41 UTC  (3+ messages)
` [PATCH 1/3] qdev-properties: Add DEFINE_PROP_ON_OFF_AUTO_BIT64()

[LSF/MM/BPF TOPIC] Multi-sized THP performance benchmarks and analysis on ARM64
 2024-04-30 14:41 UTC  (5+ messages)

s390: clk-imx8mp-audiomix.c:363:12: error: 'clk_imx8mp_audiomix_runtime_resume' defined but not used
 2024-04-30 14:40 UTC  (4+ messages)
` [PATCH] clk: imx: imx8mp: Add missing CONFIG_PM ifdefs

[PATCH v4 0/7] iommu, dma-mapping: Simplify arch_setup_dma_ops()
 2024-04-30 14:39 UTC  (4+ messages)
` [PATCH v4 6/7] iommu/dma: Centralise iommu_setup_dma_ops()

[PATCH bpf-next v3 0/3] bpf_wq followup series
 2024-04-30 14:40 UTC  (2+ messages)

[PATCH v6 0/5] migration: do not exit on incoming failure
 2024-04-30 14:40 UTC  (5+ messages)
` [PATCH v6 3/5] migration: process_incoming_migration_co(): fix reporting s->error
` [PATCH v6 5/5] qapi: introduce exit-on-error parameter for migrate-incoming

[PATCH v3 0/3] Work around missing MSA_READY indicator for msm8998 devices
 2024-04-30 14:40 UTC  (7+ messages)
` [PATCH v3 1/3] dt-bindings: net: wireless: ath10k: add qcom,no-msa-ready-indicator prop
` [PATCH v3 2/3] wifi: ath10k: do not always wait for MSA_READY indicator
` [PATCH v3 3/3] arm64: dts: qcom: msm8998: set qcom,no-msa-ready-indicator for wifi

[PATCH net v4 0/2] net: gro: add flush/flush_id checks and fix wrong offset in udp
 2024-04-30 14:35 UTC  (3+ messages)
` [PATCH net v4 1/2] net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offset to napi_gro_cb
` [PATCH net v4 2/2] net: gro: add flush check in udp_gro_receive_segment

[PATCH] cpufreq: fail to start a governor if limits weren't updated correctly
 2024-04-30 14:39 UTC 

[PATCH v5 0/5] prserv: add support for an "upstream" server
 2024-04-30 14:38 UTC  (7+ messages)
` [PATCH v5 4/5] prserv: enable database sharing

[PATCH] Bluetooth: qca: generalise device address check
 2024-04-30 14:38 UTC  (14+ messages)

Patch "arm64: dts: mediatek: mt7622: drop "reset-names" from thermal block" has been added to the 4.19-stable tree
 2024-04-30 14:37 UTC  (2+ messages)

[PATCH v2 0/3] thermal: Add support of multiple sensors
 2024-04-30 14:37 UTC  (2+ messages)

[PATCH] bpf: work around BPF verifier issues with AND and 2-reg branch conditions
 2024-04-30 14:27 UTC 

[PATCH] Revert "include/linux/suspend.h: Only show pm_pr_dbg messages at suspend/resume"
 2024-04-30 14:36 UTC  (5+ messages)
` [PATCH] PM: sleep: Optimize the pm_debug_messages_should_print() function

Question about using the perf c2c in UMA system
 2024-04-30 14:36 UTC  (3+ messages)

[RFC PATCH] target/sh4: Fix SUBV opcode
 2024-04-30 14:32 UTC  (4+ messages)

[PATCH 1/3] libselinux: free empty scandir(3) result
 2024-04-30 14:34 UTC  (3+ messages)

[PATCH v9 00/19] ACPI/arm64: add support for virtual cpu hotplug
 2024-04-30 14:24 UTC  (40+ messages)
` [PATCH v9 01/19] ACPI: processor: Simplify initial onlining to use same path for cold and hotplug
` [PATCH v9 02/19] cpu: Do not warn on arch_register_cpu() returning -EPROBE_DEFER
` [PATCH v9 03/19] ACPI: processor: Drop duplicated check on _STA (enabled + present)
` [PATCH v9 04/19] ACPI: processor: Return an error if acpi_processor_get_info() fails in processor_add()
` [PATCH v9 05/19] ACPI: processor: Fix memory leaks in error paths of processor_add()
` [PATCH v9 06/19] ACPI: processor: Move checks and availability of acpi_processor earlier
` [PATCH v9 07/19] ACPI: processor: Add acpi_get_processor_handle() helper
` [PATCH v9 08/19] ACPI: processor: Register deferred CPUs from acpi_processor_get_info()
` [PATCH v9 09/19] ACPI: scan: switch to flags for acpi_scan_check_and_detach()
` [PATCH v9 10/19] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH v9 11/19] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH v9 12/19] arm64: acpi: Harden get_cpu_for_acpi_id() against missing CPU entry
` [PATCH v9 13/19] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH v9 14/19] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH v9 15/19] arm64: psci: Ignore DENIED CPUs
` [PATCH v9 16/19] arm64: arch_register_cpu() variant to check if an ACPI handle is now available
` [PATCH v9 17/19] arm64: Kconfig: Enable hotplug CPU on arm64 if ACPI_PROCESSOR is enabled
` [PATCH v9 18/19] arm64: document virtual CPU hotplug's expectations
` [PATCH v9 19/19] cpumask: Add enabled cpumask for present CPUs that can be brought online

gs101 vendor kernel sources
 2024-04-30 14:34 UTC 

[PATCH v9 0/1] watchdog: aspeed: Revise handling of bootstatus
 2024-04-30 14:31 UTC  (4+ messages)
` [PATCH v9 1/1] "

Regression due to 59cf44575456 ("USB: core: Fix oversight in SuperSpeed initialization")
 2024-04-30 14:33 UTC  (11+ messages)
                  ` [PATCH] usb: Fix regression caused by invalid ep0 maxpacket in virtual SuperSpeed device

[PATCH v2] target/sh4: Fix SUBV opcode
 2024-04-30 14:33 UTC 

[PATCH v2] drm/xe/gt: Fix assert in L3 bank mask generation
 2024-04-30 14:33 UTC  (3+ messages)

[PATCH] power: supply: max8903: configure USUS as output
 2024-04-30 14:33 UTC  (2+ messages)

[PATCH v1 1/3] drm/panel: ili9341: Correct use of device property APIs
 2024-04-30 14:32 UTC  (9+ messages)
` [v1,1/3] "

[PATCH v1 0/5] drm/ci: uprev mesa and generate testlist
 2024-04-30 14:31 UTC  (21+ messages)
` [PATCH v1 1/5] drm/ci: uprev mesa version
` [PATCH v1 2/5] drm/ci: generate testlist from build
` [PATCH v1 3/5] drm/ci: build virtual GPU driver as module
` [PATCH v1 4/5] drm/ci: skip driver specific tests
` [PATCH v1 5/5] drm/ci: update xfails for the new testlist

[PATCH v2] ASoC: sunxi: DMIC: Add controls for adjusting the mic gains
 2024-04-30 14:31 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-04-30 14:32 UTC 

[PULL v1 linux-firmware] Add Cirrus Logic firmware for some ASUS and Lenovo laptops
 2024-04-30 14:31 UTC 

[PATCH] ASoC: meson: cards: select SND_DYNAMIC_MINORS
 2024-04-30 14:31 UTC  (3+ messages)

[PATCH] drm/amd/amdxcp: Use unique name for partition dev
 2024-04-30 14:31 UTC  (2+ messages)

[PATCH v5] ASoC: dt-bindings: tegra30-i2s: convert to dt schema
 2024-04-30 14:31 UTC  (2+ messages)

[PATCH] ASoC: da7219-aad: fix usage of device_get_named_child_node()
 2024-04-30 14:31 UTC  (2+ messages)

[PATCH] ASoC: cs35l56: fix usages of device_get_named_child_node()
 2024-04-30 14:31 UTC  (2+ messages)

[PATCH v8 0/1] drivers: watchdog: revise watchdog bootstatus
 2024-04-30 14:30 UTC  (7+ messages)
` [PATCH v8 1/1] "

[PATCH V3 0/8] Add support for videocc and camcc on SM8650
 2024-04-30 14:27 UTC  (9+ messages)
` [PATCH V3 1/8] dt-bindings: clock: qcom: Fix SM8450 videocc incorrect header file name
` [PATCH V3 2/8] dt-bindings: clock: qcom: Add SM8650 video clock controller
` [PATCH V3 3/8] clk: qcom: videocc-sm8550: Add support for videocc XO clk ares
` [PATCH V3 4/8] clk: qcom: videocc-sm8550: Add SM8650 video clock controller
` [PATCH V3 5/8] dt-bindings: clock: qcom: Fix the incorrect order of SC8280XP camcc header
` [PATCH V3 6/8] dt-bindings: clock: qcom: Add SM8650 camera clock controller
` [PATCH V3 7/8] clk: qcom: camcc-sm8650: Add SM8650 camera clock controller driver
` [PATCH V3 8/8] arm64: dts: qcom: sm8650: Add video and camera clock controllers

[PATCH v2 0/5] drm/i915: Allow the first async flip to change modifier
 2024-04-30 14:30 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for drm/i915: Allow the first async flip to change modifier (rev2)

[PATCH] drm/fb_dma: Add checks in drm_fb_dma_get_scanout_buffer()
 2024-04-30 14:29 UTC  (3+ messages)

[PATCH v3 0/6] migration removals & deprecations
 2024-04-30 14:27 UTC  (7+ messages)
` [PATCH v3 1/6] migration: Remove 'skipped' field from MigrationStats
` [PATCH v3 2/6] migration: Remove 'inc' option from migrate command
` [PATCH v3 3/6] migration: Remove 'blk/-b' option from migrate commands
` [PATCH v3 4/6] migration: Remove block migration
` [PATCH v3 5/6] migration: Remove non-multifd compression
` [PATCH v3 6/6] migration: Deprecate fd: for file migration

Patch "arm64: dts: mediatek: mt7622: fix ethernet controller "compatible"" has been added to the 4.19-stable tree
 2024-04-30 14:29 UTC 

[PATCH] system/qdev-monitor: move drain_call_rcu call under if (!dev) in qmp_device_add()
 2024-04-30 14:27 UTC  (2+ messages)

[XEN PATCH v2 0/3] address violations of MISRA C Rule 20.7
 2024-04-30 14:28 UTC  (4+ messages)
` [XEN PATCH v2 1/3] drivers: char: address violation "
` [XEN PATCH v2 2/3] xen/unaligned: "
` [XEN PATCH v2 3/3] xen/pci: address violations "

[PATCH 0/1] dm-delay: fix hung task issue
 2024-04-30 14:28 UTC  (3+ messages)
` [PATCH 1/1] dm-delay: fix hung task introduced by kthread mode

[PATCH] nouveau: Add missing break statement
 2024-04-30 14:28 UTC  (2+ messages)

[PATCH v2 0/7] x86: Make MAX_ALTP2M configurable
 2024-04-30 14:27 UTC  (3+ messages)
` [PATCH v2 4/7] x86: Make the maximum number of altp2m views configurable

[PATCH] iio: dac: ad5592r: fix temperature scale
 2024-04-30 14:26 UTC  (3+ messages)

[PATCH] drm/i915: fix missing linux/debugfs.h includes
 2024-04-30 14:25 UTC 

Unexpected behavior with the rev-parse operation
 2024-04-30 14:26 UTC  (4+ messages)
  ` Re* "

[PATCH v3] Hexagon: add PC alignment check and exception
 2024-04-30 14:25 UTC 

add a partscan sysfs attribute
 2024-04-30 14:25 UTC  (4+ messages)
` [PATCH 2/2] block: add a partscan sysfs attribute for disks

[PATCH] hw/s390x: Attach the sclpconsole to the /machine/sclp node
 2024-04-30 14:24 UTC  (3+ messages)

[PATCH v2] Bluetooth: msft: fix slab-use-after-free in msft_do_close()
 2024-04-30 14:24 UTC  (4+ messages)

[PATCH v6 0/6] Add Tegra241 (Grace) CMDQV Support (part 1/2)
 2024-04-30 14:24 UTC  (7+ messages)
` [PATCH v6 2/6] iommu/arm-smmu-v3: Add CS_NONE quirk
` [PATCH v6 3/6] iommu/arm-smmu-v3: Make arm_smmu_cmdq_init reusable

[PATCH] drm/amdgpu: avoid reading vf2pf info size from FB
 2024-04-30 14:23 UTC 

[PATCH] drm/amdgpu: update vf to pf message retry from 2 to 5
 2024-04-30 14:23 UTC 

[PATCH 01/33] arm: mach-versatile: Remove dead code
 2024-04-30 14:23 UTC  (5+ messages)
` [PATCH 04/33] arm: u8500: Remove <common.h> and add needed includes
` [PATCH 07/33] arm: sunxi: "

Issue in sas_ex_discover_dev() for multiple level of SAS expanders in a domain
 2024-04-30 14:22 UTC  (5+ messages)

[PATCH v6 1/1] misc: mrvl-cn10k-dpi: add Octeon CN10K DPI administrative driver
 2024-04-30 14:22 UTC  (2+ messages)

[PATCH net-next 0/2] Fix changing DSA conduit
 2024-04-30 14:22 UTC  (4+ messages)
` [PATCH net-next 2/2] net: dsa: update the unicast MAC address when changing conduit

RTT-PROBE: lore-subspace-rtt
 2024-04-30 14:22 UTC 

[PATCH 0/3] Clean the policy manipulation path in domain creation
 2024-04-30 14:20 UTC  (5+ messages)
` [PATCH 1/3] tools/xg: Move xc_cpu_policy_t to xenguest.h
` [PATCH 2/3] tools/xg: Streamline cpu policy serialise/deserialise calls

[bluetooth-next PATCH v3] dt-bindings: net: broadcom-bluetooth: Add CYW43439 DT binding
 2024-04-30 14:20 UTC  (2+ messages)

[PATCH v3] Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect()
 2024-04-30 14:20 UTC  (2+ messages)

[bug report] RIP: 0010:blk_flush_complete_seq+0x450/0x1060 observed during blktests nvme/tcp nvme/012
 2024-04-30 14:17 UTC  (5+ messages)

[PATCH] drm: deprecate driver date
 2024-04-30 14:15 UTC  (6+ messages)

[PATCH v5 0/3] Enable UFS on gs101 / Pixel 6 (Oriole)
 2024-04-30 14:14 UTC  (8+ messages)
` [PATCH v5 1/3] arm64: dts: exynos: gs101: Add the hsi2 sysreg node
` [PATCH v5 2/3] arm64: dts: exynos: gs101: Add ufs and ufs-phy dt nodes
` [PATCH v5 3/3] arm64: dts: exynos: gs101: enable ufs, phy on oriole & define ufs regulator

[PATCH v4 0/2] Add IAX45 support for RZ/Five SoC
 2024-04-30 14:14 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: interrupt-controller: renesas,rzg2l-irqc: Document "
` [PATCH v4 2/2] irqchip/renesas-rzg2l: Add support for "

[RFC v2 1/1] fs/namespace: defer RCU sync for MNT_DETACH umount
 2024-04-30 14:14 UTC  (2+ messages)

[PATCH v1 0/3] Add support for qcom msm8998-venus (HW vdec / venc)
 2024-04-30 14:14 UTC  (4+ messages)
` [PATCH v1 3/3] media: venus: add MSM8998 support

[PATCH] drm/amdgpu/mes11: fix kiq ring ready flag
 2024-04-30 14:08 UTC  (2+ messages)

[PULL v2 0/9] Trivial patches for 2024-04-29
 2024-04-30 14:13 UTC  (2+ messages)

[PATCH] powerpc: Set _IO_BASE to POISON_POINTER_DELTA not 0 for CONFIG_PCI=n
 2024-04-30 14:04 UTC 

[PATCH net-next v4 00/12] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
 2024-04-30 14:14 UTC  (7+ messages)
` [PATCH net-next v4 13/12] net: lan865x: optional hardware reset

[RFC PATCH 0/4] NFS: Fix another 'check_flush_dependency' splat
 2024-04-30 14:13 UTC  (5+ messages)

[PATCH 00/13] ASoC: Use snd_soc_substream_to_rtd() for accessing private_data
 2024-04-30 14:02 UTC  (6+ messages)
` [PATCH 09/13] ASoC: loongson: "
` [PATCH 10/13] ASoC: mediatek: "
` [PATCH 11/13] ASoC: meson: "
` [PATCH 12/13] ASoC: samsung: "
` [PATCH 13/13] ASoC: sunxi: "

[PATCH intel_iommu 0/7] FLTS for VT-d
 2024-04-30 14:13 UTC  (2+ messages)

[PATCH] tests/avocado: update sunxi kernel from armbian to 6.6.16
 2024-04-30 14:12 UTC  (5+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-04-30 14:12 UTC 

[STABLE 6.6.y] ovl: fix memory leak in ovl_parse_param()
 2024-04-30 14:11 UTC  (3+ messages)

[PATCH net] tipc: fix UAF in error path
 2024-04-30 14:10 UTC  (2+ messages)

[PATCH v2 00/22] netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache
 2024-04-30 14:00 UTC  (4+ messages)
` [PATCH v2 14/22] netfs: New writeback implementation
` [PATCH v2 21/22] netfs: Miscellaneous tidy ups
` [PATCH v2 22/22] netfs, afs: Use writeback retry to deal with alternate keys

[PATCH net-next] IB/hfi1: allocate dummy net_device dynamically
 2024-04-30 14:10 UTC  (4+ messages)

❌ FAIL (MISSED 5 of 204): Test report for master (6.9.0-rc6, mainline.kernel.org-clang, 98369dcc)
 2024-04-30 14:10 UTC 


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.