All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-01-14 15:12:40 to 2024-01-14 18:19:03 UTC [more...]

[GIT PULL] Scheduler changes for v6.7
 2024-01-14 18:18 UTC  (13+ messages)
` [GIT PULL] Scheduler changes for v6.8

RTT-PROBE: lore-subspace-rtt
 2024-01-14 18:18 UTC 

Your response is required
 2024-01-14 17:41 UTC  (2+ messages)

Pull request efi-2024-04-rc1
 2024-01-14 18:09 UTC  (2+ messages)

[PATCH v2 0/3] riscv: sophgo: milkv_duo: add support for Milk-V Duo board
 2024-01-14 18:07 UTC  (4+ messages)
` [PATCH v2 1/3] riscv: sophgo: milkv_duo: initial support added
` [PATCH v2 2/3] riscv: dts: sophgo: Add basic device tree for Milk-V Duo board
` [PATCH v2 3/3] doc: sophgo: milkv_duo: document "

RTT-PROBE: lore-subspace-rtt
 2024-01-14 18:08 UTC 

[PATCH net-next v3 00/19] net: ravb: Add suspend to RAM and runtime PM support for RZ/G3S
 2024-01-14 18:07 UTC  (7+ messages)
` [PATCH net-next v3 08/19] net: ravb: Move the IRQs get and request in the probe function

[Buildroot] [PATCH v1] package/libglib2: fix libintl support
 2024-01-14 18:00 UTC  (3+ messages)

[PATCH] clone: support cloning of filtered bundles
 2024-01-14 18:00 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-01-14 17:58 UTC 

[openeuler:OLK-5.10 25979/30000] security/integrity/ima/ima_main.c:440:29: error: too few arguments to function call, expected 8, have 7
 2024-01-14 17:55 UTC 

With BTRFS RAID1 most I/O is happening on a single drive
 2024-01-14 17:42 UTC 

Increasing NFSD_MAX_OPS_PER_COMPOUND to 96
 2024-01-14 17:50 UTC  (4+ messages)
      ` kernel.org list issues... / was: Fwd: Turn NFSD_MAX_* into tuneables ? / was: "

[Buildroot] [PATCH 1/2] package/kodi: needs host-cmake >= 3.26
 2024-01-14 17:48 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/glm: bump version

RTT-PROBE: lore-subspace-rtt
 2024-01-14 17:48 UTC 

[PATCH] drm/i915/guc: Remove usage of the deprecated ida_simple_xx() API
 2024-01-14 17:47 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "

[PATCH v4 0/2] usb: host: Add ac5 to EHCI Orion
 2024-01-14 17:21 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: usb: Add Marvell ac5
` [PATCH v4 2/2] usb: host: Add ac5 to EHCI Orion

[PATCH] man5/locale.5: Fix typo
 2024-01-14 17:43 UTC  (2+ messages)

[PATCH 0/2] soc: qcom: rename rename PM2250 to PM4125
 2024-01-14 17:42 UTC  (3+ messages)
` [PATCH 1/2] soc: qcom: socinfo: "
` [PATCH 2/2] arm64: dts: qcom: "

[PATCH v2 0/3] mm, lru_gen: batch update pages when aging
 2024-01-14 17:42 UTC  (4+ messages)
` [PATCH v2 1/3] mm, lru_gen: batch update counters on againg

[PATCH net] Revert "net: macsec: use skb_ensure_writable_head_tail to expand the skb"
 2024-01-14 17:42 UTC 

[RFC PATCH V2 00/10] IIO: Use the new cleanup.h magic
 2024-01-14 17:39 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-01-14 17:38 UTC 

[PATCH v9 00/10] Multi-size THP for anonymous memory
 2024-01-14 17:33 UTC  (5+ messages)
` [PATCH v9 02/10] mm: Non-pmd-mappable, large folios for folio_add_new_anon_rmap()

[Buildroot] Inquiry About Mirroring Methods for Buildroot Packages
 2024-01-14 17:33 UTC  (2+ messages)

[meta-oe][PATCH] protobuf-c: change branch to master
 2024-01-14 17:29 UTC 

Extending rtw88 for rtl8723cs/rtl8703b SDIO chips
 2024-01-14 17:28 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-01-14 17:28 UTC 

[PATCH 00/34] Fix kernelshark issues introduced by the migration to Qt6
 2024-01-14 17:17 UTC  (35+ messages)
` [PATCH 01/34] kernelshark: Fix modelReset() signaling, rename update to updateGeom
` [PATCH 02/34] kernelshark: Add .gitignore
` [PATCH 03/34] kernelshark: Remove function param when not used, whenever possible
` [PATCH 04/34] kernelshark: Do not create a temporary container for looping over QMap
` [PATCH 05/34] kernelshark: Prevent potential detach of QMap container
` [PATCH 06/34] kernelshark: Fix used after free of QByteArray raw data
` [PATCH 07/34] kernelshark: Fix potential memory leak in KsGLWidget
` [PATCH 08/34] kernelshark: Use lambda parameter instead of captured local variable
` [PATCH 09/34] kernelshark: Keep overridden method protected instead of public
` [PATCH 10/34] kernelshark: Use sliced() or first() instead of mid/right/left()
` [PATCH 11/34] kernelshark: Prevent potential divide by zero in Shape::center()
` [PATCH 12/34] kernelshark: Fix potential access to uninitialized variable
` [PATCH 13/34] kernelshark: Remove unused locals variables
` [PATCH 14/34] kernelshark: Fix range-loop-reference Clazy warning
` [PATCH 15/34] kernelshark: Fix moving a temp object prevents copy elision warning
` [PATCH 16/34] kernelshark: Add receiver object to connect() call
` [PATCH 17/34] kernelshark: Return by reference the list of header in KsModels
` [PATCH 18/34] kernelshark: Fix detaching-temporary Clazy warning
` [PATCH 19/34] kernelshark: Fix qfileinfo-exists "
` [PATCH 20/34] kernelshark: Fix potential memory leaks in libkshark-configio
` [PATCH 21/34] kernelshark: Fix potential access to uninitialized variable
` [PATCH 22/34] kernelshark: Fix potential double free of histo->map, histo->bin_count
` [PATCH 23/34] kernelshark: Fix 'const' type qualifier on return type has no effect
` [PATCH 24/34] kernelshark: Fix potential memory leaks in libkshark-tepdata
` [PATCH 25/34] kernelshark: Fix typo in comment of KsGLWidget::resizeGL()
` [PATCH 26/34] kernelshark: Remove unused KsDataWidget::wipPtr() and broken function
` [PATCH 27/34] kernelshark: In KsTimeOffsetDialog() constructor use parent param
` [PATCH 28/34] kernelshark: Fixed loop counter incremented suspiciously twice
` [PATCH 29/34] kernelshark: Fix tepdata_dump_entry() for event_id = KS_EVENT_OVERFLOW
` [PATCH 30/34] kernelshark: Use static_cast instead of C cast in KsMainWindow
` [PATCH 31/34] kernelshark: Fix comparison of integers of different signs warnings
` [PATCH 32/34] kernelshark: Fix KsTableView columns width, and KsTraceViewer size
` [PATCH 33/34] kernelshark: Allow to reduce a bit more the graph height
` [PATCH 34/34] kernelshark: Cleanup of KsDualMarker methods

[freescale-fslc:6.1-2.2.x-imx 4454/17888] drivers/soc/fsl/dpio/dpio-driver.c:30:34: error: 'PTE_TYPE_PAGE' undeclared; did you mean 'BTF_TYPE_TAG'?
 2024-01-14 17:24 UTC 

[PATCH 00/13] device property / IIO: Use cleanup.h magic for fwnode_handle_put() handling
 2024-01-14 17:20 UTC  (14+ messages)
` [PATCH 01/13] device property: Add cleanup.h based fwnode_handle_put() scope based cleanup
` [PATCH 02/13] iio: adc: max11410: Use __free(fwnode_handle) to replace fwnode_handle_put() calls
` [PATCH 03/13] iio: adc: mcp3564: "
` [PATCH 04/13] iio: adc: qcom-spmi-adc5: "
` [PATCH 05/13] iio: adc: rzg2l_adc: "
` [PATCH 06/13] iio: adc: stm32: "
` [PATCH 07/13] iio: adc: ti-ads1015: "
` [PATCH 08/13] iio: adc: ti-ads131e08: "
` [PATCH 09/13] iio: addac: ad74413r: "
` [PATCH 10/13] iio: dac: ad3552: "
` [PATCH 11/13] iio: dac: ad5770r: "
` [PATCH 12/13] iio: dac: ltc2688: "
` [PATCH 13/13] iio: temp: ltc2983: "

[PATCH] classes-global/insane: Add check for "virtual/" in RPROVIDES and RDEPENDS
 2024-01-14 17:19 UTC 

[PATCH v2 0/6] IOMMUFD: Deliver IO page faults to user space
 2024-01-14 17:18 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-01-14 17:18 UTC 

[meta-oe][PATCH] protobuf-c: upgrade 1.4.1 -> 1.5.0
 2024-01-14 17:17 UTC  (3+ messages)
` [oe] "

[PATCH v2] platform/x86: remove obsolete calls to ledtrig_audio_get
 2024-01-14 17:14 UTC 

[xiang-erofs:dev-test] BUILD SUCCESS 118a8cf504d7dfa519562d000f423ee3ca75d2c4
 2024-01-14 17:10 UTC 

[PATCH v2 0/7] Allow coreboot modules to autoload and enable cbmem in the arm64 defconfig
 2024-01-14 17:09 UTC  (3+ messages)
` [PATCH v2 2/7] firmware: coreboot: Generate aliases for coreboot modules

[PATCH 0/4] Allow coreboot modules to autoload and enable cbmem in the arm64 defconfig
 2024-01-14 17:08 UTC  (3+ messages)
` [PATCH 2/4] firmware: coreboot: Generate aliases for coreboot modules

RTT-PROBE: lore-subspace-rtt
 2024-01-14 17:08 UTC 

[Buildroot] [PATCH 1/1] package/attr: bump to version 2.5.2
 2024-01-14 17:06 UTC 

[PATCH v3] usb: gadget: u_ether: Replace netif_stop_queue with netif_device_detach
 2024-01-14 16:59 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] i2c: designware: Revert recent changes to i2c_dw_probe_lock_support()
 2024-01-14 17:06 UTC  (5+ messages)

[alobakin:idpf-libie 11/51] include/linux/dma-mapping.h:401:9: error: implicit declaration of function 'dma_check_sync'; did you mean 'dma_need_sync'?
 2024-01-14 17:02 UTC 

[Buildroot] [PATCH 1/4] {linux, linux-headers}: bump 4.{14, 19}.x / 5.{4, 10, 15}.x / 6.{1, 6}.x series
 2024-01-14 16:58 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-01-14 16:58 UTC 

[PATCH] platform/x86: remove obsolete calls to ledtrig_audio_get
 2024-01-14 16:57 UTC  (5+ messages)

[PATCH 0/4] of: Automate handling of of_node_put()
 2024-01-14 16:53 UTC  (5+ messages)
` [PATCH 1/4] of: Add cleanup.h based auto release via __free(device_node) markings
` [PATCH 2/4] of: unittest: Use __free(device_node)
` [PATCH 3/4] iio: adc: fsl-imx25-gcq: "
` [PATCH 4/4] iio: adc: rcar-gyroadc: use __free(device_node)

[PATCH] MAINTAINERS: Remove Perry Yuan as DELL WMI HARDWARE PRIVACY SUPPORT maintainer
 2024-01-14 16:53 UTC 

[Buildroot] [PATCH 1/1] package/micropython: add MICROPYTHON_CPE_ID_VENDOR
 2024-01-14 16:52 UTC 

[PATCH] net: ravb: Fix dma_addr_t truncation in error case
 2024-01-14 16:50 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-01-14 16:48 UTC 

[intel-lts:6.1/dovetail-xenomai 15661/15708] arch/arm/vfp/vfpmodule.c: linux/smp.h is included more than once
 2024-01-14 16:47 UTC 

[openeuler:OLK-5.10 26903/30000] drivers/gpu/drm/amd/amdgpu/../display/dc/dce110/dce110_transform_v.o: warning: objtool: dce110_xfmv_set_scaler()+0x19b7: unreachable instruction
 2024-01-14 16:47 UTC 

[Buildroot] [git commit branch/2023.02.x] package/libuev: security bump to version 2.4.1
 2024-01-14 16:39 UTC 

[Buildroot] [git commit branch/2023.02.x] package/pipewire: fix webrtc-audio-processing condition
 2024-01-14 16:39 UTC 

[Buildroot] [git commit branch/2023.02.x] {linux, linux-headers}: bump 4.{14, 19}.x / 5.{4, 10, 15}.x / 6.{1, 6}.x series
 2024-01-14 16:34 UTC 

[Buildroot] [git commit branch/2023.02.x] package/wireshark: security bump to version 4.0.12
 2024-01-14 16:38 UTC 

[Buildroot] [git commit branch/2023.02.x] package/wireshark: security bump to version 4.0.11
 2024-01-14 16:38 UTC 

[Buildroot] [git commit branch/2023.11.x] {linux, linux-headers}: bump 4.{14, 19}.x / 5.{4, 10, 15}.x / 6.{1, 6}.x series
 2024-01-14 16:33 UTC 

[Buildroot] [git commit branch/2023.11.x] package/wireshark: security bump to version 4.0.12
 2024-01-14 16:38 UTC 

[Buildroot] [git commit branch/2023.11.x] package/libuev: security bump to version 2.4.1
 2024-01-14 16:39 UTC 

[Buildroot] [git commit branch/2023.11.x] package/pipewire: fix webrtc-audio-processing condition
 2024-01-14 16:38 UTC 

[RFC PATCH 0/4] of: Automate handling of of_node_put()
 2024-01-14 16:39 UTC  (5+ messages)
` [RFC PATCH 1/4] of: Add cleanup.h based autorelease via __free(device_node) markings

[Buildroot] [PATCH 1/1] package/libuev: security bump to version 2.4.1
 2024-01-14 16:39 UTC  (2+ messages)

[Buildroot] [PATCH] package/pipewire: fix webrtc-audio-processing condition
 2024-01-14 16:39 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/wireshark: security bump to version 4.0.12
 2024-01-14 16:38 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-01-14 16:38 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-01-14 16:28 UTC 

[PATCH v2 0/5] arm64: dts: add description for solidrun am642 som and hummingboard evb
 2024-01-14 16:26 UTC  (15+ messages)
` [PATCH v2 2/5] dt-bindings: rtc: abx80x: convert to yaml
` [PATCH v2 4/5] arm64: dts: add description for solidrun am642 som and evaluation board
` [PATCH v2 5/5] arm64: dts: ti: hummingboard-t: add descriptions for m.2 pci-e and usb-3

drivers/video/fbdev/hyperv_fb.c:1053:43: sparse: sparse: incorrect type in assignment (different address spaces)
 2024-01-14 16:24 UTC 

[PATCH v11 0/5] Introducing trace buffer mapping by user-space
 2024-01-14 16:23 UTC  (8+ messages)
` [PATCH v11 4/5] Documentation: tracing: Add ring-buffer mapping
` [PATCH v11 5/5] ring-buffer/selftest: Add ring-buffer mapping test

extlinux.conf file and fdtoverlay_addr_r #kirkstone
 2024-01-14 16:19 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-01-14 16:18 UTC 

[PATCH] btrfs: tree-checker: fix iref size in error messages
 2024-01-14 16:17 UTC  (3+ messages)

[PATCH v2 00/15] usb: typec: qcom-pmic-typec: enable support for PMI632 PMIC
 2024-01-14 16:13 UTC  (9+ messages)
` [PATCH v2 06/15] usb: typec: qcom-pmic-typec: fix arguments of qcom_pmic_typec_pdphy_set_roles
` [PATCH v2 08/15] usb: typec: qcom-pmic-typec: allow different implementations for the port backend

[PATCH v2] dhcp: fix overflow causing retries to stop
 2024-01-14 16:12 UTC  (3+ messages)

[Bug 218375] New: warning compiling siw_tx_hdt: the frame size of 1040 bytes is larger than 1024 bytes
 2024-01-14 16:10 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-01-14 16:08 UTC 

[PATCH v7 0/2] riscv: Create and document PR_RISCV_SET_ICACHE_FLUSH_CTX prctl
 2024-01-14 16:05 UTC  (4+ messages)
` [PATCH v7 1/2] riscv: Include riscv_set_icache_flush_ctx prctl

RTT-PROBE: lore-subspace-rtt
 2024-01-14 15:58 UTC 

[Buildroot] [PATCH 1/1] package/libuwsc: fix wolfssl build
 2024-01-14 15:56 UTC 

[PATCH v4 0/3] w1: add UART w1 bus driver
 2024-01-14 15:55 UTC  (7+ messages)
` [PATCH v4 1/3] dt-bindings: w1: UART 1-Wire bus

[PATCH] drm/xe/guc: Remove usage of the deprecated ida_simple_xx() API
 2024-01-14 15:55 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ CI.BAT: failure "

RTT-PROBE: lore-subspace-rtt
 2024-01-14 15:48 UTC 

[PATCH v1 0/2] Rust enablement for LoongArch
 2024-01-14 15:43 UTC  (8+ messages)

fsgqa group membership?
 2024-01-14 15:42 UTC 

[RECIPE] Pull the trigger on Mister Sed? (MR macro migration)
 2024-01-14 15:42 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-01-14 15:38 UTC 

find_csis_format(),fix return problem
 2024-01-14 15:28 UTC 

[PATCH v1 0/4] backlight: hx8357: Clean up and make OF-independent
 2024-01-14 15:25 UTC  (10+ messages)
` [PATCH v1 1/4] backlight: hx8357: Make use of device properties
` [PATCH v1 2/4] backlight: hx8357: Move OF table closer to its consumer
` [PATCH v1 3/4] backlight: hx8357: Make use of dev_err_probe()
` [PATCH v1 4/4] backlight: hx8357: Utilise temporary variable for struct device

RTT-PROBE: lore-subspace-rtt
 2024-01-14 15:28 UTC 

[PATCH 0/6] iio: pressure: hsc030pa new features
 2024-01-14 15:27 UTC  (5+ messages)
` [PATCH 6/6] iio: pressure: hsc030pa add sleep mode

RTT-PROBE: lore-subspace-rtt
 2024-01-14 15:18 UTC 

[PATCH] wifi: ath11k: document HAL_RX_BUF_RBM_SW4_BM
 2024-01-14 15:17 UTC  (2+ messages)

[PATCH] bcache: Remove usage of the deprecated ida_simple_xx() API
 2024-01-14 15:16 UTC  (2+ messages)

vt: Improve CSI parsing
 2024-01-14 15:08 UTC  (4+ messages)
` [PATCH 3/4] vt: ignore csi sequences with intermediate characters

[PATCH] drm/amdgpu: Remove usage of the deprecated ida_simple_xx() API
 2024-01-14 15:14 UTC  (2+ messages)

[openeuler:OLK-5.10 28557/30000] versioncheck: ./drivers/net/ethernet/yunsilicon/xsc/common/xsc_core.h: 28 linux/version.h not needed
 2024-01-14 15:12 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.