messages from 2023-06-09 06:19:14 to 2023-06-09 06:56:32 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 (62+ 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 06/80] rust: allow fs driver to initialise new superblocks
` [PATCH 08/80] WIP: rust: allow fs to be populated
` [PATCH 09/80] rust: kernel: backport the delay module from the rust branch
` [PATCH 12/80] drop: Add crate::pr_warn declaration
` [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 15/80] rust: kernel: add count_paren_items macro, needed by define_fs_params macro
` [PATCH 16/80] rust: helpers: add missing rust helper 'alloc_pages'
` [PATCH 19/80] samples: puzzlefs: add initial puzzlefs sample, copied from rust_fs.rs
` [PATCH 20/80] kernel: configs: enable rust samples in rust.config
` [PATCH 22/80] rust: proc-macro2: add SPDX License Identifiers
` [PATCH 24/80] rust: quote: import crate
` [PATCH 25/80] rust: quote: add SPDX License Identifiers
` [PATCH 27/80] rust: syn: "
` [PATCH 30/80] rust: serde: add `no_fp_fmt_parse` support
` [PATCH 33/80] rust: serde_derive: add SPDX License Identifiers
` [PATCH 34/80] rust: Kbuild: enable `proc-macro2`, `quote`, `syn`, `serde` and `serde_derive`
` [PATCH 35/80] rust: test `serde` support
` [PATCH 36/80] Add SAMPLE_RUST_SERDE in rust.config
` [PATCH 37/80] rust: kernel: fix compile errors after rebase to rust-next
` [PATCH 39/80] rust: serde_cbor: add SPDX License Identifiers
` [PATCH 41/80] rust: Kbuild: enable serde_cbor
` [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 44/80] rust: serde: add support for deserializing Vec with kernel_alloc feature
` [PATCH 45/80] rust: file: Replace UnsafeCell with Opaque for File
` [PATCH 46/80] rust: kernel: implement fmt::Debug for CString
` [PATCH 47/80] samples: puzzlefs: rename RustFs to PuzzleFs
` [PATCH 48/80] samples: puzzlefs: add basic deserializing support for the puzzlefs metadata
` [PATCH 49/80] rust: file: present the filesystem context to the open function
` [PATCH 50/80] rust: kernel: add an abstraction over vfsmount to allow cloning a new private mount
` [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 54/80] rust: file: ensure RegularFile can only create regular files
` [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 58/80] samples: puzzlefs: add cbor_get_array_size method
` [PATCH 59/80] samples: puzzlefs: add KernelError to WireFormatError and implement From conversion
` [PATCH 60/80] samples: puzzlefs: implement new for MetadataBlob
` [PATCH 61/80] samples: puzzlefs: build puzzlefs into the kernel, thus avoiding the need to export rust symbols
` [PATCH 62/80] rust: alloc: add try_clone for Vec<T>
` [PATCH 63/80] rust: alloc: add from_iter_fallible "
` [PATCH 64/80] samples: puzzlefs: implement to_errno and from_errno for WireFormatError
` [PATCH 65/80] samples: puzzlefs: add TryReserveError (and from conversion) to WireFormatError
` [PATCH 66/80] samples: puzzlefs: add higher level inode related functionality
` [PATCH 67/80] samples: puzzlefs: populate the directory entries with the inodes from the puzzlefs metadata file
` [PATCH 69/80] rust: hex: add SPDX license identifiers
` [PATCH 70/80] rust: Kbuild: enable `hex`
` [PATCH 71/80] rust: hex: implement FromHex trait and hex::decode using a custom kernel_alloc feature
` [PATCH 72/80] rust: hex: add encode_hex_iter and encode_hex_upper_iter methods
` [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 75/80] samples: puzzlefs: add Rootfs and Digest structs to types.rs
` [PATCH 76/80] samples: puzzlefs: implement the conversion from WireFormatError to kernel::error::Error
` [PATCH 78/80] rust: puzzlefs: rename PuzzleFs to PuzzleFsModule to avoid confusion with the PuzzleFS struct
` [PATCH 79/80] rust: puzzlefs: add support for reading files
[PATCH 0/4] arm64: dts: mediatek: mt8186: More DVFS nodes
2023-06-09 6:54 UTC (9+ 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 (30+ 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 (2+ 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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.