All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-02-25 23:05:25 to 2022-02-26 00:57:41 UTC [more...]

[v2 4/4] net/mlx5: support matching optional fields of GRE
 2022-02-26  0:57 UTC  (5+ messages)
` [PATCH] "

RTT-PROBE: lore-subspace-rtt
 2022-02-26  0:56 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-02-26  0:51 UTC 

[PATCH v4 0/2] use confidential computing provisioned secrets for disk decryption
 2022-02-26  0:50 UTC  (5+ messages)
` [PATCH v4 1/2] cryptodisk: add OS provided secret support

KASAN: use-after-free Read in __fdget_raw
 2022-02-26  0:48 UTC 

[meta-oe][PATCH] python3-distutils-extra; merge inc, fix wheel build
 2022-02-26  0:48 UTC 

[PATCH v2 00/39] x86: Kernel IBT
 2022-02-26  0:29 UTC  (10+ messages)
` [PATCH v2 05/39] x86: Base IBT bits
` [PATCH v2 18/39] x86/ibt: Add IBT feature, MSR and #CP handling

RTT-PROBE: lore-subspace-rtt
 2022-02-26  0:46 UTC 

[REPORT] kernel BUG at fs/ext4/inode.c:2620 - page_buffers()
 2022-02-26  0:41 UTC  (11+ messages)
` [PATCH -v2] ext4: don't BUG if kernel subsystems dirty pages without asking ext4 first
      ` [PATCH -v3] "
            ` [Cluster-devel] "

RTT-PROBE: lore-subspace-rtt
 2022-02-26  0:41 UTC 

CPU excessively long times between frequency scaling driver calls - bisected
 2022-02-26  0:36 UTC  (5+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-02-26  0:36 UTC 

[PATCH V3] selftests: vm: Add test for Soft-Dirty PTE bit
 2022-02-26  0:35 UTC  (2+ messages)

+ mm-fix-race-between-madv_free-reclaim-and-blkdev-direct-io-read-v4.patch added to -mm tree
 2022-02-26  0:32 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-02-26  0:31 UTC 

[PATCH v2 1/2] mt76: mt7921: fix up the monitor mode
 2022-02-26  0:26 UTC  (4+ messages)
` [PATCH v2 2/2] mt76: mt7921: use mt76_hw instead of open coding it

RTT-PROBE: lore-subspace-rtt
 2022-02-26  0:26 UTC 

stable-rc/queue/4.9 baseline: 57 runs, 1 regressions (v4.9.303-13-gc02d679f6f6c)
 2022-02-26  0:26 UTC 

[PATCH] memcg: async flush memcg stats from perf sensitive codepaths
 2022-02-26  0:24 UTC  (2+ messages)

[RFC 00/13] ASoC: Intel: avs: Topology and path management
 2022-02-26  0:22 UTC  (3+ messages)

[PATCH] KVM: x86: Introduce KVM_CAP_DISABLE_QUIRKS2
 2022-02-26  0:22 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-02-26  0:21 UTC 

[PATCH v3 00/28] KVM: x86/mmu: Overhaul TDP MMU zapping and flushing
 2022-02-26  0:15 UTC  (29+ messages)
` [PATCH v3 01/28] KVM: x86/mmu: Use common iterator for walking invalid TDP MMU roots
` [PATCH v3 02/28] KVM: x86/mmu: Check for present SPTE when clearing dirty bit in TDP MMU
` [PATCH v3 03/28] KVM: x86/mmu: Fix wrong/misleading comments in TDP MMU fast zap
` [PATCH v3 04/28] KVM: x86/mmu: Formalize TDP MMU's (unintended?) deferred TLB flush logic
` [PATCH v3 05/28] KVM: x86/mmu: Document that zapping invalidated roots doesn't need to flush
` [PATCH v3 06/28] KVM: x86/mmu: Require mmu_lock be held for write in unyielding root iter
` [PATCH v3 07/28] KVM: x86/mmu: Check for !leaf=>leaf, not PFN change, in TDP MMU SP removal
` [PATCH v3 08/28] KVM: x86/mmu: Batch TLB flushes from TDP MMU for MMU notifier change_spte
` [PATCH v3 09/28] KVM: x86/mmu: Drop RCU after processing each root in MMU notifier hooks
` [PATCH v3 10/28] KVM: x86/mmu: Add helpers to read/write TDP MMU SPTEs and document RCU
` [PATCH v3 11/28] KVM: x86/mmu: WARN if old _or_ new SPTE is REMOVED in non-atomic path
` [PATCH v3 12/28] KVM: x86/mmu: Refactor low-level TDP MMU set SPTE helper to take raw vals
` [PATCH v3 13/28] KVM: x86/mmu: Zap only the target TDP MMU shadow page in NX recovery
` [PATCH v3 14/28] KVM: x86/mmu: Skip remote TLB flush when zapping all of TDP MMU
` [PATCH v3 15/28] KVM: x86/mmu: Add dedicated helper to zap TDP MMU root shadow page
` [PATCH v3 16/28] KVM: x86/mmu: Require mmu_lock be held for write to zap TDP MMU range
` [PATCH v3 17/28] KVM: x86/mmu: Zap only TDP MMU leafs in kvm_zap_gfn_range()
` [PATCH v3 18/28] KVM: x86/mmu: Do remote TLB flush before dropping RCU in TDP MMU resched
` [PATCH v3 19/28] KVM: x86/mmu: Defer TLB flush to caller when freeing TDP MMU shadow pages
` [PATCH v3 20/28] KVM: x86/mmu: Allow yielding when zapping GFNs for defunct TDP MMU root
` [PATCH v3 21/28] KVM: x86/mmu: Zap roots in two passes to avoid inducing RCU stalls
` [PATCH v3 22/28] KVM: x86/mmu: Zap defunct roots via asynchronous worker
` [PATCH v3 23/28] KVM: x86/mmu: Check for a REMOVED leaf SPTE before making the SPTE
` [PATCH v3 24/28] KVM: x86/mmu: WARN on any attempt to atomically update REMOVED SPTE
` [PATCH v3 25/28] KVM: selftests: Move raw KVM_SET_USER_MEMORY_REGION helper to utils
` [PATCH v3 26/28] KVM: selftests: Split out helper to allocate guest mem via memfd
` [PATCH v3 27/28] KVM: selftests: Define cpu_relax() helpers for s390 and x86
` [PATCH v3 28/28] KVM: selftests: Add test to populate a VM with the max possible guest mem

[igt-dev] [PATCH i-g-t] tests/debugfs_test: Added test description for test case
 2022-02-26  0:18 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for tests/debugfs_test: Added test description for test case (rev4)

[PATCH 0/2] mailbox: ti-msgmgr: Use polled mode of operation during suspend
 2022-02-26  0:16 UTC  (3+ messages)
` [PATCH 1/2] mailbox: ti-msgmgr: Refactor message read during interrupt handler

RTT-PROBE: lore-subspace-rtt
 2022-02-26  0:16 UTC 

next/pending-fixes build: 190 builds: 6 failed, 184 passed, 7 errors, 6 warnings (v5.17-rc5-388-geb90b11d71c0)
 2022-02-26  0:12 UTC 

[PATCH v2 0/8] Prep work for next GuC release
 2022-02-26  0:12 UTC  (6+ messages)
` [PATCH v2 4/8] drm/i915/guc: Split guc_lrc_desc_pin apart
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v2 5/8] drm/i915/guc: Move lrc desc setup to where it is needed

RTT-PROBE: lore-subspace-rtt
 2022-02-26  0:11 UTC 

[PATCH 1/3] powerpc: lib: sstep: fix 'sthcx' instruction
 2022-02-26  0:07 UTC  (13+ messages)
` [PATCH 2/3] powerpc: fix build errors

[PATCH v3 00/11] blockdev-replace
 2022-02-26  0:03 UTC  (13+ messages)
` [PATCH v3 01/11] block-backend: blk_root(): drop const specifier on return type
` [PATCH v3 02/11] block/export: add blk_by_export_id()
` [PATCH v3 03/11] block: make bdrv_find_child() function public
` [PATCH v3 04/11] block: bdrv_replace_child_bs(): move to external transaction
` [PATCH v3 05/11] qapi: add x-blockdev-replace command
` [PATCH v3 06/11] qapi: add x-blockdev-replace transaction action
` [PATCH v3 07/11] block: bdrv_get_xdbg_block_graph(): report export ids
` [PATCH v3 08/11] iotests.py: qemu_img_create: use imgfmt by default
` [PATCH v3 09/11] iotests.py: introduce VM.assert_edges_list() method
` [PATCH v3 10/11] iotests.py: add VM.qmp_check() helper
` [PATCH v3 11/11] iotests: add filter-insertion

+ mm-memcg-protect-memcg_stock-with-a-local_lock_t-fix.patch added to -mm tree
 2022-02-26  0:06 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-02-26  0:06 UTC 

[PATCH v4 0/6] mm/memcg: Address PREEMPT_RT problems instead of disabling it
 2022-02-26  0:05 UTC  (8+ messages)
` [PATCH v4 3/6] mm/memcg: Protect per-CPU counter by disabling preemption on PREEMPT_RT where needed
    ` [PATCH] mm/memcg: Add missing counter index which are not update in interrupt
        ` [PATCH] mm/memcg: Only perform the debug checks on !PREEMPT_RT

[PATCH][resend] KVM: x86: Yield to IPI target vCPU only if it is busy
 2022-02-26  0:04 UTC  (2+ messages)

+ mm-memcg-protect-per-cpu-counter-by-disabling-preemption-on-preempt_rt-where-needed-fix-2.patch added to -mm tree
 2022-02-26  0:04 UTC 

[PATCHSET 00/17] xfsprogs: various 5.15 fixes
 2022-02-26  0:04 UTC  (5+ messages)
` [PATCH 12/17] xfs_scrub: report optional features in version string
  ` [PATCH v2 "

[PATCH v3 5/7] network: add 6GHz restrictions to network_can_connect_bss
 2022-02-26  0:04 UTC 

+ mm-memcg-protect-per-cpu-counter-by-disabling-preemption-on-preempt_rt-where-needed-fix.patch added to -mm tree
 2022-02-26  0:03 UTC 

[PATCH] selftests/rtc: continuously read RTC in a loop for 30s
 2022-02-26  0:02 UTC  (3+ messages)

[PATCH v3 1/7] ie: update IE_AKM_IS_SAE to bitwise comparison
 2022-02-26  0:02 UTC 

[PATCH v3] usercopy: Check valid lifetime via stack depth
 2022-02-26  0:01 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-02-26  0:01 UTC 

[meta-python][PATCH] python3-backcall: inherit flit_core
 2022-02-26  0:00 UTC 

Is it time to remove reiserfs?
 2022-02-26  0:00 UTC  (9+ messages)

[PATCH 1/2] sstate: do not add TARGET_ARCH to pkgarch for cross recipes
 2022-02-26  0:00 UTC  (5+ messages)
` [PATCH 2/2] OELAYOUT_ABI: bump, avoid tmp/ breakage by removing old cross manifests
  ` [OE-core] "

[PATCH] kselftest: add generated objects to .gitignore
 2022-02-25 23:59 UTC  (2+ messages)

[PATCH v2] flit_core: inherit setuptools3-base
 2022-02-25 23:58 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-02-25 23:56 UTC 

+ mm-memcg-disable-migration-instead-of-preemption-in-drain_all_stock.patch added to -mm tree
 2022-02-25 23:56 UTC 

Proposal for Porting Xen to Armv8-R64 - DraftA
 2022-02-25 23:54 UTC  (4+ messages)

[PATCH] afs: Enable multipage folio support
 2022-02-25 23:53 UTC 

[PATCH 1/2] drm/i915: Fix assert in i915_ggtt_pin
 2022-02-25 23:52 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH 0/2] thermal: Add support of multiple sensors
 2022-02-25 23:52 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-02-25 23:51 UTC 

[PATCH v1] Add struct folio to cacheflush.h
 2022-02-25 23:50 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-02-25 23:46 UTC 

[Intel-gfx] [CI 1/4] drm/i915: Use str_yes_no()
 2022-02-25 23:46 UTC  (8+ messages)
`  "
` [CI 2/4] drm/i915: Use str_enable_disable()
  ` [Intel-gfx] "
` [Intel-gfx] [CI 3/4] drm/i915: Use str_enabled_disabled()
  `  "
` [CI 4/4] drm/i915: Use str_on_off()
  ` [Intel-gfx] "

[PATCH] mm: Handle ksize() vs __alloc_size by forgetting size
 2022-02-25 23:45 UTC  (2+ messages)

[PATCH bpf-next v1 0/9] Extend cgroup interface with bpf
 2022-02-25 23:43 UTC  (10+ messages)
` [PATCH bpf-next v1 1/9] bpf: Add mkdir, rmdir, unlink syscalls for prog_bpf_syscall
` [PATCH bpf-next v1 2/9] bpf: Add BPF_OBJ_PIN and BPF_OBJ_GET in the bpf_sys_bpf helper
` [PATCH bpf-next v1 3/9] selftests/bpf: tests mkdir, rmdir, unlink and pin in syscall
` [PATCH bpf-next v1 4/9] bpf: Introduce sleepable tracepoints
` [PATCH bpf-next v1 5/9] cgroup: Sleepable cgroup tracepoints
` [PATCH bpf-next v1 6/9] libbpf: Add sleepable tp_btf
` [PATCH bpf-next v1 7/9] bpf: Lift permission check in __sys_bpf when called from kernel
` [PATCH bpf-next v1 8/9] bpf: Introduce cgroup iter
` [PATCH bpf-next v1 9/9] selftests/bpf: Tests using sleepable tracepoints to monitor cgroup events

[PATCH v3] setuptools3.bbclass: add check for pyproject.toml
 2022-02-25 23:43 UTC 

[PATCH] flit_core: inherit setuptools3-base
 2022-02-25 23:42 UTC 

[PATCH v2 0/8] Makefile: optimize noop runs, add shared.mak
 2022-02-25 23:42 UTC  (16+ messages)
` [PATCH v3 0/9] "
  ` [PATCH v3 2/9] Makefiles: add "shared.mak", move ".DELETE_ON_ERROR" to it
  ` [PATCH v3 3/9] Makefile: disable GNU make built-in wildcard rules
  ` [PATCH v3 5/9] Makefile: move ".SUFFIXES" rule to shared.mak
  ` [PATCH v3 6/9] Makefile: move $(comma), $(empty) and $(space) "
  ` [PATCH v3 7/9] Makefile: add "$(QUIET)" boilerplate "
  ` [PATCH v3 8/9] Makefile: use $(wspfx) for $(QUIET...) in shared.mak

[PATCH] net/smc: Add autocork support
 2022-02-25 23:42 UTC  (11+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-02-25 23:41 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-02-25 23:36 UTC 

[igt-dev] [PATCH i-g-t] i915/gem_create: Added test description for test case
 2022-02-25 23:36 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for i915/gem_create: Added test description for test case (rev4)

[PATCH v5 00/49] target/ppc: PowerISA Vector/VSX instruction batch
 2022-02-25 22:10 UTC  (9+ messages)
` [PATCH v5 34/49] target/ppc: Implement xxeval
` [PATCH v5 39/49] target/ppc: Remove xscmpnedp instruction
` [PATCH v5 40/49] target/ppc: Refactor VSX_SCALAR_CMP_DP
` [PATCH v5 42/49] target/ppc: Move xscmp{eq,ge,gt}dp to decodetree
` [PATCH v5 44/49] target/ppc: Refactor VSX_MAX_MINC helper
` [PATCH v5 48/49] target/ppc: implement plxssp/pstxssp

[PATCH v3 7/7] station: enforce MFPR=1 for 6GHz frequencies
 2022-02-25 23:32 UTC 

[PATCH v3 6/7] station: check supported frequencies in neighbor report
 2022-02-25 23:32 UTC 

[PATCH v3 5/7] network: add 6GHz restrictions to network_can_connect_bss
 2022-02-25 23:32 UTC 

[PATCH v3 4/7] ie: add IE_AKM_IS_8021X
 2022-02-25 23:32 UTC 

[PATCH v3 3/7] station: use IE_AKM_IS_FILS
 2022-02-25 23:32 UTC 

[PATCH v3 2/7] ie: update IE_AKM_IS_FILS to be bitwise
 2022-02-25 23:32 UTC 

[PATCH v3 1/7] ie: update IE_AKM_IS_SAE to bitwise comparison
 2022-02-25 23:32 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-02-25 23:31 UTC 

GRUB PXE not requesting formatted configs automatically
 2022-02-25 23:31 UTC 

[PATCH 0/6 v4] AB8500 charging, the final steps
 2022-02-25 23:28 UTC  (7+ messages)
` [PATCH 1/6 v4] power: supply: ab8500: Standardize maintenance charging
` [PATCH 2/6 v4] power: supply: ab8500: Standardize alert mode charging
` [PATCH 3/6 v4] power: supply: ab8500: Standardize BTI resistance
` [PATCH 4/6 v4] power: supply: Support VBAT-to-Ri lookup tables
` [PATCH 5/6 v4] power: supply: ab8500_fg: Use VBAT-to-Ri if possible
` [PATCH 6/6 v4] power: supply: Static data for Samsung batteries

arch/arc/kernel/signal.c:77:31: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-02-25 23:29 UTC  (2+ messages)

[PATCH 1/2] mac80211: Allow drivers to report avg chain signal
 2022-02-25 23:28 UTC  (2+ messages)
` [PATCH 2/2] iwlwifi: RX signal improvements

[PATCH] ext4: truncate during setxattr leads to kernel panic
 2022-02-25 23:28 UTC  (2+ messages)

[PATCH v2] misc: Fix whitespace formatting
 2022-02-25 23:27 UTC 

[PATCH 0/6] drm writeback connector changes
 2022-02-25 23:26 UTC  (9+ messages)
` [PATCH 5/6] drm/rcar_du: changes to rcar-du driver resulting from drm_writeback_connector structure changes
            ` [Intel-gfx] "

RTT-PROBE: lore-subspace-rtt
 2022-02-25 23:26 UTC 

Missing Network1 Interface
 2022-02-25 23:24 UTC 

[PATCH 1/2] Convert NFS from readpages to readahead
 2022-02-25 23:22 UTC  (5+ messages)

[PATCH] brcmfmac: include missing AP scan feature
 2022-02-25 23:22 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-02-25 23:21 UTC 

[PATCH 0/6 v4] AB8500 charging, the final steps
 2022-02-25 23:19 UTC 

[Buildroot] [PATCH 1/1] package/openssh: security bump to version 8.9p1
 2022-02-25 23:18 UTC 

[PATCH] drm/i915/guc: Initialize GuC submission locks and queues early
 2022-02-25 23:18 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/guc: Initialize GuC submission locks and queues early (rev2)

[PATCH/RFC] VFS: support parallel updates in the one directory
 2022-02-25 23:16 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-02-25 23:16 UTC 

[PATCH v3 01/18] ACPI: property: Always return -ENOENT if there are no more references
 2022-02-25 23:14 UTC 

[PATCH v3] tracefs: Set the group ownership in apply_options() not parse_options()
 2022-02-25 23:12 UTC  (2+ messages)

[PATCH v2 2/3] station: check supported frequencies in neighbor report
 2022-02-25 23:12 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-02-25 23:11 UTC 

[jpirko-mlxsw:jiri_devel_linecards 38/39] drivers/net/netdevsim/dev.c:119:57: error: passing argument 4 of 'devlink_linecard_device_create' from incompatible pointer type
 2022-02-25 23:09 UTC 

[PATCH net 1/3] can: etas_es58x: change opened_channel_cnt's type from atomic_t to u8
 2022-02-25 23:10 UTC  (2+ messages)

[PATCH v2 00/23] Add driver nodes for MT8192 SoC
 2022-02-25 23:06 UTC  (5+ messages)
` [PATCH v2 15/23] arm64: dts: mt8192: Add m4u and smi nodes

[PATCH/RFC] VFS: support parallel updates in the one directory
 2022-02-25 23:07 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-02-25 23:06 UTC 

[Buildroot] [PATCH 1/2] package/zabbix: fix shared netsnmp build
 2022-02-25 23:05 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/zabbix: netsnmp needs mib


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.