All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-09 06:02:24 to 2023-06-09 06:54:30 UTC [more...]

[dm-devel] decouple block open flags from fmode_t v2
 2023-06-09  6:41 UTC  (22+ messages)
` [dm-devel] [PATCH 05/30] cdrom: track if a cdrom_device_info was opened for data
  `  "
    ` [f2fs-dev] "
` [dm-devel] [PATCH 27/30] block: replace fmode_t with a block-specific type for block open flags
    ` [f2fs-dev] "
` [dm-devel] [PATCH 29/30] block: store the holder in file->private_data
  `  "
    ` [f2fs-dev] "

[RFC PATCH 00/80] Rust PuzzleFS filesystem driver
 2023-06-09  6:31 UTC  (28+ messages)
` [PATCH 01/80] rust: add definitions for ref-counted inodes and dentries
` [PATCH 02/80] rust: add ability to register a file system
` [PATCH 03/80] rust: define fs context
` [PATCH 04/80] rust: add support for file system parameters
` [PATCH 08/80] WIP: rust: allow fs to be populated
` [PATCH 13/80] rust: kernel: rename from_kernel_errno to from_errno
` [PATCH 14/80] rust: kernel: Rename from_pointer to from_foreing and into_pointer to into_foreign
` [PATCH 16/80] rust: helpers: add missing rust helper 'alloc_pages'
` [PATCH 22/80] rust: proc-macro2: add SPDX License Identifiers
` [PATCH 27/80] rust: syn: "
` [PATCH 35/80] rust: test `serde` support
` [PATCH 42/80] samples: rust: add cbor serialize/deserialize example
` [PATCH 43/80] rust: serde_cbor: add support for serde_cbor's from_slice method by using a custom alloc_kernel feature
` [PATCH 46/80] rust: kernel: implement fmt::Debug for CString
` [PATCH 51/80] rust: file: add from_path, from_path_in_root_mnt and read_with_offset methods to File
` [PATCH 52/80] samples: puzzlefs: pass the Vfsmount structure from open to read and return the contents of the data file inside /home/puzzlefs_oci
` [PATCH 55/80] rust: file: add get_pos method to RegularFile
` [PATCH 56/80] rust: file: add methods read_to_end, get_file_size and update_pos "
` [PATCH 57/80] rust: file: define a minimal Read trait and implement it for RegularFile
` [PATCH 60/80] samples: puzzlefs: implement new for MetadataBlob
` [PATCH 63/80] rust: alloc: add from_iter_fallible for Vec<T>
` [PATCH 65/80] samples: puzzlefs: add TryReserveError (and from conversion) to WireFormatError
` [PATCH 67/80] samples: puzzlefs: populate the directory entries with the inodes from the puzzlefs metadata file
` [PATCH 71/80] rust: hex: implement FromHex trait and hex::decode using a custom kernel_alloc feature
` [PATCH 73/80] rust: puzzlefs: add HexError to WireFormatError and implement the From conversion
` [PATCH 74/80] rust: puzzlefs: display the error value for WireFormatError::KernelError
` [PATCH 76/80] samples: puzzlefs: implement the conversion from WireFormatError to kernel::error::Error

[PATCH 0/4] arm64: dts: mediatek: mt8186: More DVFS nodes
 2023-06-09  6:54 UTC  (8+ messages)
` [PATCH 2/4] arm64: dts: mediatek: mt8186: Wire up CPU frequency/voltage scaling
` [PATCH 4/4] arm64: dts: mediatek: mt8186: Wire up GPU voltage/frequency scaling

[PATCH v5 0/3] introduce tee-based EFI Runtime Variable Service
 2023-06-09  6:40 UTC  (34+ messages)
` [PATCH v5 3/3] efi: Add tee-based EFI variable driver

[PATCH bpf-next v2 0/7] BPF link support for tc BPF programs
 2023-06-09  6:52 UTC  (9+ messages)
` [PATCH bpf-next v2 1/7] bpf: Add generic attach/detach/query API for multi-progs

[PATCH] powerpc/fadump: invoke ibm,os-term with rtas_call_unlocked()
 2023-06-09  6:51 UTC  (3+ messages)

[OE-Core][PATCH v3 0/4] add failed tests artifacts retriever
 2023-06-09  6:52 UTC  (6+ messages)
` [OE-Core][PATCH v3 1/4] oeqa/core/runner: add helper to know about expected failures
` [OE-Core][PATCH v3 2/4] oeqa/target/ssh: update options for SCP
` [OE-Core][PATCH v3 3/4] testimage: implement test artifacts retriever for failing tests
` [OE-Core][PATCH v3 4/4] core-image-ptest: append ptest directory to artifacts list

[Intel-gfx] [PATCH] drm/i915/dp: Cable type identification for DP2.1
 2023-06-09  6:52 UTC  (3+ messages)
`  "
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "

[RFC PATCH] asm-generic: Unify uapi bitsperlong.h
 2023-06-09  6:50 UTC  (8+ messages)

[PATCH v6 00/10 RESEND] Add RT5033 charger device driver
 2023-06-09  6:47 UTC  (2+ messages)
  ` [GIT PULL] Immutable branch between MFD and Power due for the v6.5 merge window

[PATCH v2] cryptodev: avoid algorithm strings null pointers
 2023-06-09  6:46 UTC  (2+ messages)
` [EXT] "

[PATCH] include: move PATH_MAX from fs.h to linux/limits.h
 2023-06-09  6:45 UTC  (2+ messages)

[PATCH] watchdog/mm: Allow dumping memory info in pretimeout
 2023-06-09  6:45 UTC 

[PATCH] ARM: dts: state-example: fix use with Phytec phyFLEX i.MX6
 2023-06-09  6:44 UTC  (2+ messages)

[PATCH v3 0/8] Add support for MT6331 and MT6332 LEDs
 2023-06-09  6:44 UTC  (26+ messages)
` [PATCH v3 1/8] dt-bindings: leds: leds-mt6323: Document mt6331 compatible
` [PATCH v3 2/8] dt-bindings: leds: leds-mt6323: Document mt6332 compatible
` [PATCH v3 3/8] dt-bindings: leds: leds-mt6323: Support WLED output
` [PATCH v3 4/8] leds: leds-mt6323: Specify registers and specs in platform data
` [PATCH v3 5/8] leds: leds-mt6323: Drop MT6323_ prefix from macros and defines
` [PATCH v3 6/8] leds: leds-mt6323: Open code and drop MT6323_CAL_HW_DUTY macro
` [PATCH v3 7/8] leds: leds-mt6323: Add support for MT6331 leds
` [PATCH v3 8/8] leds: leds-mt6323: Add support for WLEDs and MT6332

[PATCH] Documentation/hwmon: Fix description of devm_hwmon_device_unregister
 2023-06-09  6:45 UTC  (2+ messages)

[PATCH 00/17] MIPS: fix and improve 64BIT support
 2023-06-09  6:43 UTC  (6+ messages)
` [PATCH 11/17] MIPS: Makefile: sign-extend TEXT_BASE value on CONFIG_64BIT

[PATCH v6 00/11] Add Renesas PMIC RAA215300 and built-in RTC support
 2023-06-09  6:42 UTC  (3+ messages)
` [PATCH v6 05/11] dt-bindings: rtc: isl1208: Convert to json-schema

[PATCH 0/3] commands: of_diff: support applying fixups on arbitrary device trees
 2023-06-09  6:41 UTC  (2+ messages)

[pci:virtualization] BUILD SUCCESS 88d341716b83abd355558523186ca488918627ee
 2023-06-09  6:41 UTC 

[PATCH 0/2] mfd: pm8008: fix module autoloading
 2023-06-09  6:41 UTC  (6+ messages)
` [PATCH 1/2] "

[rfc, rft, PATCH v1 1/1] gpio: aggregator: Introduce delay support for individual output pins
 2023-06-09  6:40 UTC  (2+ messages)

[GIT,PULL] arm64: dts: hisilicon dts updates for v6.5
 2023-06-09  6:39 UTC  (2+ messages)

[PATCH 0/3] Add CI for MIPS64
 2023-06-09  6:38 UTC  (7+ messages)
` [PATCH 1/3] MIPS: add qemu-malta64el_defconfig
` [PATCH 2/3] test: mips: add QEMU Malta 64le labgrid config
` [PATCH 3/3] ci: add a job for testing 64BIT MIPS with labgrid

[PATCH v2] mfd: intel-lpss: Add missing check for platform_get_resource
 2023-06-09  6:38 UTC  (2+ messages)

[PATCH v2] drm/amd/pm: workaround for compute workload type on some skus
 2023-06-09  6:38 UTC 

OpenBMC Network Route Management: Metric and Static Route config support
 2023-06-09  6:37 UTC  (7+ messages)

[PATCH net-next v2 0/9] ptp .adjphase cleanups
 2023-06-09  6:38 UTC  (6+ messages)
` [PATCH net-next v2 7/9] ptp: ptp_clockmatrix: Add .getmaxphase ptp_clock_info callback

[PATCH v5 00/14] Improve sbi_console
 2023-06-09  6:37 UTC  (7+ messages)
` [PATCH v5 01/14] lib: sbi: Fix missing contine in print
` [PATCH v5 14/14] lib: sbi: Fix invalid directive print

[PATCH v5 0/2] Add ili9882t bindings and timing
 2023-06-09  6:36 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: HID: i2c-hid: ilitek: Introduce bindings for Ilitek ili9882t
` [PATCH v5 2/2] HID: i2c-hid: elan: Add ili9882t timing

[PATCH 6.1 000/224] 6.1.33-rc2 review
 2023-06-09  6:36 UTC  (2+ messages)

[Buildroot] Interested in board support for Radxa Rock 5b
 2023-06-09  6:35 UTC  (4+ messages)

[PATCH v3 0/4] Bring back vmlinux.h generation
 2023-06-09  6:34 UTC  (2+ messages)

[PATCH] dma-fence: Bypass signaling annotation from dma_fence_is_signaled
 2023-06-09  6:32 UTC  (2+ messages)

[PATCH bpf-next v5] selftests/bpf: Add benchmark for bpf memory allocator
 2023-06-09  6:32 UTC  (3+ messages)

[PATCH 0/3] include: bitops/const: partial update from Linux
 2023-06-09  6:30 UTC  (2+ messages)

[GIT,PULL] arm: dts: hisilicon dts updates for v6.5
 2023-06-09  6:31 UTC  (2+ messages)

linux-next: manual merge of the net-next tree with the asm-generic tree
 2023-06-09  6:31 UTC  (2+ messages)

[PATCH] thunderbolt: handle possible NULL pointer from get_device()
 2023-06-09  6:30 UTC  (2+ messages)

[PATCH 6.3 000/285] 6.3.7-rc2 review
 2023-06-09  6:30 UTC  (2+ messages)

[PATCH v3] phy: tegra: xusb: Clear the driver reference in usb-phy dev
 2023-06-09  6:29 UTC  (2+ messages)

[PATCH v16 00/22] PCI: rcar-gen4: Add R-Car Gen4 PCIe support
 2023-06-09  6:29 UTC  (8+ messages)
` [PATCH v16 19/22] PCI: rcar-gen4: Add R-Car Gen4 PCIe Host support

[PATCH v3] PCI: cadence: Fix Gen2 Link Retraining process
 2023-06-09  6:29 UTC  (6+ messages)

[PATCH] net/nfp: fix incorrect link status after LSC event
 2023-06-09  6:28 UTC 

[PATCH] workqueue: introduce queue_work_cpumask to queue work onto a given cpumask
 2023-06-09  6:28 UTC  (4+ messages)

[virtio-comment] Re: [PATCH v3 0/3] transport-pci: Introduce legacy registers access using AQ
 2023-06-09  6:27 UTC  (25+ messages)
` [virtio-comment] "
                ` [virtio-comment] RE: [virtio-dev] "
                  ` [virtio-comment] "
                                              ` [virtio-dev] "

[linux-i2c] Patch notification: DaVinci: 2 patches updated
 2023-06-09  6:26 UTC  (5+ messages)

[libgpiod][bug] building rust bindings requires clang headers
 2023-06-09  6:24 UTC  (4+ messages)

[PATCH] net/nfp: fix TP flow action for UDP
 2023-06-09  6:22 UTC 

[RESEND PATCH v2 0/6] Add display support on the stm32f746-disco board
 2023-06-09  6:21 UTC  (6+ messages)
` [RESEND PATCH v2 2/6] ARM: dts: stm32: add pin map for LTDC on stm32f7

[PATCH v3 0/4] Add display support on the stm32f746-disco board
 2023-06-09  6:20 UTC  (12+ messages)
` [PATCH v3 1/4] ARM: dts: stm32: add ltdc support on stm32f746 MCU
` [PATCH v3 2/4] ARM: dts: stm32: add pin map for LTDC on stm32f7
` [PATCH v3 3/4] ARM: dts: stm32: support display on stm32f746-disco board
` [PATCH v3 4/4] drm/stm: add an option to change FB bpp

[PATCH master] of: override existing reg property in of_fixup_reserved_memory
 2023-06-09  6:19 UTC  (2+ messages)

New kernel warning after updating from LTS 5.15.110 to 5.15.112 (and 5.15.113)
 2023-06-09  6:20 UTC  (6+ messages)

[PATCH] mmc: inline the first mmc_scan() on mmc_start_host()
 2023-06-09  6:19 UTC  (8+ messages)
` [PATCH v2] "

[PATCH] net/nfp: fix set IPv6 flow action can't get right address
 2023-06-09  6:19 UTC 

Error - mac address of the ping destination could not be resolved and is not a bat-host name
 2023-06-08 20:38 UTC 

[PATCH v2] net: phy: add driver for MotorComm PHY
 2023-06-09  6:17 UTC  (6+ messages)

[tip:master 7/20] vmlinux.o: warning: objtool: sched_clock+0x1a: preempt_schedule_notrace_thunk() is missing a __noreturn annotation
 2023-06-09  6:17 UTC 

[PATCH v3 0/3] Add support for HiSilicon SoC uncore PMU
 2023-06-09  6:17 UTC  (5+ messages)
` [PATCH v3 2/3] drivers/perf: hisi: Add support for HiSilicon UC PMU driver

Adreno devfreq lockdep splat with 6.3-rc2
 2023-06-09  6:17 UTC  (5+ messages)

[PATCH v3 0/5] Add devicetree support for SDX75 Modem and IDP
 2023-06-09  6:16 UTC  (4+ messages)
` [PATCH v3 5/5] arm64: dts: qcom: Add SDX75 platform and IDP board support

[Intel-gfx] [PATCH 1/2] drm/i915/dp: Use LINK_QUAL_PATTERN_* Phy test pattern names
 2023-06-09  6:16 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] "

[PATCH v5 00/34] PMU refactoring and improvements
 2023-06-09  6:12 UTC  (13+ messages)
` [PATCH v5 28/34] perf pmus: Split pmus list into core and other
` [PATCH v5 29/34] perf pmus: Allow just core PMU scanning

[PATCH v5 2/2] ARM: dts: aspeed: Adding Inventec Starscream BMC
 2023-06-09  5:59 UTC 

[PATCH v2] usb: dwc2: add pci_device_id driver_data parse support
 2023-06-09  6:13 UTC  (2+ messages)

[PATCH] mm/vmalloc: Replace the ternary conditional operator with min()
 2023-06-09  6:13 UTC 

[PATCH v2 1/2] powerpc/mm: Cleanup memory block size probing
 2023-06-09  6:08 UTC  (2+ messages)
` [PATCH v2 2/2] powerpc/mm: Add memory_block_size as a kernel parameter

[PATCH 1/2] mmu_notifiers: Restore documentation for .invalidate_range()
 2023-06-09  6:05 UTC  (15+ messages)
` [PATCH 2/2] arm64: Notify on pte permission upgrades

linux-next: build failure after merge of the mmc tree
 2023-06-09  6:10 UTC  (2+ messages)

[PATCH] udmabuf: revert 'Add support for mapping hugepages (v4)'
 2023-06-09  6:09 UTC  (3+ messages)

[PATCH] Update comment to include stepping
 2023-06-09  6:08 UTC  (2+ messages)

[PATCH 1/1] iommu/vt-d: Remove commented-out code
 2023-06-09  6:05 UTC 

[PATCH 1/2] qemux86/conf: TEST ONLY. Drop smp boot
 2023-06-09  6:05 UTC  (2+ messages)

[PATCH v14 0/5] Enable IPQ9754 USB
 2023-06-09  6:02 UTC  (4+ messages)
` [PATCH v14 3/5] arm64: dts: qcom: ipq9574: Add USB related nodes


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.