All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-11 23:05:58 to 2022-07-12 00:33:42 UTC [more...]

[PATCH blktests v2] nvme: add nvmf reset/disconnect during traffic test
 2022-07-12  0:33 UTC  (5+ messages)

✅ PASS (6/492 SKIPPED): Test report for d9919d43 (mainline.kernel.org-clang)
 2022-07-12  0:31 UTC 

[PATCH 00/13] locking/qspinlock: simplify code generation
 2022-07-12  0:29 UTC  (13+ messages)
` [PATCH 02/13] locking/qspinlock: inline mcs_spinlock functions into qspinlock
` [PATCH 03/13] locking/qspinlock: split common mcs queueing code into its own function
` [PATCH 04/13] locking/qspinlock: move pv lock word helpers into qspinlock.c
` [PATCH 05/13] locking/qspinlock: be less clever with the preprocessor

[PATCH 0/4] add struct page and Direct I/O support to reserved memory
 2022-07-12  0:26 UTC  (10+ messages)
` [PATCH 4/4] sample/reserved_mem: Introduce a sample of struct page and dio support to no-map rmem

[Intel-wired-lan] [PATCH net-next v3 0/3] ice: Support 5 layer tx scheduler topology
 2022-07-12  0:25 UTC  (3+ messages)
` [Intel-wired-lan] [PATCH net-next v4 3/3] ice: Enable switching default "

lib/kunit/executor.c:80:10: warning: Potential leak of memory pointed to by 'copy' [clang-analyzer-unix.Malloc]
 2022-07-12  0:23 UTC 

[hch-misc:mdev-lifetime 14/14] drivers/vfio/mdev/mdev_core.c:152:6-25: atomic_dec_and_test variation before object free at line 206
 2022-07-12  0:23 UTC 

[PATCH -printk] printk, tracing: fix console tracepoint
 2022-07-12  0:21 UTC  (3+ messages)

[text your-subject]
 2022-07-11 23:57 UTC 

[PATCH v1 net 00/15] sysctl: Fix data-races around ipv4_net_table (Round 1)
 2022-07-12  0:15 UTC  (16+ messages)
` [PATCH v1 net 01/15] sysctl: Fix data-races in proc_dou8vec_minmax()
` [PATCH v1 net 02/15] sysctl: Fix data-races in proc_dointvec_ms_jiffies()
` [PATCH v1 net 03/15] tcp: Fix a data-race around sysctl_max_tw_buckets
` [PATCH v1 net 04/15] icmp: Fix a data-race around sysctl_icmp_echo_ignore_all
` [PATCH v1 net 05/15] icmp: Fix data-races around sysctl_icmp_echo_enable_probe
` [PATCH v1 net 06/15] icmp: Fix a data-race around sysctl_icmp_echo_ignore_broadcasts
` [PATCH v1 net 07/15] icmp: Fix a data-race around sysctl_icmp_ignore_bogus_error_responses
` [PATCH v1 net 08/15] icmp: Fix a data-race around sysctl_icmp_errors_use_inbound_ifaddr
` [PATCH v1 net 09/15] icmp: Fix a data-race around sysctl_icmp_ratelimit
` [PATCH v1 net 10/15] icmp: Fix a data-race around sysctl_icmp_ratemask
` [PATCH v1 net 11/15] raw: Fix a data-race around sysctl_raw_l3mdev_accept
` [PATCH v1 net 12/15] tcp: Fix data-races around sysctl_tcp_ecn
` [PATCH v1 net 13/15] tcp: Fix a data-race around sysctl_tcp_ecn_fallback
` [PATCH v1 net 14/15] ipv4: Fix data-races around sysctl_ip_dynaddr
` [PATCH v1 net 15/15] nexthop: Fix data-races around nexthop_compat_mode

[PATCH v4] signal: break out of wait loops on kthread_stop()
 2022-07-12  0:18 UTC  (4+ messages)
` [PATCH v5] "

[PATCH V4 resend] spl: imx8mm: enlarge SPL_MAX_SIZE
 2022-07-12  0:17 UTC  (2+ messages)

[GIT PULL FOR v5.20] New pixel formats and colorspace improvements
 2022-07-12  0:15 UTC 

[PATCH 00/25] [PULL REQUEST] Intel IOMMU updates for Linux v5.20
 2022-07-12  0:09 UTC  (26+ messages)
` [PATCH 01/25] iommu/vt-d: Move trace/events/intel_iommu.h under iommu
` [PATCH 02/25] agp/intel: Use per device iommu check
` [PATCH 03/25] iommu/vt-d: Remove unnecessary exported symbol
` [PATCH 04/25] drm/i915: Remove unnecessary include
` [PATCH 05/25] KVM: x86: "
` [PATCH 06/25] x86/boot/tboot: Move tboot_force_iommu() to Intel IOMMU
` [PATCH 07/25] iommu/vt-d: Move include/linux/intel-iommu.h under iommu
` [PATCH 08/25] iommu/vt-d: Remove unused iovad from dmar_domain
` [PATCH 09/25] iommu/vt-d: debugfs: Remove device_domain_lock usage
` [PATCH 10/25] iommu/vt-d: Remove clearing translation data in disable_dmar_iommu()
` [PATCH 11/25] iommu/vt-d: Use pci_get_domain_bus_and_slot() in pgtable_walk()
` [PATCH 12/25] iommu/vt-d: Unnecessary spinlock for root table alloc and free
` [PATCH 13/25] iommu/vt-d: Replace spin_lock_irqsave() with spin_lock()
` [PATCH 14/25] iommu/vt-d: Acquiring lock in domain ID allocation helpers
` [PATCH 15/25] iommu/vt-d: Acquiring lock in pasid manipulation helpers
` [PATCH 16/25] iommu/vt-d: Check device list of domain in domain free path
` [PATCH 17/25] iommu/vt-d: Fold __dmar_remove_one_dev_info() into its caller
` [PATCH 18/25] iommu/vt-d: Use device_domain_lock accurately
` [PATCH 19/25] iommu/vt-d: Convert global spinlock into per domain lock
` [PATCH 20/25] iommu/vt-d: Remove unused domain_get_iommu()
` [PATCH 21/25] iommu/vt-d: Use IDA interface to manage iommu sequence id
` [PATCH 22/25] iommu/vt-d: Refactor iommu information of each domain
` [PATCH 23/25] iommu/vt-d: Remove unnecessary check in intel_iommu_add()
` [PATCH 24/25] iommu/vt-d: Remove global g_iommus array
` [PATCH 25/25] iommu/vt-d: Make DMAR_UNITS_SUPPORTED default 1024

[PATCH v2] x86/cpuinfo: Clear X86_FEATURE_TME if TME/MKTME is disabled by BIOS
 2022-07-12  0:12 UTC  (5+ messages)

[PATCH v2] bpf/scripts: Generate GCC compatible helpers
 2022-07-12  0:11 UTC  (3+ messages)

[perf] odd fuzzer generated trace in intel_pmu_lbr_restore
 2022-07-12  0:11 UTC  (5+ messages)
` [perf] unchecked MSR access error: WRMSR to 0x689 "

[PATCH v2 0/2] MSR Filtering documentation updates
 2022-07-12  0:10 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: x86: fix documentation for KVM_X86_SET_MSR_FILTER
` [PATCH v2 2/2] KVM: x86: update documentation for MSR filtering

[PATCH v2] scsi/lsi53c895a: fix use-after-free in lsi_do_msgout (CVE-2022-0216)
 2022-07-12  0:09 UTC  (2+ messages)

[PATCH] mmc: print clock frequency with recognization
 2022-07-12  0:08 UTC  (2+ messages)

[PATCH] ui/cocoa: Fix switched_to_fullscreen warning
 2022-07-12  0:05 UTC  (4+ messages)

[PATCH net v5] net: rose: fix null-ptr-deref caused by rose_kill_by_neigh
 2022-07-12  0:08 UTC  (3+ messages)

[PATCH v2] KVM: x86: Add dedicated helper to get CPUID entry with significant index
 2022-07-12  0:06 UTC 

vimdiff mergetool diff mode detection in vimrc broken by commit 0041797449
 2022-07-12  0:06 UTC 

[PATCH 0/2] [RFC] scalar: prepare documentation for future work
 2022-07-12  0:06 UTC  (4+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] scalar: reword command documentation to clarify purpose
  ` [PATCH v2 2/2] scalar: convert README.md into a technical design doc

[kernel PATCH v2 0/1] Bluetooth: hci_sync: Fix resuming scan after suspend resume
 2022-07-12  0:05 UTC  (2+ messages)
` [kernel PATCH v2 1/1] "

[PATCH net-next] i40e: i40e_reset_vf should return false if reset vf timeout
 2022-07-12  0:03 UTC  (3+ messages)
  ` [Intel-wired-lan] "

[PATCH v2 0/7] media: nxp: i.MX8 ISI driver
 2022-07-12  0:02 UTC  (8+ messages)
` [PATCH v2 1/7] media: v4l: Add packed YUV 4:4:4 YUVA and YUVX pixel formats
` [PATCH v2 2/7] media: v4l2-tpg: Add support for the new YUVA and YUVX formats
` [PATCH v2 3/7] media: vivid: "
` [PATCH v2 4/7] media: v4l2: Make colorspace validity checks more future-proof
` [PATCH v2 5/7] media: v4l2: Sanitize colorspace values in the framework
` [PATCH v2 6/7] dt-bindings: media: Add i.MX8 ISI DT bindings
` [PATCH v2 7/7] media: nxp: Add i.MX8 ISI driver

Virtual media support in the Redfish spec
 2022-07-12  0:01 UTC 

[PATCH] MIPS: Fixed __debug_virt_addr_valid()
 2022-07-12  0:02 UTC  (6+ messages)

[PATCH] nfp: fix clang -Wformat warnings
 2022-07-12  0:01 UTC 

[PATCH v7 1/7] Bluetooth: hci_core: Introduce hci_recv_event_data
 2022-07-12  0:01 UTC  (8+ messages)
` [PATCH v7 2/7] Bluetooth: Add initial implementation of CIS connections
` [PATCH v7 3/7] Bluetooth: Add BTPROTO_ISO socket type
` [PATCH v7 4/7] Bluetooth: Add initial implementation of BIS connections
` [PATCH v7 5/7] Bluetooth: ISO: Add broadcast support
` [PATCH v7 6/7] Bluetooth: btusb: Add support for ISO packets
` [PATCH v7 7/7] Bluetooth: btusb: Detect if an ACL packet is in fact an ISO packet
` [v7,1/7] Bluetooth: hci_core: Introduce hci_recv_event_data

[PATCH 0/6 v3] xfs: lockless buffer lookups
 2022-07-12  0:01 UTC  (4+ messages)
` [PATCH 3/6] xfs: merge xfs_buf_find() and xfs_buf_get_map()

[PATCH] mmc: use mmc_card_* macro and add it for sd_combo
 2022-07-12  0:00 UTC  (2+ messages)

[RFC] [PATCH 0/8] xfs: byte-base grant head reservation tracking
 2022-07-11 23:59 UTC  (19+ messages)
` [PATCH 1/8] xfs: AIL doesn't need manual pushing
` [PATCH 3/8] xfs: ensure log tail is always up to date
` [PATCH 4/8] xfs: l_last_sync_lsn is really tracking AIL state
` [PATCH 5/8] xfs: track log space pinned by the AIL
` [PATCH 7/8] xfs: move and xfs_trans_committed_bulk
` [PATCH 8/8] xfs: grant heads track byte counts, not LSNs

[kernel PATCH v1 1/1] Bluetooth: hci_sync: Fix resuming passive scan after suspend resume
 2022-07-11 23:59 UTC  (2+ messages)
` This patch fixes a previous patch which did not remove setting

[PATCH v2 bpf-next 0/5] ftrace: host klp and bpf trampoline together
 2022-07-11 23:55 UTC  (2+ messages)

[PATCH v4 0/2] handling guest multiple displays
 2022-07-11 23:39 UTC  (3+ messages)
` [PATCH v4 1/2] ui/gtk: detach VCs for additional guest displays
` [PATCH v4 2/2] ui/gtk: a new array param monitor to specify the target displays

[PATCH v7 000/102] KVM TDX basic feature support
 2022-07-11 23:48 UTC  (4+ messages)
` [PATCH v7 006/102] KVM: TDX: Detect CPU feature on kernel module initialization

[linux-linus test] 171585: tolerable FAIL - PUSHED
 2022-07-11 23:43 UTC 

[PATCH] x86/mm/tlb: Skip tracing when flush is not done
 2022-07-11 23:42 UTC  (3+ messages)

[PATCH net-next 0/3] net: ipv4/ipv6: new option to accept garp/untracked na only if in-network
 2022-07-11 23:42 UTC  (2+ messages)

[RFC PATCH 00/26] hugetlb: Introduce HugeTLB high-granularity mapping
 2022-07-11 23:41 UTC  (5+ messages)
` [RFC PATCH 07/26] hugetlb: add hugetlb_pte to track HugeTLB page table entries
` [RFC PATCH 19/26] hugetlb: add HGM support for copy_hugetlb_page_range

[Intel-gfx] [PATCH 00/32] drm/i915: fix kernel-doc issues
 2022-07-11 23:40 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[xen-unstable test] 171583: tolerable FAIL - PUSHED
 2022-07-11 23:36 UTC 

Questions about querying map object information
 2022-07-11 23:35 UTC  (3+ messages)

[PATCH] ARM: pxa: Fix gpio numbers for backlight controls
 2022-07-11 23:34 UTC  (3+ messages)

Automatic code formatting
 2022-07-11 23:30 UTC  (7+ messages)
` [RFC PATCH 0/4] make headway towards a clean "clang-format"
  ` [RFC PATCH 3/4] .clang-format: do not enforce a ColumnLimit

[PATCH v2 0/7] Improve GPU Recovery
 2022-07-11 23:27 UTC  (7+ messages)
` [PATCH v2 3/7] drm/msm: Fix cx collapse issue during recovery
` [PATCH v2 5/7] arm64: dts: qcom: sc7280: Update gpu register list

[PATCH 0/3] Improve READ CAPACITY reporting and handling
 2022-07-11 23:28 UTC  (9+ messages)
` [PATCH 1/3] scsi_debug: Set the SAME field in the REPORT ZONES response
` [PATCH 2/3] scsi_debug: Make the READ CAPACITY response compliant with ZBC
` [PATCH 3/3] scsi: sd_zbc: Fix handling of RC BASIS

[PATCH 0/3] KVM: x86: Fix fault-related bugs in LTR/LLDT emulation
 2022-07-11 23:27 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86: Mark TSS busy during LTR emulation _after_ all fault checks
` [PATCH 2/3] KVM: x86: Set error code to segment selector on LLDT/LTR non-canonical #GP
` [PATCH 3/3] KVM: x86: WARN only once if KVM leaves a dangling userspace I/O request

[PATCH] acpi/nfit: badrange report spill over to clean range
 2022-07-11 23:26 UTC 

[PATCH v5 0/2] powerpc rng cleanups
 2022-07-11 23:24 UTC  (3+ messages)
` [PATCH v5 1/2] powerpc/powernv: rename remaining rng powernv_ functions to pnv_
` [PATCH v5 2/2] powerpc/kvm: don't crash on missing rng, and use darn

[Intel-wired-lan] [PATCH net v1 2/2] i40e: Refactor i40e_set_rss_hash_opt
 2022-07-11 23:25 UTC  (2+ messages)

[PATCH v4] brcmfmac: prevent double-free on hardware-reset
 2022-07-11 23:24 UTC  (9+ messages)

[PATCH] revision: mark blobs needed for resolve-undo as reachable
 2022-07-11 23:25 UTC  (2+ messages)
` [PATCH 2/1] fsck: do not dereference NULL while checking resolve-undo data

[PATCH] qlogic: qed: fix clang -Wformat warnings
 2022-07-11 23:24 UTC 

[PATCH 1/2] Fix usage of CONFIG_PREBOOT
 2022-07-11 23:23 UTC  (3+ messages)
` [PATCH 2/2] Nokia RX-51: Remove CONFIG_PREBOOT from defconfig

[Cluster-devel] remove iomap_writepage
 2022-07-11 23:22 UTC  (4+ messages)
` [Cluster-devel] [PATCH 2/4] gfs2: remove ->writepage
    `  "

[PATCH v5] brcmfmac: prevent double-free on hardware-reset
 2022-07-11 23:21 UTC 

[Intel-wired-lan] [PATCH net v1 1/2] i40e: Fix ethtool rx-flow-hash setting for X722
 2022-07-11 23:22 UTC  (2+ messages)

[RFC v2 76/96] cl8k: add stats.c
 2022-07-11 23:20 UTC  (2+ messages)

[PATCH bpf-next v3 0/8] bpf: rstat: cgroup hierarchical stats
 2022-07-11 23:20 UTC  (4+ messages)
` [PATCH bpf-next v3 4/8] bpf: Introduce cgroup iter

Revert and reset and very damaging Git commands
 2022-07-11 23:20 UTC  (3+ messages)

[RFC v2 67/96] cl8k: add rfic.h
 2022-07-11 23:18 UTC  (2+ messages)

[PATCH] PCI/doc: Convert examples to generic power management
 2022-07-11 23:19 UTC  (2+ messages)

[RFC v2 59/96] cl8k: add rates.h
 2022-07-11 23:17 UTC  (2+ messages)

[PATCH v2 0/9] dt-bindings: msm/dp: cleanup Qualcomm DP and eDP bidndings
 2022-07-11 23:18 UTC  (10+ messages)
` [PATCH v2 7/9] dt-bindings: msm/dp: mark vdda supplies as deprecated
` [PATCH v2 8/9] dt-bindings: msm/dp: add missing properties
` [PATCH v2 9/9] dt-bindings: msm/dp: handle DP vs eDP difference

[PATCH v6 1/4] panic: Taint kernel if tests are run
 2022-07-11 23:17 UTC  (8+ messages)
` [PATCH v6 3/4] kunit: Taint the kernel when KUnit "

[RFC v2 50/96] cl8k: add phy.c
 2022-07-11 23:16 UTC  (2+ messages)

[PATCH v10] Preserve the EFI System Resource Table for dom0
 2022-07-11 23:14 UTC 

[PATCH] selftests/proc: Fix proc-pid-vm for vsyscall=xonly
 2022-07-11 23:15 UTC  (9+ messages)

[PATCH v1 0/4] Convert m68k MVME147 WD33C93 SCSI driver to DMA API
 2022-07-11 22:39 UTC  (5+ messages)
` [PATCH v1 1/4] m68k - add MVME147 SCSI base address to mvme147hw.h

[RFC v2 38/96] cl8k: add mac80211.c
 2022-07-11 23:13 UTC  (2+ messages)

[PATCH] PCI/ASPM: Unexport pcie_aspm_support_enabled()
 2022-07-11 23:14 UTC 

[PATCH v5 1/2] arm64: dts: qcom: Add support for Xiaomi Mi Mix2s
 2022-07-11 23:13 UTC  (3+ messages)
` [PATCH v5 2/2] dt-bindings: arm: qcom: Add Xiaomi Mi Mix2s bindings

[RFC PATCH v3 0/7] tests: run python tests under a venv
 2022-07-11 23:01 UTC  (6+ messages)
` [RFC PATCH v3 1/7] tests: create optional tests/venv dependency groups
` [RFC PATCH v3 3/7] tests: Remove spurious pip warnings on Ubuntu20.04
` [RFC PATCH v3 4/7] tests/vm: add venv pre-requisites to VM building recipes
` [RFC PATCH v3 5/7] tests: add 'check-venv' as a dependency of 'make check'
` [RFC PATCH v3 7/7] iotests: self-bootstrap testing venv

[PATCH] PCI:ASPM: Remove pcie_aspm_pm_state_change()
 2022-07-11 23:11 UTC  (2+ messages)

[RFC v2 36/96] cl8k: add key.c
 2022-07-11 23:10 UTC  (2+ messages)

[PATCH net-next 1/1] igb: add xdp frags support to ndo_xdp_xmit
 2022-07-11 23:07 UTC 

[PATCH v2] namei: implemented RENAME_NEWER_MTIME flag for renameat2() conditional replace
 2022-07-11 23:10 UTC  (3+ messages)
` [PATCH v4 1/2] "

[PATCH v2 0/3] Add support for rk3399 based eaidk-610
 2022-07-11 23:09 UTC  (9+ messages)
` [PATCH v2 1/3] dt-bindings: vendor-prefixes: Add OPEN AI LAB
` [PATCH v2 2/3] dt-bindings: arm: rockchip: Add EAIDK-610

[PATCH v4 1/2] of: unittest: Switch to use fwnode instead of of_node
 2022-07-11 23:08 UTC  (4+ messages)
` [PATCH v4 2/2] of: unittest: make unittest_gpio_remove() consistent with unittest_gpio_probe()

[PATCH 0/4] Fix kselftest build with sub-directory
 2022-07-11 23:08 UTC  (4+ messages)

[PATCH v8 0/3] Add support for lan966x flexcom chip-select configuration
 2022-07-11 23:06 UTC  (6+ messages)
` [PATCH v8 1/3] dt-bindings: mfd: Convert atmel-flexcom to json-schema
` [PATCH v8 2/3] dt-bindings: mfd: atmel,sama5d2-flexcom: Add new compatible string for lan966x

[PATCH v5 0/4] Microchip soft ip corePWM driver
 2022-07-11 23:06 UTC  (4+ messages)
` [PATCH v5 1/4] dt-bindings: pwm: fix microchip corePWM's pwm-cells

strange interaction between fuse + pidns
 2022-07-11 23:06 UTC  (7+ messages)

[PATCH net 0/7][pull request] Intel Wired LAN Driver Updates 2022-07-11
 2022-07-11 23:02 UTC  (6+ messages)
` [PATCH net 3/7] iavf: Fix reset error handling
` [PATCH net 4/7] iavf: Fix NULL pointer dereference in iavf_get_link_ksettings
` [PATCH net 5/7] iavf: Fix adminq error handling
` [PATCH net 6/7] iavf: Fix handling of dummy receive descriptors
` [PATCH net 7/7] iavf: Fix missing state logs


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.