All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-31 22:55:11 to 2026-04-01 00:15:59 UTC [more...]

[PATCH next 0/3] fortify: Minor changes to strlen() and strnlen()
 2026-04-01  0:15 UTC  (6+ messages)
` [PATCH next 2/3] fortify: Optimise strnlen()

[android-common:mirror-poly-aosp-pixel-malibu 4/4] fs/netfs/read_collect.c:219 netfs_consume_read_data() error: we previously assumed 'folioq' could be null (see line 115)
 2026-04-01  0:15 UTC 

[PATCH v2 0/3] Add support for LTC3208 multi-display driver
 2026-04-01  0:14 UTC  (7+ messages)
` [PATCH v2 1/3] Add Maintainers to LTC3208 LED Driver
` [PATCH v2 3/3] dt-bindings: leds: Document LTC3208 Multidisplay "

[PATCH] KVM: Fix kvm_vcpu_map[_readonly]() function prototypes
 2026-04-01  0:13 UTC  (3+ messages)

[PATCH v4] libbpf: Replace strncpy() with strnlen()+memcpy() in skel_map_create()
 2026-04-01  0:11 UTC 

[PATCH v6 0/8] vfio: selftest: Add SR-IOV UAPI test
 2026-04-01  0:10 UTC  (5+ messages)
` [PATCH v6 8/8] vfio: selftests: Add tests to validate SR-IOV UAPI

[PATCH i-g-t] lib/intel_pat: add hardcoded PAT fallback for older kernels
 2026-04-01  0:10 UTC  (4+ messages)

[PATCH i-g-t] tests/intel/kms_pm_dc: Skip runtime PM active check on headless systems
 2026-04-01  0:10 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for "
` ✓ Xe.CI.BAT: "

[PATCH v2] usb: cdns3: gadget: fix state inconsistency on gadget init failure
 2026-04-01  0:10 UTC 

[PATCH 0/5] crc64: Tweak intrinsics code and enable it for ARM
 2026-04-01  0:09 UTC  (4+ messages)
` [PATCH 1/5] lib/crc: arm64: Drop unnecessary chunking logic from crc64

[PATCH v1] staging: rtl8723bs: remove GEN_CMD_CODE macro and callback array
 2026-04-01  0:08 UTC 

[PATCH 0/9] lib/crypto: arm64: Remove obsolete chunking logic
 2026-04-01  0:05 UTC  (10+ messages)
` [PATCH 1/9] lib/crypto: arm64/aes: "
` [PATCH 2/9] lib/crypto: arm64/chacha: "
` [PATCH 3/9] lib/crypto: arm64/gf128hash: "
` [PATCH 4/9] lib/crypto: arm64/poly1305: "
` [PATCH 5/9] lib/crypto: arm64/sha1: "
` [PATCH 6/9] lib/crypto: arm64/sha256: "
` [PATCH 7/9] lib/crypto: arm64/sha512: "
` [PATCH 8/9] lib/crypto: arm64/sha3: "
` [PATCH 9/9] arm64: fpsimd: Remove obsolete cond_yield macro

[PATCH] btrfs: disk-io: reject misaligned tree blocks in btree_csum_one_bio
 2026-04-01  0:05 UTC  (2+ messages)

[PATCH] workqueue: Add pool_workqueue to pending_pwqs list when unplugging multiple inactive works
 2026-04-01  0:05 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH] printk: add early_counter_ns routine for printk blind spot
 2026-04-01  0:05 UTC  (9+ messages)
` [PATCH v3] printk: fix zero-valued printk timestamps in early boot

+ ocfs2-heartbeat-fix-slot-mapping-rollback-leaks-on-error-paths.patch added to mm-nonmm-unstable branch
 2026-04-01  0:04 UTC 

FAILED: patch "[PATCH] net: macb: Move devm_{free,request}_irq() out of spin lock" failed to apply to 5.15-stable tree
 2026-04-01  0:02 UTC  (2+ messages)
` [PATCH 5.15.y] net: macb: Move devm_{free,request}_irq() out of spin lock area

[PATCH v2 00/12] mm/mglru: improve reclaim loop and dirty folio handling
 2026-04-01  0:00 UTC  (3+ messages)
` [PATCH v2 02/12] mm/mglru: rename variables related to aging and rotation

tools/testing/selftests
 2026-04-01  0:00 UTC  (2+ messages)

[PATCH 0/5] Introduce Overflow Behavior Types
 2026-03-31 23:50 UTC  (10+ messages)
` [PATCH 5/5] types: Add standard __ob_trap and __ob_wrap scalar types

[PATCH 0/6] odb: small set of cleanups
 2026-03-31 23:57 UTC  (7+ messages)
` [PATCH 1/6] CodingGuidelines: document our style for flags
` [PATCH 2/6] treewide: use enum for `odb_for_each_object()` flags
` [PATCH 3/6] odb: rename `odb_write_object()` flags
` [PATCH 4/6] odb: use enum for `odb_write_object` flags
` [PATCH 5/6] odb: rename `odb_has_object()` flags
` [PATCH 6/6] odb: drop unneeded headers and forward decls

[PATCH] cxl/region: Add a region sysfs interface for region lock status
 2026-03-31 23:57 UTC  (2+ messages)

[tip:x86/vdso] BUILD SUCCESS 6ccd0843b939669159f7148dfb84e6794ca6f4a8
 2026-03-31 23:56 UTC 

[moderation/CI] Re: vfs: replace ints with enum component_type for LAST_XXX
 2026-03-31 23:56 UTC 

[PATCH 0/12] fixing the remainder of the C23 strchr warnings
 2026-03-31 23:56 UTC  (14+ messages)
` [PATCH 01/12] convert: add const to fix strchr() warnings
` [PATCH 02/12] http: "
` [PATCH 03/12] transport-helper: drop "
` [PATCH 04/12] pager: explicitly cast away strchr() constness
` [PATCH 05/12] run-command: explicitly cast away constness when assigning to void
` [PATCH 06/12] find_last_dir_sep(): convert inline function to macro
` [PATCH 07/12] pseudo-merge: fix disk reads from find_pseudo_merge()
` [PATCH 08/12] skip_prefix(): check const match between in and out params
` [PATCH 09/12] pkt-line: make packet_reader.line non-const
` [PATCH 10/12] range-diff: drop const to fix strstr() warnings
` [PATCH 11/12] http: drop const to fix strstr() warning
` [PATCH 12/12] refs/files-backend: drop const to fix strchr() warning

[PATCH i-g-t v1 0/1] Update xe_pm test with high VRAM usage
 2026-03-31 23:56 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for "
` ✓ Xe.CI.BAT: "

[PATCH] mount.cifs: fix buffer overrun in set_password
 2026-03-31 23:56 UTC  (2+ messages)

[PATCH 0/2] hwmon: pmbus: Sony APS-379
 2026-03-31 23:56 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: trivial-devices: Add sony,aps-379
` [PATCH 2/2] hwmon: pmbus: Add support for Sony APS-379

[PATCH net-next V9 02/14] devlink: Add helpers to lock nested-in instances
 2026-03-31 23:55 UTC  (4+ messages)

[PATCH] cpupower: remove extern declarations in cmd_set()
 2026-03-31 23:53 UTC  (2+ messages)

[PATCH] cpupower: replace atoi() with validated parse_int_range() helper
 2026-03-31 23:53 UTC  (2+ messages)

+ selftests-mm-skip-hugetlb_dio-tests-when-dio-alignment-is-incompatible-checkpatch-fixes.patch added to mm-new branch
 2026-03-31 23:52 UTC 

+ selftests-mm-skip-hugetlb_dio-tests-when-dio-alignment-is-incompatible.patch added to mm-new branch
 2026-03-31 23:51 UTC 

[PATCH tty v1] serial: 8250: Add support for console hardware flow control
 2026-03-31 23:50 UTC  (2+ messages)

[PATCH v3 6/9] security: Hornet LSM
 2026-03-31 23:49 UTC  (2+ messages)

[PATCH] net: ns83820: check DMA mapping errors in hard_start_xmit
 2026-03-31 23:49 UTC  (3+ messages)
` [PATCH v2] net: ns83820: fix DMA mapping error handling "

[to-be-updated] mm-vmalloc-use-dedicated-unbound-workqueues-for-vmap-drain.patch removed from -mm tree
 2026-03-31 23:46 UTC 

[RFC PATCH v2 0/2] push: add support for pushing to remote groups
 2026-03-31 23:45 UTC  (5+ messages)
` [RFC PATCH v3 "
  ` [RFC PATCH v3 2/2] push: support pushing to a remote group

[PATCH i-g-t v10 00/49] Unigraf integration
 2026-03-31 23:45 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for Unigraf integration (rev9)

[PATCH v9 net-next 2/5] psp: add new netlink cmd for dev-assoc and dev-disassoc
 2026-03-31 23:43 UTC  (2+ messages)

[PATCH net-next v3 0/2] Add support for PIC64-HPSC/HX MDIO controller
 2026-03-31 23:43 UTC  (8+ messages)
` [PATCH net-next v3 2/2] net: mdio: add a driver "

[PATCH] net: alteon: Add missing DMA mapping error checks in ace_start_xmit
 2026-03-31 23:43 UTC  (2+ messages)

[PATCH 0/6] odb: add write operation to ODB transaction interface
 2026-03-31 23:40 UTC  (7+ messages)
` [PATCH 5/6] object-file: generalize packfile writes to use odb_write_stream

[PATCH] ACPI: RIMT: Add dependency between iommu and devices
 2026-03-31 23:39 UTC  (3+ messages)

[PATCH v2] netfilter: xt_multiport: reject trailing range markers
 2026-03-31 23:39 UTC  (3+ messages)

FAILED: patch "[PATCH] dmaengine: fsl-edma: fix channel parameter config for fixed" failed to apply to 6.6-stable tree
 2026-03-31 23:37 UTC  (3+ messages)
` [PATCH 6.6.y 1/2] dmaengine: fsl-edma: change to guard(mutex) within fsl_edma3_xlate()
  ` [PATCH 6.6.y 2/2] dmaengine: fsl-edma: fix channel parameter config for fixed channel requests

[PATCH v6 00/22] fs-verity support for XFS with post EOF merkle tree
 2026-03-31 23:36 UTC  (16+ messages)
` [PATCH v6 07/22] iomap: teach iomap to read files with fsverity
  ` [f2fs-dev] "
` [PATCH v6 08/22] iomap: introduce iomap_fsverity_write() for writing fsverity metadata
  ` [f2fs-dev] "
` [PATCH v6 14/22] xfs: use read ioend for fsverity data verification
  ` [f2fs-dev] "
` [PATCH v6 15/22] xfs: add fs-verity support
  ` [f2fs-dev] "
` [PATCH v6 16/22] xfs: remove unwritten extents after preallocations in fsverity metadata
  ` [f2fs-dev] "

[PATCH v2] ARM: dts: aspeed: Enable networking for Asus Kommando IPMI Card
 2026-03-31 23:35 UTC  (2+ messages)

[PATCH] drm/i915/backlight: Remove try_vesa_interface
 2026-03-31 23:35 UTC  (2+ messages)

Kirkstone pull request 31st March
 2026-03-31 23:33 UTC  (2+ messages)
` [oe] "

[PATCH v2] netfilter: nf_conntrack_sip: add bounds-checked port parsing helper
 2026-03-31 23:32 UTC  (3+ messages)

[PATCH wireless-next] wifi: brcm80211: change current_bss to a FAM
 2026-03-31 23:32 UTC 

[PATCH RFC v4 00/44] guest_memfd: In-place conversion support
 2026-03-31 23:31 UTC  (5+ messages)
` [PATCH RFC v4 08/44] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v4 10/44] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2

[LSF/MM/BPF TOPIC] The Future of the Anonymous Reverse Mapping [RESEND]
 2026-03-31 23:30 UTC  (2+ messages)

[PATCH v2 0/6] Add infrastructure for testing arbitrary Linux branch
 2026-03-31 23:24 UTC  (7+ messages)
` [PATCH v2 1/6] CI: upload tests-junit.xml as a normal artifact too
` [PATCH v2 2/6] CI: make test-artifacts repo/branch/job customizable
` [PATCH v2 3/6] ci: introduce BUILD_FOR_TESTS_ONLY
` [PATCH v2 4/6] CI: use Alpine's network setup
` [PATCH v2 5/6] CI: setup SSH key
` [PATCH v2 6/6] [DO NOT MERGE] CI: example how to use ssh to extract logs

[PATCH v2 0/5] Fuller TDX kexec support
 2026-03-31 23:29 UTC  (6+ messages)
` [PATCH v2 2/5] x86/virt/tdx: Pull kexec cache flush logic into arch/x86

[rdma:wip/leon-for-next] BUILD SUCCESS 69db255d5fafb5651013c79e54c1d535fc5015fb
 2026-03-31 23:29 UTC 

[PATCH] power/amd_uncore: detect esmi lib64 using pkgconfig
 2026-03-31 23:29 UTC  (2+ messages)

[PATCH bpf v5 0/3] bpf: Fix s16 truncation for large bpf-to-bpf call offsets
 2026-03-31 23:29 UTC  (6+ messages)
` [PATCH bpf v5 1/3] bpf: Reject bpf-to-bpf call with large offset in interpreter

+ mm-damon-core-fix-damos_walk-vs-kdamond_fn-exit-race.patch added to mm-hotfixes-unstable branch
 2026-03-31 23:26 UTC 

+ mm-damon-core-fix-damon_call-vs-kdamond_fn-exit-race.patch added to mm-hotfixes-unstable branch
 2026-03-31 23:26 UTC 

[PATCH v28 0/4] Add ASPEED AST2600 I2C controller driver
 2026-03-31  7:17 UTC  (7+ messages)
` [PATCH v28 2/4] dt-bindings: i2c: ast2600-i2c.yaml: Add global-regs and enable-dma properties

[PATCH v3] ARM: dts: aspeed: anacapa: Add eeprom device node for NFC adaptor board
 2026-03-31  8:02 UTC 

[PATCH] io_uring/cancel: validate opcode for IORING_ASYNC_CANCEL_OP
 2026-03-31 23:21 UTC 

[PATCH v10 0/6] Introduce MAX77759 charger driver
 2026-03-31 23:22 UTC  (14+ messages)
` [PATCH v10 1/6] dt-bindings: mfd: maxim,max77759: reference power-supply schema and add regulator property
` [PATCH v10 2/6] dt-bindings: usb: maxim,max33359: Add supply property for vbus
` [PATCH v10 3/6] mfd: max77759: add register bitmasks and modify irq configs for charger
` [PATCH v10 4/6] lib/linear_ranges: Add linear_range_get_selector_high_array
` [PATCH v10 5/6] power: supply: max77759: add charger driver
` [PATCH v10 6/6] usb: typec: tcpm/tcpci_maxim: deprecate WAR for setting charger mode

[PATCH test-artifacts v3 00/13] Changes for several CI improvements
 2026-03-31 23:22 UTC  (12+ messages)
` [PATCH test-artifacts v3 02/13] Switch Linux builds to use Alpine 3.22 container
` [PATCH test-artifacts v3 04/13] Add linux-6.12.79-x86_64
` [PATCH test-artifacts v3 05/13] Enable CONFIG_USB_RTL8152 in kernel for hw12 runner
` [PATCH test-artifacts v3 06/13] Include git in the ARM64 build container too
` [PATCH test-artifacts v3 07/13] Support building arbitrary Linux branch/tag/commit
` [PATCH test-artifacts v3 08/13] Save Linux config to artifacts too
` [PATCH test-artifacts v3 09/13] Add trigger-test job, to run test on a Linux built from a branch/tag
` [PATCH test-artifacts v3 10/13] Add linux-stubdom dependencies
` [PATCH test-artifacts v3 11/13] Prepare grub for booting x86_64 HVM domU from a disk
` [PATCH test-artifacts v3 12/13] Prepare grub for booting x86_64 HVM domU from a cdrom
` [PATCH test-artifacts v3 13/13] Setup ssh access to test systems

[PATCH] vmx/nested: Set the SGX feature flag only when hardware supported
 2026-03-31 23:20 UTC  (2+ messages)

[PATCH v4 0/4] AST2700-A2 interrupt controller hierarchy and route support
 2026-03-31 16:10 UTC  (3+ messages)
` [PATCH v4 2/4] irqchip/ast2700-intc: Add AST2700-A2 support

[PATCH v2] ARM: dts: aspeed: yosemite5: Add MP5998 power monitor
 2026-03-31 12:07 UTC 

[PATCH bpf v3 0/5] bpf, sockmap: Fix af_unix null-ptr-deref in proto update
 2026-03-31 23:18 UTC  (11+ messages)
` [PATCH bpf v3 5/5] bpf, sockmap: Adapt for af_unix-specific lock

[PATCH v2 0/5] fast-import: extend signed object handling modes
 2026-03-31 23:18 UTC  (3+ messages)

[PATCH] usbip: vhci: reject RET_SUBMIT with inflated number_of_packets
 2026-03-31 23:17 UTC  (2+ messages)

FAILED: patch "[PATCH] KVM: x86/mmu: Drop/zap existing present SPTE even when" failed to apply to 6.1-stable tree
 2026-03-31 23:17 UTC  (2+ messages)
` [PATCH 6.1.y] KVM: x86/mmu: Drop/zap existing present SPTE even when creating an MMIO SPTE

[PATCH 00/16] repack: incremental MIDX/bitmap-based repacking
 2026-03-31 23:17 UTC  (6+ messages)
` [PATCH 04/16] midx: use `strvec` for `keep_hashes`

FAILED: patch "[PATCH] net: correctly handle tunneled traffic on IPV6_CSUM GSO" failed to apply to 6.1-stable tree
 2026-03-31 23:17 UTC  (2+ messages)
` [PATCH 6.1.y] net: correctly handle tunneled traffic on IPV6_CSUM GSO fallback

FAILED: patch "[PATCH] net: macb: Move devm_{free,request}_irq() out of spin lock" failed to apply to 6.1-stable tree
 2026-03-31 23:17 UTC  (2+ messages)
` [PATCH 6.1.y] net: macb: Move devm_{free,request}_irq() out of spin lock area

[PATCH 0/2 net] net: bcmgenet: fix lock up when queues time out
 2026-03-31 23:15 UTC  (7+ messages)
` [PATCH net 1/2] net: bcmgenet: fix leaking free_bds
` [PATCH net 2/2] net: bcmgenet: fix racing timeout handler

Minor page faults from memory compaction causing in-band transitions
 2026-03-31 23:14 UTC 

[android-common:android-mainline-desktop 0/1] ld: mm/shmem.o:undefined reference to `ashmem_memfd_ioctl'
 2026-03-31 23:10 UTC 

[PATCH v8 0/4] tests/intel/xe_vm: Add drm_xe_vm_get_property tests
 2026-03-31 23:10 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for "

[PATCH bpf v4 0/1] Fix bpf_link grace period wait for tracepoints
 2026-03-31 23:10 UTC  (2+ messages)

[PATCH] IB/mlx5: Clarify success return path in mlx5_ib_alloc_transport_domain
 2026-03-31 23:04 UTC  (2+ messages)
` [PATCH v2] IB/mlx5: Fix tdn leak "

[PATCH] KVM: selftests: Guard execinfo.h inclusion for non-glibc builds
 2026-03-31 23:09 UTC  (5+ messages)

[PATCH bpf-next v4 0/2] libbpf: clarify raw-address single kprobe attach behavior
 2026-03-31 23:06 UTC  (5+ messages)
` [PATCH bpf-next v4 1/2] "
` [PATCH bpf-next v4 2/2] selftests/bpf: add test for raw-address single kprobe attach

[PATCH 1/2 v2] spi: add SPI_MOSI_IDLE_LOW support from device tree
 2026-03-31 23:05 UTC  (5+ messages)

[PATCH net-next v6 04/11] net: ngbe: implement libwx reset ops
 2026-03-31 23:05 UTC  (4+ messages)

[PATCH v9 00/13] blk: honor isolcpus configuration
 2026-03-31 23:05 UTC  (3+ messages)
` [PATCH v9 10/13] blk-mq: use hk cpus only when isolcpus=io_queue is enabled

[PATCH] btrfs: do not reject a valid running dev-replace
 2026-03-31 23:02 UTC 

[PATCH V3 0/7] arm64/hw_breakpoint: Enable FEAT_Debugv8p9
 2026-03-31 23:02 UTC  (5+ messages)
` [PATCH V3 7/7] "

[6.12.y regression] Regression with 58130e7ce6cb ("PCI/ERR: Ensure error recoverability at all times"): echo vfio-pci >driver_override does not work for DVB Adapter
 2026-03-31 23:01 UTC  (9+ messages)

[PATCH] platform/x86: asus-wmi: fix camera key led on Zenbook S14
 2026-03-31 23:01 UTC 

[net-next PATCH 00/10] net: dsa: realtek: rtl8365mb: bridge offloading and VLAN support
 2026-03-31 23:00 UTC  (11+ messages)
` [net-next PATCH 01/10] net: dsa: tag_rtl8_4: update format description
` [net-next PATCH 02/10] net: dsa: realtek: rtl8365mb: set STP state to disabled early
` [net-next PATCH 03/10] net: dsa: realtek: rtl8365mb: prepare for multiple source files
` [net-next PATCH 04/10] bitfield.h: add FIELD_WIDTH()
` [net-next PATCH 05/10] net: dsa: realtek: rtl8365mb: add table lookup interface
` [net-next PATCH 06/10] net: dsa: realtek: rtl8365mb: add VLAN support
` [net-next PATCH 07/10] net: dsa: realtek: rtl8365mb: add port_bridge_{join,leave}
` [net-next PATCH 08/10] net: dsa: realtek: rtl8365mb: add FDB support
` [net-next PATCH 09/10] net: dsa: realtek: rtl8365mb: add bridge port flags
` [net-next PATCH 10/10] net: dsa: tag_rtl8_4: set KEEP flag

[PATCH 0/7] slimbus: qcom-ngd-ctrl: Fix some race conditions and deadlocks
 2026-03-31 22:59 UTC  (4+ messages)
` [PATCH 6/7] slimbus: qcom-ngd-ctrl: Balance pm_runtime enablement for NGD

[Openembedded-architecture] Yocto Project Release Tagging Changes
 2026-03-31 22:59 UTC  (2+ messages)

[PATCH net-next v11 0/6] tls: Add TLS 1.3 hardware offload support
 2026-03-31 22:58 UTC  (2+ messages)

[PATCH v2 0/2] nfs: delegated attribute fixes
 2026-03-31 22:57 UTC  (11+ messages)
` [PATCH v2 2/2] nfs: update inode ctime after removexattr operation

[PATCH bpf-next 1/2] libbpf: Fix BTF handling in bpf_program__clone()
 2026-03-31 22:57 UTC  (3+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Suppress veristat error messages in non-verbose mode

RFC: phylink: disable PHY autonomous EEE when MAC manages LPI
 2026-03-31 22:56 UTC  (2+ messages)

[PATCH 0/3] k3-am62-pocketbeagle2: add board and variant support
 2026-03-31 22:54 UTC  (11+ messages)
` [PATCH 2/3] k3-am62-pocketbeagle2: add initial board support


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.