All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-04-10 22:06:27 to 2024-04-10 22:54:51 UTC [more...]

[jirislaby:devel 33/40] drivers/tty/mxser.c:513 mxser_set_baud() error: uninitialized symbol 'baud'
 2024-04-10 22:53 UTC 

[net:main 2/2] ERROR: modpost: "r8169_remove_leds" [drivers/net/ethernet/realtek/r8169.ko] undefined!
 2024-04-10 22:54 UTC 

[PATCH v6 00/10] block atomic writes
 2024-04-10 22:53 UTC  (3+ messages)
` [PATCH v6 02/10] block: Call blkdev_dio_unaligned() from blkdev_direct_IO()

[meta-networking][PATCH] nftables: Fix ptest runs
 2024-04-10 22:53 UTC 

[syzbot] [net?] possible deadlock in unix_notinflight
 2024-04-10 22:52 UTC  (3+ messages)

[meta-python][PATCH] python3-ecdsa: upgrade 0.18.0 -> 0.19.0
 2024-04-10 22:51 UTC 

[PATCH v2] udp: Avoid call to compute_score on multiple sites
 2024-04-10 22:51 UTC  (3+ messages)

[PATCH 1/1] efi_loader: sanitize efi_tcg2_final_events_table definition
 2024-04-10 22:50 UTC 

[PATCH 0/6] fast-import: tighten parsing of paths
 2024-04-10 22:50 UTC  (6+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v3 "
    ` [PATCH v3 6/8] fast-import: document C-style escapes for paths

[PATCH 00/26] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-04-10 22:50 UTC  (3+ messages)
` [PATCH 07/26] cxl/port: Add dynamic capacity size support to endpoint decoders

[PATCH v4 00/15] Unified cross-architecture kernel-mode FPU API
 2024-04-10 22:47 UTC  (10+ messages)
` [PATCH v4 13/15] drm/amd/display: Use ARCH_HAS_KERNEL_FPU_SUPPORT

RTT-PROBE: lore-subspace-rtt
 2024-04-10 22:48 UTC 

[patch V2 00/50] posix-timers: Cure inconsistencies and the SIG_IGN mess
 2024-04-10 22:47 UTC  (51+ messages)
` [patch V2 01/50] selftests/timers/posix_timers: Simplify error handling
` [patch V2 02/50] selftests/timers/posix_timers: Add SIG_IGN test
` [patch V2 03/50] selftests/timers/posix_timers: Validate signal rules
` [patch V2 04/50] selftests/timers/posix-timers: Validate SIGEV_NONE
` [patch V2 05/50] selftests/timers/posix-timers: Validate timer_gettime()
` [patch V2 06/50] selftests/timers/posix-timers: Validate overrun after unblock
` [patch V2 07/50] posix-cpu-timers: Split up posix_cpu_timer_get()
` [patch V2 08/50] posix-cpu-timers: Save interval only for armed timers
` [patch V2 09/50] posix-cpu-timers: Handle interval timers correctly in timer_get()
` [patch V2 10/50] posix-cpu-timers: Handle SIGEV_NONE "
` [patch V2 11/50] posix-cpu-timers: Handle SIGEV_NONE timers correctly in timer_set()
` [patch V2 12/50] posix-cpu-timers: Replace old expiry retrieval in posix_cpu_timer_set()
` [patch V2 13/50] posix-cpu-timers: Do not arm SIGEV_NONE timers
` [patch V2 14/50] posix-cpu-timers: Use @now instead of @val for clarity
` [patch V2 15/50] posix-cpu-timers: Remove incorrect comment in posix_cpu_timer_set()
` [patch V2 16/50] posix-cpu-timers: Simplify posix_cpu_timer_set()
` [patch V2 17/50] posix-timers: Retrieve interval in common timer_settime() code
` [patch V2 18/50] posix-timers: Clear overrun in common_timer_set()
` [patch V2 19/50] posix-timers: Convert timer list to hlist
` [patch V2 20/50] posix-timers: Consolidate timer setup
` [patch V2 21/50] posix-cpu-timers: Make k_itimer::it_active consistent
` [patch V2 22/50] posix-timers: Consolidate signal queueing
` [patch V2 23/50] signal: Remove task argument from dequeue_signal()
` [patch V2 24/50] signal: Replace BUG_ON()s
` [patch V2 25/50] signal: Confine POSIX_TIMERS properly
` [patch V2 26/50] signal: Get rid of resched_timer logic
` [patch V2 27/50] posix-timers: Cure si_sys_private race
` [patch V2 28/50] signal: Allow POSIX timer signals to be dropped
` [patch V2 29/50] posix-timers: Drop signal if timer has been deleted or reprogrammed
` [patch V2 30/50] posix-timers: Rename k_itimer::it_requeue_pending
` [patch V2 31/50] posix-timers: Add proper state tracking
` [patch V2 32/50] posix-timers: Make signal delivery consistent
` [patch V2 33/50] posix-timers: Make signal overrun accounting sensible
` [patch V2 34/50] posix-cpu-timers: Use dedicated flag for CPU timer nanosleep
` [patch V2 35/50] posix-timers: Add a refcount to struct k_itimer
` [patch V2 36/50] signal: Split up __sigqueue_alloc()
` [patch V2 37/50] signal: Provide posixtimer_sigqueue_init()
` [patch V2 38/50] signal: Add sys_private_ptr to siginfo::_sifields::_timer
` [patch V2 39/50] posix-timers: Store PID type in the timer
` [patch V2 40/50] signal: Refactor send_sigqueue()
` [patch V2 41/50] posix-timers: Embed sigqueue in struct k_itimer
` [patch V2 42/50] signal: Cleanup unused posix-timer leftovers
` [patch V2 43/50] signal: Add task argument to flush_sigqueue_mask()
` [patch V2 44/50] signal: Provide ignored_posix_timers list
` [patch V2 45/50] posix-timers: Handle ignored list on delete and exit
` [patch V2 46/50] signal: Handle ignored signals in do_sigaction(action != SIG_IGN)
` [patch V2 47/50] signal: Queue ignored posixtimers on ignore list
` [patch V2 48/50] posix-timers: Cleanup SIG_IGN workaround leftovers
` [patch V2 49/50] alarmtimers: Remove the throttle mechanism from alarm_forward_now()
` [patch V2 50/50] alarmtimers: Remove return value from alarm functions

[PATCH v2 0/7] PCI/MSI: Remove IMS (Interrupt Message Store) support for now
 2024-04-10 22:46 UTC  (10+ messages)
` [PATCH v2 1/7] Revert "PCI/MSI: Provide stubs for IMS functions"
` [PATCH v2 2/7] Revert "PCI/MSI: Provide pci_ims_alloc/free_irq()"
` [PATCH v2 3/7] Revert "PCI/MSI: Provide IMS (Interrupt Message Store) support"
` [PATCH v2 4/7] Revert "iommu/amd: Enable PCI/IMS"
` [PATCH v2 5/7] Revert "iommu/vt-d: "
` [PATCH v2 6/7] Revert "x86/apic/msi: "
` [PATCH v2 7/7] Revert "genirq/msi: Provide constants for PCI/IMS support"

[PATCH v4 00/15] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-10 22:44 UTC  (7+ messages)
` [PATCH v4 07/15] RISC-V: KVM: No need to exit to the user space if perf event failed

[PATCH] x86/pat: fix W^X violation false-positives when running as Xen PV guest
 2024-04-10 22:44 UTC  (2+ messages)

[PATCH 0/2] mtd: ubi: Fix some initialisation failure cases
 2024-04-10 22:42 UTC  (3+ messages)
` [PATCH 1/2] mtd: ubi: Restore missing cleanup on ubi_init() failure path
` [PATCH 2/2] mtd: ubi: Ignore all debugfs initialisation failures

[conor:clk-reset-stuff 6/6] ld.lld: error: undefined symbol: mpfs_reset_controller_register
 2024-04-10 22:41 UTC 

[PATCH 2/2] ubi: ubi_init: Fix missed ubiblock cleanup in error handling path
 2024-04-10 22:41 UTC  (3+ messages)

linux-next: build failure after merge of the net tree
 2024-04-10 22:42 UTC 

QCA6390 bluetooth doesn't work after warm boot or disable/reenable
 2024-04-10 22:40 UTC  (9+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-04-10 22:38 UTC 

[net-next PATCH 00/15] eth: fbnic: Add network driver for Meta Platforms Host Network Interface
 2024-04-10 22:37 UTC  (11+ messages)

[PATCH v14 0/4] add zynqmp TCM bindings
 2024-04-10 22:36 UTC  (5+ messages)
` [PATCH v14 4/4] remoteproc: zynqmp: parse TCM from device tree

[PATCH 00/21] drm: Increase COMPILE_TEST=y coverage
 2024-04-10 22:36 UTC  (3+ messages)
` [PATCH 20/21] drm/rcar-du: Allow build with COMPILE_TEST=y

[PATCH net-next V3] net/mlx5e: Expose the VF/SF RX drop counter on the representor
 2024-04-10 22:35 UTC  (2+ messages)

[PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device
 2024-04-10 22:34 UTC  (11+ messages)

[meta-oe][PATCH] libtorrent: remove CVE mention
 2024-04-10 22:33 UTC  (8+ messages)
  ` [oe] "

[PATCH v6 1/2] posix-timers: Prefer delivery of signals to the current thread
 2024-04-10 22:33 UTC  (14+ messages)
  ` [PATCH] selftests/timers/posix_timers: reimplement check_timer_distribution()
                  ` [PATCH v2] "

[PATCH net] octeontx2-pf: fix FLOW_DIS_IS_FRAGMENT implementation
 2024-04-10 22:33 UTC  (2+ messages)

[PATCH 00/10] Add support for a few Zc* extensions as well as Zcmop
 2024-04-10 22:32 UTC  (9+ messages)
` [PATCH 07/10] riscv: add ISA extension parsing for Zcmop

[net-next PatchV2] octeontx2-af: map management port always to first PF
 2024-04-10 22:30 UTC  (2+ messages)

[meta-oe][PATCH] libtorrent-rasterbar: add initial recipe for 2.0.10
 2024-04-10 22:30 UTC 

[rgushchin:page_counters.1 4/5] arch/x86/include/asm/page_types.h:11:9: warning: 'PAGE_SIZE' macro redefined
 2024-04-10 22:29 UTC 

[Bug 218578] New: MXC6655 accelerometer not working with MXC4005 driver
 2024-04-10 22:30 UTC  (3+ messages)
` [Bug 218578] "

[PATCH v5 00/22] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-10 22:29 UTC  (5+ messages)
` [PATCH v5 06/22] drivers/perf: riscv: Implement SBI PMU snapshot function

[PATCH] drm/amd/display: Enable ogam_ram for dcn32+dcn35+dcn351
 2024-04-10 22:13 UTC 

[PATCH v6 00/11] Add support for Intel PPS Generator
 2024-04-10 22:28 UTC  (7+ messages)
` [PATCH v6 08/11] timekeeping: Add function to convert realtime to base clock
  ` [Intel-wired-lan] "
` [PATCH v6 09/11] pps: generators: Add PPS Generator TIO Driver
  ` [Intel-wired-lan] "

[PATCH] drm/i915/dg2: wait for HuC load completion before running selftests
 2024-04-10 22:28 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH 0/6] backports: Remove Old backports code
 2024-04-10 22:20 UTC  (7+ messages)
` [PATCH 1/6] backports: Remove no-pointer-sign option
` [PATCH 2/6] backports: Remove BPAUTO_REFCOUNT
` [PATCH 3/6] backports: Remove verification backport
` [PATCH 4/6] backports: Remove compat/memneq.c
` [PATCH 5/6] backports: Remove mpls.h
` [PATCH 6/6] backports: Remove driver headers

[PATCH v4 0/2] usb: typec: Implement UCSI driver for ChromeOS
 2024-04-10 22:27 UTC  (6+ messages)
` [PATCH v4 2/2] usb: typec: ucsi: Implement ChromeOS UCSI driver

[PATCH 00/12] misc: Remove sprintf() due to macOS deprecation
 2024-04-10 22:27 UTC  (3+ messages)

[PATCH i-g-t v2] lib/kunit: Read results from debugfs
 2024-04-10 22:28 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-04-10 22:28 UTC 

[v2 00/31] Basic system allocator support in xe driver
 2024-04-10 22:26 UTC  (9+ messages)
` [v2 21/31] drm/xe/svm: Introduce svm migration function
` [v2 22/31] drm/xe/svm: implement functions to allocate and free device memory
` [v2 24/31] drm/xe/svm: Create and destroy xe svm
` [v2 26/31] drm/xe: Make function lookup_vma public

[PATCH v12 00/29] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-04-10 22:27 UTC  (7+ messages)
` [PATCH v12 26/29] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH v12 27/29] crypto: ccp: Add the SNP_VLEK_LOAD command
` [PATCH v12 28/29] crypto: ccp: Add the SNP_{PAUSE,RESUME}_ATTESTATION commands

[PATCH net-next v5 0/2] nfp: series of minor driver improvements
 2024-04-10 22:27 UTC  (3+ messages)
` [PATCH net-next v5 2/2] nfp: update devlink device info output

[PATCHSET v3 0/3] Convert fs drivers to ->read_iter()
 2024-04-10 22:27 UTC  (3+ messages)
` [PATCH 2/4] timerfd: convert "

[PATCH v3 0/5] TDX host: kexec() support
 2024-04-10 22:26 UTC  (5+ messages)
` [PATCH v3 1/5] x86/kexec: do unconditional WBINVD for bare-metal in stop_this_cpu()

[PATCH] hw/isa/vt82c686: Keep track of PIRQ/PINT pins separately
 2024-04-10 22:25 UTC 

[PATCH 00/10] drm: move Intel drm headers to a subdirectory
 2024-04-10 22:25 UTC  (2+ messages)

[PATCH v2] landlock: Add abstract unix socket connect restrictions
 2024-04-10 22:24 UTC  (3+ messages)

[PATCH] ARM64: Cross-Compilation Support
 2024-04-10 22:23 UTC  (2+ messages)

[PATCH v1] perf list: Esacpe \r in json output
 2024-04-10 22:23 UTC 

[PATCH net v2] net: sparx5: flower: fix fragment flags handling
 2024-04-10 22:20 UTC  (2+ messages)

[PATCHSET v13.1 9/9] xfs: vectorize scrub kernel calls
 2024-04-10 22:19 UTC  (4+ messages)
` [PATCH 1/3] xfs: reduce the rate of cond_resched calls inside scrub

[PATCHSET v13.1 7/9] xfs: online repair for parent pointers
 2024-04-10 22:18 UTC  (4+ messages)
` [PATCH 01/14] xfs: add xattr setname and removename functions for internal users

[Buildroot] [PATCH] package/python-pypng: add missing python3-zlib dependency
 2024-04-10 22:18 UTC  (3+ messages)
` [Buildroot] [PATCH] support/testing: sync TestATFAllwinner with orangepi_zero_plus2_defconfig
` [Buildroot] [PATCH] support/testing: remove TestATFVexpress

RTT-PROBE: lore-subspace-rtt
 2024-04-10 22:18 UTC 

[PATCH 0/3] tso: aarch64: Expose TSO for virtualized linux on Apple Silicon
 2024-04-10 21:16 UTC  (3+ messages)
` [PATCH 2/3] tso: aarch64: context-switch tso bit on thread switch
` [PATCH 3/3] tso: aarch64: allow userspace to set tso bit using prctl

[PATCH] x86/emul: Adjust X86EMUL_OPC_EXT_MASK to placate MISRA
 2024-04-10 22:17 UTC  (2+ messages)

[PATCH] xen/spinlock: Adjust LOCK_DEBUG_INITVAL to placate MISRA
 2024-04-10 22:16 UTC  (2+ messages)

[PATCH 00/10] drm/i915: PREEMPT_RT related fixups
 2024-04-10 22:16 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for drm/i915: PREEMPT_RT related fixups. (rev6)

[PATCH] xen/vPCI: Remove shadowed variable
 2024-04-10 22:16 UTC  (2+ messages)

[PATCH v2 0/4] xen/arch: Simplify virtual_region setup
 2024-04-10 22:15 UTC  (3+ messages)
` [PATCH v2 4/4] xen/virtual-region: Drop setup_virtual_regions()

[PATCH v6] coresched: Manage core scheduling cookies for tasks
 2024-04-10 22:15 UTC  (3+ messages)
` [PATCH v7] "

[PATCH] cpufreq: Covert to exit callback returning void
 2024-04-10 13:42 UTC  (2+ messages)
`  "

[PATCH] xen/nospec: Remove unreachable code
 2024-04-10 22:15 UTC  (2+ messages)

[PATCH] cpufreq: Covert to exit callback returning void
 2024-04-10 13:21 UTC 

[Buildroot] [PATCH] support/testing: regenerate .checkpackageignore used in TestCheckPackage
 2024-04-10 22:14 UTC 

[PATCH] x86/hvm: Fix Misra Rule 19.1 regression
 2024-04-10 22:13 UTC  (2+ messages)

[Buildroot] [PATCH] boot/ti-k3-boot-firmware: bump to latest version
 2024-04-10 22:14 UTC  (3+ messages)

[PATCH] soc: qcom: cmd-db: map shared memory as WT, not WB
 2024-04-10 22:12 UTC  (7+ messages)

[PATCH 1/1] bootflow: always initialize bootflow_iter_set_dev parameters
 2024-04-10 22:12 UTC 

[PATCHSET v13.1 5/9] xfs: Parent Pointers
 2024-04-10 22:11 UTC  (7+ messages)
` [PATCH 29/32] xfs: Add the parent pointer support to the superblock version 5
` [PATCH 32/32] xfs: enable parent pointers

[PATCH 0/5] Add parsing for Zimop ISA extension
 2024-04-10 22:11 UTC  (6+ messages)

[PATCH] drm/msm: Drop msm_read/writel
 2024-04-10 22:11 UTC  (2+ messages)

[PATCH net-next v2 0/3] netlink: Add nftables spec w/ multi messages
 2024-04-10 22:11 UTC  (4+ messages)
` [PATCH net-next v2 1/3] doc/netlink/specs: Add draft nftables spec
` [PATCH net-next v2 2/3] netfilter: nfnetlink: Handle ACK flags for batch messages
` [PATCH net-next v2 3/3] tools/net/ynl: Add multi message support to ynl

RTT-PROBE: lore-subspace-rtt
 2024-04-10 22:08 UTC 

[PATCH v2 00/10] KVM: Guest Memory Pre-Population API
 2024-04-10 22:07 UTC  (11+ messages)
` [PATCH v2 01/10] KVM: Document KVM_MAP_MEMORY ioctl
` [PATCH v2 02/10] KVM: Add KVM_MAP_MEMORY vcpu ioctl to pre-populate guest memory
` [PATCH v2 03/10] KVM: x86/mmu: Extract __kvm_mmu_do_page_fault()
` [PATCH v2 04/10] KVM: x86/mmu: Make __kvm_mmu_do_page_fault() return mapped level
` [PATCH v2 05/10] KVM: x86/mmu: Introduce kvm_tdp_map_page() to populate guest memory
` [PATCH v2 06/10] KVM: x86: Implement kvm_arch_vcpu_map_memory()
` [PATCH v2 07/10] KVM: x86: Always populate L1 GPA for KVM_MAP_MEMORY
` [PATCH v2 08/10] KVM: x86: Add a hook in kvm_arch_vcpu_map_memory()
` [PATCH v2 09/10] KVM: SVM: Implement pre_mmu_map_page() to refuse KVM_MAP_MEMORY
` [PATCH v2 10/10] KVM: selftests: x86: Add test for KVM_MAP_MEMORY

[PATCH] platform/chrome: cros_ec_uart: properly fix race condition
 2024-04-10 22:06 UTC  (3+ messages)

linux-next: duplicate patch in the risc-v tree
 2024-04-10 22:06 UTC 


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.