All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-01 15:55:02 to 2026-02-01 18:40:31 UTC [more...]

[Buildroot] [PATCH 1/1] package/cmake: bump version to 4.2.3
 2026-02-01 18:40 UTC 

[meta-oe][PATCH] libsdl2-compat: update 2.32.58 -> 2.32.62
 2026-02-01 18:39 UTC 

[Buildroot] [PATCH 1/1] package/transmission: bump version to 4.1.0
 2026-02-01 18:39 UTC 

[Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 6.{6, 12, 18}.x series
 2026-02-01 18:39 UTC 

serial console on Mikrotik RB532 non-working
 2026-02-01 18:39 UTC 

[net-next 0/4] net: ethernet: renesas: rcar_gen4_ptp: Hide private data
 2026-02-01 18:37 UTC  (5+ messages)
` [net-next 1/4] net: ethernet: renesas: rcar_gen4_ptp: Move address assignment
` [net-next 2/4] net: ethernet: renesas: rcar_gen4_ptp: Add helper to get clock index
` [net-next 3/4] net: ethernet: renesas: rcar_gen4_ptp: Add helper to read time
` [net-next 4/4] net: ethernet: renesas: rcar_gen4_ptp: Hide private data from users

[net-next,PATCH] net: stmmac: stm32: Do not suspend downed interface
 2026-02-01 18:20 UTC  (6+ messages)

[PATCH v5 0/2] dm: core: Support same compatible in host/gadget musb drivers
 2026-02-01 18:19 UTC  (5+ messages)
` [PATCH v5 1/2] usb: musb-new: Relative ctrl_mod address parsing
` [PATCH v5 2/2] usb: musb-new: Add compatibles for ti,musb-am33xx

[PATCH net-next v3 0/2] Add support for Renesas RZ/G3L GBETH
 2026-02-01 18:33 UTC  (5+ messages)
` [PATCH net-next v3 1/2] dt-bindings: net: renesas,rzv2h-gbeth: Document Renesas RZ/G3L SoC
` [PATCH net-next v3 2/2] net: stmmac: dwmac-renesas-gbeth: Add support for "

[PATCH v2 0/4] iio: accel: adxl345: Add event scaling and doc fixes
 2026-02-01 18:33 UTC  (5+ messages)
` [PATCH v2 1/4] docs: iio: adxl345: fix typos and grammar
` [PATCH v2 2/4] iio: core: Add IIO_EV_INFO_SCALE to event info
` [PATCH v2 3/4] iio: accel: adxl345: Implement event scaling for ABI compliance
` [PATCH v2 4/4] docs: iio: adxl345: update math and examples for scaling

[PATCH] scripts: checkpatch: warn on Rust panicking methods
 2026-02-01 18:30 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCHv4 00/15] Adding comprehensive support for i.MX8MM EVK board
 2026-02-01 18:28 UTC  (4+ messages)
` [PATCHv4 01/15] hw/arm: Add the i.MX 8MM EVK(Evaluation Kit) board

[GIT PULL] perf events fix
 2026-02-01 18:26 UTC  (3+ messages)

[PATCH bpf-next v5 00/16] Remove task and cgroup local storage percpu counters
 2026-02-01 18:22 UTC  (18+ messages)
` [PATCH bpf-next v5 01/16] bpf: Select bpf_local_storage_map_bucket based on bpf_local_storage
` [PATCH bpf-next v5 02/16] bpf: Convert bpf_selem_unlink_map to failable
` [PATCH bpf-next v5 03/16] bpf: Convert bpf_selem_link_map "
` [PATCH bpf-next v5 04/16] bpf: Convert bpf_selem_unlink "
` [PATCH bpf-next v5 05/16] bpf: Change local_storage->lock and b->lock to rqspinlock
` [PATCH bpf-next v5 06/16] bpf: Remove task local storage percpu counter
` [PATCH bpf-next v5 07/16] bpf: Remove cgroup "
` [PATCH bpf-next v5 08/16] bpf: Remove unused percpu counter from bpf_local_storage_map_free
` [PATCH bpf-next v5 09/16] bpf: Prepare for bpf_selem_unlink_nofail()
` [PATCH bpf-next v5 10/16] bpf: Support lockless unlink when freeing map or local storage
` [PATCH bpf-next v5 11/16] bpf: Switch to bpf_selem_unlink_nofail in bpf_local_storage_{map_free, destroy}
` [PATCH bpf-next v5 12/16] selftests/bpf: Update sk_storage_omem_uncharge test
` [PATCH bpf-next v5 13/16] selftests/bpf: Update task_local_storage/recursion test
` [PATCH bpf-next v5 14/16] selftests/bpf: Update task_local_storage/task_storage_nodeadlock test
` [PATCH bpf-next v5 15/16] selftests/bpf: Remove test_task_storage_map_stress_lookup
` [PATCH bpf-next v5 16/16] selftests/bpf: Choose another percpu variable in bpf for btf_dump test

[PATCH] tools/power/acpi: Replace unsafe strcpy with snprintf in apdump.c
 2026-02-01 18:21 UTC 

[RFC PATCH] media: Virtual camera driver
 2026-02-01 18:20 UTC  (2+ messages)

[PATCH] tools/power/acpi: Replace unsafe strcat with strncat in apfiles.c
 2026-02-01 18:18 UTC 

[PATCH] tools/power/acpi: Replace strcpy/strcat with snprintf in osunixdir.c
 2026-02-01 18:16 UTC 

Subject: Regression: CONFIG_ASYNC_KERNEL_PGTABLE_FREE causes memory exhaustion and stalls on busy Cascade Lake server (6.18.7 only)
 2026-02-01 18:16 UTC  (2+ messages)

[PATCH 0/2] Introduce IORING_OP_MMAP
 2026-02-01 18:16 UTC  (3+ messages)

[RFC PATCH 0/9] nolibc: Add static-pie support
 2026-02-01 18:14 UTC  (12+ messages)
` [RFC PATCH 1/9] elf: Add relocation types used by nolibc
` [RFC PATCH 2/9] tools/nolibc: crt: Split _start_c() into stack-only and normal part
` [RFC PATCH 3/9] tools/nolibc: Add basic ELF self-relocation support for static PIE
` [RFC PATCH 5/9] tools/nolibc: x86: Add relocation support for x86_64
` [RFC PATCH 9/9] fs/binfmt_elf_fdpic: Reflect that PIE binaries also work in KConfig help

[PATCH bpf-next] bpf: Replace snprintf("%s", ...) with strscpy()
 2026-02-01 18:04 UTC 

NV04, 6.18.8 crashes on NULL pointer dereference
 2026-02-01 17:57 UTC 

[PATCH] crypto: img-hash - Use unregister_ahashes in img_{un}register_algs
 2026-02-01 17:56 UTC 

usbhid: Intermittent EPROTO errors trigger USB reset and interrupt user input
 2026-02-01 17:57 UTC 

[PATCH v1 4/9] mfd: Add driver for Asus Transformer embedded controller
 2026-02-01 17:51 UTC  (2+ messages)

[PATCH] mm/zswap: remove SWP_SYNCHRONOUS_IO swapcache bypass workaround
 2026-02-01 17:47 UTC 

[PATCH] smb/client: fix memory leak in smb2_open_file()
 2026-02-01 17:44 UTC  (3+ messages)

[PATCHSET v3 sched_ext/for-6.20] sched_ext: Fix ops.dequeue() semantics
 2026-02-01 17:43 UTC  (5+ messages)
` [PATCH 1/2] "

[PATCH] kernfs: fix NULL pointer dereference in __kernfs_new_node()
 2026-02-01 17:41 UTC  (2+ messages)

[RFC PATCH v3 3/5] mm: memcontrol: add interface for swap tier selection
 2026-02-01 17:40 UTC  (2+ messages)

[PATCH v3 0/3] char: add option to inject timestamps into logfile
 2026-02-01 17:36 UTC  (4+ messages)
` [PATCH v3 1/3] char: qemu_chr_write_log() use qemu_write_full()
` [PATCH v3 2/3] error-report: make real_time_iso8601() public
` [PATCH v3 3/3] chardev: add logtimestamp option

[nfs-utils PATCH 10/10] statd: fix a typo in a debug message
 2026-02-01 17:37 UTC  (2+ messages)

[nfs-utils PATCH 09/10] nfsd: fix a typo in man page
 2026-02-01 17:37 UTC  (2+ messages)

[nfs-utils PATCH 08/10] mountd: fix a typo in man page
 2026-02-01 17:36 UTC  (2+ messages)

[nfs-utils PATCH 07/10] nfs.man: fix a typo in man page
 2026-02-01 17:36 UTC  (2+ messages)

[nfs-utils PATCH 06/10] gssd: fix typos in man page
 2026-02-01 17:35 UTC  (2+ messages)

[nfs-utils PATCH 05/10] exports: fix a typo in man page
 2026-02-01 17:34 UTC  (2+ messages)

[nfs-utils PATCH 04/10] rpcctl: fix a typo in man page
 2026-02-01 17:34 UTC  (2+ messages)

[nfs-utils PATCH 03/10] nfsiostat: fix typos in man page
 2026-02-01 17:33 UTC  (2+ messages)

[nfs-utils PATCH 02/10] mountstats: fix a typo in man page
 2026-02-01 17:33 UTC  (2+ messages)

[nfs-utils PATCH 01/10] nfs.conf: fix a typo in man page
 2026-02-01 17:32 UTC  (2+ messages)

[PATCH] systemd: drop Wants=network-online.target for rpc-statd-notify
 2026-02-01 17:32 UTC  (2+ messages)

[PATCH nfs-utils v2] nfsdctl: add support for min-threads parameter
 2026-02-01 17:31 UTC  (2+ messages)

[koverstreet-bcachefs:bcachefs-blocked-with-btree-locks-held-tracepoint 275/275] kernel/sched/core.c:7068:undefined reference to `bch2_account_sched_blocked'
 2026-02-01 17:30 UTC 

[PATCH v2 0/3] follow-up for tpm_emulator errp story
 2026-02-01 17:27 UTC  (4+ messages)
` [PATCH v2 1/3] tpm_emulator: print error on error-ignore path
` [PATCH v2 2/3] tpm_emulator: drop direct use of errno variable
` [PATCH v2 3/3] tpm_emulator: tpm_emulator_set_state_blobs(): move to boolean return

[PATCH v2 0/8] iio: dac: ds4424: add DS4402/DS4404 support and scale
 2026-02-01 17:24 UTC  (5+ messages)
` [PATCH v2 5/8] iio: dac: ds4424: convert to regmap

[PATCH] RDMA/siw: Avoid NULL deref on header parse error
 2026-02-01 17:23 UTC  (3+ messages)
` [PATCH] RDMA/siw: Fix potential NULL pointer dereference in header processing

[PATCH] test: add a test for null PMD
 2026-02-01 17:17 UTC  (8+ messages)
` [PATCH v10 0/6] net/null: bug fixes and improvements
  ` [PATCH v10 1/6] net/null: fix missing mbuf leakage in the copy transmit
  ` [PATCH v10 2/6] net/null: cleanup info response
  ` [PATCH v10 3/6] net/null: validate the numeric devargs
  ` [PATCH v10 4/6] net/null: remove redundant argument validation
  ` [PATCH v10 5/6] test: support larger packet sizes in burst generator
  ` [PATCH v10 6/6] test: add a test for null PMD

[Newcomer] [GSOC 2026] Introduction
 2026-02-01 17:16 UTC  (2+ messages)

[PATCH v2 01/20] genirq: Set IRQF_COND_ONESHOT in devm_request_irq()
 2026-02-01 17:13 UTC  (2+ messages)
` [tip: irq/cleanups] "

[PATCH v2 02/20] platform/x86: int0002: Remove IRQF_ONESHOT from request_irq()
 2026-02-01 17:13 UTC  (2+ messages)
` [tip: irq/cleanups] "

[PATCH v2 03/20] iommu/amd: Use core's primary handler and set IRQF_ONESHOT
 2026-02-01 17:13 UTC  (2+ messages)
` [tip: irq/cleanups] "

[PATCH v2 04/20] mailbox: bcm-ferxrm-mailbox: Use default primary handler
 2026-02-01 17:13 UTC  (2+ messages)
` [tip: irq/cleanups] "

[PATCH v2 05/20] bus: fsl-mc: Use default primary handler
 2026-02-01 17:13 UTC  (2+ messages)
` [tip: irq/cleanups] "

[PATCH v2 06/20] Bluetooth: btintel_pcie: Use IRQF_ONESHOT and default primary handler
 2026-02-01 17:13 UTC  (2+ messages)
` [tip: irq/cleanups] "

[PATCH v2 07/20] scsi: efct: Use IRQF_ONESHOT and default primary handler
 2026-02-01 17:13 UTC  (2+ messages)
` [tip: irq/cleanups] "

[PATCH v2 08/20] ARM: versatile: Remove IRQF_ONESHOT
 2026-02-01 17:13 UTC  (2+ messages)
` [tip: irq/cleanups] "

[PATCH v2 09/20] char: tpm: cr50: Remove IRQF_ONESHOT
 2026-02-01 17:13 UTC  (2+ messages)
` [tip: irq/cleanups] "

[PATCH v2 10/20] EDAC/altera: Remove IRQF_ONESHOT
 2026-02-01 17:13 UTC  (2+ messages)
` [tip: irq/cleanups] "

[PATCH v2 11/20] usb: typec: fusb302: Remove IRQF_ONESHOT
 2026-02-01 17:13 UTC  (2+ messages)
` [tip: irq/cleanups] "

[PATCH v2 12/20] rtc: amlogic-a4: Remove IRQF_ONESHOT
 2026-02-01 17:13 UTC  (2+ messages)
` [tip: irq/cleanups] "

[PATCH v2 13/20] thermal/qcom/lmh: Replace IRQF_ONESHOT with IRQF_NO_THREAD
 2026-02-01 17:13 UTC  (2+ messages)
` [tip: irq/cleanups] "

[PATCH v2 15/20] mfd: wm8350-core: Use IRQF_ONESHOT
 2026-02-01 17:13 UTC  (2+ messages)
` [tip: irq/cleanups] "

[PATCH v2 16/20] iio: Use IRQF_NO_THREAD
 2026-02-01 17:13 UTC  (2+ messages)
` [tip: irq/cleanups] "

[PATCH v2 17/20] iio: Replace IRQF_ONESHOT with IRQF_NO_THREAD
 2026-02-01 17:13 UTC  (2+ messages)
` [tip: irq/cleanups] "

[PATCH v2 18/20] iio: magnetometer: Remove IRQF_ONESHOT
 2026-02-01 17:13 UTC  (2+ messages)
` [tip: irq/cleanups] "

[PATCH] tools/sched_ext: Add error logging for dsq creation failures in remaining schedulers
 2026-02-01 17:13 UTC  (2+ messages)

[PATCH v2 19/20] iio: adc: ad7766: Use iio_trigger_generic_data_rdy_poll()
 2026-02-01 17:13 UTC  (2+ messages)
` [tip: irq/cleanups] "

[PATCH v2 20/20] media: pci: mg4b: Use IRQF_NO_THREAD
 2026-02-01 17:13 UTC  (2+ messages)
` [tip: irq/cleanups] "

[PATCH 0/4] sched: Various reweight_entity() fixes
 2026-02-01 17:13 UTC  (2+ messages)

[PATCH] dma-buf: add SB_I_NOEXEC flag to dmabuf pseudo-filesystem
 2026-02-01 17:09 UTC 

[PATCH v4 00/17] module: Introduce hash-based integrity checking
 2026-02-01 17:09 UTC  (4+ messages)

[PATCH 0/2] iio: light: Add support for Capella cm36686 and cm36672p sensors
 2026-02-01 17:03 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: Add binding document for cm36686
` [PATCH 2/2] iio: light: Add support for Capella cm36686 and cm36672p sensors

[LSF/MM?BFP TOPIC] Block-layer device resets
 2026-02-01 17:06 UTC 

[PATCH v2 0/6] perf Cross platform KVM support
 2026-02-01 17:04 UTC  (4+ messages)
` [PATCH v2 2/6] perf kvm stat: Remove use of the arch directory

[PATCH RESEND] drm/msm/dpu: Fix smatch warnings about variable dereferenced before check
 2026-02-01 17:04 UTC  (2+ messages)

[PULL] IIO: New device support, features and cleanup for 7.0
 2026-02-01 16:59 UTC 

[PATCH 0/2] mtd: spi-nor: Fix SST AAI write mode
 2026-02-01 16:58 UTC  (6+ messages)
` [PATCH 1/2] mtd: spi-nor: sst: Fix write enable before AAI sequence
` [PATCH 2/2] mtd: spi-nor: core: Fix AAI mode when dirmap is not available

[PATCH] powerpc/pseries: plpks: export plpks_wrapping_is_supported
 2026-02-01 16:53 UTC 

[PATCH 1/2] mtd: spi-nor: sst: Fix write enable before AAI sequence
 2026-02-01 16:51 UTC  (2+ messages)
` [PATCH 2/2] mtd: spi-nor: core: Fix AAI mode when dirmap is not available

[PATCH -next] cpuset: fix overlap of partition effective CPUs
 2026-02-01 16:51 UTC  (2+ messages)

[PATCH -next v2] cgroup: increase maximum subsystem count from 16 to 32
 2026-02-01 16:51 UTC  (2+ messages)

[PATCH v15 0/7] x509, pkcs7, crypto: Add ML-DSA signing
 2026-02-01 16:44 UTC  (4+ messages)
` [PATCH v15 6/7] modsign: Enable ML-DSA module signing

[PATCH v4 00/15] can: grcan: Enhance driver with CANFD Support and Improvemens
 2026-02-01 16:43 UTC  (3+ messages)
` [PATCH v4 12/15] can: grcan: Add CANFD TX support alongside legacy CAN

[PATCH] selftests/bpf: skip deny_namespace when bpf LSM is not enabled
 2026-02-01 16:43 UTC  (2+ messages)

NMI stack overflow during resume of PCIe bridge with CONFIG_HARDLOCKUP_DETECTOR=y
 2026-02-01 16:42 UTC  (8+ messages)
        ` crash during resume of PCIe bridge in v5.17 (v5.16 works)
          ` crash during resume of PCIe bridge from v5.17 to next-20260130 "

[PATCH 0/4] doc: some more synopsis conversions and fixes
 2026-02-01 16:39 UTC  (4+ messages)
` [PATCH v2 4/4] doc: convert git-show to synopsis style

kernel/futex/core.c:1748:2-8: WARNING: NULL check before some freeing functions is not needed
 2026-02-01 16:39 UTC 

[PATCH -next 0/3] cgroup/dmem: bugfixes
 2026-02-01 16:36 UTC  (2+ messages)

[PATCH v2 0/3] bpf/verifier: Expand the usage scenarios of bpf_kptr_xchg
 2026-02-01 16:34 UTC  (3+ messages)
` [PATCH v2 3/3] selftests/bpf: Add supplementary tests for bpf_kptr_xchg

[poky][scarthgap][PATCH] improve_kernel_cve_report: add script for postprocesing of kernel CVE data
 2026-02-01 16:33 UTC  (2+ messages)

[PATCH 0/2] hmwon: (sy7636a) fix regulator handling
 2026-02-01 16:29 UTC  (11+ messages)
` [PATCH RFC 1/2] hwmon: (sy7636a) fix races during probe of mfd subdevices
                ` In-kernel hwmon read: (was: Re: [PATCH RFC 1/2] hwmon: (sy7636a) fix races during probe of mfd subdevices)
                  ` In-kernel hwmon read:

[PATCH v15 00/28] x86: Secure Launch support for Intel TXT
 2026-02-01 16:23 UTC  (9+ messages)
` [PATCH v15 01/28] tpm: Initial step to reorganize TPM public headers
` [PATCH v15 02/28] tpm: Move TPM1 specific definitions and functions to new headers

Bug#1126499: linux-image-6.17.13+deb14-amd64: ovpn NULL pointer dereference and lockup under heavy load
 2026-02-01 16:23 UTC 

[PATCH v10 0/8] virtio-net: live-TAP local migration
 2026-02-01 16:20 UTC  (9+ messages)
` [PATCH v10 1/8] net/tap: move vhost-net open() calls to tap_parse_vhost_fds()
` [PATCH v10 2/8] net/tap: move vhost initialization to tap_setup_vhost()
` [PATCH v10 3/8] qapi: add backend-transfer migration parameter
` [PATCH v10 4/8] net: introduce vmstate_net_peer_backend
` [PATCH v10 5/8] virtio-net: support backend-transfer migration
` [PATCH v10 6/8] net/tap: "
` [PATCH v10 7/8] tests/functional: add skipWithoutSudo() decorator
` [PATCH v10 8/8] tests/functional: add test_tap_migration

[RFC PATCH v3 0/8] landlock: Add UDP access control support
 2026-02-01 16:19 UTC  (3+ messages)
` [RFC PATCH v3 6/8] selftests/landlock: Add tests for UDP sendmsg

[PATCH 0/8] Add support for LS7A LPC IRQ for MIPS Loongson systems
 2026-02-01 16:19 UTC  (7+ messages)
` [PATCH 3/8] irqchip/loongson-pch-lpc: extract non-ACPI-related code from ACPI init
` [PATCH 5/8] irqchip/loongson-pch-lpc: add OF init code

[RFC v6 wireless-next 0/4] background CAC fixes
 2026-02-01 16:15 UTC  (5+ messages)
` [RFC v6 wireless-next 1/4] wifi: cfg80211: fix background CAC
` [RFC v6 wireless-next 2/4] wifi: cfg80211: set and report chandef CAC ongoing
` [RFC v6 wireless-next 3/4] wifi: cfg80211: events, report background radar
` [RFC v6 wireless-next 4/4] wifi: mac80211_hwsim: background CAC support

[groeck-staging:hwmon-next] BUILD SUCCESS 676f2cc2c7da7b5d5dcc6fc249bf005647c0abbd
 2026-02-01 16:13 UTC 

[PATCH] irqchip/aspeed-scu-ic: Remove unused variable mask
 2026-02-01 16:13 UTC  (2+ messages)
` [tip: irq/drivers] "

[PATCH v3] acl: add RISC-V vector extension implementation
 2026-02-01 16:11 UTC  (2+ messages)

[PATCH v2] node: lookup with RISC-V vector extension
 2026-02-01 16:10 UTC  (2+ messages)

[frank-w-bpi-r2-4.14:6.19-rc 133/133] include/linux/pcs/pcs.h:90:1: warning: 'fwnode_phylink_pcs_get_from_fwnode' defined but not used
 2026-02-01 16:08 UTC 

[anolis-intel-cloud:devel-6.6 0/3] htmldocs: Documentation/admin-guide/hw-vuln/srso.rst:124: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
 2026-02-01 15:55 UTC 

[PATCH v3 0/2] PCI/IOV: Fix deadlock when removing PF with enabled SR-IOV
 2026-02-01 15:56 UTC  (2+ messages)

[PATCH v23 00/22] Type2 device basic support
 2026-02-01 15:54 UTC  (17+ messages)
` [PATCH v23 07/22] sfc: create type2 cxl memdev
` [PATCH v23 08/22] cxl/hdm: Add support for getting region from committed decoder
` [PATCH v23 09/22] cxl: Add function for obtaining region range
` [PATCH v23 10/22] cxl: Export function for unwinding cxl by accelerators
` [PATCH v23 11/22] sfc: obtain decoder and region if committed by firmware
` [PATCH v23 12/22] cxl: Define a driver interface for HPA free space enumeration
` [PATCH v23 13/22] sfc: get root decoder
` [PATCH v23 14/22] cxl: Define a driver interface for DPA allocation
` [PATCH v23 15/22] sfc: get endpoint decoder
` [PATCH v23 16/22] cxl: Make region type based on endpoint type
` [PATCH v23 17/22] cxl/region: Factor out interleave ways setup
` [PATCH v23 18/22] cxl/region: Factor out interleave granularity setup
` [PATCH v23 19/22] cxl: Allow region creation by type2 drivers
` [PATCH v23 20/22] cxl: Avoid dax creation for accelerators
` [PATCH v23 21/22] sfc: create cxl region
` [PATCH v23 22/22] sfc: support pio mapping based on cxl


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.