All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-25 16:52:41 to 2020-09-25 17:47:38 UTC [more...]

[PATCH v1 0/3] Remove the limitation of Intel PT CPUID info
 2020-09-25 16:54 UTC  (5+ messages)
` [PATCH v1 1/3] i386: Remove the limitation of IP payloads for Intel PT

post-receive: pub/scm/linux/kernel/git/torvalds/linux
 2020-09-25 17:47 UTC 

Segfault during fsck and spreading brokenness
 2020-09-25 17:47 UTC  (2+ messages)

[RFC] <sys/param.h>: Add nitems() and snitems() macros
 2020-09-25 17:46 UTC  (8+ messages)
` [PATCH v2] "

[dpdk-dev] [PATCH 0/5] lib/stack: improve lockfree C11 implementation
 2020-09-25 17:43 UTC  (7+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 1/5] lib/stack: fix inconsistent weak / strong cas
  ` [dpdk-dev] [PATCH v2 2/5] lib/stack: remove push acquire fence
  ` [dpdk-dev] [PATCH v2 3/5] lib/stack: remove redundant orderings for list->len
  ` [dpdk-dev] [PATCH v2 4/5] lib/stack: reload head when pop fails
  ` [dpdk-dev] [PATCH v2 5/5] lib/stack: remove pop cas release ordering

[PATCH 0/4] TPM 2.0 fixes in IMA tests
 2020-09-25 17:44 UTC  (10+ messages)
` [LTP] "
` [PATCH 1/4] IMA: Move get_algorithm_digest(), set_digest_index() to ima_setup.sh
  ` [LTP] "
` [PATCH 2/4] IMA: Rewrite ima_boot_aggregate.c to new API
  ` [LTP] "
` [PATCH 3/4] ima_tpm.sh: Fix calculating boot aggregate
  ` [LTP] "
` [PATCH 4/4] ima_tpm.sh: Fix calculating PCR aggregate
  ` [LTP] "

[linux-next:master 1019/11173] drivers/net/wireless/ath/ath11k/hal_rx.c:115:17: sparse: sparse: dubious: x & !y
 2020-09-25 17:44 UTC 

[PATCH 00/11] Modernizing the t7001 test script
 2020-09-25 17:44 UTC  (15+ messages)
` [PATCH 01/11] t7001: convert tests from the old style to the current style
` [PATCH 02/11] t7001: use TAB instead of spaces
` [PATCH 03/11] t7001: remove unnecessary blank lines
` [PATCH 04/11] t7001: change the style for cd according to subshell
` [PATCH 05/11] t7001: remove whitespace after redirect operators
` [PATCH 06/11] t7001: change (cd <path> && git foo) to (git -C <path> foo)
` [PATCH 07/11] t7001: use ': >' rather than 'touch'
` [PATCH 08/11] t7001: put each command on a separate line
` [PATCH 09/11] t7001: use here-docs instead of echo
` [PATCH 10/11] t7001: use `test` rather than `[`
` [PATCH 11/11] t7001: move cleanup code from outside the tests into them

[PATCH] vhost: Ignore vrings in dirty log when using a vIOMMU
 2020-09-25 17:41 UTC  (2+ messages)

[PATCH v1 0/4] mm: allow mapping accounted kernel pages to userspace
 2020-09-25 17:39 UTC  (5+ messages)
` [PATCH v1 1/4] mm: memcontrol: use helpers to access page's memcg data

[PATCH 4.19 00/37] 4.19.148-rc1 review
 2020-09-25 17:39 UTC  (2+ messages)

Minix 1.1 with QEMU
 2020-09-25 17:27 UTC  (3+ messages)

[Intel-gfx] [PATCH 1/2] drm/i915: Make intel_{enable, disable}_sagv() static
 2020-09-25 17:39 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/2] "

[PATCH v13 0/5] TPM 2.0 trusted key rework
 2020-09-25 17:39 UTC  (5+ messages)
` [PATCH v13 3/5] security: keys: trusted: fix TPM2 authorizations

Commit 13c164b1a186 - regression for LSMs/SELinux?
 2020-09-25 17:38 UTC  (9+ messages)

[PATCH 00/16] hw/block/nvme: zoned namespace command set
 2020-09-25 17:27 UTC  (3+ messages)

[PATCH v6 bpf-next 0/6] bpf: add helpers to support BTF-based kernel data display
 2020-09-25 17:36 UTC  (4+ messages)
` [PATCH v6 bpf-next 4/6] selftests/bpf: add bpf_snprintf_btf helper tests

[PATCH v5 1/4] Bluetooth: Interleave with allowlist scan
 2020-09-25 17:36 UTC  (3+ messages)
` [PATCH v5 4/4] Bluetooth: Add toggle to switch off interleave scan

[PATCH 0/3] Add Clock and Pincontrol driver support for RZ/G2H SoC
 2020-09-25 17:36 UTC  (4+ messages)
` [PATCH 1/3] arm: renesas: Add config option for R8A774E1 SoC
` [PATCH 2/3] clk: renesas: Add R8A774E1 clock tables
` [PATCH 3/3] pinctrl: renesas: r8a77951: Add R8A774E1 PFC support

[PATCH] drm/amdgpu: fix a warning in amdgpu_ras.c
 2020-09-25 17:36 UTC  (3+ messages)

[PATCH 00/10] Fix scsi devices plug/unplug races w.r.t virtio-scsi iothread
 2020-09-25 17:26 UTC  (11+ messages)
` [PATCH 01/10] qdev: add "check if address free" callback for buses
` [PATCH 02/10] scsi: switch to bus->check_address
` [PATCH 03/10] scsi/scsi_bus: switch search direction in scsi_device_find
` [PATCH 04/10] device_core: use drain_call_rcu in in hmp_device_del/qmp_device_add
` [PATCH 05/10] device-core: use RCU for list of children of a bus
` [PATCH 06/10] device-core: use atomic_set on .realized property
` [PATCH 07/10] scsi/scsi-bus: scsi_device_find: don't return unrealized devices
` [PATCH 08/10] scsi/scsi_bus: Add scsi_device_get
` [PATCH 09/10] virtio-scsi: use scsi_device_get
` [PATCH 10/10] scsi/scsi_bus: fix races in REPORT LUNS

REGRESSION: 37f4a24c2469: blk-mq: centralise related handling into blk_mq_get_driver_tag
 2020-09-25 17:35 UTC  (17+ messages)

post-receive: pub/scm/linux/kernel/git/mricon/korg-helpers
 2020-09-25 17:35 UTC 

[PATCH] Bluetooth: Fix the vulnerable issue on enc key size
 2020-09-25 17:33 UTC  (2+ messages)

[PATCH v7 0/7] blktests: Add support to run nvme tests with tcp/rdma transports
 2020-09-25 17:32 UTC  (3+ messages)

[PATCH 1/1] efi_loader: installation of EFI_RNG_PROTOCOL
 2020-09-25 17:32 UTC 

[lustre-devel] New tag 2.13.56
 2020-09-25 17:31 UTC 

[PATCH v5 bpf-next 0/3] enable BPF_PROG_TEST_RUN for raw_tp
 2020-09-25 17:31 UTC  (7+ messages)
` [PATCH v5 bpf-next 1/3] bpf: enable BPF_PROG_TEST_RUN for raw_tracepoint
` [PATCH v5 bpf-next 2/3] libbpf: support test run of raw tracepoint programs
` [PATCH v5 bpf-next 3/3] selftests/bpf: add raw_tp_test_run

[PATCH v2 0/2] INVD intercept change to skip instruction
 2020-09-25 17:31 UTC  (3+ messages)

[PATCH 0/9] nfsd_dispatch() clean up
 2020-09-25 17:30 UTC  (11+ messages)
` [PATCH 1/9] nfsd: rq_lease_breaker cleanup
` [PATCH 2/9] lockd: Replace PROC() macro with open code
` [PATCH 3/9] NFSACL: "
` [PATCH 4/9] NFSD: Encoder and decoder functions are always present
` [PATCH 5/9] NFSD: Clean up switch statement in nfsd_dispatch()
` [PATCH 6/9] NFSD: Clean up stale comments "
` [PATCH 7/9] NFSD: Clean up nfsd_dispatch() variables
` [PATCH 8/9] NFSD: Refactor nfsd_dispatch() error paths
` [PATCH 9/9] NFSD: Set *statp in success path

[RFC V2 0/9] x86/mmu:Introduce parallel memory virtualization to boost performance
 2020-09-25 17:30 UTC  (6+ messages)

[PATCH] completion: complete refs after 'git restore -s'
 2020-09-25 17:30 UTC  (2+ messages)

[RFC PATCH net-next 0/6] implement kthread based napi poll
 2020-09-25 17:30 UTC  (4+ messages)

[hnaz-linux-mm:master 408/421] WARNING: modpost: vmlinux.o(.text+0x1db1e64): Section mismatch in reference from the function dccp_sysctl_exit() to the variable .init.text:.L0
 2020-09-25 17:28 UTC  (2+ messages)

[PATCH 00/10] CMake and Visual Studio
 2020-09-25 17:29 UTC  (3+ messages)
` [PATCH 07/10] cmake (Windows): complain when encountering an unknown compiler

[PATCH] Bluetooth: Fix - update own_addr_type if ll_privacy supported
 2020-09-25 17:28 UTC  (2+ messages)

[RFC PATCH v2] tools/x86: add kcpuid tool to show raw CPU features
 2020-09-25 17:27 UTC  (9+ messages)

[Cocci] coccinelle: Convert comma to semicolons (was Re: [PATCH] checkpatch: Add test for comma use that should be semicolon)
 2020-09-25 17:26 UTC  (10+ messages)
    ` [Cocci] coccinelle: Convert comma to semicolons (was Re: [PATCH] checkpatch: Add test for comma
    ` [Linux-kernel-mentees] [Cocci] coccinelle: Convert comma to semicolons (was Re: [PATCH] checkpatch: Add test for comma use that should be semicolon)

[PATCH] MAINTAINERS: Add Mark Gross and Hans de Goede as x86 platform drivers maintainers
 2020-09-25 14:48 UTC  (2+ messages)

Droid 4: testing mainline ofono, audio problems
 2020-09-25 17:26 UTC 

[RFC PATCH 0/3] KVM: Introduce "VM bugged" concept
 2020-09-25 17:12 UTC  (12+ messages)
` [RFC PATCH 3/3] KVM: x86: Use KVM_BUG/KVM_BUG_ON to handle bugs that are fatal to the VM

[arm64:for-next/ghostbusters 15/19] arch/arm64/kernel/proton-pack.c:558:13: warning: no previous prototype for function 'spectre_v4_patch_fw_mitigation_enable'
 2020-09-25 17:22 UTC  (2+ messages)

[PATCH v38 10/24] mm: Add vm_ops->mprotect()
 2020-09-25 17:18 UTC  (12+ messages)

[chrome-os:chromeos-5.4 15942/17440] drivers/net/wireless/mediatek/mt76/mt7915/debugfs.c:365:6: warning: no previous prototype for function 'mt7915_sta_add_debugfs'
 2020-09-25 17:24 UTC 

[RFC PATCH v1 0/6] Fair scheduling
 2020-09-25 17:22 UTC  (7+ messages)
` [RFC PATCH v1 2/6] sched: track time spent in hypervisor tasks

[PATCH v3] USB: hub.c: decrease the number of attempts of enumeration scheme
 2020-09-25 17:21 UTC  (6+ messages)
` [PATCH] "

[PATCH v2 00/38] qapi: static typing conversion, pt1
 2020-09-25 17:20 UTC  (11+ messages)
` [PATCH v2 14/38] qapi/common.py: Convert comments into docstrings, and elaborate
` [PATCH v2 22/38] qapi/source.py: add type hint annotations

post-receive: pub/scm/linux/kernel/git/broonie/misc
 2020-09-25 17:19 UTC 

post-receive: pub/scm/linux/kernel/git/broonie/sound
 2020-09-25 17:19 UTC 

✅ PASS: Test report for kernel 5.8.11 (stable-queue)
 2020-09-25 17:18 UTC 

[PATCH v5] hw/i386/pc: add max combined fw size as machine configuration option
 2020-09-25 17:17 UTC  (4+ messages)

[PATCH v7 00/13] monitor: Optionally run handlers in coroutines
 2020-09-25 17:15 UTC  (3+ messages)

[PATCH] rtld-audit.7: Clarify la_version handshake
 2020-09-25 17:17 UTC  (4+ messages)

Co-Operation Required
 2020-09-25  3:13 UTC 

[PATCH] bus: mhi: core: debugfs: Use correct format specifiers for addresses
 2020-09-25 17:16 UTC 

[PATCH v7 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2020-09-25 17:15 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/robh/linux
 2020-09-25 17:15 UTC 

✅ PASS: Test report for kernel 5.8.11 (stable-queue)
 2020-09-25 17:15 UTC 

post-receive: pub/scm/linux/kernel/git/robh/linux
 2020-09-25 17:15 UTC 

post-receive: pub/scm/linux/kernel/git/robh/linux
 2020-09-25 17:15 UTC 

[PATCH] f2fs: fix uninit-value in f2fs_lookup
 2020-09-25 17:14 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH v6 00/15] preallocate filter
 2020-09-25 17:13 UTC  (7+ messages)
` [PATCH v6 13/15] scripts/simplebench: improve view of ascii table
` [PATCH v6 14/15] scripts/simplebench: improve ascii table: add difference line

[PATCH] habanalabs/gaudi: use correct define for qman init
 2020-09-25 17:14 UTC 

[PATCH 2/2] locktorture: call percpu_free_rwsem() to do percpu-rwsem cleanup
 2020-09-25 17:13 UTC  (3+ messages)
` [PATCH v2 "

[dpdk-dev] [PATCH] checkpatch: suppress fallthrough warning
 2020-09-25 17:13 UTC  (3+ messages)

[PATCH v3 1/1] PCI/ERR: Fix reset logic in pcie_do_recovery() call
 2020-09-25 17:11 UTC  (12+ messages)

[PATCH v13 00/26] Control-flow Enforcement: Shadow Stack
 2020-09-25 14:56 UTC  (3+ messages)
` [PATCH v13 04/26] x86/cet: Add control-protection fault handler
` [PATCH v13 26/26] mm: Introduce PROT_SHSTK for shadow stack

Co-Operation Required
 2020-09-25  3:06 UTC 

[PATCH v6 00/21] Convert QAPI doc comments to generate rST instead of texinfo
 2020-09-25 17:09 UTC  (4+ messages)

Co-Operation Required
 2020-09-25  1:51 UTC 

Co-Operation Required
 2020-09-25  3:13 UTC 

[Intel-gfx] [PATCH 1/4] drm/i915/gem: Hold request reference for canceling an active context
 2020-09-25 13:23 UTC  (5+ messages)
` [PATCH 4/4] drm/i915/gem: Always test execution status on closing the context
  ` [Intel-gfx] "

[PATCH] f2fs: compress: fix to disallow enabling compress on non-empty file
 2020-09-25 17:07 UTC  (5+ messages)
    ` [f2fs-dev] "

[MPTCP] Re: [RFC PATCH 6/8] mptcp: refactor shutdown and close
 2020-09-25 17:07 UTC 

[PATCH] mmc: host: fix depends for MMC_MESON_GX w/ COMPILE_TEST
 2020-09-25 17:04 UTC  (4+ messages)

[PATCH 00/16] qapi: static typing conversion, pt2
 2020-09-25 17:04 UTC  (10+ messages)
` [PATCH 06/16] qapi/expr.py: Check type of 'data' member
` [PATCH 16/16] qapi/expr.py: Use an expression checker dispatch table

[PATCH 0/2] tracing/mm: Add tracepoint_enabled() helper function for headers
 2020-09-25 17:05 UTC  (9+ messages)
` [PATCH 1/2] tracepoints: Add helper to test if tracepoint is enabled in a header

[PATCH] pseudo: do not expand symlinks in /proc
 2020-09-25 17:05 UTC 

[PATCH v2 00/27] NFSD operation monitoring tracepoints
 2020-09-25 17:04 UTC  (8+ messages)

[PATCH net-next 0/4] simplify TCP loss marking code
 2020-09-25 17:04 UTC  (5+ messages)
` [PATCH net-next 1/4] tcp: consistently check retransmit hint
` [PATCH net-next 2/4] tcp: move tcp_mark_skb_lost
` [PATCH net-next 3/4] tcp: simplify tcp_mark_skb_lost
` [PATCH net-next 4/4] tcp: consolidate tcp_mark_skb_lost and tcp_skb_mark_lost

[MPTCP] Re: [RFC PATCH 6/8] mptcp: refactor shutdown and close
 2020-09-25 17:02 UTC 

[RFC PATCH v3 00/34] Hexagon patch series
 2020-09-25 16:59 UTC  (5+ messages)
` [RFC PATCH v3 34/34] Hexagon build infrastructure

[dpdk-dev] [PATCH] eal/windows: fix incorrect free condition in getopt implementation
 2020-09-25 16:59 UTC  (3+ messages)

[PATCH v8 00/17] QEMU cpus.c refactoring part2
 2020-09-25 16:55 UTC  (5+ messages)

[PATCH][next] dpaa2-mac: Fix potential null pointer dereference
 2020-09-25 17:03 UTC 

[PATCH 0/8] parsing trailers with shortlog
 2020-09-25 16:57 UTC  (2+ messages)

Can we credibly make vdso_sgx_enter_enclave() pleasant to use?
 2020-09-25 16:55 UTC 

Please pull u-boot-x86/next into next
 2020-09-25 16:54 UTC  (2+ messages)

Please pull u-boot-marvell/master
 2020-09-25 16:54 UTC  (2+ messages)

[GIT PULL] xilinx patches for v2021.01
 2020-09-25 16:54 UTC  (2+ messages)

[PATCH] bisect: don't use invalid oid as rev when starting
 2020-09-25 16:54 UTC  (10+ messages)

[RFC] mm: Allow 64-bit mmap syscalls to access higher addresses
 2020-09-25 16:53 UTC  (2+ messages)

[PATCH] ALSA: rockchip: fix a possible divide-by-zero bug in rockchip_i2s_hw_params()
 2020-09-25 16:51 UTC  (4+ messages)

[PATCH] i915: Introduce quirk for shifting eDP brightness
 2020-09-25 16:53 UTC  (15+ messages)
        ` [Intel-gfx] "

[PATCH v3 0/4] dma-buf: Flag vmap'ed memory as system or I/O memory
 2020-09-25 16:53 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for dma-buf: Flag vmap'ed memory as system or I/O memory (rev3)

[PATCH] configure: make building deprecated targets easier
 2020-09-25 16:52 UTC  (2+ messages)

[PATCH bpf-next 0/9] libbpf: BTF writer APIs
 2020-09-25 16:53 UTC  (6+ messages)
` [PATCH bpf-next 7/9] libbpf: add BTF writing APIs

[GIT PULL] Power management fixes for v5.9-rc7
 2020-09-25 16:53 UTC 

[PATCH 0/6] linux-yocto: consolidated pull request
 2020-09-25 16:52 UTC  (4+ messages)
` [PATCH 6/6] lttng-modules: backport patches from 2.12.x to fix 5.4.64+ and 5.8.9+ builds
  ` [OE-core] "


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.