All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-04-28 15:26:04 to 2021-04-28 15:51:57 UTC [more...]

stable-rc/linux-4.19.y build: 206 builds: 0 failed, 206 passed, 86 warnings (v4.19.189)
 2021-04-28 15:51 UTC 

stable-rc/linux-4.9.y build: 196 builds: 0 failed, 196 passed, 4 warnings (v4.9.268)
 2021-04-28 15:51 UTC 

[PATCH v4 00/36] block: update graph permissions update
 2021-04-28 15:18 UTC  (25+ messages)
` [PATCH v4 02/36] tests/test-bdrv-graph-mod: add test_parallel_perm_update
` [PATCH v4 04/36] block: bdrv_append(): don't consume reference
` [PATCH v4 05/36] block: BdrvChildClass: add .get_parent_aio_context handler
` [PATCH v4 06/36] block: drop ctx argument from bdrv_root_attach_child
` [PATCH v4 08/36] util: add transactions.c
` [PATCH v4 09/36] block: bdrv_refresh_perms: check for parents permissions conflict
` [PATCH v4 10/36] block: refactor bdrv_child* permission functions
` [PATCH v4 11/36] block: rewrite bdrv_child_try_set_perm() using bdrv_refresh_perms()
` [PATCH v4 12/36] block: inline bdrv_child_*() permission functions calls
` [PATCH v4 13/36] block: use topological sort for permission update
` [PATCH v4 14/36] block: add bdrv_drv_set_perm transaction action
` [PATCH v4 16/36] block: add bdrv_replace_child_safe() "
` [PATCH v4 17/36] block: fix bdrv_replace_node_common
` [PATCH v4 18/36] block: add bdrv_attach_child_common() transaction action
` [PATCH v4 19/36] block: add bdrv_attach_child_noperm() "
` [PATCH v4 20/36] block: split out bdrv_replace_node_noperm()
` [PATCH v4 21/36] block: adapt bdrv_append() for inserting filters
` [PATCH v4 23/36] block: introduce bdrv_drop_filter()
` [PATCH v4 25/36] block: drop ignore_children for permission update functions
` [PATCH v4 26/36] block: make bdrv_unset_inherits_from to be a transaction action
` [PATCH v4 28/36] block: add bdrv_set_backing_noperm() "
` [PATCH v4 30/36] block: bdrv_reopen_multiple: refresh permissions on updated graph
` [PATCH v4 31/36] block: drop unused permission update functions
` [PATCH v4 32/36] block: inline bdrv_check_perm_common()

[Intel-gfx] [PATCH 00/21] drm/i915/gem: ioctl clean-ups
 2021-04-28 15:51 UTC  (7+ messages)
` [Intel-gfx] [PATCH 06/21] drm/i915: Implement SINGLE_TIMELINE with a syncobj (v3)
` [Intel-gfx] [PATCH 08/21] drm/i915/gem: Disallow bonding of virtual engines

[PATCH 00/94] Introducing the Maple Tree
 2021-04-28 15:36 UTC  (85+ messages)
` [PATCH 01/94] mm: Add vma_lookup()
` [PATCH 03/94] arch/arc/kernel/troubleshoot: use vma_lookup() instead of find_vma_intersection()
` [PATCH 04/94] arch/arm64/kvm: Use "
` [PATCH 05/94] arch/powerpc/kvm/book3s_hv_uvmem: "
` [PATCH 06/94] arch/powerpc/kvm/book3s: Use vma_lookup() in kvmppc_hv_setup_htab_rma()
` [PATCH 08/94] x86/sgx: Use vma_lookup() in sgx_encl_find()
` [PATCH 07/94] arch/mips/kernel/traps: Use vma_lookup() instead of find_vma_intersection()
` [PATCH 09/94] virt/kvm: "
` [PATCH 10/94] vfio: "
` [PATCH 11/94] net/ipv5/tcp: Use vma_lookup() in tcp_zerocopy_receive()
` [PATCH 12/94] drm/amdgpu: Use vma_lookup() in amdgpu_ttm_tt_get_user_pages()
` [PATCH 13/94] media: videobuf2: Use vma_lookup() in get_vaddr_frames()
` [PATCH 14/94] misc/sgi-gru/grufault: Use vma_lookup() in gru_find_vma()
` [PATCH 15/94] kernel/events/uprobes: Use vma_lookup() in find_active_uprobe()
` [PATCH 17/94] mm/ksm: Use vma_lookup() in find_mergeable_vma()
` [PATCH 18/94] mm/migrate: Use vma_lookup() in do_pages_stat_array()
` [PATCH 19/94] mm/mremap: Use vma_lookup() in vma_to_resize()
` [PATCH 20/94] mm/memory.c: Use vma_lookup() instead of find_vma_intersection()
` [PATCH 21/94] radix tree test suite: Enhancements for Maple Tree
` [PATCH 22/94] radix tree test suite: Add support for fallthrough attribute
` [PATCH 23/94] radix tree test suite: Add support for kmem_cache_free_bulk
` [PATCH 24/94] radix tree test suite: Add keme_cache_alloc_bulk() support
` [PATCH 25/94] radix tree test suite: Add __must_be_array() support
` [PATCH 26/94] Maple Tree: Add new data structure
` [PATCH 28/94] mm/mmap: Introduce unlock_range() for code cleanup
` [PATCH 27/94] mm: Start tracking VMAs with maple tree
` [PATCH 30/94] mm/mmap: Change find_vma_prev() to use "
` [PATCH 29/94] mm/mmap: Change find_vma() to use the "
` [PATCH 31/94] mm/mmap: Change unmapped_area and unmapped_area_topdown to use "
` [PATCH 32/94] kernel/fork: Convert dup_mmap "
` [PATCH 35/94] xen/privcmd: Optimized privcmd_ioctl_mmap() by using vma_lookup()
` [PATCH 34/94] arch/m68k/kernel/sys_m68k: Use vma_lookup() in sys_cacheflush()
` [PATCH 33/94] mm: Remove rb tree
` [PATCH 37/94] mm/khugepaged: Optimize collapse_pte_mapped_thp() by using vma_lookup()
` [PATCH 36/94] mm: Optimize find_exact_vma() to use vma_lookup()
` [PATCH 39/94] mm/mmap: Change do_brk_flags() to expand existing VMA and add do_brk_munmap()
` [PATCH 38/94] mm/gup: Add mm_populate_vma() for use when the vma is known
` [PATCH 40/94] mm/mmap: Change vm_brk_flags() to use mm_populate_vma()
` [PATCH 41/94] mm: Change find_vma_intersection() to maple tree and make find_vma() to inline
` [PATCH 43/94] mm/mmap: Drop munmap_vma_range()
` [PATCH 44/94] mm: Remove vmacache
` [PATCH 42/94] mm/mmap: Change mmap_region() to use maple tree state
` [PATCH 45/94] mm/mmap: Change __do_munmap() to avoid unnecessary lookups
` [PATCH 46/94] mm/mmap: Move mmap_region() below do_munmap()
` [PATCH 47/94] mm/mmap: Add do_mas_munmap() and wraper for __do_munmap()
` [PATCH 49/94] mmap: Remove __do_munmap() in favour of do_mas_munmap()
` [PATCH 48/94] mmap: Use find_vma_intersection in do_mmap() for overlap
` [PATCH 50/94] mm/mmap: Change do_brk_munmap() to use do_mas_align_munmap()
` [PATCH 51/94] mmap: make remove_vma_list() inline
` [PATCH 53/94] arch/arm64: Remove mmap linked list from vdso
` [PATCH 52/94] mm: Introduce vma_next() and vma_prev()
` [PATCH 54/94] arch/parisc: Remove mmap linked list from kernel/cache
` [PATCH 55/94] arch/powerpc: Remove mmap linked list from mm/book3s32/tlb
` [PATCH 57/94] arch/s390: Use maple tree iterators instead of linked list
` [PATCH 56/94] arch/powerpc: Remove mmap linked list from mm/book3s64/subpage_prot
` [PATCH 58/94] arch/x86: Use maple tree iterators for vdso/vma
` [PATCH 59/94] arch/xtensa: Use maple tree iterators for unmapped area
` [PATCH 60/94] drivers/misc/cxl: Use maple tree iterators for cxl_prefault_vma()
` [PATCH 62/94] fs/binfmt_elf: Use maple tree iterators for fill_files_note()
` [PATCH 64/94] fs/exec: Use vma_next() instead of linked list
` [PATCH 63/94] fs/coredump: Use maple tree iterators in place "
` [PATCH 65/94] fs/proc/base: "
` [PATCH 67/94] fs/userfaultfd: Stop using vma "
` [PATCH 68/94] ipc/shm: Stop using the "
` [PATCH 70/94] kernel/events/core: Use maple tree iterators instead of "
` [PATCH 71/94] kernel/events/uprobes: "
` [PATCH 72/94] kernel/sched/fair: "
` [PATCH 75/94] mm/huge_memory: Use vma_next() instead of vma "
` [PATCH 74/94] mm/gup: Use maple tree navigation instead of "
` [PATCH 77/94] mm/ksm: Use maple tree iterators instead of vma "
` [PATCH 78/94] mm/madvise: Use vma_next "
` [PATCH 81/94] mm/mlock: Use maple tree iterators "
` [PATCH 82/94] mm/mprotect: Use maple tree navigation "
` [PATCH 80/94] mm/mempolicy: Use maple tree iterators "
` [PATCH 83/94] mm/mremap: Use vma_next() "
` [PATCH 84/94] mm/msync: "
` [PATCH 86/94] mm/pagewalk: "
` [PATCH 87/94] mm/swapfile: Use maple tree iterator "
` [PATCH 85/94] mm/oom_kill: Use maple tree iterators "
` [PATCH 90/94] bpf: Remove VMA "
` [PATCH 92/94] mm: Return a bool from anon_vma_interval_tree_verify()
` [PATCH 91/94] mm: Remove vma linked list
` [PATCH 93/94] mm/mmap: Add mas_split_vma() and use it for munmap()
` [PATCH 94/94] mm: Move mas locking outside of munmap() path

[Intel-gfx] [PATCH 1/9] drm/doc/rfc: i915 DG1 uAPI
 2021-04-28 15:51 UTC  (3+ messages)
  `  "

[PATCH 1/3] mtd: spi-nor: Export SFDP access to sysfs
 2021-04-28 15:51 UTC  (5+ messages)

[PATCH][next] net: dsa: ksz: Make reg_mib_cnt a u8 as it never exceeds 255
 2021-04-28 15:50 UTC  (2+ messages)

[kvm-unit-tests PATCH v1 0/4] enable LPI and ITS for TCG
 2021-04-28 15:37 UTC  (11+ messages)
` [kvm-unit-tests PATCH v1 1/4] arm64: split its-trigger test into KVM and TCG variants

[PATCH 0/1] sched/fair: Fix unfairness caused by missing load decay
 2021-04-28 15:50 UTC  (8+ messages)
` [PATCH 1/1] "

[PULL u-boot] Please pull u-boot-amlogic-20210428
 2021-04-28 15:50 UTC  (2+ messages)

[PATCH 1/2] usb: dwc3: gadget: Enable suspend events
 2021-04-28 15:50 UTC  (6+ messages)
` [PATCH 2/2] usb: dwc3: gadget: Rename EOPF event macros to Suspend

Looking for a new opportunity
 2021-04-28 15:50 UTC 

[PATCH v4 00/79] Address some issues with PM runtime at media subsystem
 2021-04-28 15:50 UTC  (8+ messages)
  ` [PATCH v4 07/79] media: exynos-gsc: don't resume at remove time
  ` [PATCH v4 02/79] media: s6p_cec: decrement usage count if disabled

stable-rc/queue/4.14 baseline: 97 runs, 3 regressions (v4.14.231-51-g09d3b447c34f)
 2021-04-28 15:50 UTC 

[PATCH v4 bpf-next 00/11] Socket migration for SO_REUSEPORT
 2021-04-28 15:49 UTC  (2+ messages)

[PATCH v1 1/1] i2c: core: Propagate all possible errors when requesting recovery GPIOs
 2021-04-28 15:49 UTC 

[PATCH 0/1] spelling fixes
 2021-04-28 15:48 UTC  (3+ messages)
` [PATCH 1/1] s390: dasd: Mundane "

[PATCH] Squash to "mptcp: add sysctl allow_join_initial_addr_port"
 2021-04-28 15:48 UTC 

[PATCH] ap: Deduplicate writing authorized MACs into wsc_* structs
 2021-04-28 15:48 UTC  (2+ messages)
` [PATCH] eap: Print a hint if Identity is likely wrong

[dpdk-dev] [PATCH] net/bnxt: drop the unused attribute
 2021-04-28 15:48 UTC  (2+ messages)

[PATCH iproute2-next] ip: Add nodst option to macvlan type source
 2021-04-28 15:46 UTC  (2+ messages)

[PATCH net-next v1 1/1] net: selftest: fix build issue if INET is disabled
 2021-04-28 15:45 UTC  (5+ messages)

[clocksource] 8c30ace35d: WARNING:at_kernel/time/clocksource.c:#clocksource_watchdog
 2021-04-28 15:39 UTC  (3+ messages)

stable-rc/queue/5.10 baseline: 132 runs, 2 regressions (v5.10.32-38-g15cd8ee5df5db)
 2021-04-28 15:45 UTC 

UBSAN: shift-out-of-bounds in __qdisc_calculate_pkt_len
 2021-04-28 15:44 UTC  (3+ messages)

[PATCH v2] drm/bridge: anx7625: Fix power on delay
 2021-04-28 15:46 UTC  (2+ messages)

[PATCH v26 0/9] Control-flow Enforcement: Indirect Branch Tracking
 2021-04-28 15:42 UTC  (7+ messages)

[PATCH 0/2] Add QCOM PMIC PWM driver
 2021-04-28 15:40 UTC  (5+ messages)
` [PATCH 2/2] pwm: pwm-qcom: add driver for PWM modules in QCOM PMICs

[PATCH 1/1] nvme: extend and modify the APST configuration algorithm
 2021-04-28 15:45 UTC  (4+ messages)

[PATCH] drivers: parisc: ccio-dma.c: Added tab insead of spaces
 2021-04-28 15:39 UTC 

[PATCH 1/3] docker: add CVE_PRODUCT to recipes
 2021-04-28 15:44 UTC  (3+ messages)
` [PATCH 2/3] containerd: add CVE_PRODUCT to recipe
` [PATCH 3/3] runc: add CVE_PRODUCT to recipes

Two issues with mark_reachable_objects
 2021-04-28 15:42 UTC  (7+ messages)
` [PATCH] prune: save reachable-from-recent objects with bitmaps
      ` [PATCH v2 0/2] "
        ` [PATCH v2 1/2] pack-bitmap: clean up include_check after use
        ` [PATCH v2 2/2] prune: save reachable-from-recent objects with bitmaps

[DRBD-announce] drbd-9.0.29-0rc1 & drbd-9.1.2-rc.1
 2021-04-28 15:42 UTC 

[PATCH net-next] Reduce IP_FRAG_TIME fragment-reassembly timeout to 1s, from 30s
 2021-04-28 15:38 UTC  (6+ messages)

[dpdk-dev] [PATCH v1 1/1] power: do not skip saving original acpi governor
 2021-04-28 15:41 UTC  (2+ messages)

[PATCH iproute2-next 0/3] Add context and SRQ information to rdmatool
 2021-04-28 15:38 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: core: remove unneeded variable
 2021-04-28 15:40 UTC 

[MPTCP][PATCH v2 mptcp-next 0/4] add MP_CAPABLE 'C' flag
 2021-04-28 15:40 UTC  (8+ messages)
` [MPTCP][PATCH v2 mptcp-next 1/4] mptcp: add sysctl allow_join_initial_addr_port
  ` [MPTCP][PATCH v2 mptcp-next 2/4] mptcp: add allow_join_id0 in mptcp_out_options
    ` [MPTCP][PATCH v2 mptcp-next 3/4] mptcp: add deny_join_id0 in mptcp_options_received

stable-rc/queue/4.19 baseline: 113 runs, 3 regressions (v4.19.188-59-g4ef990805bc64)
 2021-04-28 15:37 UTC 

[PATCH] samples/landlock: fix path_list memory leak
 2021-04-28 15:36 UTC  (4+ messages)

[xen-4.12-testing test] 161489: regressions - FAIL
 2021-04-28 15:35 UTC 

[PATCH v4 00/11] evm: Improve usability of portable signatures
 2021-04-28 15:35 UTC  (3+ messages)
` [PATCH v4 04/11] ima: Move ima_reset_appraise_flags() call to post hooks

[MPTCP][PATCH v3 mptcp-next 0/4] add MP_CAPABLE 'C' flag
 2021-04-28 15:34 UTC  (5+ messages)
` [MPTCP][PATCH v3 mptcp-next 1/4] mptcp: add sysctl allow_join_initial_addr_port
  ` [MPTCP][PATCH v3 mptcp-next 2/4] mptcp: add allow_join_id0 in mptcp_out_options
    ` [MPTCP][PATCH v3 mptcp-next 3/4] mptcp: add deny_join_id0 in mptcp_options_received
      ` [MPTCP][PATCH v3 mptcp-next 4/4] selftests: mptcp: add deny_join_id0 testcases

[Virtio-fs] [PATCH 0/2] virtiofsd: Meson build fixes
 2021-04-28 15:34 UTC  (4+ messages)
` [Virtio-fs] [PATCH 1/2] meson: Check for seccomp/cap-ng libraries if virtiofsd is enabled

[PATCH] cifs: when out of credits on one channel, retry on another
 2021-04-28 15:33 UTC  (3+ messages)

[PATCH] tools/iio: iio_event_monitor: Fix ioctl error check
 2021-04-28 15:33 UTC  (3+ messages)

[PATCH] mm: compaction: improve /proc trigger for full node memory compaction
 2021-04-28 15:32 UTC  (3+ messages)

[PATCH] drm: bridge: add missing word in Analogix help text
 2021-04-28 15:32 UTC  (6+ messages)

[PATCH iproute2] iptoken: Add doc on the conditions of iptoken
 2021-04-28 15:32 UTC  (4+ messages)
` [RFC] add extack errors for iptoken

[PATCH] arm64: entry: always set GIC_PRIO_PSR_I_SET during entry
 2021-04-28 15:29 UTC  (4+ messages)

[PATCH RESEND net-next] icmp: standardize naming of RFC 8335 PROBE constants
 2021-04-28 15:30 UTC  (2+ messages)

[PATCH v4 0/3] xfs: set aside allocation btree blocks from block reservation
 2021-04-28 15:29 UTC  (5+ messages)
` [PATCH v4 2/3] xfs: introduce in-core global counter of allocbt blocks

[genirq] cbe16f35be: will-it-scale.per_thread_ops -5.2% regression
 2021-04-28 15:23 UTC  (7+ messages)
          ` [LKP] "

Looking for a new opportunity
 2021-04-28 15:27 UTC 

[PATCH net-next 0/3] Marvell Prestera Switchdev initial updates for
 2021-04-28 15:25 UTC  (9+ messages)
` [PATCH net-next 1/3] net: marvell: prestera: bump supported firmware version to 3.0


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.