All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-08 09:56:15 to 2026-03-08 11:45:49 UTC [more...]

[PATCH v2 phy-next 00/24] Split Generic PHY consumer and provider API
 2026-03-08 11:40 UTC  (89+ messages)
` [PATCH v2 phy-next 01/24] ata: add <linux/pm_runtime.h> where missing
` [PATCH v2 phy-next 02/24] PCI: Add missing headers transitively included by <linux/phy/phy.h>
` [PATCH v2 phy-next 03/24] usb: add "
` [PATCH v2 phy-next 04/24] drm: add <linux/pm_runtime.h> where missing
` [PATCH v2 phy-next 05/24] phy: "
` [PATCH v2 phy-next 06/24] phy: spacemit: include missing <linux/phy/phy.h>
` [PATCH v2 phy-next 07/24] net: lan969x: include missing <linux/of.h>
` [PATCH v2 phy-next 08/24] PCI: Remove device links to PHY
` [PATCH v2 phy-next 09/24] ufs: exynos: stop poking into struct phy guts
` [PATCH v2 phy-next 10/24] drm/rockchip: dw_hdmi: avoid direct dereference of phy->dev.of_node
` [PATCH v2 phy-next 11/24] drm/msm/dp: remove debugging prints with internal struct phy state
` [PATCH v2 phy-next 12/24] phy: move provider API out of public <linux/phy/phy.h>
` [PATCH v2 phy-next 13/24] phy: make phy_get_mode(), phy_(get|set)_bus_width() NULL tolerant
` [PATCH v2 phy-next 14/24] phy: introduce phy_get_max_link_rate() helper for consumers
` [PATCH v2 phy-next 15/24] drm/rockchip: dsi: include PHY provider header
` [PATCH v2 phy-next 16/24] drm: bridge: cdns-mhdp8546: use consumer API for getting PHY bus width
` [PATCH v2 phy-next 17/24] media: sunxi: a83-mips-csi2: include PHY provider header
` [PATCH v2 phy-next 18/24] net: renesas: rswitch: "
` [PATCH v2 phy-next 19/24] pinctrl: tegra-xusb: "
` [PATCH v2 phy-next 20/24] power: supply: cpcap-charger: include missing <linux/property.h>
` [PATCH v2 phy-next 21/24] phy: include PHY provider header (1/2)
` [PATCH v2 phy-next 22/24] phy: include PHY provider header (2/2)
` [PATCH v2 phy-next 23/24] phy: remove temporary provider compatibility from consumer header

[Buildroot] [PATCH v2] package/icu: fix static linking with icu-uc for musl static toolchains
 2026-03-08 11:44 UTC  (3+ messages)

[krzk:next/dt64 12/12] arch/arm64/boot/dts/exynos/google/gs101-oriole.dtb: /soc@0/usi@10d500c0/i2c@10d50000/fuel-gauge@36: failed to match any schema with compatible: ['maxim,max77759-fg']
 2026-03-08 11:42 UTC 

[PATCH v7 00/10] rust: add `register!` macro
 2026-03-08 11:43 UTC  (34+ messages)
` [PATCH v7 05/10] rust: io: add IoLoc and IoWrite types

[PATCH v5 0/4] OPENAT2_REGULAR flag support for openat2
 2026-03-08 11:40 UTC  (4+ messages)
` [PATCH v5 1/4] openat2: new OPENAT2_REGULAR flag support

[GSoC Draft Proposal] Refactoring in order to reduce Git's global state
 2026-03-08 11:40 UTC 

[PATCH v2] staging: rtl8723bs: remove unnecessary braces
 2026-03-08 11:40 UTC  (2+ messages)

[PATCH 0/4] hw/i386/pc: Remove deprecated 3.0 machines
 2026-03-08 11:39 UTC  (10+ messages)
` [PATCH 1/4] hw/i386/pc: Remove deprecated pc-q35-3.0 and pc-i440fx-3.0 machines
` [PATCH 2/4] hw/i386/pc: Remove pc_compat_3_0[] array
` [PATCH 3/4] target/i386/kvm: Remove X86CPU::hyperv_synic_kvm_only field
` [PATCH 4/4] hw/core/machine: Remove the hw_compat_3_0[] array

[PATCH v2 0/2] iio: proximity: add driver for ST VL53L1X ToF sensor
 2026-03-08 11:37 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: iio: proximity: add "
` [PATCH v2 2/2] iio: proximity: add driver for "

[linux-next:master 3465/4591] kernel/sched/ext.c:1030:27: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2026-03-08 11:38 UTC 

arch/xtensa/include/asm/initialize_mmu.h:57: Error: invalid register 'atomctl' for 'wsr' instruction
 2026-03-08 11:38 UTC 

[PATCH 1/2] usb: cdns3: Add USBSSP platform driver support
 2026-03-08 11:38 UTC  (2+ messages)

[PATCH v5 next 00/17] Enhance printf()
 2026-03-08 11:37 UTC  (18+ messages)
` [PATCH v5 next 01/17] tools/nolibc: Add _NOLIBC_OPTIMIZER_HIDE_VAR() to compiler.h
` [PATCH v5 next 02/17] selftests/nolibc: Rename w to written in expect_vfprintf()
` [PATCH v5 next 03/17] tools/nolibc: Implement strerror() in terms of strerror_r()
` [PATCH v5 next 04/17] tools/nolibc: Rename the 'errnum' parameter to strerror()
` [PATCH v5 next 05/17] tools/nolibc/printf: Output pad characters in 16 byte chunks
` [PATCH v5 next 06/17] tools/nolibc/printf: Simplify __nolibc_printf()
` [PATCH v5 next 07/17] tools/nolibc/printf: Use goto and reduce indentation
` [PATCH v5 next 08/17] tools/nolibc/printf: Use bit-masks to hold requested flag, length and conversion chars
` [PATCH v5 next 09/17] tools/nolibc/printf: Add support for length modifiers tzqL and formats iX
` [PATCH v5 next 10/17] tools/nolibc/printf: Handle "%s" with the numeric formats
` [PATCH v5 next 11/17] tools/nolibc/printf: Prepend sign to converted number
` [PATCH v5 next 12/17] tools/nolibc/printf: Add support for conversion flags space and plus
` [PATCH v5 next 13/17] tools/nolibc/printf: Special case 0 and add support for %#x
` [PATCH v5 next 14/17] tools/nolibc/printf: Add support for left aligning fields
` [PATCH v5 next 15/17] tools/nolibc/printf: Add support for zero padding and field precision
` [PATCH v5 next 16/17] tools/nolibc/printf: Add support for octal output
` [PATCH v5 next 17/17] selftests/nolibc: Use printf variable field widths and precisions

[SECURITY] KVM: nSVM: TOCTOU on uncached VMCB12 save-area fields in nested_vmcb02_prepare_save()
 2026-03-08 11:37 UTC 

[PATCH nf,v2] netfilter: nft_set_rbtree: allocate same array size on updates
 2026-03-08 11:25 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: replace kzalloc/memcpy with kmemdup
 2026-03-08 11:25 UTC 

[PATCH] netfilter: xtables: fix possible off-by-one when accessing TCP/DCCP options
 2026-03-08 11:25 UTC 

[PATCH 1/3] nsenter: (usage) correct the formatting of eight option arguments
 2026-03-08 11:20 UTC  (3+ messages)
` [PATCH 2/3] nsenter: (usage) improve the alignment of the option descriptions
` [PATCH 3/3] nsenter: (man) correct the markup and improve the formatting

[PATCH] wifi: rtlwifi: rtl8192d: fix typo in H2C wait counter names
 2026-03-08 11:18 UTC 

[PATCH] tools/docs/checktransupdate.py: add support for scanning directory
 2026-03-08 11:13 UTC 

[Buildroot] [PATCH] package/libcgroup: bump version to 3.2.0
 2026-03-08 11:12 UTC 

[PATCH] netfilter: guard option walkers against 1-byte tail reads
 2026-03-08 11:11 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] ASoC: soc-core: fix use-after-free in snd_soc_unbind_card()
 2026-03-08 11:09 UTC 

[PATCH] RDMA/rtrs: add WQ_PERCPU to alloc_workqueue users
 2026-03-08 11:05 UTC  (2+ messages)

[PATCH 0/3] iio: proximity: add driver for ST VL53L1X ToF sensor
 2026-03-08 11:04 UTC  (6+ messages)
` [PATCH 2/3] "

[PATCH] drivers: s390: hmcdrv_dev: remove commented out code
 2026-03-08 11:04 UTC  (2+ messages)

[f2fs-dev] [syzbot] [mm?] [f2fs?] [exfat?] memory leak in __kfree_rcu_sheaf
 2026-03-08 11:04 UTC  (10+ messages)
            `  "

[frank-w-bpi-r2-4.14:7.0-rc 36/81] drivers/net/dsa/mxl862xx_downstream/mxl862xx.c:191:71: error: 'DSA_TAG_PROTO_MXL862_8021Q' undeclared; did you mean 'DSA_TAG_PROTO_MXL862_VALUE'?
 2026-03-08 11:03 UTC 

[axboe:rw_iter 115/471] drivers/hid/hid-picolcd_debugfs.c:50 picolcd_debug_reset_write() warn: potential spectre issue 'buf' [w] (local cap)
 2026-03-08 11:03 UTC 

[PATCH] iio: imu: fix unbalanced regulator_disable calls, when probe fails
 2026-03-08 11:03 UTC 

[android-common:android17-6.18 3/3] arch/arm64/boot/dts/qcom/lemans-evk.dtb: ethernet@23040000 (qcom,sa8775p-ethqos): Unevaluated properties are not allowed ('interconnect-names', 'interconnects' were unexpected)
 2026-03-08 11:01 UTC 

[PATCH] drm/ras: Fix memory leak in doit_reply_value() error path
 2026-03-08 10:59 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for "

[frank-w-bpi-r2-4.14:7.0-rc 73/81] drivers/net/pcs/pcs-mtk-lynxi.c:474:6: warning: variable 'flags' set but not used
 2026-03-08 10:53 UTC 

[PATCH nf] netfilter: nft_set_rbtree: allocate same array size on updates
 2026-03-08 10:48 UTC  (3+ messages)
` [syzbot ci] "

[PATCH nf,v2] netfilter: nft_set_rbtree: allocate same array size on updates
 2026-03-08 10:47 UTC  (5+ messages)

[Buildroot] [PATCH] toolchain: add option to build statically-linked host toolchain
 2026-03-08 10:46 UTC 

[PATCH net] netfilter: ctnetlink: fix use-after-free of exp->master in single expectation GET
 2026-03-08 10:46 UTC  (2+ messages)

[PATCH net] netfilter: ctnetlink: validate CTA_EXPECT_NAT_DIR to prevent OOB access
 2026-03-08 10:42 UTC  (3+ messages)

[RFC PATCH 1/2] drm/ttm: Add EFI variable support for page limit configuration
 2026-03-08 10:42 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/libuv: bump to version 1.52.1
 2026-03-08 10:42 UTC 

[PATCH net] netfilter: nf_conntrack_sctp: validate state value in nlattr_to_sctp()
 2026-03-08 10:42 UTC  (3+ messages)

[PATCH] tools/docs/checktransupdate.py: fix missing prefix in f-string
 2026-03-08 10:41 UTC 

[PATCH net] netfilter: nf_flow_table_offload: fix heap overflow in flow_action_entry_next()
 2026-03-08 10:41 UTC  (2+ messages)

[PATCH v2 0/5] x86: Enable LASS support with vsyscall=xonly mode
 2026-03-08 10:38 UTC  (2+ messages)

[PATCH v2 06/10] media: Replace void * with video_device_state * in all driver ioctl implementations
 2026-03-08 10:37 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/sqlite: bump version to 3.52.0
 2026-03-08 10:37 UTC 

[Buildroot] [PATCH v2 1/1] package/gettext-gnu: bump version to 1.0
 2026-03-08 10:33 UTC 

[Buildroot] [PATCH 1/2] package/which: fix build with musl
 2026-03-08 10:32 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] DEVELOPERS: add myself as maintainer of package/which

[PATCH v9 19/23] scsi: ufs: mediatek: Rework hardware version reading
 2026-03-08 10:31 UTC  (3+ messages)

[davidhildenbrand:hotplug_vmemmap 14/14] mm/sparse-vmemmap.c:756:31: warning: unused variable 'section_nr'
 2026-03-08 10:31 UTC 

[Buildroot] [PATCH v2 1/1] package/e2fsprogs: bump version to 1.47.4, remove autoreconf
 2026-03-08 10:30 UTC 

+ zram-use-gfp_kernel-for-post-processing-slot-allocation.patch added to mm-new branch
 2026-03-08 10:28 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/e2fsprogs: bump version to 1.47.4, remove autoreconf
 2026-03-08 10:27 UTC 

[PATCH 5.10 000/334] 5.10.252-rc2 review
 2026-03-08 10:26 UTC  (4+ messages)

kernel.org tooling update
 2026-03-08 10:24 UTC  (5+ messages)
` Web of Trust work [Was: kernel.org tooling update]

[meta-oe][PATCH] freerdp3: upgrade 3.22.0 -> 3.23.0
 2026-03-08 10:24 UTC 

[PATCH v2 0/3] New SMCA bank types
 2026-03-08 10:20 UTC  (3+ messages)
` [PATCH v2 1/3] x86/mce, EDAC/mce_amd: Reorder SMCA bank type enums

[PATCH net-next v3 0/2] dma-buf: heaps: system: add an option to allocate explicitly decrypted memory
 2026-03-08 10:19 UTC  (3+ messages)
` [PATCH net-next v3 1/2] dma-mapping: introduce DMA_ATTR_CC_DECRYPTED for pre-decrypted memory

[Buildroot] [PATCH 1/1] package/harfbuzz: bump version to 13.0.1
 2026-03-08 10:19 UTC 

[PATCH v2] iopoll: fix function parameter names in read_poll_timeout_atomic()
 2026-03-08 10:18 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for "

[PATCH] drm/loongson: use drm_gem_ttm_dumb_map_offset()
 2026-03-08 10:15 UTC 

[PATCH 0/1] Weston 15.0.0 upgrade
 2026-03-08 10:15 UTC  (4+ messages)
` [kirkstone][PATCH] u-boot: move CVE patch out of u-boot-common.inc
` [PATCH 1/1] weston: update to 15.0.0
  ` [OE-core] [kirkstone][PATCH] u-boot: move CVE patch out of u-boot-common.inc

[PATCH] x86/virt/tdx: Fix lockdep assertion failure in cache flush for kexec
 2026-03-08 10:12 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v7 04/29] drm/sched: Add some scheduling quality unit tests
 2026-03-08 10:10 UTC  (2+ messages)

linux-next: build failure in the hid tree
 2026-03-08 10:09 UTC  (5+ messages)

[PATCH] docs/dev-tools: fix a broken URL in dev-tools/coccinelle.rst
 2026-03-08 10:08 UTC 

[PATCH v3] eventpoll: Convert epoll_put_uevent() to scoped user access
 2026-03-08 10:08 UTC  (5+ messages)

[patch 0/5] clocksource: Rewrite clocksource watchdog and related cleanups
 2026-03-08 10:05 UTC  (4+ messages)
` [patch 5/5] clocksource: Rewrite watchdog code completely

[PATCH] migration: assert that the same migration handler is not being added twice
 2026-03-08 10:01 UTC 

[PATCH v2] selftests/bpf: avoid jump seq limit in verif_scale_pyperf600
 2026-03-08 10:01 UTC  (6+ messages)

[PATCH net] net: nexthop: fix percpu use-after-free in remove_nh_grp_entry
 2026-03-08 10:00 UTC  (2+ messages)

[BUG] HDMI monitor shows no signal when the refresh rate is higher than the default 60Hz
 2026-03-08  9:56 UTC  (3+ messages)

[PATCH v2] binfmt_elf: Align eligible read-only PT_LOAD segments to PMD_SIZE for THP
 2026-03-08  9:57 UTC  (2+ messages)

[PATCH] history: initialize rev_info in cmd_history_reword()
 2026-03-08  9:57 UTC 

[moderation/CI] Re: genetlink: apply reject policy for split ops on the dispatch path
 2026-03-08  9:56 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.