All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-12 22:18:35 to 2023-05-13 00:22:08 UTC [more...]

[Intel-gfx] [linux-next:master] BUILD SUCCESS WITH WARNING e922ba281a8d84f640d8c8e18a385d032c19e185
 2023-05-13  0:21 UTC  (3+ messages)
`  "

[PATCH 00/32] bcachefs - a new COW filesystem
 2023-05-13  0:17 UTC  (8+ messages)
` [PATCH 04/32] locking: SIX locks (shared/intent/exclusive)

[PATCH v8 0/2] drm/i915: Allow user to set cache at BO creation
 2023-05-13  0:16 UTC  (7+ messages)
` [Intel-gfx] "
` [Intel-gfx] [PATCH v8 1/2] drm/i915/mtl: end support for set caching ioctl
  `  "
` [PATCH v8 2/2] drm/i915: Allow user to set cache at BO creation
  ` [Intel-gfx] "
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915: Allow user to set cache at BO creation (rev8)

[ardb:efi-remove-mixed-mode 22/30] arch/x86/platform/efi/efi.c:883:7: warning: no previous prototype for function 'efi_systab_show_arch'
 2023-05-13  0:15 UTC 

+ mm-oom-do-not-check-0-mask-in-out_of_memory.patch added to mm-unstable branch
 2023-05-13  0:13 UTC 

[PATCH v3 0/2] pack-objects: introduce `pack.extraRecentObjectsHook`
 2023-05-13  0:11 UTC  (8+ messages)
` [PATCH v3 2/2] builtin/pack-objects.c: introduce `pack.recentObjectsHook`

[PATCH] mm: Convert migrate_pages() to work on folios
 2023-05-13  0:11 UTC 

+ mm-memory-failure-move-sysctl-register-in-memory_failure_init.patch added to mm-unstable branch
 2023-05-13  0:10 UTC 

+ mm-memory_failure-move-memory_failure_attr_group-under-memory_failure.patch added to mm-unstable branch
 2023-05-13  0:10 UTC 

[RFC 0/6] Deprecate riscv,isa DT property?
 2023-05-13  0:09 UTC  (12+ messages)

[igt-dev] [PATCH i-g-t 00/15] PMU: multi-tile support
 2023-05-13  0:08 UTC  (5+ messages)
` [igt-dev] [PATCH i-g-t 01/15] perf_pmu: Support multi-tile in rc6 subtest

+ maintainers-cleanup-arm-display-ip-maintainers.patch added to mm-hotfixes-unstable branch
 2023-05-13  0:08 UTC 

+ mm-hugetlb_vmemmap-provide-stronger-vmemmap-allocation-guarantees.patch added to mm-unstable branch
 2023-05-13  0:05 UTC 

[PATCH] watchdog: Prefer use "ref-cycles" for NMI watchdog
 2023-05-13  0:03 UTC  (3+ messages)

[PATCH 0/3] mm: Fix bug affecting swapping in MTE tagged pages
 2023-05-12 23:57 UTC  (4+ messages)
` [PATCH 1/3] mm: Move arch_do_swap_page() call to before swap_free()
` [PATCH 2/3] mm: Call arch_swap_restore() from arch_do_swap_page() and deprecate the latter
` [PATCH 3/3] arm64: mte: Simplify swap tag restoration logic and fix uninitialized tag issue

[Intel-gfx] [PATCH 1/4] drm/i915/dpll: drop a useless I915_STATE_WARN_ON()
 2023-05-12 23:58 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/4] drm/i915/dpll: drop a useless I915_STATE_WARN_ON() (rev2)

[Intel-gfx] [PATCH] drm/i915/selftest/gsc: Ensure GSC Proxy init completes before selftests
 2023-05-12 23:58 UTC  (2+ messages)
`  "

[Intel-xe] [PATCH] drm/xe: Load HuC on Alderlake P
 2023-05-12 23:58 UTC  (5+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "

[PATCH] MAINTAINERS: repair pattern in DIALOG SEMICONDUCTOR DRIVERS
 2023-05-12 23:56 UTC  (2+ messages)

+ maintainers-repair-pattern-in-dialog-semiconductor-drivers.patch added to mm-hotfixes-unstable branch
 2023-05-12 23:57 UTC 

[Intel-gfx] [PATCH] drm/i915/guc/slpc: Disable rps_boost debugfs
 2023-05-12 23:56 UTC  (2+ messages)
`  "

[PATCH] virtio-vdpa: Fix unchecked call to NULL set_vq_affinity
 2023-05-12 23:55 UTC  (6+ messages)

[PATCH 1/6] fs: unify locking semantics for fs freeze / thaw
 2023-05-12 23:54 UTC  (2+ messages)

[PATCH RFC] kthread: Unify kernel_thread() and user_mode_thread()
 2023-05-12 23:53 UTC  (2+ messages)

[PATCH v3 00/18] x86/reboot: KVM: Clean up "emergency" virt code
 2023-05-12 23:50 UTC  (19+ messages)
` [PATCH v3 01/18] x86/reboot: VMCLEAR active VMCSes before emergency reboot
` [PATCH v3 02/18] x86/reboot: Harden virtualization hooks for "
` [PATCH v3 03/18] x86/reboot: KVM: Handle VMXOFF in KVM's reboot callback
` [PATCH v3 04/18] x86/reboot: KVM: Disable SVM during reboot via virt/KVM "
` [PATCH v3 05/18] x86/reboot: Disable virtualization during reboot iff callback is registered
` [PATCH v3 06/18] x86/reboot: Assert that IRQs are disabled when turning off virtualization
` [PATCH v3 07/18] x86/reboot: Hoist "disable virt" helpers above "emergency reboot" path
` [PATCH v3 08/18] x86/reboot: Expose VMCS crash hooks if and only if KVM_{INTEL,AMD} is enabled
` [PATCH v3 09/18] x86/virt: KVM: Open code cpu_has_vmx() in KVM VMX
` [PATCH v3 10/18] x86/virt: KVM: Move VMXOFF helpers into "
` [PATCH v3 11/18] KVM: SVM: Make KVM_AMD depend on CPU_SUP_AMD or CPU_SUP_HYGON
` [PATCH v3 12/18] x86/virt: Drop unnecessary check on extended CPUID level in cpu_has_svm()
` [PATCH v3 13/18] x86/virt: KVM: Open code cpu_has_svm() into kvm_is_svm_supported()
` [PATCH v3 14/18] KVM: SVM: Check that the current CPU supports SVM in kvm_is_svm_supported()
` [PATCH v3 15/18] KVM: VMX: Ensure CPU is stable when probing basic VMX support
` [PATCH v3 16/18] x86/virt: KVM: Move "disable SVM" helper into KVM SVM
` [PATCH v3 17/18] KVM: x86: Force kvm_rebooting=true during emergency reboot/crash
` [PATCH v3 18/18] KVM: SVM: Use "standard" stgi() helper when disabling SVM

+ kasan-use-internal-prototypes-matching-gcc-13-builtins.patch added to mm-unstable branch
 2023-05-12 23:50 UTC 

+ kasan-add-kasan_tag_mismatch-prototype.patch added to mm-unstable branch
 2023-05-12 23:50 UTC 

[PATCH 1/2] kasan: add kasan_tag_mismatch prototype
 2023-05-12 23:50 UTC  (3+ messages)
` [PATCH 2/2] [v3] kasan: use internal prototypes matching gcc-13 builtins

stable-rc/queue/4.14 baseline: 135 runs, 26 regressions (v4.14.314-96-g86b2c7cad0ff0)
 2023-05-12 23:49 UTC 

[PATCH RFC net-next 0/9] net: pcs: xpcs: cleanups for clause 73 support
 2023-05-12 23:47 UTC  (3+ messages)
` [PATCH RFC net-next 1/9] net: mdio: add clause 73 to ethtool conversion helper

+ nilfs2-fix-use-after-free-bug-of-nilfs_root-in-nilfs_evict_inode.patch added to mm-hotfixes-unstable branch
 2023-05-12 23:46 UTC 

[syzbot] [nilfs?] KASAN: slab-use-after-free Read in nilfs_load_inode_block
 2023-05-12 23:46 UTC  (6+ messages)
` [PATCH] nilfs2: fix use-after-free bug of nilfs_root in nilfs_evict_inode()

[Intel-wired-lan] [PATCH] e1000e: Fix bind network card with ID = 0x0D4F
 2023-05-12 23:19 UTC  (2+ messages)
`  "

[Intel-gfx] [PATCH 0/6] Add MTL PMU support for multi-gt
 2023-05-12 23:44 UTC  (11+ messages)
` [Intel-gfx] [PATCH 4/6] drm/i915/pmu: Add reference counting to the sampling timer
` [Intel-gfx] [PATCH 5/6] drm/i915/pmu: Prepare for multi-tile non-engine counters

[PATCH 0/9] KVM: x86/mmu: Clean up MMU_DEBUG and BUG/WARN usage
 2023-05-12 23:40 UTC  (12+ messages)
` [PATCH 4/9] KVM: x86/mmu: Rename MMU_WARN_ON() to KVM_MMU_WARN_ON()
` [PATCH 5/9] KVM: x86/mmu: Convert "runtime" WARN_ON() assertions to WARN_ON_ONCE()
` [PATCH 6/9] KVM: x86/mmu: Bug the VM if a vCPU ends up in long mode without PAE enabled

stable-rc/queue/5.15 baseline: 168 runs, 11 regressions (v5.15.111-63-g8716f8247ea80)
 2023-05-12 23:38 UTC 

+ migrate_pages_batch-simplify-retrying-and-failure-counting-of-large-folios.patch added to mm-unstable branch
 2023-05-12 23:34 UTC 

[Intel-gfx] [PATCH v7 0/4] drm/i915: Allow user to set cache at BO creation
 2023-05-12 23:34 UTC  (6+ messages)
` [Intel-gfx] [PATCH v7 4/4] "
      `  "

Understanding the network stack internals for multicast packets if there is both a raw socket and local subscriber for IGMP messages
 2023-05-12 23:32 UTC 

[PATCH v2 0/2] KVM: Fix race between reboot and hardware enabling
 2023-05-12 23:31 UTC  (6+ messages)
` [PATCH v2 1/2] KVM: Use syscore_ops instead of reboot_notifier to hook restart/shutdown
` [PATCH v2 2/2] KVM: Don't enable hardware after a restart/shutdown is initiated

stable-rc/queue/5.10 baseline: 181 runs, 8 regressions (v5.10.179-337-gee575f6153d30)
 2023-05-12 23:30 UTC 

[PATCH] mm: fix hugetlb page unmap count balance issue
 2023-05-12 23:29 UTC  (3+ messages)

Amazing wicker sofa sets in stock
 2023-05-12 23:24 UTC 

[PATCH 00/11] docs: interpret-trailers: reword and add examples
 2023-05-12 23:24 UTC  (3+ messages)
` [PATCH v2 0/9] "

[PATCH v6 01/21] net/tcp: Prepare tcp_md5sig_pool for TCP-AO
 2023-05-12 23:23 UTC  (2+ messages)

Can we clarify the purpose of `git diff -s`?
 2023-05-12 23:21 UTC  (15+ messages)

+ mm-memory_hotplug-fix-format-string-in-warnings.patch added to mm-unstable branch
 2023-05-12 23:20 UTC 

+ filemap-remove-page_endio.patch added to mm-unstable branch
 2023-05-12 23:19 UTC 

QA notification for completed autobuilder build (yocto-4.0.10.rc1)
 2023-05-12 23:16 UTC 

[syzbot] [kernel?] possible deadlock in __mod_timer (2)
 2023-05-12 23:13 UTC  (8+ messages)
` [PATCH] debugobject: don't wake up kswapd from fill_pool()

[PATCH] blk-mq: don't queue passthrough request into scheduler
 2023-05-12 23:14 UTC  (10+ messages)

[ANNOUNCE / RFC] Periodic Upstream Call for KVM
 2023-05-12 23:10 UTC 

+ squashfs-cache-partial-compressed-blocks.patch added to mm-nonmm-unstable branch
 2023-05-12 23:12 UTC 

❌ FAIL: Test report for master (6.4.0-rc1, mainline.kernel.org-clang, 76c7f887)
 2023-05-12 23:11 UTC 

+ maple_tree-add-mas_next_range-and-mas_find_range-interfaces-checkpatch-fixes.patch added to mm-unstable branch
 2023-05-12 23:09 UTC 

[PATCH v3 00/35] Maple tree mas_{next,prev}_range() and cleanup
 2023-05-12 23:08 UTC  (3+ messages)
` [PATCH v3 28/35] maple_tree: Add mas_next_range() and mas_find_range() interfaces

[igt-dev] [PATCH v3 0/1] test/gem_create: exercise gem_create_ext_set_pat
 2023-05-12 23:06 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[linus:master] [xfs] 2edf06a50f: fsmark.files_per_sec -5.7% regression
 2023-05-12 23:05 UTC  (5+ messages)

[PATCH v6 07/21] net/tcp: Add tcp_parse_auth_options()
 2023-05-12 23:02 UTC  (2+ messages)

Trouble with quilt-0.67 in Kirkstone 4.0.4 #poky
 2023-05-12 23:02 UTC 

stable-rc/queue/4.19 baseline: 148 runs, 30 regressions (v4.19.282-166-g84c55522b099)
 2023-05-12 23:00 UTC 

+ mm-avoid-rewalk-in-mmap_region.patch added to mm-unstable branch
 2023-05-12 22:59 UTC 

+ maple_tree-update-testing-code-for-mas_nextprevwalk.patch added to mm-unstable branch
 2023-05-12 22:59 UTC 

+ mm-add-vma_iter_nextprev_range-to-vma-iterator.patch added to mm-unstable branch
 2023-05-12 22:59 UTC 

+ maple_tree-clear-up-index-and-last-setting-in-single-entry-tree.patch added to mm-unstable branch
 2023-05-12 22:59 UTC 

+ maple_tree-add-mas_prev_range-and-mas_find_range_rev-interface.patch added to mm-unstable branch
 2023-05-12 22:59 UTC 

+ maple_tree-relocate-mas_rewalk-and-mas_rewalk_if_dead.patch added to mm-unstable branch
 2023-05-12 22:59 UTC 

+ maple_tree-introduce-mas_prev_slot-interface.patch added to mm-unstable branch
 2023-05-12 22:59 UTC 

+ maple_tree-add-mas_next_range-and-mas_find_range-interfaces.patch added to mm-unstable branch
 2023-05-12 22:59 UTC 

+ maple_tree-introduce-mas_next_slot-interface.patch added to mm-unstable branch
 2023-05-12 22:59 UTC 

+ maple_tree-try-harder-to-keep-active-node-with-mas_prev.patch added to mm-unstable branch
 2023-05-12 22:59 UTC 

+ maple_tree-fix-testing-mas_empty_area.patch added to mm-unstable branch
 2023-05-12 22:59 UTC 

+ maple_tree-revise-limit-checks-in-mas_empty_area_rev.patch added to mm-unstable branch
 2023-05-12 22:59 UTC 

+ maple_tree-try-harder-to-keep-active-node-after-mas_next.patch added to mm-unstable branch
 2023-05-12 22:59 UTC 

+ maple_tree-add-__init-and-__exit-to-test-module.patch added to mm-unstable branch
 2023-05-12 22:59 UTC 

+ mm-mmap-change-do_vmi_align_munmap-for-maple-tree-iterator-changes.patch added to mm-unstable branch
 2023-05-12 22:59 UTC 

+ maple_tree-mas_start-reset-depth-on-dead-node.patch added to mm-unstable branch
 2023-05-12 22:59 UTC 

+ maple_tree-remove-unnecessary-check-from-mas_destroy.patch added to mm-unstable branch
 2023-05-12 22:59 UTC 

+ mm-update-vma_iter_store-to-use-mas_warn_on.patch added to mm-unstable branch
 2023-05-12 22:59 UTC 

+ mm-update-validate_mm-to-use-vma-iterator.patch added to mm-unstable branch
 2023-05-12 22:59 UTC 

+ maple_tree-make-test-code-work-without-debug-enabled.patch added to mm-unstable branch
 2023-05-12 22:59 UTC 

+ maple_tree-return-error-on-mte_pivots-out-of-range.patch added to mm-unstable branch
 2023-05-12 22:59 UTC 

[u-boot-test-hooks PATCH 1/1] qemu_arm64_na: enable semihosting
 2023-05-12 22:59 UTC 

+ maple_tree-use-mas_bug_on-prior-to-calling-mas_meta_gap.patch added to mm-unstable branch
 2023-05-12 22:59 UTC 

+ maple_tree-use-mas_wr_bug_on-in-mas_store_prealloc.patch added to mm-unstable branch
 2023-05-12 22:59 UTC 

+ maple_tree-use-mas_bug_on-from-mas_topiary_range.patch added to mm-unstable branch
 2023-05-12 22:59 UTC 

+ maple_tree-use-mas_bug_on-in-mas_set_height.patch added to mm-unstable branch
 2023-05-12 22:59 UTC 

+ maple_tree-change-rcu-checks-to-warn_on-instead-of-bug_on.patch added to mm-unstable branch
 2023-05-12 22:59 UTC 

+ maple_tree-use-mas_bug_on-when-setting-a-leaf-node-as-a-parent.patch added to mm-unstable branch
 2023-05-12 22:59 UTC 

+ maple_tree-convert-debug-code-to-use-mt_warn_on-and-mas_warn_on.patch added to mm-unstable branch
 2023-05-12 22:59 UTC 

+ maple_tree-add-debug-bug_on-and-warn_on-variants.patch added to mm-unstable branch
 2023-05-12 22:59 UTC 

+ maple_tree-convert-bug_on-to-mt_bug_on.patch added to mm-unstable branch
 2023-05-12 22:59 UTC 

[PATCH v2 8/9] eventfs: moving tracing/events to eventfs
 2023-05-12 22:59 UTC  (6+ messages)

+ maple_tree-clean-up-mas_parent_enum-and-rename-to-mas_parent_type.patch added to mm-unstable branch
 2023-05-12 22:59 UTC 

+ maple_tree-avoid-unnecessary-ascending.patch added to mm-unstable branch
 2023-05-12 22:59 UTC 

+ maple_tree-clean-up-mas_dfs_postorder.patch added to mm-unstable branch
 2023-05-12 22:59 UTC 

+ maple_tree-add-format-option-to-mt_dump.patch added to mm-unstable branch
 2023-05-12 22:59 UTC 

+ maple_tree-fix-static-analyser-cppcheck-issue.patch added to mm-unstable branch
 2023-05-12 22:59 UTC 

[PATCH v3 00/11] Add ethernet driver for StarFive JH7110 SoC
 2023-05-12 22:57 UTC  (3+ messages)
` [PATCH v3 03/11] eeprom: starfive: Enable ID EEPROM configuration

[PATCH] xfs: don't do inodgc work if task is exiting
 2023-05-12 22:54 UTC  (4+ messages)

[PATCH] lib: add new libgit-builtin
 2023-05-12 22:52 UTC 

[syzbot] [net?] KASAN: slab-out-of-bounds Read in taprio_dequeue_from_txq
 2023-05-12 22:50 UTC 

+ mm-compaction-skip-all-non-migratable-pages-during-scan.patch added to mm-unstable branch
 2023-05-12 22:50 UTC 

kernel BUG at fs/ext4/inode.c:1914 - page_buffers()
 2023-05-12 22:50 UTC  (5+ messages)

[Intel-gfx] [PATCH] drm/i915: RFC: Introduce Wa_14011282866
 2023-05-12 22:47 UTC  (2+ messages)

[PATCH 1/1] semihosting: create file in smh_fs_write_at()
 2023-05-12 22:47 UTC 

[Intel-wired-lan] Fw: [Bug 217436] New: Low speed download when using the e1000e driver on Intel I219-V
 2023-05-12 22:44 UTC 

stable-rc/queue/5.4 baseline: 177 runs, 30 regressions (v5.4.242-239-g5c0fffd2f88b7)
 2023-05-12 22:40 UTC 

[RFC PATCH v2 00/13] drm/msm/dpu: support virtual wide planes
 2023-05-12 22:39 UTC  (7+ messages)
` [RFC PATCH v2 03/13] drm/msm/dpu: encoder: simplify debugfs handling
` [RFC PATCH v2 05/13] drm/msm/dpu: get rid of struct dpu_rm_requirements

[syzbot] [bpf?] [net?] kernel BUG in pskb_expand_head (2)
 2023-05-12 22:36 UTC  (2+ messages)

Fwd: Linux 6.3.1 + AMD RX 570 on ppc64le 4K: Kernel attempted to read user page (1128) - exploit attempt? (uid: 0)
 2023-05-12 22:34 UTC  (7+ messages)

[PATCH] bpf: reject blacklisted symbols in kprobe_multi to avoid recursive trap
 2023-05-12 22:33 UTC  (6+ messages)

[PATCH v5 0/2] Enable multiple MCAN on AM62x
 2023-05-12 20:26 UTC  (4+ messages)
` [PATCH v5 2/2] can: m_can: Add hrtimer to generate software interrupt

[PATCH 0/3] wifi: mt76: move mib_stats structure in mt76.h
 2023-05-12 22:29 UTC  (4+ messages)
` [PATCH 1/3] wifi: mt76: mt7915: "
` [PATCH 2/3] wifi: mt76: mt7996: rely on mib_stats shared definition
` [PATCH 3/3] wifi: mt76: mt7921: "

[PATCH v2 00/11] Make iscsid-kernel communications namespace-aware
 2023-05-12 22:30 UTC  (3+ messages)
` [PATCH 05/11] iscsi: check net namespace for all iscsi lookup

[PATCH v1 0/2] Add watchdog nodes in StarFive JH7100/JH7110 DTS
 2023-05-12 22:27 UTC  (4+ messages)
` [PATCH v1 2/2] riscv: dts: starfive: jh7110: Add watchdog node

[linux-stable-rc:queue/6.2 122/127] drivers/dma/at_xdmac.c:2035:5: error: call to undeclared function 'at_xdmac_device_pause_set'; ISO C99 and later do not support implicit function declarations
 2023-05-12 22:21 UTC 

[PATCH] xfs: avoid freeing multiple extents from same AG in pending transactions
 2023-05-12 22:20 UTC  (5+ messages)

[PULL 00/44] Hexagon update
 2023-05-12 21:47 UTC  (2+ messages)
` [PULL 41/44] Hexagon: add core gdbstub xml data for LLDB


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.