All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-25 00:01:29 to 2020-09-25 01:23:41 UTC [more...]

[PATCH 00/16] qapi: static typing conversion, pt2
 2020-09-25  1:18 UTC  (43+ messages)
` [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
` [PATCH 06/16] qapi/expr.py: Check type of 'data' member
` [PATCH 07/16] qapi/expr.py: Add casts in a few select cases
` [PATCH 08/16] qapi/expr.py: add type hint annotations
` [PATCH 09/16] qapi/expr.py: rewrite check_if
` [PATCH 10/16] qapi/expr.py: Remove single-letter variable
` [PATCH 11/16] qapi/expr.py: enable pylint checks
` [PATCH 12/16] qapi/expr.py: Add docstrings
` [PATCH 13/16] qapi/expr.py: Modify check_keys to accept any Iterable
` [PATCH 14/16] qapi/expr.py: Use tuples instead of lists for static data
` [PATCH 15/16] qapi/expr.py: move related checks inside check_xxx functions
` [PATCH 16/16] qapi/expr.py: Use an expression checker dispatch table

[PATCH v3 bpf-next 00/11] bpf: Enable bpf_skc_to_* sock casting helper to networking prog type
 2020-09-25  1:22 UTC  (8+ messages)
` [PATCH v3 bpf-next 02/11] "

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

[PATCH 00/37] qapi: static typing conversion, pt1
 2020-09-25  1:18 UTC  (6+ messages)
` [PATCH 16/37] qapi: establish mypy type-checking baseline

[dpdk-dev] [PATCH 0/2] eal/windows: implement alarms
 2020-09-25  1:19 UTC  (3+ messages)
` [dpdk-dev] [PATCH 1/2] eal/windows: add interrupt thread skeleton

[PATCH] Fix incorrect compound page flags store
 2020-09-25  1:18 UTC  (8+ messages)

stable-rc/queue/4.4 build: 189 builds: 1 failed, 188 passed, 2 errors, 13 warnings (v4.4.237-6-g1a90a6e13e27)
 2020-09-25  1:18 UTC 

tools/virtiofs: Multi threading seems to hurt performance
 2020-09-24 21:33 UTC  (5+ messages)

[PATCH 2/2] watchdog: add watchdog behavior configuration
 2020-09-25  1:17 UTC  (11+ messages)

[PATCH 1/3] mips/mm: Add NUMA balancing support
 2020-09-25  1:16 UTC  (3+ messages)

[PATCH v5 0/5] iommu aux-domain APIs extensions
 2020-09-25  1:09 UTC  (4+ messages)

[PATCH] ext4: flag as supporting buffered async reads
 2020-09-25  1:14 UTC  (12+ messages)
` REGRESSION: 37f4a24c2469: blk-mq: centralise related handling into blk_mq_get_driver_tag

[Bluez PATCH v3 0/9] Bluetooth: Add new MGMT interface for advertising add
 2020-09-25  1:13 UTC  (10+ messages)
` [Bluez PATCH v3 1/9] doc/advertising-api: update API with new interface
` [Bluez PATCH v3 2/9] doc/mgmt-api: Add new MGMT interfaces to mgmt-api
` [Bluez PATCH v3 3/9] advertising: Detect if extended advertising mgmt commands are supported
` [Bluez PATCH v3 4/9] advertising: Parse intervals and tx power from adv
` [Bluez PATCH v3 5/9] advertising: Use new mgmt interface for advertising add
` [Bluez PATCH v3 6/9] advertising: Query LE TX range at manager initialization
` [Bluez PATCH v3 7/9] advertising: Expose SupportedCapabilities for advertising
` [Bluez PATCH v3 8/9] client: Add SupportedCapabilities to bluetoothctl
` [Bluez PATCH v3 9/9] monitor: Add new MGMT adv commands and events to monitor

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

[RFC PATCH 0/2] dm crypt: Allow unaligned buffer lengths for skcipher devices
 2020-09-25  1:09 UTC  (13+ messages)
` [dm-crypt] [dm-devel] "
  ` [dm-crypt] "

[PATCH v3 00/47] qapi: static typing conversion, pt1
 2020-09-25  0:29 UTC  (48+ messages)
` [PATCH v3 01/47] [DO-NOT-MERGE] docs: replace single backtick (`) with double-backtick (``)
` [PATCH v3 02/47] [DO-NOT-MERGE] docs: repair broken references
` [PATCH v3 03/47] [DO-NOT-MERGE] docs/sphinx: change default role to "any"
` [PATCH v3 04/47] qapi: modify docstrings to be sphinx-compatible
` [PATCH v3 05/47] qapi/doc.py: Change code templates from function to string
` [PATCH v3 06/47] [DO-NOT-MERGE] docs: enable sphinx-autodoc for scripts/qapi
` [PATCH v3 07/47] qapi-gen: Separate arg-parsing from generation
` [PATCH v3 08/47] qapi: move generator entrypoint into module
` [PATCH v3 09/47] [DO-NOT-MERGE] docs: add scripts/qapi/main to python manual
` [PATCH v3 10/47] qapi: Prefer explicit relative imports
` [PATCH v3 11/47] qapi: Remove wildcard includes
` [PATCH v3 12/47] qapi: enforce import order/styling with isort
` [PATCH v3 13/47] qapi: delint using flake8
` [PATCH v3 14/47] qapi: add pylintrc
` [PATCH v3 15/47] qapi/common.py: Remove python compatibility workaround
` [PATCH v3 16/47] qapi/common.py: Add indent manager
` [PATCH v3 17/47] qapi/common.py: delint with pylint
` [PATCH v3 18/47] qapi/common.py: Replace one-letter 'c' variable
` [PATCH v3 19/47] qapi/common.py: check with pylint
` [PATCH v3 20/47] qapi/common.py: add type hint annotations
` [PATCH v3 21/47] qapi/common.py: Convert comments into docstrings, and elaborate
` [PATCH v3 22/47] qapi/common.py: move build_params into gen.py
` [PATCH v3 23/47] qapi: establish mypy type-checking baseline
` [PATCH v3 24/47] qapi/events.py: add type hint annotations
` [PATCH v3 25/47] qapi/events.py: Move comments into docstrings
` [PATCH v3 26/47] qapi/commands.py: Don't re-bind to variable of different type
` [PATCH v3 27/47] qapi/commands.py: add type hint annotations
` [PATCH v3 28/47] qapi/commands.py: enable checking with mypy
` [PATCH v3 29/47] qapi/source.py: add type hint annotations
` [PATCH v3 30/47] qapi/source.py: delint with pylint
` [PATCH v3 31/47] qapi/gen.py: Fix edge-case of _is_user_module
` [PATCH v3 32/47] qapi/gen.py: add type hint annotations
` [PATCH v3 33/47] qapi/gen.py: Enable checking with mypy
` [PATCH v3 34/47] qapi/gen.py: Remove unused parameter
` [PATCH v3 35/47] qapi/gen.py: update write() to be more idiomatic
` [PATCH v3 36/47] qapi/gen.py: delint with pylint
` [PATCH v3 37/47] qapi/introspect.py: assert obj is a dict when features are given
` [PATCH v3 38/47] qapi/instrospect.py: add preliminary type hint annotations
` [PATCH v3 39/47] qapi/introspect.py: add _gen_features helper
` [PATCH v3 40/47] qapi/introspect.py: Unify return type of _make_tree()
` [PATCH v3 41/47] qapi/introspect.py: replace 'extra' dict with 'comment' argument
` [PATCH v3 42/47] qapi/introspect.py: create a typed 'Node' data structure
` [PATCH v3 43/47] qapi/types.py: add type hint annotations
` [PATCH v3 44/47] qapi/types.py: remove one-letter variables
` [PATCH v3 45/47] qapi/visit.py: assert tag_member contains a QAPISchemaEnumType
` [PATCH v3 46/47] qapi/visit.py: remove unused parameters from gen_visit_object
` [PATCH v3 47/47] qapi/visit.py: add type hint annotations

[RFC PATCH v2 0/3] add library to check if device is a valid path
 2020-09-25  1:08 UTC  (5+ messages)

[PATCH] exfat: remove 'rwoffset' in exfat_inode_info
 2020-09-25  0:56 UTC  (4+ messages)

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

FAILED: patch "[PATCH] kprobes: fix kill kprobe which has been marked as gone" failed to apply to 5.4-stable tree
 2020-09-25  1:05 UTC  (3+ messages)

[PATCH v38 00/24] Intel SGX foundations
 2020-09-25  1:04 UTC  (5+ messages)
` [PATCH v38 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call

[RFC PATCH 24/24] vdpasim: control virtqueue support
 2020-09-25  1:04 UTC  (2+ messages)

[PATCH v2] ext4: Fix bdev write error check failed when mount fs with ro
 2020-09-25  1:01 UTC 

[PATCH v5 bpf-next 0/3] enable BPF_PROG_TEST_RUN for raw_tp
 2020-09-25  1:01 UTC  (3+ messages)
` [PATCH v5 bpf-next 3/3] selftests/bpf: add raw_tp_test_run

[PATCH 0/5] edison: Support for writing an xFSTK image
 2020-09-25  1:00 UTC  (6+ messages)

[PATCH] random: use correct memory barriers for crng_node_pool
 2020-09-25  0:59 UTC  (11+ messages)

[PATCH v2] exfat: remove 'rwoffset' in exfat_inode_info
 2020-09-25  0:58 UTC  (2+ messages)

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

[PATCH v4] cper, apei, mce: Pass x86 CPER through the MCA handling chain
 2020-09-25  0:54 UTC  (7+ messages)

[RFC 0/2] printk: Add more metadata for each record
 2020-09-25  0:54 UTC  (6+ messages)
` [RFC 2/2] printk: Add more information about the printk caller

[meta-networking][PATCH] crda: rdepends on wireless-regdb-static
 2020-09-25  0:51 UTC  (3+ messages)
` [oe] "

[PATCH 0/5] New rescue mount options
 2020-09-25  0:51 UTC  (12+ messages)
` [PATCH 1/5] btrfs: unify the ro checking for "
` [PATCH 2/5] btrfs: push the NODATASUM check into btrfs_lookup_bio_sums
` [PATCH 3/5] btrfs: introduce rescue=ignorebadroots
` [PATCH 4/5] btrfs: introduce rescue=ignoredatacsums
` [PATCH 5/5] btrfs: introduce rescue=all

[PATCH] efi/efivars: Create efivars mount point in the registration of efivars abstraction
 2020-09-25  0:50 UTC  (5+ messages)

[PATCH v6 bpf-next 0/6] bpf: add helpers to support BTF-based kernel data display
 2020-09-25  0:50 UTC  (7+ messages)
` [PATCH v6 bpf-next 2/6] bpf: move to generic BTF show support, apply it to seq files/strings
` [PATCH v6 bpf-next 3/6] bpf: add bpf_snprintf_btf helper
` [PATCH v6 bpf-next 4/6] selftests/bpf: add bpf_snprintf_btf helper tests

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

[PATCH v3 0/5] Bluetooth: Add new MGMT interface for advertising add
 2020-09-25  0:40 UTC  (6+ messages)
` [PATCH v3 1/5] Bluetooth: Add helper to set adv data
` [PATCH v3 2/5] Bluetooth: Break add adv into two mgmt commands
` [PATCH v3 3/5] Bluetooth: Use intervals and tx power from mgmt cmds
` [PATCH v3 4/5] Bluetooth: Query LE tx power on startup
` [PATCH v3 5/5] Bluetooth: Change MGMT security info CMD to be more generic

[PATCH] perf parse-events: Reduce casts around bp_addr
 2020-09-25  0:39 UTC 

drivers/video/fbdev/controlfb.c:329:21: warning: Redundant assignment of 'vma->vm_page_prot' to itself
 2020-09-25  0:38 UTC 

[MPTCP] Re: [RFC PATCH 1/4] net: tcp: drop unused function argument from mptcp_incoming_options
 2020-09-25  0:38 UTC 

[MPTCP] [MPTCP][PATCH net-next 00/16] mptcp: RM_ADDR/ADD_ADDR enhancements
 2020-09-25  0:33 UTC  (36+ 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 09/16] mptcp: implement mptcp_pm_remove_subflow
  `  "
` [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] "
` [MPTCP] [MPTCP][PATCH net-next 12/16] selftests: mptcp: add remove cfg in mptcp_connect
  `  "
    ` [MPTCP] "
` [MPTCP] [MPTCP][PATCH net-next 13/16] selftests: mptcp: add remove addr and subflow test cases
  `  "
    ` [MPTCP] "
` [MPTCP] [MPTCP][PATCH net-next 14/16] mptcp: add struct mptcp_pm_add_entry
  `  "
    ` [MPTCP] "
` [MPTCP] [MPTCP][PATCH net-next 15/16] mptcp: add sk_stop_timer_sync helper
  `  "
    ` [MPTCP] "
` [MPTCP] [MPTCP][PATCH net-next 16/16] mptcp: retransmit ADD_ADDR when timeout
  `  "
    ` [MPTCP] "

[PATCH net-next 0/6] net: hns3: updates for -next
 2020-09-25  0:26 UTC  (7+ messages)
` [PATCH net-next 1/6] net: hns3: refactor the function for dumping tc information in debugfs
` [PATCH net-next 2/6] net: hns3: remove unnecessary variable initialization
` [PATCH net-next 3/6] net: hns3: add a hardware error detect type
` [PATCH net-next 4/6] net: hns3: add debugfs of dumping pf interrupt resources
` [PATCH net-next 5/6] net: hns3: add support for 200G device
` [PATCH net-next 6/6] net: hns3: rename macro of pci device id of vf

[PATCH net-next v2] net: vlan: Avoid using BUG() in vlan_proto_idx()
 2020-09-25  0:27 UTC 

[PATCH] oeqa/runtime : add test for RTC(Real Time Clock)
 2020-09-25  0:25 UTC 

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

[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 

[PATCH v3 00/39] kasan: add hardware tag-based mode for arm64
 2020-09-24 22:50 UTC  (2+ messages)
` [PATCH v3 10/39] kasan: rename report and tags files

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  (3+ 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.