All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-24 22:52:15 to 2020-09-25 00:24:09 UTC [more...]

[PATCH 00/16] qapi: static typing conversion, pt2
 2020-09-25  0:22 UTC  (13+ 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
` [PATCH 03/16] qapi/expr.py: constrain incoming expression types
` [PATCH 04/16] qapi/expr.py: Add assertion for union type 'check_dict'
` [PATCH 05/16] qapi/expr.py: move string check upwards in check_type

[MPTCP] [MPTCP][PATCH net-next 00/16] mptcp: RM_ADDR/ADD_ADDR enhancements
 2020-09-25  0:23 UTC  (19+ messages)
` [MPTCP] [MPTCP][PATCH net-next 01/16] mptcp: rename addr_signal and the related functions
  `  "
    ` [MPTCP] "
` [MPTCP] [MPTCP][PATCH net-next 02/16] mptcp: add the outgoing RM_ADDR support
  `  "
    ` [MPTCP] "
` [MPTCP] [MPTCP][PATCH net-next 03/16] mptcp: add the incoming "
  `  "
    ` [MPTCP] "
` [MPTCP] [MPTCP][PATCH net-next 08/16] mptcp: remove addr and subflow in PM netlink
  `  "
    ` [MPTCP] "
` [MPTCP] [MPTCP][PATCH net-next 10/16] mptcp: add RM_ADDR related mibs
  `  "
    ` [MPTCP] "
` [MPTCP] [MPTCP][PATCH net-next 11/16] mptcp: add mptcp_destroy_common helper
  `  "
    ` [MPTCP] "

[gabbayo:habanalabs-next 4/5] WARNING: modpost: vmlinux.o(.text+0x1db5e10): Section mismatch in reference from the function tfrc_calc_x() to the variable .init.text:.L0
 2020-09-25  0:23 UTC  (2+ messages)

[peterz-queue:sched/wip2 1/9] kernel/stop_machine.c:513:15: warning: Variable 'stopper->fn' is reassigned a value before the old one has been used
 2020-09-25  0:23 UTC 

[PATCH bpf-next v3 1/2] bpf: Add bpf_ktime_get_real_ns
 2020-09-25  0:22 UTC  (4+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Verifying real time helper function

[MPTCP] Re: [MPTCP][PATCH net-next 09/16] mptcp: implement mptcp_pm_remove_subflow
 2020-09-25  0:21 UTC 

next/pending-fixes build: 211 builds: 0 failed, 211 passed, 990 errors, 313 warnings (v5.9-rc6-434-gee3b543117db)
 2020-09-25  0:20 UTC 

[RFC PATCH seccomp 2/2] seccomp/cache: Cache filter results that allow syscalls
 2020-09-25  0:18 UTC  (7+ messages)
` [PATCH v2 seccomp 2/6] asm/syscall.h: Add syscall_arches[] array

[PATCH v3 00/39] kasan: add hardware tag-based mode for arm64
 2020-09-24 22:50 UTC  (47+ 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

Using u-boot as arm64 uefi payload
 2020-09-25  0:16 UTC 

[PATCH v2 0/3] Support NVIDIA Tegra-based Ouya game console
 2020-09-25  0:12 UTC  (3+ messages)
` [PATCH v2 1/3] ARM: tegra: Add device-tree for Ouya

[SPDK] Re: a distributed storage system base on SPDK
 2020-09-25  0:05 UTC 

[PATCH v4 bpf-next 00/13] bpf: Enable bpf_skc_to_* sock casting helper to networking prog type
 2020-09-25  0:04 UTC  (14+ messages)
` [PATCH v4 bpf-next 01/13] bpf: Move the PTR_TO_BTF_ID check to check_reg_type()
` [PATCH v4 bpf-next 02/13] bpf: Enable bpf_skc_to_* sock casting helper to networking prog type
` [PATCH v4 bpf-next 03/13] bpf: Change bpf_sk_release and bpf_sk_*cgroup_id to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON
` [PATCH v4 bpf-next 04/13] bpf: Change bpf_sk_storage_*() "
` [PATCH v4 bpf-next 05/13] bpf: Change bpf_tcp_*_syncookie "
` [PATCH v4 bpf-next 06/13] bpf: Change bpf_sk_assign "
` [PATCH v4 bpf-next 07/13] bpf: selftest: Add ref_tracking verifier test for bpf_skc casting
` [PATCH v4 bpf-next 08/13] bpf: selftest: Move sock_fields test into test_progs
` [PATCH v4 bpf-next 09/13] bpf: selftest: Adapt sock_fields test to use skel and global variables
` [PATCH v4 bpf-next 10/13] bpf: selftest: Use network_helpers in the sock_fields test
` [PATCH v4 bpf-next 11/13] bpf: selftest: Use bpf_skc_to_tcp_sock() "
` [PATCH v4 bpf-next 12/13] bpf: selftest: Remove enum tcp_ca_state from bpf_tcp_helpers.h
` [PATCH v4 bpf-next 13/13] bpf: selftest: Add test_btf_skc_cls_ingress

LLVM=1 patches for 4.19
 2020-09-25  0:04 UTC 

[PATCH v19 00/20] per memcg lru_lock
 2020-09-25  0:01 UTC  (4+ messages)

[PATCH v38 10/24] mm: Add vm_ops->mprotect()
 2020-09-25  0:00 UTC  (13+ messages)

[RFC] ieee1275: Avoiding many unnecessary open/close
 2020-09-24 23:58 UTC  (2+ messages)

[Fuego] [PATCH] docs: .rst files for pages categorized as Explanation, Tutorials and How Tos
 2020-09-25  0:00 UTC  (2+ messages)

[xen-unstable-smoke test] 154728: tolerable all pass - PUSHED
 2020-09-24 23:59 UTC 

[PATCH] iomap: Set all uptodate bits for an Uptodate page
 2020-09-24 23:57 UTC  (11+ messages)

[PATCH v2 seccomp 0/6] seccomp: Add bitmap cache of arg-independent filter results that allow syscalls
 2020-09-24 23:56 UTC  (13+ messages)
` [PATCH v2 seccomp 3/6] seccomp/cache: Add "emulator" to check if filter is arg-dependent
` [PATCH v2 seccomp 4/6] seccomp/cache: Lookup syscall allowlist for fast path
` [PATCH v2 seccomp 5/6] selftests/seccomp: Compare bitmap vs filter overhead
` [PATCH v2 seccomp 6/6] seccomp/cache: Report cache data through /proc/pid/seccomp_cache

[GIT PULL] md-next 20200924
 2020-09-24 23:54 UTC 

[linux-next:master 10113/10763] arch/x86/include/asm/barrier.h:41: Error: operand type mismatch for `cmp'
 2020-09-24 23:55 UTC 

[PATCH net-next] net: vlan: Avoid using BUG() in vlan_proto_idx()
 2020-09-24 23:54 UTC  (3+ messages)

[PATCH v5 0/3] Introduce mini-dump support for remoteproc
 2020-09-24 23:51 UTC  (8+ messages)
` [PATCH v5 1/3] remoteproc: core: Add ops to enable custom coredump functionality
` [PATCH v5 2/3] remoteproc: qcom: Add capability to collect minidumps
` [PATCH v5 3/3] remoteproc: qcom: Add minidump id for sm8150 modem remoteproc

[dpdk-dev] [PATCH] net/bnxt: add support for 200G PAM4 link
 2020-09-24 23:53 UTC 

[PATCH v2 00/38] qapi: static typing conversion, pt1
 2020-09-24 23:52 UTC  (5+ messages)
` [PATCH v2 36/38] qapi/visit.py: assert tag_member contains a QAPISchemaEnumType

[PATCH 0/2] nvme-loop: use xarray for ctrl and port list
 2020-09-24 23:51 UTC  (3+ messages)
` [PATCH 1/2] nvme-loop: use xarray for loop ctrl tracking
` [PATCH 2/2] nvme-loop: use xarray for loop port tracking

[PATCH] xen/arm: do not setup the runstate info page if kpti is enabled
 2020-09-24 23:49 UTC 

[PATCH] net: usb: ax88179_178a: add Toshiba usb 3.0 adapter
 2020-09-24 23:49 UTC  (2+ messages)

[Intel-gfx] [PATCH] i915: Introduce quirk for shifting eDP brightness
 2020-09-24 23:46 UTC  (13+ messages)

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

[PATCH v2 00/27] NFSD operation monitoring tracepoints
 2020-09-24 23:45 UTC  (3+ messages)
` [PATCH v2 26/27] NFSD: Add tracepoints in the NFS dispatcher

[Intel-gfx] remove alloc_vm_area v2
 2020-09-24 23:43 UTC  (7+ messages)
` [Intel-gfx] [PATCH 09/11] xen/xenbus: use apply_to_page_range directly in xenbus_map_ring_pv
  `  "
` [Intel-gfx] [PATCH 10/11] x86/xen: open code alloc_vm_area in arch_gnttab_valloc
  `  "

[RFC v2 0/1] implement support for negative refspecs
 2020-09-24 23:42 UTC  (5+ messages)
` [RFC v2 1/1] refspec: add "

[RFC PATCH] selinux: runtime disable is deprecated, add some ssleep() discomfort
 2020-09-24 23:42 UTC  (15+ messages)

[PATCH v6 0/4] Add support for length of each segment in the segcblist
 2020-09-24 23:42 UTC  (2+ messages)

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

[PATCH] linux-firmware: move i915 firmware symlinks to WHENCE
 2020-09-24 23:42 UTC  (2+ messages)

[PATCH net-next v3 0/2] Add hw offload of TC flower on MSCC Ocelot
 2020-09-24 23:39 UTC  (5+ messages)
` [PATCH net-next v3 1/2] net: mscc: ocelot: Add support for tcam

[linux-next:master] BUILD REGRESSION d1d2220c7f39d0fca302c4ba6cca4ede01660a2b
 2020-09-24 23:36 UTC 

[powerpc:next-test 179/194] arch/powerpc/platforms/pseries/eeh_pseries.c:420:6: error: variable 'ret' is used uninitialized whenever 'if' condition is true
 2020-09-24 23:33 UTC  (2+ messages)

[PATCH 00/11] multipath-tools: add linker version scripts
 2020-09-24 23:35 UTC  (3+ messages)
` [PATCH 08/11] libmultipath: create separate .so for unit tests

[Devel] [pm:bleeding-edge] BUILD SUCCESS c6fdc99d71f335046a3cf4014097576e9907b94b
 2020-09-24 23:29 UTC 

[Intel-gfx] [PATCH] drm/i915: Implement display WA #1142:kbl, cfl, cml
 2020-09-24 23:26 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH BlueZ] shared/io-ell: Fix ELL io wrapper
 2020-09-24 23:24 UTC  (2+ messages)

[xen-4.11-testing test] 154649: regressions - FAIL
 2020-09-24 23:23 UTC 

[PATCH net-next] net: tcp: drop unused function argument from mptcp_incoming_options
 2020-09-24 23:23 UTC 

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

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

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

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 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

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  (5+ 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

[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  (2+ messages)
` [Linux-kernel-mentees] "

[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)

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


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.