All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-24 21:55:03 to 2020-09-24 23:19:08 UTC [more...]

[PATCH v2 00/38] qapi: static typing conversion, pt1
 2020-09-24 22:36 UTC  (7+ messages)
` [PATCH v2 04/38] qapi: Prefer explicit relative imports

Yocto Technical Team Minutes, Engineering Sync, for September 22, 2020
 2020-09-24 23:19 UTC 

[Bluez PATCH v2] device: Disable auto connect for temporary devices
 2020-09-24 23:17 UTC 

[dpdk-dev] [PATCH] eal/windows: fix incorrect free condition in getopt implementation
 2020-09-24 23:17 UTC  (2+ messages)

[dpdk-dev] [PATCH] eal/windows: use bundled getopt with MinGW
 2020-09-24 23:17 UTC 

FAILED: patch "[PATCH] ftrace: Setup correct FTRACE_FL_REGS flags for module" failed to apply to 4.4-stable tree
 2020-09-24 23:16 UTC  (3+ messages)

[PATCH for 4.4 and 4.9] mtd: Fix comparison in map_word_andequal()
 2020-09-24 23:15 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915: Uninitialized variable in i915_gem_object_map_page()
 2020-09-24 23:15 UTC  (4+ messages)
  `  "

[PATCH for 4.4, 4.9, 4.14] RDMA/ucma: ucma_context reference leak in error path
 2020-09-24 23:15 UTC  (2+ messages)

[PATCH 00/45] TTM move refactoring
 2020-09-24 23:14 UTC  (4+ messages)
` [PATCH 37/45] drm/ttm: add a helper to allocate a temp tt for copies

Drive won't mount, please help
 2020-09-24 23:14 UTC  (4+ messages)

[PATCH bpf-next v8 00/11] bpf: Support multi-attach for freplace programs
 2020-09-24 23:13 UTC  (11+ messages)
` [PATCH bpf-next v8 04/11] bpf: move prog->aux->linked_prog and trampoline into bpf_link on attach

[PATCH 3/8] PCI/ASPM: Compute the value of aspm_register_info.support directly
 2020-09-24 23:11 UTC  (3+ messages)

[PATCH] perf test: Fix msan uninitialized use
 2020-09-24 23:12 UTC  (3+ messages)

[PATCH v38 00/24] Intel SGX foundations
 2020-09-24 23:11 UTC  (4+ messages)
` [PATCH v38 20/24] x86/traps: Attempt to fixup exceptions in vDSO before signaling

[PATCH rdma-next 00/10] Prepare drivers to move QP allocation to ib_core
 2020-09-24 23:11 UTC  (8+ messages)
` [PATCH rdma-next 04/10] RDMA/mlx5: Delete not needed GSI QP signature QP type
` [PATCH rdma-next 07/10] RDMA/core: Align write and ioctl checks of QP types
` [PATCH rdma-next 08/10] RDMA/drivers: Remove udata check from special QP

[PATCH v3 0/4] Venus - change clk enable, disable order and change bw values
 2020-09-24 23:11 UTC  (3+ messages)
` [PATCH v3 1/4] venus: core: change clk enable and disable order in resume and suspend

[PATCH V7 0/4] Softirq:avoid large sched delay from the pending softirqs
 2020-09-24 23:10 UTC  (5+ messages)
` [PATCH V7 4/4] softirq: Allow early break the softirq processing loop

[PATCH 0/2] Venus: fix handling of crop and s_fmt
 2020-09-24 23:09 UTC  (3+ messages)
` [PATCH 2/2] venus: venc: fix handlig of S_SELECTION and G_SELECTION

[PATCH v38 10/24] mm: Add vm_ops->mprotect()
 2020-09-24 23:09 UTC  (22+ messages)

[PATCH v3 00/39] kasan: add hardware tag-based mode for arm64
 2020-09-24 22:50 UTC  (79+ messages)
` [PATCH v3 01/39] kasan: drop unnecessary GPL text from comment headers
` [PATCH v3 02/39] kasan: KASAN_VMALLOC depends on KASAN_GENERIC
` [PATCH v3 03/39] kasan: group vmalloc code
` [PATCH v3 04/39] kasan: shadow declarations only for software modes
` [PATCH v3 05/39] kasan: rename (un)poison_shadow to (un)poison_memory
` [PATCH v3 06/39] kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_*
` [PATCH v3 07/39] kasan: only build init.c for software modes
` [PATCH v3 08/39] kasan: split out shadow.c from common.c
` [PATCH v3 09/39] kasan: define KASAN_GRANULE_PAGE
` [PATCH v3 10/39] kasan: rename report and tags files
` [PATCH v3 11/39] kasan: don't duplicate config dependencies
` [PATCH v3 12/39] kasan: hide invalid free check implementation
` [PATCH v3 13/39] kasan: decode stack frame only with KASAN_STACK_ENABLE
` [PATCH v3 14/39] kasan, arm64: only init shadow for software modes
` [PATCH v3 15/39] kasan, arm64: only use kasan_depth "
` [PATCH v3 16/39] kasan: rename addr_has_shadow to addr_has_metadata
` [PATCH v3 17/39] kasan: rename print_shadow_for_address to print_memory_metadata
` [PATCH v3 18/39] kasan: kasan_non_canonical_hook only for software modes
` [PATCH v3 19/39] kasan: rename SHADOW layout macros to META
` [PATCH v3 20/39] kasan: separate metadata_fetch_row for each mode
` [PATCH v3 21/39] kasan: don't allow SW_TAGS with ARM64_MTE
` [PATCH v3 22/39] kasan: introduce CONFIG_KASAN_HW_TAGS
` [PATCH v3 23/39] arm64: Enable armv8.5-a asm-arch option
` [PATCH v3 24/39] arm64: mte: Add in-kernel MTE helpers
` [PATCH v3 25/39] arm64: kasan: Add arch layer for memory tagging helpers
` [PATCH v3 26/39] arm64: mte: Add in-kernel tag fault handler
` [PATCH v3 27/39] arm64: kasan: Enable in-kernel MTE
` [PATCH v3 28/39] arm64: mte: Convert gcr_user into an exclude mask
` [PATCH v3 29/39] arm64: mte: Switch GCR_EL1 in kernel entry and exit
` [PATCH v3 30/39] arm64: kasan: Enable TBI EL1
` [PATCH v3 31/39] arm64: kasan: Align allocations for HW_TAGS
` [PATCH v3 32/39] kasan: define KASAN_GRANULE_SIZE "
` [PATCH v3 33/39] kasan, x86, s390: update undef CONFIG_KASAN
` [PATCH v3 34/39] kasan, arm64: expand CONFIG_KASAN checks
` [PATCH v3 35/39] kasan, arm64: implement HW_TAGS runtime
` [PATCH v3 36/39] kasan, arm64: print report from tag fault handler
` [PATCH v3 37/39] kasan, slub: reset tags when accessing metadata
` [PATCH v3 38/39] kasan, arm64: enable CONFIG_KASAN_HW_TAGS
` [PATCH v3 39/39] kasan: add documentation for hardware tag-based mode

[PATCH 00/16] qapi: static typing conversion, pt2
 2020-09-24 23:07 UTC  (5+ messages)
` [PATCH 01/16] qapi/expr.py: Remove 'info' argument from nested check_if_str
` [PATCH 02/16] qapi/expr.py: Check for dict instead of OrderedDict

linux-next: Signed-off-by missing for commits in the block tree
 2020-09-24 23:06 UTC  (3+ messages)

[Intel-gfx] [PATCH v9 01/11] HAX to make DSC work on the icelake test system
 2020-09-24 23:05 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [v9,01/11] "

[PATCH net-next v3 0/4] GVE Raw Addressing
 2020-09-24 23:03 UTC  (7+ messages)
` [PATCH net-next v3 1/4] gve: Add support for raw addressing device option
` [PATCH net-next v3 3/4] gve: Rx Buffer Recycling
` [PATCH net-next v3 4/4] gve: Add support for raw addressing in the tx path

[Cocci] coccinelle: Convert comma to semicolons (was Re: [PATCH] checkpatch: Add test for comma use that should be semicolon)
 2020-09-24 22:23 UTC  (5+ messages)
` [Linux-kernel-mentees] "
  ` [Cocci] coccinelle: Convert comma to semicolons (was Re: [PATCH] checkpatch: Add test for comma

[PATCH v5 bpf-next 0/3] enable BPF_PROG_TEST_RUN for raw_tp
 2020-09-24 23:02 UTC  (4+ 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

[Intel-gfx] [PATCH] drm/i915: Add plane .{min, max}_width() and .max_height() vfuncs
 2020-09-24 23:00 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH] rcu: Clarify nocb kthreads naming in RCU_NOCB_CPU config
 2020-09-24 22:59 UTC  (2+ messages)

[Intel-wired-lan] [PATCH v2 4/4] PCI: Limit pci_alloc_irq_vectors as per housekeeping CPUs
 2020-09-24 22:59 UTC  (3+ messages)
`  "

[PATCH v2 1/7] PCI/ASPM: Cache device's ASPM link capability in struct pci_dev
 2020-09-24 22:53 UTC  (4+ messages)

[PATCH v2 6/7] PCI/ASPM: Remove struct aspm_register_info and pcie_get_aspm_reg()
 2020-09-24 22:51 UTC  (2+ messages)

[PATCH QEMU v25 00/17] Add migration support for VFIO devices
 2020-09-24 22:49 UTC  (3+ messages)
` [PATCH v26 03/17] vfio: Add save and load functions for VFIO PCI devices

[PATCH net-next 0/5] bonding: rename bond components
 2020-09-24 22:47 UTC  (7+ messages)
` [PATCH net-next 4/5] bonding: make Kconfig toggle to disable legacy interfaces

[PATCH v2 4/7] PCI/ASPM: Replace aspm_register_info.l1ss_cap*
 2020-09-24 22:45 UTC  (2+ messages)

[PATCH 00/16] hw/block/nvme: zoned namespace command set
 2020-09-24 22:43 UTC  (2+ messages)

[dpdk-dev] [PATCH v2 0/4] use C11 atomic builtins for libs
 2020-09-24 22:44 UTC  (5+ messages)
` [dpdk-dev] [PATCH v3 "
  ` [dpdk-dev] [PATCH v3 2/4] bbdev: use C11 atomic builtins for device processing counter

[balbi-usb:testing/next] BUILD SUCCESS 1b28687a9c679499ddaa46dac6ca3660e46801c5
 2020-09-24 22:43 UTC 

[PATCH 1/2] mdcheck: Prefix pause message with mdcheck
 2020-09-24 22:36 UTC  (2+ messages)
` [PATCH 2/2] mdcheck: Set a tag of mdcheck

[dunfell/master PATCH] am65xx-evm: Add missing k3-am654-idk-sr1.dtbo
 2020-09-24 22:41 UTC  (2+ messages)

[PATCH 0/3] Hyper-V Dynamic Memory Protocol driver (hv-balloon)
 2020-09-24 22:37 UTC  (7+ messages)

linux-next: Fixes tag needs some work in the block tree
 2020-09-24 22:38 UTC 

[PATCH v2 3/7] PCI/ASPM: Compute the value of aspm_register_info.support directly
 2020-09-24 22:36 UTC  (2+ messages)

[Intel-wired-lan] [PATCH net-next v1 0/7] udp_tunnel: convert Intel drivers with shared tables
 2020-09-24 22:28 UTC  (8+ messages)
` [Intel-wired-lan] [PATCH net-next v1 4/7] selftests: net: add a test for shared UDP tunnel info tables

[PATCH] drm/msm/dp: return correct connection status after suspend/resume
 2020-09-24 22:27 UTC 

[PATCH bpf-next v5] bpf: Add bpf_ktime_get_real_ns
 2020-09-24 22:27 UTC  (3+ messages)

INFO: rcu detected stall in sys_exit_group (6)
 2020-09-24 22:26 UTC  (3+ messages)

[Intel-gfx] [PATCH v2 0/6] drm/i915: Add support for LTTPR non-transparent link training mode
 2020-09-24 22:24 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915: Add support for LTTPR non-transparent link training mode (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH net] tcp: skip DSACKs with dubious sequence ranges
 2020-09-24 22:23 UTC 

[PATCH bpf-next 0/6] Various BPF helper improvements
 2020-09-24 22:19 UTC  (13+ messages)
` [PATCH bpf-next 2/6] bpf, net: rework cookie generator as per-cpu one
` [PATCH bpf-next 3/6] bpf: add redirect_neigh helper as redirect drop-in
` [PATCH bpf-next 4/6] bpf, libbpf: add bpf_tail_call_static helper for bpf programs
` [PATCH bpf-next 5/6] bpf, selftests: use bpf_tail_call_static where appropriate

[PATCH v2 0/4] [RFC] Implement Trampoline File Descriptor
 2020-09-24 22:13 UTC  (10+ messages)

[Intel-gfx] [PATCH 1/3] drm/i915: Nuke lspcon_downsampling
 2020-09-24 22:14 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [1/3] "

[Bluez PATCH v1] device: Disable auto connect when pairing failed
 2020-09-24 22:12 UTC  (3+ messages)

[Virtio-fs] tools/virtiofs: Multi threading seems to hurt performance
 2020-09-24 22:10 UTC  (7+ messages)
        ` virtiofs vs 9p performance(Re: tools/virtiofs: Multi threading seems to hurt performance)
          ` [Virtio-fs] "

[linux-next:master 5623/10763] arch/x86/kernel/sev-es.c:239 handle_vc_boot_ghcb() error: we previously assumed 'boot_ghcb' could be null (see line 236)
 2020-09-24 22:10 UTC 

[PATCH v6 0/5] Add shared workqueue support for idxd driver
 2020-09-24 22:09 UTC  (6+ messages)
` [PATCH v6 2/5] x86/asm: Add enqcmds() to support ENQCMDS instruction

[dpdk-dev] [RFC PATCH 1/2] build: rework Arm build options
 2020-09-24 22:08 UTC  (2+ messages)

[PATCH v2 0/4] [RFC] Implement Trampoline File Descriptor
 2020-09-24 22:05 UTC  (7+ messages)

[PATCH v13 00/10] Guest Last Branch Recording Enabling (KVM part)
 2020-09-24 22:05 UTC  (4+ messages)
` [PATCH] target/i386: add -cpu,lbr=true support to enable guest LBR

FAILED: patch "[PATCH] kprobes: fix kill kprobe which has been marked as gone" failed to apply to 5.4-stable tree
 2020-09-24 22:06 UTC  (2+ messages)

[Intel-gfx] [patch RFC 00/15] mm/highmem: Provide a preemptible variant of kmap_atomic & friends
 2020-09-24 19:36 UTC  (12+ messages)
                    `  "

[PATCH] Revert "mmc: disable UHS modes if Vcc cannot be switched on and off"
 2020-09-24 22:03 UTC  (8+ messages)

[PATCH 0/2] drop unaligned loads
 2020-09-24 22:02 UTC  (3+ messages)
` [PATCH 1/2] bswap.h: "

[RFC 0/1] Leading whitespace as a function identification heuristic?
 2020-09-24 22:01 UTC  (4+ messages)

[PATCH v3 6/8] maintenance: add incremental-repack task
 2020-09-24 22:01 UTC  (2+ messages)

[dpdk-dev] [PATCH 00/20] cleanup ethdev close operation
 2020-09-24 21:58 UTC  (4+ messages)
` [dpdk-dev] [PATCH 10/20] net/null: release port upon close

[PATCH V1 00/32] Live Update
 2020-09-24 21:54 UTC  (10+ messages)
` [PATCH V1 08/32] savevm: HMP command for cprinfo
` [PATCH V1 17/32] util: env var helpers
` [PATCH V1 22/32] char: qio_channel_socket_accept reuse fd

[PATCH net] net/tls: sendfile fails with ktls offload
 2020-09-24 21:57 UTC  (2+ messages)

[PATCH] use SMBIOS tables on ARM for lscpu
 2020-09-24 21:56 UTC 

[Linux-kernel-mentees] [v10 3/4] media: vidtv: add a bridge driver
 2020-09-16  7:01 UTC  (4+ messages)

SEV guest debugging support for Qemu
 2020-09-24 21:52 UTC  (5+ messages)

[PATCH v3 0/2] hwmon: pmbus: max20730: adjust the vout base on
 2020-09-24 21:54 UTC  (2+ messages)
` [PATCH v3 1/2] dt-bindings: hwmon: max20730: adding device tree doc for max20730


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.