All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-01-10 21:17:42 to 2025-01-10 22:38:56 UTC [more...]

[PATCH 5.15 0/3] ZRAM not releasing backing device backport
 2025-01-10  7:58 UTC  (2+ messages)
` [PATCH 5.15 3/3] zram: fix uninitialized ZRAM not releasing backing device

[PATCH v3] scsi: use unsigned int variables to parse partition table
 2025-01-10 22:38 UTC  (2+ messages)

[PATCH v8 00/16] move per-vma lock into vm_area_struct
 2025-01-10 22:37 UTC  (16+ messages)
` [PATCH v8 11/16] mm: replace vm_lock and detached flag with a reference count
` [PATCH v8 15/16] mm: make vma cache SLAB_TYPESAFE_BY_RCU

[PATCH 1/1 perf-tools] perf MANIFEST: add license files
 2025-01-10 22:37 UTC  (6+ messages)

Android boot failure with 6.12
 2025-01-10 22:36 UTC  (4+ messages)

[PATCH] powerpc: Allow scheduling of IRQ with PREEMPT_RT
 2025-01-10 22:36 UTC  (6+ messages)
      `  "

[PATCH v4 00/14] of: fix bugs and improve codes
 2025-01-10 22:34 UTC  (4+ messages)
` [PATCH v4 06/14] of: property: Avoiding using uninitialized variable @imaplen in parse_interrupt_map()

[PATCH v8 00/11] KVM: x86/mmu: Age sptes locklessly
 2025-01-10 22:34 UTC  (7+ messages)
` [PATCH v8 01/11] KVM: Remove kvm_handle_hva_range helper functions
` [PATCH v8 02/11] KVM: Add lockless memslot walk to KVM
` [PATCH v8 03/11] KVM: x86/mmu: Factor out spte atomic bit clearing routine

[PATCH v1 00/15] iio: adc: ad7768-1: Add features, improvements, and fixes
 2025-01-10 22:34 UTC  (16+ messages)
` [PATCH v1 01/15] dt-bindings: iio: adc: ad7768-1: add synchronization over SPI property
` [PATCH v1 04/15] iio: adc: ad7768-1: Fix conversion result sign
` [PATCH v1 05/15] iio: adc: ad7768-1: set MOSI idle state to high
` [PATCH v1 06/15] iio: adc: ad7768-1: Update reg_read function
` [PATCH v1 09/15] iio: adc: ad7768-1: Move buffer allocation to a separate function
` [PATCH v1 11/15] iio: adc: ad7768-1: Add reg_write_masked function
` [PATCH v1 15/15] iio: adc: ad7768-1: add filter type and decimation rate attributes

[PATCH v2 0/4] platform/x86: Add Lenovo Gaming Series WMI Drivers
 2025-01-10 22:33 UTC  (16+ messages)
` [PATCH v2 2/4] platform/x86: Add Lenovo GameZone WMI Driver
` [PATCH v2 3/4] platform/x86: Add Lenovo Capability Data 01 "
` [PATCH v2 4/4] platform/x86: Add Lenovo Other Mode "

[oe][meta-python][PATCH 1/5] python3-soupsieve: update recipe to use the ptest-python-pytest class
 2025-01-10 22:31 UTC  (5+ messages)
` [oe][meta-python][PATCH 2/5] python3-simpleeval: "
` [oe][meta-python][PATCH 3/5] python3-smpplib: "
` [oe][meta-python][PATCH 4/5] python3-service-identity: "
` [oe][meta-python][PATCH 5/5] python3-serpent: "

[PATCH] io_uring: expose read/write attribute capability
 2025-01-10 22:32 UTC  (4+ messages)

[PATCH 3/3] pci/msi: remove pci_msi_ignore_mask
 2025-01-10 22:30 UTC  (2+ messages)

[PATCH 0/3] Fix test_bpf_syscall_macro selftest on powerpc
 2025-01-10 22:29 UTC  (7+ messages)
` [PATCH 2/3] libbpf: Remove powerpc prefix from syscall function names

[PATCH v4] tests/intel/xe_pm_residency: Skip on igt_power_open failure
 2025-01-10 22:29 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for tests/intel/xe_pm_residency: Skip on igt_power_open failure (rev5)
` ✓ i915.CI.BAT: "

futex+io_uring: futex_q::task can maybe be dangling (but is not actually accessed, so it's fine)
 2025-01-10 22:26 UTC 

[PATCH net-next v17 00/25] Introducing OpenVPN Data Channel Offload
 2025-01-10 22:26 UTC  (26+ messages)
` [PATCH net-next v17 01/25] net: introduce OpenVPN Data Channel Offload (ovpn)
` [PATCH net-next v17 02/25] ovpn: add basic netlink support
` [PATCH net-next v17 03/25] ovpn: add basic interface creation/destruction/management routines
` [PATCH net-next v17 04/25] ovpn: keep carrier always on for MP interfaces
` [PATCH net-next v17 05/25] ovpn: introduce the ovpn_peer object
` [PATCH net-next v17 06/25] ovpn: introduce the ovpn_socket object
` [PATCH net-next v17 07/25] ovpn: implement basic TX path (UDP)
` [PATCH net-next v17 08/25] ovpn: implement basic RX "
` [PATCH net-next v17 09/25] ovpn: implement packet processing
` [PATCH net-next v17 10/25] ovpn: store tunnel and transport statistics
` [PATCH net-next v17 11/25] ipv6: export inet6_stream_ops via EXPORT_SYMBOL_GPL
` [PATCH net-next v17 12/25] ovpn: implement TCP transport
` [PATCH net-next v17 13/25] skb: implement skb_send_sock_locked_with_flags()
` [PATCH net-next v17 14/25] ovpn: add support for MSG_NOSIGNAL in tcp_sendmsg
` [PATCH net-next v17 15/25] ovpn: implement multi-peer support
` [PATCH net-next v17 16/25] ovpn: implement peer lookup logic
` [PATCH net-next v17 17/25] ovpn: implement keepalive mechanism
` [PATCH net-next v17 18/25] ovpn: add support for updating local UDP endpoint
` [PATCH net-next v17 19/25] ovpn: add support for peer floating
` [PATCH net-next v17 20/25] ovpn: implement peer add/get/dump/delete via netlink
` [PATCH net-next v17 21/25] ovpn: implement key add/get/del/swap "
` [PATCH net-next v17 22/25] ovpn: kill key and notify userspace in case of IV exhaustion
` [PATCH net-next v17 23/25] ovpn: notify userspace when a peer is deleted
` [PATCH net-next v17 24/25] ovpn: add basic ethtool support
` [PATCH net-next v17 25/25] testing/selftests: add test tool and scripts for ovpn module

[PATCH net-next 0/3] virtio_net: Link queues to NAPIs
 2025-01-10 22:25 UTC  (5+ messages)
` [PATCH net-next 2/3] virtio_net: Hold RTNL for NAPI to queue mapping
` [PATCH net-next 3/3] virtio_net: Map NAPIs to queues

[PATCH 2/3] vmd: disable MSI remapping bypass under Xen
 2025-01-10 22:25 UTC  (2+ messages)

[PATCH 1/2] drm/i915/guc/slpc: Allow GuC SLPC default strategies on MTL+
 2025-01-10 22:24 UTC  (2+ messages)

[PULL v1 linux-firmware] cirrus: cs35l56: Correct some links to address the correct amp instance
 2025-01-10 22:23 UTC  (2+ messages)

[PATCH 1/3] arm/trusted-firmware-a: update 2.10 LTS to the latest versions
 2025-01-10 22:22 UTC  (2+ messages)

[PATCH 0/1] arm-bsp/linux-yocto: corstone1000: Update to version 6.12
 2025-01-10 22:22 UTC  (2+ messages)

[PATCH v2 00/15] Hyperlaunch device tree for dom0
 2025-01-10 22:20 UTC  (3+ messages)
` [PATCH v2 07/15] x86/hyperlaunch: initial support for hyperlaunch device tree

[PATCH 1/3] xen/pci: do not register devices outside of PCI segment scope
 2025-01-10 22:21 UTC  (2+ messages)

[PATCH] drm/vmwgfx: Add new keep_resv BO param
 2025-01-10 22:20 UTC  (2+ messages)

[PATCH] bpftool: fix control flow graph segfault during edge creation
 2025-01-10 22:20 UTC  (2+ messages)

[PATCH 00/15] fix packing of structs when building with MSVC
 2025-01-10 22:16 UTC  (32+ messages)
` [PATCH v11 00/30] "
  ` [PATCH v11 01/30] devtools: check packed attributes
  ` [PATCH v11 02/30] eal/include: add new packing macros
  ` [PATCH v11 03/30] app/test-pmd: remove unnecessary packed attributes
  ` [PATCH v11 04/30] app/test: replace "
  ` [PATCH v11 05/30] doc/guides: "
  ` [PATCH v11 06/30] drivers/baseband: "
  ` [PATCH v11 07/30] drivers/bus: "
  ` [PATCH v11 08/30] drivers/common: "
  ` [PATCH v11 09/30] drivers/compress: "
  ` [PATCH v11 10/30] drivers/crypto: "
  ` [PATCH v11 11/30] drivers/dma: "
  ` [PATCH v11 12/30] drivers/event: "
  ` [PATCH v11 13/30] drivers/mempool: "
  ` [PATCH v11 14/30] drivers/net: "
  ` [PATCH v11 15/30] drivers/raw: "
  ` [PATCH v11 16/30] drivers/regex: "
  ` [PATCH v11 17/30] drivers/vdpa: "
  ` [PATCH v11 18/30] examples/common: "
  ` [PATCH v11 19/30] examples/ip-pipeline: remove "
  ` [PATCH v11 20/30] examples/ipsec_secgw: replace "
  ` [PATCH v11 21/30] examples/l3fwd-power: "
  ` [PATCH v11 22/30] examples/l3fwd: "
  ` [PATCH v11 23/30] examples/ptpclient: "
  ` [PATCH v11 24/30] examples/vhost_blk: "
  ` [PATCH v11 25/30] eal: "
  ` [PATCH v11 26/30] ipsec: "
  ` [PATCH v11 27/30] net: "
  ` [PATCH v11 28/30] pipeline: "
  ` [PATCH v11 29/30] vhost: "
  ` [PATCH v11 30/30] eal/include: deprecate macro __rte_packed

[PATCH v9 00/17] fuse: fuse-over-io-uring
 2025-01-10 22:18 UTC  (3+ messages)
` [PATCH v9 08/17] fuse: Add fuse-io-uring handling into fuse_copy

[PATCH] binder: log transaction code on failure
 2025-01-10 22:16 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v8] sched_ext: idle: Refresh idle masks during idle-to-idle transitions
 2025-01-10 22:16 UTC 

[PATCH v12 0/4] drm/xe/pmu: PMU interface for Xe
 2025-01-10 22:15 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for drm/xe/pmu: PMU interface for Xe (rev12)

[PATCH v5 0/4] Prefer sysfs/JSON events also when no PMU is provided
 2025-01-10 22:15 UTC  (10+ messages)
` [PATCH v5 3/4] perf record: Skip don't fail for events that don't open
` [PATCH v5 4/4] perf parse-events: Reapply "Prefer sysfs/JSON hardware events over legacy"

[PATCH dwarves] btf_encoder: always initialize func_state to 0
 2025-01-10 22:13 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION 2b88851f583d3c4e40bcd40cfe1965241ec229dd
 2025-01-10 22:12 UTC 

[PATCH v2] pinctrl: renesas: rzg2l: Update PFC_MASK to align with RZ/V2H requirements
 2025-01-10 22:10 UTC 

transfer.credentialsInUrl should warn about personal access tokens in user field #leftoverbits
 2025-01-10 22:10 UTC  (4+ messages)

[RFC PATCH V3] drm/xe/guc: Use exec queue hints for GT frequency
 2025-01-10 22:08 UTC  (2+ messages)

[PATCH v4 00/25] drm/msm/dpu: Add Concurrent Writeback Support for DPU 10.x+
 2025-01-10 22:08 UTC  (12+ messages)
` [PATCH v4 15/25] drm/msm/dpu: Add CWB to msm_display_topology

[PATCH 1/2] of/unittest: Add test that of_address_to_resource() fails on non-translatable address
 2025-01-10 22:04 UTC  (3+ messages)
` [PATCH 2/2] of/address: Fix WARN when attempting translating non-translatable addresses

[PATCH net-next v6 1/6] net: libwx: Add malibox api for wangxun pf drivers
 2025-01-10 22:06 UTC  (2+ messages)

[PATCH] drm/display: hdmi: Do not read EDID on disconnected connectors
 2025-01-10 22:04 UTC 

[RFC 00/11] khugepaged: mTHP support
 2025-01-10 22:01 UTC  (10+ messages)
` [RFC 08/11] khugepaged: introduce khugepaged_scan_bitmap for "

[bpf-next v2 1/2] bpf: Add bpf_copy_from_user_task_str kfunc
 2025-01-10 22:01 UTC  (4+ messages)
` [bpf-next v2 2/2] selftests/bpf: Add tests for bpf_copy_from_user_task_str

[PATCH v6 4/5] mm/migrate: skip migrating folios under writeback with AS_WRITEBACK_INDETERMINATE mappings
 2025-01-10 22:00 UTC  (22+ messages)

[PATCH v2 1/2] drivers/hv: introduce vmbus_channel_set_cpu()
 2025-01-10 21:59 UTC  (2+ messages)
` [PATCH v2 2/2] drivers/hv: add CPU offlining support

[PATCH v5 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vEVENTQ)
 2025-01-10 21:58 UTC  (11+ messages)
` [PATCH v5 06/14] iommufd: Add IOMMUFD_OBJ_VEVENTQ and IOMMUFD_CMD_VEVENTQ_ALLOC
` [PATCH v5 07/14] iommufd/viommu: Add iommufd_viommu_get_vdev_id helper

[PATCH v1 net-next 06/12] af_unix: Reuse out_pipe label in unix_stream_sendmsg()
 2025-01-10 21:58 UTC  (3+ messages)

drivers/hid/hid-sensor-custom.c:586:62: warning: '%s' directive output may be truncated writing likely 4 or more bytes into a region of size between 0 and 63
 2025-01-10 21:57 UTC 

[PATCH v4 1/3] bloblist: add api to get blob with size
 2025-01-10 21:56 UTC  (3+ messages)
` [PATCH v4 2/3] tcg2: decouple eventlog size from efi
` [PATCH v4 3/3] tpm: get tpm event log from bloblist

[PATCH v4 0/8] Basic SEV-SNP Selftests
 2025-01-10 21:55 UTC  (7+ messages)
` [PATCH v4 1/8] KVM: SEV: Disable SEV-SNP on FW validation failure
  ` [sos-linux-ext-patches] "
` [PATCH v4 2/8] KVM: selftests: SEV-SNP test for KVM_SEV_INIT2
  ` [sos-linux-ext-patches] "

[PATCH] mm/zswap: Remove zswap_pools_counter
 2025-01-10 21:53 UTC  (2+ messages)

[RFC] tools/memory-model: Rule out OOTA
 2025-01-10 21:51 UTC  (11+ messages)

[PATCH 0/2] block: Stacked device atomic writes fixes
 2025-01-10 21:51 UTC  (2+ messages)

[PATCH 0/6] hash: introduce unsafe_hash_algo(), drop unsafe_ variants
 2025-01-10 21:50 UTC  (10+ messages)
` [PATCH 3/6] hash.h: introduce `unsafe_hash_algo()`
` [PATCH v2 0/8] hash: introduce unsafe_hash_algo(), drop unsafe_ variants
  ` [PATCH v2 7/8] csum-file: introduce hashfile_checkpoint_init()

[paulmckrcu:dev.2025.01.07a 46/56] kernel/rcu/srcutree.c:800:18: error: passing 'atomic_long_t' (aka 'atomic64_t') to parameter of incompatible type 'atomic_long_t *' (aka 'atomic64_t *'); take the address with &
 2025-01-10 21:49 UTC  (3+ messages)

[PATCH v2 0/2] hw/char/serial: Convert to three-phase reset
 2025-01-10 21:46 UTC  (3+ messages)
` [PATCH v2 1/2] hw/char/serial: Ensure SerialState::irq is set when realizing

[PATCH v5] platform/x86: samsung-galaxybook: Add samsung-galaxybook driver
 2025-01-10 21:44 UTC  (2+ messages)

[PATCH v2 0/5] drm/amd/display: Stop control flow if the divisior is zero
 2025-01-10 21:45 UTC  (2+ messages)

[PATCH RESEND] [SCSI] raid class: Fix error handling in raid_component_add
 2025-01-10 21:44 UTC  (2+ messages)

[PATCH net-next 0/3] net: phy: realtek: add hwmon support
 2025-01-10 21:41 UTC  (4+ messages)
` [PATCH net-next 3/3] net: phy: realtek: add hwmon support for temp sensor on RTL822x

[PATCH v7] sched_ext: idle: Refresh idle masks during idle-to-idle transitions
 2025-01-10 21:40 UTC  (3+ messages)

[PATCH] tty: xilinx_uartps: split sysrq handling
 2025-01-10 21:38 UTC 

[PATCH v3] Revert "scsi: ufs: core: Probe for EXT_IID support"
 2025-01-10 21:39 UTC  (2+ messages)

[PATCH v5 0/9] blk: honor isolcpus configuration
 2025-01-10 21:37 UTC  (3+ messages)
` [PATCH v5 4/9] scsi: use block layer helpers to calculate num of queues

[xilinx-xlnx:lkp_test 109/504] drivers/iio/adc/versal-sysmon.h:186:27: warning: 'sysmon_oversampling_avail' defined but not used
 2025-01-10 21:34 UTC 

[PATCH] coresight: catu: Fix number of pages while using 64k pages
 2025-01-10 21:32 UTC  (3+ messages)

[Intel-wired-lan] [PATCH v3 iwl-next 00/10] idpf: add initial PTP support
 2025-01-10 21:33 UTC  (6+ messages)
` [Intel-wired-lan] [PATCH v3 iwl-next 08/10] idpf: add Tx timestamp flows
        `  "

[PULL 00/38] Rust, i386 patches for 2024-01-10
 2025-01-10 21:31 UTC  (3+ messages)
` [PULL 02/38] rust: add --check-cfg test to rustc arguments

[XEN PATCH 0/1] Bug: Hyperlinks in generated documentation may point to the wrong architecture
 2025-01-10 21:32 UTC  (3+ messages)
` [XEN PATCH 1/1] docs/Makefile: Add ppc and riscv to DOC_ARCHES

[oe] [meta-multimedia][PATCHv2] libde265: update 1.0.12 -> 1.0.15
 2025-01-10 21:30 UTC 

[PATCH bpf-next v2 1/2] libbpf: Add unique_match option for multi kprobe
 2025-01-10 21:30 UTC  (3+ messages)

[meta-multimedia][PATCHv2] libde265: update 1.0.12 -> 1.0.15
 2025-01-10 21:29 UTC 

[PATCH v2 0/3] Change default pointer authentication algorithm on aarch64 to impdef
 2025-01-10 21:29 UTC  (4+ messages)
` [PATCH v2 3/3] docs/system/arm/virt: mention specific migration information

[PATCH] docs: discuss caching personal access tokens
 2025-01-10 21:25 UTC  (3+ messages)

[syzbot] [mm?] WARNING in __folio_rmap_sanity_checks (2)
 2025-01-10 21:24 UTC  (8+ messages)

[PATCH 00/16] remove use of VLAs for Windows built code
 2025-01-10 21:24 UTC  (6+ messages)
` [PATCH v13 00/21] remove use of VLAs for Windows

[PATCH] scsi: storvsc: Ratelimit warning logs to prevent VM denial of service
 2025-01-10 21:24 UTC  (2+ messages)

[xilinx-xlnx:lkp_test 196/504] drivers/gpu/drm/xlnx/xlnx_mixer.c:360: warning: Excess struct member 'vid_fmt' description in 'xlnx_mix_layer_data'
 2025-01-10 21:23 UTC 

[PATCH] drm/fourcc: add LINEAR modifiers with an exact pitch alignment
 2025-01-10 21:23 UTC  (10+ messages)

[PATCH] drm/amdgpu: fix gpu recovery disable with per queue reset
 2025-01-10 21:23 UTC  (7+ messages)

[LSF/MM/BPF TOPIC] Modular BPF verifier
 2025-01-10 21:23 UTC 

[PATCH] scsi: scsi_debug: Constify sdebug_driver_template
 2025-01-10 21:21 UTC  (2+ messages)

[PATCH 1/1] scsi: Fix command pass through retry regression
 2025-01-10 21:19 UTC  (2+ messages)

[PATCH v2 0/2] hwmon: Add support for INA233
 2025-01-10 21:19 UTC  (3+ messages)
` [PATCH v2 2/2] hwmon: Add driver for TI INA232 Current and Power Monitor

[PATCH] drivers/hv: add CPU offlining support
 2025-01-10 21:17 UTC  (2+ messages)

[PATCH 00/11] scsi: Constify 'struct bin_attribute'
 2025-01-10 21:16 UTC  (2+ messages)

[PATCH 00/19] kthread: Introduce preferred affinity v6
 2025-01-10 21:16 UTC  (2+ messages)
` (subset) "

[PATCH v10 00/15] Support for hardware-wrapped inline encryption keys
 2025-01-10 21:16 UTC  (2+ messages)
` (subset) "

[PATCH 1/2] scsi: mpt3sas: Add details to EEDPTagMode error message
 2025-01-10 21:16 UTC  (2+ messages)

[PATCH] scsi: Documentation: corrections for struct updates
 2025-01-10 21:16 UTC  (2+ messages)

[PATCH] Drivers/scsi: Fix variable typo
 2025-01-10 21:16 UTC  (2+ messages)

[PATCH] scsi: driver-api documentation: change what is added to docbook
 2025-01-10 21:16 UTC  (2+ messages)

[PATCH] scsi: documentation: scsi_eh: updates for EH changes
 2025-01-10 21:16 UTC  (2+ messages)

[PATCH 0/5] scsi: fix kernel-doc for exported functions
 2025-01-10 21:16 UTC  (2+ messages)

[PATCH] scsi: iscsi: Remove unused iscsi_create_session
 2025-01-10 21:16 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.