All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-08 10:41:47 to 2026-03-08 12:37:46 UTC [more...]

[PATCH v2 phy-next 00/24] Split Generic PHY consumer and provider API
 2026-03-08 12:37 UTC  (106+ 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
` [PATCH v2 phy-next 24/24] MAINTAINERS: add regexes for linux-phy

[GIT FIXES v2 FOR 7.0] V4L2 driver and MC fixes
 2026-03-08 12:36 UTC 

[PATCH net-next] tcp: inline tcp_chrono_start()
 2026-03-08 12:35 UTC 

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

[PATCH net-next] tcp: move tp->chrono_type next tp->chrono_stat[]
 2026-03-08 12:23 UTC 

net/netfilter/nft_synproxy.c:51:40: sparse: sparse: cast to non-scalar
 2026-03-08 12:21 UTC 

[PATCH] gpio: ljca: reduce struct allocation
 2026-03-08 12:19 UTC  (2+ messages)

[PATCH] gcc: backport a fix for building with gcc-16
 2026-03-08 12:18 UTC 

[PATCH 0/5] parseopt: add subcommand autocorrection
 2026-03-08 12:17 UTC  (6+ messages)
` [PATCH 1/5] parseopt: extract subcommand handling from parse_options_step()
` [PATCH 2/5] help: refactor command autocorrection handling
` [PATCH 3/5] parseopt: autocorrect mistyped subcommands
` [PATCH 4/5] parseopt: enable subcommand autocorrect for remote and notes
` [PATCH 5/5] help: add tests for subcommand autocorrection

[PATCH 1/3] m4: upgrade to 1.4.21
 2026-03-08 12:14 UTC  (3+ messages)
` [OE-core] "

[PATCH v3 00/13] Support for Samsung S2MU005 PMIC and its sub-devices
 2026-03-08 12:13 UTC  (6+ messages)
` [PATCH v3 04/13] dt-bindings: power: supply: document Samsung S2M series PMIC charger device

[PATCHSET 0/2] io_uring fixes
 2026-03-08 12:11 UTC  (3+ messages)

[PATCH net-next v10] virtio_net: add page_pool support for buffer allocation
 2026-03-08 12:09 UTC  (3+ messages)

[PATCH v5 next 00/17] Enhance printf()
 2026-03-08 11:58 UTC  (19+ 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

[PATCH] arm64: dts: qcom: sm8250: Add label for reserved-memory node
 2026-03-08 11:52 UTC  (3+ messages)

[PATCH v5 0/9] landlock: UNIX connect() control by pathname and scope
 2026-03-08 11:50 UTC  (7+ messages)
` [PATCH v5 2/9] landlock: Control pathname UNIX domain socket resolution by path

[Bug 221184] New: mouse/keyboard (connected via hub) usb reset under system load with weak cpu
 2026-03-08 11:47 UTC  (2+ messages)
` [Bug 221184] "

[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)

[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  (4+ messages)
` [PATCH 2/3] "

[PATCH] drivers: s390: hmcdrv_dev: remove commented out code
 2026-03-08 11:04 UTC  (2+ 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)


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.