All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-20 14:31:09 to 2025-11-20 15:19:25 UTC [more...]

[PATCH 00/44] Change a lot of min_t() that might mask high bits
 2025-11-20 15:19 UTC  (12+ messages)
` [PATCH 04/44] io_uring/net: Change some dubious min_t()
` [PATCH 12/44] block: use min() instead of min_t()
` [PATCH 28/44] drivers/usb/storage: "
      ` [usb-storage] "
` [PATCH 32/44] nodemask: "
` (subset) [PATCH 00/44] Change a lot of min_t() that might mask high bits

[PATCH v5 0/6] doc/netlink: Expand nftables specification
 2025-11-20 15:19 UTC  (3+ messages)
` [PATCH v5 1/6] doc/netlink: netlink-raw: Add max check
` [PATCH v5 2/6] doc/netlink: nftables: Add definitions

[PATCH v5 0/2] Remove hard coded values for MIPI-DSI
 2025-11-20 15:18 UTC  (4+ messages)
` [PATCH v5 1/2] clk: renesas: rzg2l: Remove DSI clock rate restrictions

[PATCH net-next v17 00/15] net: phy: Introduce PHY ports representation
 2025-11-20 15:18 UTC  (4+ messages)
` [PATCH net-next v17 03/15] "

[bug report] kernel BUG at mm/hugetlb.c:5868! triggered by blktests nvme/tcp nvme/029
 2025-11-20 15:18 UTC  (5+ messages)

[fustini:b4/ssqosid-cbqri 20/24] include/linux/riscv_qos.h:10:10: fatal error: asm/qos.h: No such file or directory
 2025-11-20 15:18 UTC 

[PATCH] kbuild: fix compilation of dtb specified on command-line without make rule
 2025-11-20 15:18 UTC 

Feature request: git cp
 2025-11-20 15:17 UTC  (2+ messages)

[PATCH v4l-utils] edid-decode: add more details to the AMD VSDB
 2025-11-20 15:17 UTC 

[PATCH v4] blsuki: Fix grub_errno leakage in blsuki_is_default_entry()
 2025-11-20 15:17 UTC  (2+ messages)

[PATCH v4 0/2] Enable VRSR
 2025-11-20 15:17 UTC  (5+ messages)
` [PATCH v4 1/2] tests/intel/kms_pm_vrsr: Add test to validate VRSR with system suspend

[PATCH net-next v5 0/2] net: Split ndo_set_rx_mode into snapshot
 2025-11-20 15:17 UTC  (2+ messages)

[PATCH v3 2/4] mfd: sony-cronos-cpld: Add driver for Sony Cronos CPLD
 2025-11-20 15:16 UTC  (4+ messages)

[PATCH 0/1] drm/xe/guc: Don't run jobs during GT reset
 2025-11-20 15:16 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH rdma-next 0/2] Add new IB rate for XDR (8x) support
 2025-11-20 15:15 UTC  (3+ messages)
` [PATCH rdma-next 1/2] RDMA/core: "
` [PATCH rdma-next 2/2] RDMA/mlx5: Add support for 1600_8x lane speed

[syzbot] [jfs?] UBSAN: shift-out-of-bounds in jfs_statfs (3)
 2025-11-20 15:15 UTC  (2+ messages)
` Forwarded: test

[PATCH net-next 00/15] Probe SJA1105 DSA children using MFD and dynamic OF nodes
 2025-11-20 15:14 UTC  (16+ messages)
` [PATCH net-next 02/15] net: mdio-regmap: permit working with non-MMIO regmaps
` [PATCH net-next 07/15] mfd: core: add ability for cells to probe on a custom parent OF node
` [PATCH net-next 08/15] net: dsa: sja1105: transition OF-based MDIO drivers to standalone
` [PATCH net-next 14/15] net: dsa: sja1105: replace mdiobus-pcs with xpcs-plat driver

[PATCH v4 00/35] Compiler-Based Context- and Locking-Analysis
 2025-11-20 15:10 UTC  (36+ messages)
` [PATCH v4 01/35] compiler_types: Move lock checking attributes to compiler-context-analysis.h
` [PATCH v4 02/35] compiler-context-analysis: Add infrastructure for Context Analysis with Clang
` [PATCH v4 03/35] compiler-context-analysis: Add test stub
` [PATCH v4 04/35] Documentation: Add documentation for Compiler-Based Context Analysis
` [PATCH v4 05/35] checkpatch: Warn about context_unsafe() without comment
` [PATCH v4 06/35] cleanup: Basic compatibility with context analysis
  ` [PATCH v4 07/35] lockdep: Annotate lockdep assertions for "
  ` [PATCH v4 08/35] locking/rwlock, spinlock: Support Clang's "
  ` [PATCH v4 09/35] compiler-context-analysis: Change __cond_acquires to take return value
  ` [PATCH v4 10/35] locking/mutex: Support Clang's context analysis
  ` [PATCH v4 11/35] locking/seqlock: "
  ` [PATCH v4 12/35] bit_spinlock: Include missing <asm/processor.h>
  ` [PATCH v4 13/35] bit_spinlock: Support Clang's context analysis
  ` [PATCH v4 14/35] rcu: "
  ` [PATCH v4 15/35] srcu: "
  ` [PATCH v4 16/35] kref: Add context-analysis annotations
  ` [PATCH v4 17/35] locking/rwsem: Support Clang's context analysis
  ` [PATCH v4 18/35] locking/local_lock: Include missing headers
  ` [PATCH v4 19/35] locking/local_lock: Support Clang's context analysis
  ` [PATCH v4 20/35] locking/ww_mutex: "
  ` [PATCH v4 21/35] debugfs: Make debugfs_cancellation a context guard struct
  ` [PATCH v4 22/35] compiler-context-analysis: Remove Sparse support
  ` [PATCH v4 23/35] compiler-context-analysis: Remove __cond_lock() function-like helper
  ` [PATCH v4 24/35] compiler-context-analysis: Introduce header suppressions
  ` [PATCH v4 25/35] compiler: Let data_race() imply disabled context analysis
  ` [PATCH v4 26/35] MAINTAINERS: Add entry for Context Analysis
  ` [PATCH v4 27/35] kfence: Enable context analysis
  ` [PATCH v4 28/35] kcov: "
  ` [PATCH v4 29/35] kcsan: "
  ` [PATCH v4 30/35] stackdepot: "
  ` [PATCH v4 31/35] rhashtable: "
  ` [PATCH v4 32/35] printk: Move locking annotation to printk.c
  ` [PATCH v4 33/35] security/tomoyo: Enable context analysis
  ` [PATCH v4 34/35] crypto: "
  ` [PATCH v4 35/35] sched: Enable context analysis for core.c and fair.c

[PATCH] normal/cmdline: fix hist_lines state loss and grub calloc failure check
 2025-11-20 15:12 UTC  (3+ messages)

[PULL] drm-misc-fixes
 2025-11-20 15:13 UTC 

[PATCH] arm64: mm: fix direct map use over accounting
 2025-11-20 15:11 UTC  (2+ messages)

[PATCH 0/1] Switch to use kernel standard fault injection in i915
 2025-11-20 15:10 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for Switch to use kernel standard fault injection in i915 (rev15)

[PATCH v2] fixup: mm/huge_memory.c: introduce folio_split_unmapped
 2025-11-20 15:07 UTC  (3+ messages)

Interest in contributing to the CXL community
 2025-11-20 15:07 UTC  (2+ messages)

[PATCH v3 0/2] Some bind queue fixes
 2025-11-20 15:06 UTC  (4+ messages)
` [PATCH v3 1/2] drm/xe/uapi: disallow bind queue sharing
` ✓ Xe.CI.BAT: success for Some bind queue fixes (rev3)

[PATCH] powerpc/pseries/svm: Make mem_encrypt.h self contained
 2025-11-20 15:06 UTC 

[PATCH v7 0/9] reset: rework reset-gpios handling
 2025-11-20 15:06 UTC  (8+ messages)
` [PATCH v7 1/9] software node: read the reference args via the fwnode API
` [PATCH v7 2/9] software node: increase the reference of the swnode by its fwnode
` [PATCH v7 4/9] spi: cs42l43: Use actual ACPI firmware node for chip selects

[PATCH v2] MIPS: kernel: Fix random segmentation faults
 2025-11-20 15:05 UTC  (2+ messages)

[PATCH 00/12] x86/irq: drop interrupt target cpumasks
 2025-11-20 15:05 UTC  (3+ messages)
` [PATCH 06/12] x86/i8259: redo workaround for AMD spurious PIC interrupts

[PATCH v6 00/11] Introduce git-history(1) command for easy history editing
 2025-11-20 15:05 UTC  (8+ messages)
` [PATCH v6 07/11] add-patch: split out `struct interactive_options`
` [PATCH v6 08/11] add-patch: remove dependency on "add-interactive" subsystem
` [PATCH v6 09/11] add-patch: add support for in-memory index patching

[PATCH] cifs: client: allow changing multichannel mount options on remount
 2025-11-20 15:04 UTC  (4+ messages)
` [PATCH] cifs: client: enforce consistent handling of multichannel and max_channels

[PATCH] lib/rbtree: add missing space after 'if'
 2025-11-20 15:03 UTC 

[PATCH 0/8] rust: pci: add abstractions for SR-IOV capability
 2025-11-20 15:03 UTC  (3+ messages)

[RFC PATCH v3 0/7] Support mapping virtio-gpu virgl hostmem blobs using MAP_FIXED API
 2025-11-20 15:02 UTC  (5+ messages)
` [RFC PATCH v3 5/7] virtio-gpu: Destroy virgl resources on virtio-gpu reset

[PATCH v6 0/2] Add support for MAX77675 device
 2025-11-20 15:03 UTC  (3+ messages)
` [PATCH v6 1/2] regulator: dt-bindings: Add MAX77675 regulator

[PATCH v2 0/7] ti: j7: Update to v0.12.0 of DDR config tool
 2025-11-20 14:48 UTC  (7+ messages)
` [PATCH v2 5/7] arm: dts: k3-am69: ddr: "
        ` [EXTERNAL] "

[PATCH 0/2] xenbus: Fix PV devices in s3/s2idle
 2025-11-20 15:03 UTC 

[PATCH v1 0/4] Introduce xe_pcode_read_probe()
 2025-11-20 15:02 UTC  (5+ messages)
` [PATCH v1 1/4] drm/xe/pcode: "

[PATCH] timekeeping: Fix resource leak in tk_aux_sysfs_init() error paths
 2025-11-20 15:02 UTC  (2+ messages)
` [PATCH v2] "

[PATCH net] net: phy: mxl-gpy: fix link properties on USXGMII and internal PHYs
 2025-11-20 15:02 UTC 

[PATCH 0/2] blk-mq: use array manage hctx map instead of xarray
 2025-11-20 15:02 UTC  (4+ messages)
` [PATCH 2/2] blk-mq: fix potential uaf for 'queue_hw_ctx'

[RFC PATCH 0/3] folio->mapping == NULL check issue
 2025-11-20 15:00 UTC  (14+ messages)
` [RFC PATCH 1/3] mm/huge_memory: prevent NULL pointer dereference in try_folio_split_to_order()
` [RFC PATCH 2/3] mm/huge_memory: add kernel-doc for folio_split_supported()
` [RFC PATCH 3/3] mm/memory-failure: handle min_order_for_split() error code properly

[PATCH 0/2] genirq: Fix IRQ threads VS cpuset
 2025-11-20 15:00 UTC  (5+ messages)
` [PATCH 1/2] genirq: Fix IRQ threads affinity VS cpuset isolated partitions

Reasonable maximum signaling timeout for dma_fences
 2025-11-20 14:41 UTC  (5+ messages)
` [PATCH 1/4] dma-buf/fence: give some reasonable maximum signaling timeout
` [PATCH 2/4] dma-buf/sw-sync: always taint the kernel when sw-sync is used
` [PATCH 3/4] drm/vgem: use the reasonable maximum timeout defined by the dma_fence
` [PATCH 4/4] drm/sched: warn and taint the kernel when maximum timeout is exceeded

[PATCH] cpufreq: qcom-nvmem: fix compilation warning for qcom_cpufreq_ipq806x_match_list
 2025-11-20 15:00 UTC  (2+ messages)

[PATCH 0/9] Initial DMABUF support for iommufd
 2025-11-20 14:59 UTC  (4+ messages)
` [PATCH 5/9] iommufd: Allow MMIO pages in a batch

[PATCH 0/8] mmc: sdhci-cadence: Improvements and fixes for Cadence SDHCI driver
 2025-11-20 14:59 UTC  (13+ messages)
` [PATCH 1/8] mmc: sdhci-cadence: Add reset control support
` [PATCH 2/8] mmc: sdhci-cadence: Use max-frequency property from device tree
` [PATCH 7/8] mmc: sdhci-cadence6: socfpga: Fix DT property naming convention
` [PATCH 8/8] mmc: sdhci-cadence6: Add DLL master control and improve tuning reliability

[PATCH i-g-t 0/2] fix CRTC index to pipe conversion, cleanup
 2025-11-20 14:58 UTC  (5+ messages)
` [PATCH i-g-t 2/2] lib/igt_kms: Drop the ioctl fallback for CRTC id to pipe mapping
` ✓ Xe.CI.Full: success for fix CRTC index to pipe conversion, cleanup

[PATCH v8 0/6] RTL8231 GPIO expander support
 2025-11-20 14:57 UTC  (3+ messages)
` [PATCH v8 1/6] dt-bindings: leds: Binding for RTL8231 scan matrix

[PATCH v16 0/7] timers/migration: Exclude isolated cpus from hierarchy
 2025-11-20 14:56 UTC  (8+ messages)
` [PATCH v16 1/7] timers/migration: Rename 'online' bit to 'available'
` [PATCH v16 2/7] timers/migration: Add mask for CPUs available in the hierarchy
` [PATCH v16 3/7] timers/migration: Use scoped_guard on available flag set/clear
` [PATCH v16 4/7] cgroup/cpuset: Rename update_unbound_workqueue_cpumask() to update_isolation_cpumasks()
` [PATCH v16 5/7] sched/isolation: Force housekeeping if isolcpus and nohz_full don't leave any
` [PATCH v16 6/7] cpumask: Add initialiser to use cleanup helpers
` [PATCH v16 7/7] timers/migration: Exclude isolated cpus from hierarchy

[PATCH v9 0/7] Add DDR4 memory-controller bindings and factorise LPDDR and DDR bindings
 2025-11-20 14:57 UTC  (3+ messages)
` [PATCH v9 2/7] dt-bindings: memory: introduce DDR4

[PATCH net-next v1] devlink: Notify eswitch mode changes to devlink monitor
 2025-11-20 14:56 UTC  (5+ messages)

[PATCH 0/2] Add tracepoints to profile SVM page faults and migration
 2025-11-20 14:56 UTC  (3+ messages)
` ✗ CI.checkpatch: warning for Add tracepoints to profile SVM page faults and migration (rev3)
` ✓ CI.KUnit: success "

[syzbot] [bluetooth?] [usb?] memory leak in __hci_cmd_sync_sk
 2025-11-20 14:54 UTC  (2+ messages)

[PATCH net-next 00/14] devlink and mlx5: Support cross-function rate scheduling
 2025-11-20 14:55 UTC  (9+ messages)
` [PATCH net-next 03/14] devlink: Add helpers to lock nested-in instances
` [PATCH net-next 04/14] devlink: Refactor devlink_rate_nodes_check
` [PATCH net-next 05/14] devlink: Decouple rate storage from associated devlink object
` [PATCH net-next 08/14] devlink: Allow rate node parents from other devlinks

[PATCH v2 0/3] drm/atomic-helper: Fix atomic modesetting regression
 2025-11-20 14:55 UTC  (10+ messages)
` [PATCH v2 3/3] drm/atomic-helper: Add special quirk tail function

[PATCH 00/17] Paravirt CPUs and push task for less vCPU preemption
 2025-11-20 14:54 UTC  (3+ messages)
` [PATCH 01/17] sched/docs: Document cpu_paravirt_mask and Paravirt CPU concept

[PATCH v2] drm/gem: Use vmemdup_array_user in drm_gem_objects_lookup
 2025-11-20 14:55 UTC  (4+ messages)

[PATCH v3] drm/i915/display: change pipe allocation order for discrete platforms
 2025-11-20 14:53 UTC  (3+ messages)

[PATCH V2 1/2] loop: clear nowait flag in workqueue context
 2025-11-20 14:52 UTC  (2+ messages)

[PATCH] dt-bindings: mfd: fsl,mc13xxx: Fix leds node schema
 2025-11-20 14:52 UTC  (2+ messages)
` (subset) "

[PATCH 0/5] KVM: arm64: Add support for FEAT_IDST
 2025-11-20 14:51 UTC  (4+ messages)
` [PATCH 2/5] KVM: arm64: Force trap of GMID_EL1 when the guest doesn't have MTE

[PATCH net-next v2 0/3] YNL CLI --list-attrs argument
 2025-11-20 14:50 UTC  (2+ messages)

[PATCH rdma-next] IB/mlx5: Reduce IMR KSM size when 5-level paging is enabled
 2025-11-20 14:49 UTC 

[PATCH] drm/i915: Walk crtcs in pipe order
 2025-11-20 14:49 UTC 

[PATCH v5 00/13] coresight: Update timestamp attribute to be an interval instead of bool
 2025-11-20 14:48 UTC  (11+ messages)
` [PATCH v5 03/13] coresight: Refactor etm4_config_timestamp_event()
` [PATCH v5 07/13] coresight: Don't reject unrecognized ETMv3 format attributes

[PATCH v1 07/11] Bluetooth: btnxpuart: Add device authentication
 2025-11-20 14:46 UTC  (2+ messages)

[PATCH v16 6/9] irqchip: Add RISC-V advanced PLIC driver for direct-mode
 2025-11-20 14:43 UTC  (3+ messages)

[syzbot] [bluetooth?] [usb?] memory leak in __hci_cmd_sync_sk
 2025-11-20 14:45 UTC  (2+ messages)

[PATCH 1/3] dt-bindings: ARM: samsung: Add Samsung Manta (Google Nexus 10)
 2025-11-20 14:40 UTC  (3+ messages)
` [PATCH 2/3] ARM: dts: exynos: "
` [PATCH 3/3] ARM: samsung: exynos5250: Allow CPU1 to boot

[PATCH net] net: phy: mxl-gpy: fix bogus error on USXGMII and integrated PHY
 2025-11-20 14:43 UTC  (2+ messages)

[PATCH v9 00/11] HID: asus: Fix ASUS ROG Laptop's Keyboard backlight handling
 2025-11-20 14:43 UTC  (13+ messages)
` [PATCH v9 04/11] HID: asus: fortify keyboard handshake
` [PATCH v9 06/11] HID: asus: early return for ROG devices
` [PATCH v9 07/11] platform/x86: asus-wmi: Add support for multiple kbd led handlers

[PATCH 0/2] liveupdate: Fix boot failure due to kmemleak access to unmapped pages
 2025-11-20 14:41 UTC  (3+ messages)
` [PATCH 1/2] mm: kmemleak: introduce kmemleak_no_scan_phys() helper
` [PATCH 2/2] liveupdate: Fix boot failure due to kmemleak access to unmapped pages

[PATCH BlueZ 1/5] doc: Add new telephony related profiles interfaces
 2025-11-20 14:42 UTC  (2+ messages)
` [BlueZ,1/5] "

[PATCH v2 0/5] rtc: Enhance RTC driver with BBPU bit definitions and shutdown handling
 2025-11-20 14:42 UTC  (3+ messages)
` [PATCH v2 4/5] rtc: mt6397: Add BBPU alarm status reset "

Independence for dma_fences! v3
 2025-11-20 14:42 UTC  (3+ messages)
` [PATCH 10/18] drm/amdgpu: independence for the amdgpu_fence!

[PATCH for-11.0 00/15] tests/functional: Check Python code with pylint
 2025-11-20 15:02 UTC  (7+ messages)
` [PATCH for-11.0 04/15] tests/functional/x86_64/test_virtio_gpu: Fix various issues reported by pylint
` [PATCH for-11.0 07/15] tests/functional/x86_64/test_reverse_debug: Silence pylint warning
` [PATCH for-11.0 08/15] tests/functional/x86_64/test_memlock: Silence pylint warnings

[RFC PATCH 00/13] Introduce per-vCPU vLPI injection control API
 2025-11-20 14:40 UTC  (2+ messages)

[PATCH i-g-t v4 0/3] tools/intel_gpu_frequency: Add multi-GT support and Xe driver compatibility
 2025-11-20 14:39 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for tools/intel_gpu_frequency: Add multi-GT support and Xe driver compatibility (rev4)

[PATCH] wrapper: simplify xmkstemp()
 2025-11-20 14:39 UTC  (7+ messages)

[PATCH 0/3] Samsung mfd/rtc driver alarm IRQ simplification
 2025-11-20 14:38 UTC  (4+ messages)
` [PATCH 3/3] mfd: sec: drop now unused struct sec_pmic_dev::irq_data

[PATCH v2 0/3] Samsung mfd/rtc driver alarm IRQ simplification
 2025-11-20 14:38 UTC  (4+ messages)
` [PATCH v2 1/3] mfd: sec: add rtc alarm IRQ as platform device resource
` [PATCH v2 2/3] rtc: s5m: query platform device IRQ resource for alarm IRQ
` [PATCH v2 3/3] mfd: sec: drop now unused struct sec_pmic_dev::irq_data

[PATCH v2] sched/fair: Prefer cache locality for EAS wakeup
 2025-11-20 14:37 UTC  (6+ messages)

[PATCH 0/5] A bit of cleanup around Error
 2025-11-20 14:57 UTC  (11+ messages)
` [PATCH 1/5] hw/core/loader: Make load_elf_hdr() return bool, simplify caller
` [PATCH 2/5] hw/nvram/xlnx-bbram: More idiomatic and simpler error reporting
` [PATCH 3/5] nbd/client-connection: Replace error_propagate() by assignment
` [PATCH 4/5] error: error_free(NULL) is safe, drop unnecessary conditionals
` [PATCH 5/5] error: Consistently name Error * objects err, and not errp

[PATCH] arm64: dts: ti: k3-am62l: Fix unit address of cbass_wakeup
 2025-11-20 14:34 UTC 

[PATCH v5 0/3] VF double migration
 2025-11-20 14:52 UTC  (4+ messages)
` [PATCH v5 1/3] drm/xe/vf: Enable VF migration only on supported GuC versions
` [PATCH v5 2/3] drm/xe/vf: Introduce RESFIX start marker support
` [PATCH v5 3/3] drm/xe/vf: Add debugfs entries to test VF double migration

[PATCH v2] thermal: rcar_gen3: Convert to DEFINE_SIMPLE_DEV_PM_OPS()
 2025-11-20 14:34 UTC  (2+ messages)

`git config get --type=path` results in segmentation fault on value starting with `:(optional)`
 2025-11-20 14:34 UTC  (3+ messages)

[PATCH v2] thermal: rcar: Convert to DEFINE_SIMPLE_DEV_PM_OPS()
 2025-11-20 14:33 UTC  (2+ messages)

[PATCHv2 0/2] blktests: add tests with offsets
 2025-11-20 14:32 UTC  (6+ messages)
` [PATCHv2 1/2] blktests: test direct io offsets

[PATCH v8] xen: Strip xen.efi by default
 2025-11-20 14:32 UTC  (7+ messages)

[PATCH v3 0/8] of/fdt: Some bug fixes and cleanups
 2025-11-20 14:32 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.