messages from 2025-02-18 17:58:00 to 2025-02-18 18:28:25 UTC [more...]
[PATCH v6 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vEVENTQ)
2025-02-18 18:28 UTC (14+ messages)
` [PATCH v6 05/14] iommufd: Add IOMMUFD_OBJ_VEVENTQ and IOMMUFD_CMD_VEVENTQ_ALLOC
` [PATCH v6 13/14] iommu/arm-smmu-v3: Report events that belong to devices attached to vIOMMU
` [PATCH v6 14/14] iommu/arm-smmu-v3: Set MEV bit in nested STE for DoS mitigations
[PATCH] ACPI: platform_profile: Fix memory leak in profile_class_is_visible()
2025-02-18 18:27 UTC (5+ messages)
[PATCH] lib: add tests for sbi_ecall functionality
2025-02-18 18:27 UTC
[SECURITY PATCH 00/73] GRUB2 vulnerabilities - 2025/02/18
2025-02-18 18:26 UTC (75+ messages)
` [SECURITY PATCH 01/73] misc: Implement grub_strlcpy()
` [SECURITY PATCH 02/73] fs/ufs: Fix a heap OOB write
` [SECURITY PATCH 03/73] fs/hfs: Fix stack OOB write with grub_strcpy()
` [SECURITY PATCH 04/73] fs/tar: Initialize name in grub_cpio_find_file()
` [SECURITY PATCH 05/73] fs/tar: Integer overflow leads to heap OOB write
` [SECURITY PATCH 06/73] fs/f2fs: Set a grub_errno if mount fails
` [SECURITY PATCH 07/73] fs/hfsplus: "
` [SECURITY PATCH 08/73] fs/iso9660: "
` [SECURITY PATCH 09/73] fs/iso9660: Fix invalid free
` [SECURITY PATCH 10/73] fs/jfs: Fix OOB read in jfs_getent()
` [SECURITY PATCH 11/73] fs/jfs: Fix OOB read caused by invalid dir slot index
` [SECURITY PATCH 12/73] fs/jfs: Use full 40 bits offset and address for a data extent
` [SECURITY PATCH 13/73] fs/jfs: Inconsistent signed/unsigned types usage in return values
` [SECURITY PATCH 14/73] fs/ext2: Fix out-of-bounds read for inline extents
` [SECURITY PATCH 15/73] fs/ntfs: Fix out-of-bounds read
` [SECURITY PATCH 16/73] fs/ntfs: Track the end of the MFT attribute buffer
` [SECURITY PATCH 17/73] fs/ntfs: Use a helper function to access attributes
` [SECURITY PATCH 18/73] fs/ntfs: Implement attribute verification
` [SECURITY PATCH 19/73] fs/xfs: Fix out-of-bounds read
` [SECURITY PATCH 20/73] fs/xfs: Ensuring failing to mount sets a grub_errno
` [SECURITY PATCH 21/73] kern/file: Ensure file->data is set
` [SECURITY PATCH 22/73] kern/file: Implement filesystem reference counting
` [SECURITY PATCH 23/73] disk/cryptodisk: Require authentication after TPM unlock for CLI access
` [SECURITY PATCH 24/73] disk/loopback: Reference tracking for the loopback
` [SECURITY PATCH 25/73] kern/disk: Limit recursion depth
` [SECURITY PATCH 26/73] kern/partition: Limit recursion in part_iterate()
` [SECURITY PATCH 27/73] script/execute: Limit the recursion depth
` [SECURITY PATCH 28/73] net: Unregister net_default_ip and net_default_mac variables hooks on unload
` [SECURITY PATCH 29/73] net: Remove variables hooks when interface is unregisted
` [SECURITY PATCH 30/73] net: Fix OOB write in grub_net_search_config_file()
` [SECURITY PATCH 31/73] net/tftp: Fix stack buffer overflow in tftp_open()
` [SECURITY PATCH 32/73] video/readers/jpeg: Do not permit duplicate SOF0 markers in JPEG
` [SECURITY PATCH 33/73] kern/dl: Fix for an integer overflow in grub_dl_ref()
` [SECURITY PATCH 34/73] kern/dl: Use correct segment in grub_dl_set_mem_attrs()
` [SECURITY PATCH 35/73] kern/dl: Check for the SHF_INFO_LINK flag in grub_dl_relocate_symbols()
` [SECURITY PATCH 36/73] commands/extcmd: Missing check for failed allocation
` [SECURITY PATCH 37/73] commands/ls: Fix NULL dereference
` [SECURITY PATCH 38/73] commands/pgp: Unregister the "check_signatures" hooks on module unload
` [SECURITY PATCH 39/73] normal: Remove variables "
` [SECURITY PATCH 40/73] gettext: "
` [SECURITY PATCH 41/73] gettext: Integer overflow leads to heap OOB write or read
` [SECURITY PATCH 42/73] gettext: Integer overflow leads to heap OOB write
` [SECURITY PATCH 43/73] commands/read: Fix an integer overflow when supplying more than 2^31 characters
` [SECURITY PATCH 44/73] commands/test: Stack overflow due to unlimited recursion depth
` [SECURITY PATCH 45/73] commands/minicmd: Block the dump command in lockdown mode
` [SECURITY PATCH 46/73] commands/memrw: Disable memory reading "
` [SECURITY PATCH 47/73] commands/hexdump: "
` [SECURITY PATCH 48/73] fs/bfs: Disable under lockdown
` [SECURITY PATCH 49/73] fs: Disable many filesystems "
` [SECURITY PATCH 50/73] disk: Use safe math macros to prevent overflows
` [SECURITY PATCH 51/73] disk: Prevent overflows when allocating memory for arrays
` [SECURITY PATCH 52/73] disk: Check if returned pointer for allocated memory is NULL
` [SECURITY PATCH 53/73] disk/ieee1275/ofdisk: Call grub_ieee1275_close() when grub_malloc() fails
` [SECURITY PATCH 54/73] fs: Use safe math macros to prevent overflows
` [SECURITY PATCH 55/73] fs: Prevent overflows when allocating memory for arrays
` [SECURITY PATCH 56/73] fs: Prevent overflows when assigning returned values from read_number()
` [SECURITY PATCH 57/73] fs/zfs: Use safe math macros to prevent overflows
` [SECURITY PATCH 58/73] fs/zfs: Prevent overflows when allocating memory for arrays
` [SECURITY PATCH 59/73] fs/zfs: Check if returned pointer for allocated memory is NULL
` [SECURITY PATCH 60/73] fs/zfs: Add missing NULL check after grub_strdup() call
` [SECURITY PATCH 61/73] net: Use safe math macros to prevent overflows
` [SECURITY PATCH 62/73] net: Prevent overflows when allocating memory for arrays
` [SECURITY PATCH 63/73] net: Check if returned pointer for allocated memory is NULL
` [SECURITY PATCH 64/73] fs/sfs: Check if "
` [SECURITY PATCH 65/73] script/execute: Fix potential underflow and NULL dereference
` [SECURITY PATCH 66/73] osdep/unix/getroot: Fix potential underflow
` [SECURITY PATCH 67/73] misc: Ensure consistent overflow error messages
` [SECURITY PATCH 68/73] bus/usb/ehci: Define GRUB_EHCI_TOGGLE as grub_uint32_t
` [SECURITY PATCH 69/73] normal/menu: Use safe math to avoid an integer overflow
` [SECURITY PATCH 70/73] kern/partition: Add sanity check after grub_strtoul() call
` [SECURITY PATCH 71/73] kern/misc: "
` [SECURITY PATCH 72/73] loader/i386/linux: Cast left shift to grub_uint32_t
` [SECURITY PATCH 73/73] loader/i386/bsd: Use safe math to avoid underflow
[PATCH v4 0/6] arm64: dts: freescale: imx8mp-skov: switch to nominal drive mode
2025-02-18 18:26 UTC (7+ messages)
` [PATCH v4 1/6] dt-bindings: clock: imx8m: document nominal/overdrive properties
` [PATCH v4 2/6] arm64: dts: imx8mp: Add optional nominal drive mode DTSI
` [PATCH v4 3/6] arm64: dts: imx8mp: add fsl,nominal-mode property into nominal.dtsi
` [PATCH v4 4/6] arm64: dts: freescale: imx8mp-skov: configure LDB clock automatically
` [PATCH v4 5/6] arm64: dts: freescale: imx8mp-skov: operate SoC in nominal mode
` [PATCH v4 6/6] clk: imx8mp: inform CCF of maximum frequency of clocks
[PATCH v11 00/23] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
2025-02-18 18:27 UTC (14+ messages)
[PATCH v4] ACPI: HED: Always initialize before evged
2025-02-18 18:26 UTC (2+ messages)
[PATCH iwl-net] ixgbe: fix media type detection for E610 device
2025-02-18 18:25 UTC (2+ messages)
` [Intel-wired-lan] "
[Buildroot] [PATCH 1/2] package/sdl2_ttf: bump version to 2.24.0
2025-02-18 18:24 UTC (3+ messages)
[PATCH v2 00/11] rust/block: Add minimal block driver bindings
2025-02-18 18:20 UTC (12+ messages)
` [PATCH v2 01/11] rust: Build separate qemu_api_tools and qemu_api_system
` [PATCH v2 02/11] meson: Add rust_block_ss and link tools with it
` [PATCH v2 03/11] rust: Add some block layer bindings
` [PATCH v2 04/11] rust/qemu-api: Add wrappers to run futures in QEMU
` [PATCH v2 05/11] rust/block: Add empty crate
` [PATCH v2 06/11] rust/block: Add I/O buffer traits
` [PATCH v2 07/11] block: Add bdrv_open_blockdev_ref_file()
` [PATCH v2 08/11] rust/block: Add driver module
` [PATCH v2 09/11] rust/block: Add read support for block drivers
` [PATCH v2 10/11] bochs-rs: Add bochs block driver reimplementation in Rust
` [PATCH v2 11/11] rust/block: Add format probing
linux-next: build failure after merge of the bitmap tree
2025-02-18 18:23 UTC (6+ messages)
[PATCH 0/5] EDITME: Support for Adreno 623 GPU
2025-02-18 18:22 UTC (3+ messages)
` [PATCH 1/5] drm/msm/a6xx: Fix gpucc register block for A621
[PATCH] mdmon: imsm: fix metadata corruption when managing new array
2025-02-18 18:22 UTC (5+ messages)
[PATCH] media: mediatek: vcodec: Add scp_put() to free the scp
2025-02-18 18:22 UTC (3+ messages)
split out the auto-PI code and data structures
2025-02-18 18:21 UTC (4+ messages)
` [PATCH 1/3] block: mark bounce buffering as incompatible with integrity
` [PATCH 2/3] block: move the block layer auto-integrity code into a new file
` [PATCH 3/3] block: split struct bio_integrity_data
[PATCH v12 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
2025-02-18 18:21 UTC (2+ messages)
[PATCH 0/5] Convert virtio-iommu to domain_alloc_paging()
2025-02-18 18:21 UTC (4+ messages)
` [PATCH 1/5] iommu/virtio: Break out bypass identity support into a global static
[REGRESSION] stable-rc/linux-5.4.y: (build) ./arch/mips/include/asm/syscall.h:66:28: error: ‘struct pt_regs’ h
2025-02-18 18:21 UTC
[PATCH i-g-t v2 0/2] Add tests for EU stall sampling
2025-02-18 18:21 UTC (3+ messages)
` [PATCH i-g-t v2 1/2] drm-uapi/xe: Sync with EU stall sampling uapi updates
` [PATCH i-g-t v2 2/2] tests/intel/xe_eu_stall: Add tests for EU stall sampling
[PATCH i-g-t v10 0/3] tests/intel/xe_pmu: Add PMU tests
2025-02-18 18:21 UTC (3+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ i915.CI.BAT: "
[PATCH] block: set bi_vcnt when cloning bio
2025-02-18 18:20 UTC (5+ messages)
[PATCH 0/8] unwind, arm64: add sframe unwinder for kernel
2025-02-18 18:20 UTC (12+ messages)
RTT-PROBE: lore-subspace-rtt
2025-02-18 18:18 UTC
[RFC PATCH] drm/sched: Fix preprocessor guard
2025-02-18 18:18 UTC (2+ messages)
[PATCH v4 00/27] hugetlb/CMA improvements for large systems
2025-02-18 18:16 UTC (28+ messages)
` [PATCH v4 01/27] mm/cma: export total and free number of pages for CMA areas
` [PATCH v4 02/27] mm, cma: support multiple contiguous ranges, if requested
` [PATCH v4 03/27] mm/cma: introduce cma_intersects function
` [PATCH v4 04/27] mm, hugetlb: use cma_declare_contiguous_multi
` [PATCH v4 05/27] mm/hugetlb: remove redundant __ClearPageReserved
` [PATCH v4 06/27] mm/hugetlb: use online nodes for bootmem allocation
` [PATCH v4 07/27] mm/hugetlb: convert cmdline parameters from setup to early
` [PATCH v4 08/27] x86/mm: make register_page_bootmem_memmap handle PTE mappings
` [PATCH v4 09/27] mm/bootmem_info: export register_page_bootmem_memmap
` [PATCH v4 10/27] mm/sparse: allow for alternate vmemmap section init at boot
` [PATCH v4 11/27] mm/hugetlb: set migratetype for bootmem folios
` [PATCH v4 12/27] mm: define __init_reserved_page_zone function
` [PATCH v4 13/27] mm/hugetlb: check bootmem pages for zone intersections
` [PATCH v4 14/27] mm/sparse: add vmemmap_*_hvo functions
` [PATCH v4 15/27] mm/hugetlb: deal with multiple calls to hugetlb_bootmem_alloc
` [PATCH v4 16/27] mm/hugetlb: move huge_boot_pages list init "
` [PATCH v4 17/27] mm/hugetlb: add pre-HVO framework
` [PATCH v4 18/27] mm/hugetlb_vmemmap: fix hugetlb_vmemmap_restore_folios definition
` [PATCH v4 19/27] mm/hugetlb: do pre-HVO for bootmem allocated pages
` [PATCH v4 20/27] x86/setup: call hugetlb_bootmem_alloc early
` [PATCH v4 21/27] x86/mm: set ARCH_WANT_SPARSEMEM_VMEMMAP_PREINIT
` [PATCH v4 22/27] mm/cma: simplify zone intersection check
` [PATCH v4 23/27] mm/cma: introduce a cma validate function
` [PATCH v4 24/27] mm/cma: introduce interface for early reservations
` [PATCH v4 25/27] mm/hugetlb: add hugetlb_cma_only cmdline option
` [PATCH v4 26/27] mm/hugetlb: enable bootmem allocation from CMA areas
` [PATCH v4 27/27] mm/hugetlb: move hugetlb CMA code in to its own file
[RFC] migration: Introduce migration throttle event
2025-02-18 18:15 UTC (2+ messages)
Crash on empty pickaxe argument
2025-02-18 18:16 UTC (3+ messages)
` [PATCH] diff: don't crash with empty argument to -G or -S
[PATCH] ACPI: CPPC: Add missing include
2025-02-18 18:16 UTC (2+ messages)
[PATCH net-next 0/8] net: fib_rules: Add port mask support
2025-02-18 18:15 UTC (4+ messages)
` [PATCH net-next 5/8] net: fib_rules: Enable port mask usage
[PATCH] xfsprogs: Fix mismatched return type of filesize()
2025-02-18 18:15 UTC (3+ messages)
[PATCH 0/4] tsm: Unified Measurement Register ABI for TVMs
2025-02-18 18:13 UTC (6+ messages)
` [PATCH 1/4] tsm: Add TVM Measurement Register support
[PATCH net-next 0/3] net: phy: marvell-88q2xxx: cleanup
2025-02-18 18:13 UTC (5+ messages)
` [PATCH net-next 1/3] net: phy: marvell-88q2xxx: align defines
[RESEND PATCH] ACPI: video: Use str_yes_no() helper in acpi_video_bus_add()
2025-02-18 18:11 UTC (2+ messages)
[PATCH v3] scsi: hpsa: Remove deprecated and unnecessary strncpy()
2025-02-18 18:11 UTC (2+ messages)
[PATCH v6 0/2] fuse: allow notify_inval for all inodes
2025-02-18 18:11 UTC (9+ messages)
` [PATCH v6 2/2] fuse: add new function to invalidate cache "
[RESEND PATCH][next] fs: nfs: acl: Avoid -Wflex-array-member-not-at-end warning
2025-02-18 18:10 UTC (3+ messages)
[PATCH] lib/amd: add memleak functions
2025-02-18 18:10 UTC (2+ messages)
` ✗ i915.CI.Full: failure for "
[PATCH i-g-t 0/5] tests/intel/kms_cdclk: Refactor mode setting and CD clock verification
2025-02-18 18:10 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for tests/intel/kms_cdclk: Refactor mode setting and CD clock verification (rev4)
[PATCH v3] scsi: core: clear driver private data when retry request
2025-02-18 18:10 UTC (5+ messages)
[LTP] [PATCH v2 0/3] syscalls/pause: Refactor tests
2025-02-18 18:07 UTC (4+ messages)
` [LTP] [PATCH v2 1/3] syscalls/pause01: Clean up
` [LTP] [PATCH v2 2/3] syscalls/pause02: Refactor into new API
` [LTP] [PATCH v2 3/3] syscalls/pause03: "
RTT-PROBE: lore-subspace-rtt
2025-02-18 18:08 UTC
Rust kernel policy
2025-02-18 18:08 UTC (4+ messages)
Add Commit Summary in blame?
2025-02-18 18:08 UTC (4+ messages)
[PATCH v5 0/8] arm64: dts: Add Arm Morello support
2025-02-18 18:07 UTC (4+ messages)
` [PATCH v5 2/8] dt-bindings: arm: Add Morello fvp compatibility
[PATCH v3 00/28] tcg patch queue
2025-02-18 18:03 UTC (3+ messages)
` [PATCH v3 13/28] target/mips: Use VADDR_PRIx for logging pc_next
[PATCHSET 5/5] xfsprogs: dump fs directory trees
2025-02-18 18:04 UTC (5+ messages)
` [PATCH 4/4] xfs_db: add command to copy directory trees out of filesystems
[LSF/MM] Linux management of volatile CXL memory devices - boot to bash
2025-02-18 18:04 UTC (4+ messages)
` CXL Boot to Bash - Section 3: Memory (block) Hotplug
[PATCH sched_ext/for-6.15] sched_ext: idle: Introduce node-aware idle cpu kfunc helpers
2025-02-18 18:04 UTC
[PATCH v2] ACPI: platform_profile: Improve platform_profile_unregister
2025-02-18 18:04 UTC (2+ messages)
[PATCH net-next 0/5] net: ethernet: ti: am65-cpsw: drop multiple functions and code cleanup
2025-02-18 18:04 UTC (11+ messages)
` [PATCH net-next 1/5] net: ethernet: ti: am65-cpsw: remove am65_cpsw_nuss_tx_compl_packets_2g()
` [PATCH net-next 2/5] net: ethernet: ti: am65_cpsw: remove cpu argument am65_cpsw_run_xdp
` [PATCH net-next 3/5] net: ethernet: ti: am65-cpsw: use return instead of goto in am65_cpsw_run_xdp()
` [PATCH net-next 4/5] net: ethernet: ti: am65_cpsw: move am65_cpsw_put_page() out of am65_cpsw_run_xdp()
` [PATCH net-next 5/5] net: ethernet: ti am65_cpsw: Drop separate TX completion functions
[PATCH v2 0/1] mm: pgtable: fix pte_swp_exclusive
2025-02-18 17:55 UTC (5+ messages)
` [PATCH v2 1/1] "
[PATCH v11 00/12] AMD broadcast TLB invalidation
2025-02-18 18:00 UTC (8+ messages)
` [PATCH v11 06/12] x86/mm: use INVLPGB for kernel TLB flushes
[PATCH v3] ACPI: platform-profile: Fix CFI violation when accessing sysfs files
2025-02-18 18:00 UTC (2+ messages)
[PATCH 1/3] syscall_user_dispatch: Allow allowed range wrap-around
2025-02-18 18:00 UTC (4+ messages)
[PATCH net-next] net: sfp: add quirk for 2.5G OEM BX SFP
2025-02-18 17:59 UTC
[PATCH] doc: use 'title' consistently
2025-02-18 17:59 UTC (3+ messages)
` [PATCH v2] "
[PATCH v2 0/5] mm/hwpoison: Fix regressions in memory failure handling
2025-02-18 17:59 UTC (6+ messages)
RTT-PROBE: lore-subspace-rtt
2025-02-18 17:58 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.