All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-16 23:19:17 to 2022-07-17 03:06:53 UTC [more...]

RTT-PROBE: lore-subspace-rtt
 2022-07-17  3:06 UTC 

[usb:usb-testing 43/55] drivers/usb/typec/anx7411.c:387 anx7411_register_partner() warn: passing zero to 'PTR_ERR'
 2022-07-17  3:06 UTC 

[PATCH v2 1/3] hwspinlock: qcom: Add support for mmio usage to sfpb-mutex
 2022-07-17  3:04 UTC  (3+ messages)
` [PATCH v2 2/3] ARM: dts: qcom: add missing hwlock for ipq8064 dtsi

[PATCH v2] ufs: host: ufschd-pltfrm: Hold reference returned by of_parse_phandle()
 2022-07-17  3:03 UTC  (3+ messages)
  `  "

DWC3 host support
 2022-07-17  3:00 UTC  (3+ messages)

[PATCH] power: supply: cw2015: Use device managed API to simplify the code
 2022-07-17  2:58 UTC 

[linux-next:master] BUILD REGRESSION 4662b7adea50bb62e993a67f611f3be625d3df0d
 2022-07-17  2:57 UTC  (7+ messages)

[PATCH] thermal/core: Fix refcount bugs in __thermal_cooling_device_register()
 2022-07-17  2:57 UTC  (4+ messages)
    `  "

RTT-PROBE: lore-subspace-rtt
 2022-07-17  2:56 UTC 

[PATCH v11 00/69] Introducing the Maple Tree
 2022-07-17  2:46 UTC  (70+ messages)
` [PATCH v11 02/69] radix tree test suite: add pr_err define
` [PATCH v11 01/69] Maple Tree: add new data structure
` [PATCH v11 03/69] radix tree test suite: add kmem_cache_set_non_kernel()
` [PATCH v11 04/69] radix tree test suite: add allocation counts and size to kmem_cache
` [PATCH v11 05/69] radix tree test suite: add support for slab bulk APIs
` [PATCH v11 06/69] radix tree test suite: add lockdep_is_held to header
` [PATCH v11 07/69] lib/test_maple_tree: add testing for maple tree
` [PATCH v11 10/69] mmap: use the VMA iterator in count_vma_pages_range()
` [PATCH v11 09/69] mm: add VMA iterator
` [PATCH v11 08/69] mm: start tracking VMAs with maple tree
` [PATCH v11 11/69] mm/mmap: use the maple tree in find_vma() instead of the rbtree
` [PATCH v11 12/69] mm/mmap: use the maple tree for find_vma_prev() "
` [PATCH v11 13/69] mm/mmap: use maple tree for unmapped_area{_topdown}
` [PATCH v11 16/69] proc: remove VMA rbtree use from nommu
` [PATCH v11 15/69] damon: convert __damon_va_three_regions to use the VMA iterator
` [PATCH v11 14/69] kernel/fork: use maple tree for dup_mmap() during forking
` [PATCH v11 18/69] mmap: change zeroing of maple tree in __vma_adjust()
` [PATCH v11 17/69] mm: remove rb tree
` [PATCH v11 19/69] xen: use vma_lookup() in privcmd_ioctl_mmap()
` [PATCH v11 20/69] mm: optimize find_exact_vma() to use vma_lookup()
` [PATCH v11 22/69] mm/mmap: change do_brk_flags() to expand existing VMA and add do_brk_munmap()
` [PATCH v11 21/69] mm/khugepaged: optimize collapse_pte_mapped_thp() by using vma_lookup()
` [PATCH v11 23/69] mm: use maple tree operations for find_vma_intersection()
` [PATCH v11 24/69] mm/mmap: use advanced maple tree API for mmap_region()
` [PATCH v11 25/69] mm: remove vmacache
` [PATCH v11 26/69] mm: convert vma_lookup() to use mtree_load()
` [PATCH v11 27/69] mm/mmap: move mmap_region() below do_munmap()
` [PATCH v11 29/69] mm/mmap: change do_brk_munmap() to use do_mas_align_munmap()
` [PATCH v11 28/69] mm/mmap: reorganize munmap to use maple states
` [PATCH v11 30/69] arm64: remove mmap linked list from vdso
` [PATCH v11 31/69] arm64: Change elfcore for_each_mte_vma() to use VMA iterator
` [PATCH v11 32/69] parisc: remove mmap linked list from cache handling
` [PATCH v11 34/69] s390: remove vma linked list walks
` [PATCH v11 33/69] powerpc: remove mmap "
` [PATCH v11 36/69] xtensa: remove vma "
` [PATCH v11 35/69] x86: "
` [PATCH v11 37/69] cxl: remove vma linked list walk
` [PATCH v11 39/69] um: "
` [PATCH v11 38/69] optee: "
` [PATCH v11 41/69] exec: use VMA iterator instead of linked list
` [PATCH v11 40/69] coredump: remove vma linked list walk
` [PATCH v11 44/69] userfaultfd: use maple tree iterator to iterate VMAs
` [PATCH v11 42/69] fs/proc/base: use maple tree iterators in place of linked list
` [PATCH v11 43/69] fs/proc/task_mmu: stop using linked list and highest_vm_end
` [PATCH v11 46/69] acct: use VMA iterator instead of linked list
` [PATCH v11 47/69] perf: use VMA iterator
` [PATCH v11 45/69] ipc/shm: use VMA iterator instead of linked list
` [PATCH v11 49/69] fork: use VMA iterator
` [PATCH v11 48/69] sched: use maple tree iterator to walk VMAs
` [PATCH v11 50/69] bpf: remove VMA linked list
` [PATCH v11 54/69] mm/madvise: use vma_find() instead of vma "
` [PATCH v11 53/69] mm/ksm: use vma iterators "
` [PATCH v11 51/69] mm/gup: use maple tree navigation instead of "
` [PATCH v11 52/69] mm/khugepaged: stop using vma "
` [PATCH v11 57/69] mm/mlock: use vma iterator and maple state instead of "
` [PATCH v11 55/69] mm/memcontrol: stop using mm->highest_vm_end
` [PATCH v11 56/69] mm/mempolicy: use vma iterator & maple state instead of vma linked list
` [PATCH v11 59/69] mm/mremap: use vma_find_intersection() "
` [PATCH v11 60/69] mm/msync: use vma_find() "
` [PATCH v11 58/69] mm/mprotect: use maple tree navigation "
` [PATCH v11 63/69] mm/swapfile: use vma iterator "
` [PATCH v11 62/69] mm/pagewalk: use vma_find() "
` [PATCH v11 61/69] mm/oom_kill: use maple tree iterators "
` [PATCH v11 64/69] i915: use the VMA iterator
` [PATCH v11 67/69] mm: remove the vma linked list
` [PATCH v11 66/69] riscv: use vma iterator for vdso
` [PATCH v11 65/69] nommu: remove uses of VMA linked list
` [PATCH v11 68/69] mm/mmap: drop range_has_overlap() function
` [PATCH v11 69/69] mm/mmap.c: pass in mapping to __vma_link_file()

RTT-PROBE: lore-subspace-rtt
 2022-07-17  2:46 UTC 

[PATCH v2 0/8] Add ipq806x missing bindings
 2022-07-17  2:46 UTC  (2+ messages)

[PATCH v3] submodule merge: update conflict error message
 2022-07-17  2:46 UTC  (6+ messages)
` [PATCH v4] "

[syzbot] INFO: trying to register non-static key in ieee80211_do_stop
 2022-07-17  2:32 UTC  (2+ messages)
` [PATCH] wifi: mac80211: initialize fq.lock as early as possible

RTT-PROBE: lore-subspace-rtt
 2022-07-17  2:36 UTC 

[linux-linus test] 171654: regressions - FAIL
 2022-07-17  2:34 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-07-17  2:26 UTC 

[ammarfaizi2-block:axboe/linux-block/for-next 89/112] include/trace/events/jbd2.h:356:1: sparse: sparse: cast to restricted blk_opf_t
 2022-07-17  2:25 UTC 

[wireless:for-next] BUILD SUCCESS 11052589cf5c0bab3b4884d423d5f60c38fcf25d
 2022-07-17  2:24 UTC 

[PATCH] vmxnet3: Implement ethtool's get_channels command
 2022-07-17  2:20 UTC  (2+ messages)
` [PATCH] vmxnet3: Record queue number to incoming packets

[wireless-next:mld] BUILD SUCCESS a260edccf66f340a5fa9ff2ac740579097b3a206
 2022-07-17  2:23 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-07-17  2:16 UTC 

[tty:tty-testing 77/77] arch/mips/vr41xx/common/siu.c:18:9: error: 'PORT_VR41XX_SIU' undeclared here (not in a function)
 2022-07-17  2:14 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-07-17  2:06 UTC 

[PATCH bpf-next 0/5] cleanup for data casting
 2022-07-17  2:04 UTC  (9+ messages)
` [PATCH bpf-next 1/5] bpf: Unify memory address casting operation style
` [PATCH bpf-next 3/5] selftests: "
` [PATCH bpf-next 4/5] samples: "
` [PATCH bpf-next 5/5] selftests/bpf: Remove the casting about jited_ksyms and jited_linfo

arch/arm/include/asm/system_misc.h:29:9: error: implicit declaration of function 'preempt_enable_no_resched_notrace'; did you mean 'preempt_enable_notrace'?
 2022-07-17  2:04 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-07-17  1:56 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-07-17  1:46 UTC 

[PATCH net-next v3 00/47] [RFT] net: dpaa: Convert to phylink
 2022-07-17  1:42 UTC  (16+ messages)
` [PATCH net-next v3 08/47] net: phylink: Support differing link speeds and interface speeds
` [PATCH net-next v3 10/47] net: phylink: Adjust link settings based on rate adaptation
` [PATCH net-next v3 14/47] net: phy: aquantia: Add support for "

[asahilinux:bits/120-spmi 4/4] drivers/spmi/spmi-apple-controller.c:98:15: warning: variable 'rsp' set but not used
 2022-07-17  1:43 UTC 

[PATCH V16 7/7] PCI: Add quirk for multifunction devices of LS7A
 2022-07-17  1:41 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-07-17  1:36 UTC 

[PATCH v2 6/6] media: i2c: Add driver for mlx7502x ToF sensor
 2022-07-17  1:33 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-07-17  1:26 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-07-17  1:16 UTC 

[PATCH v2] KVM: selftests: Fix target thread to be migrated in rseq_test
 2022-07-17  3:11 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-07-17  1:06 UTC 

[PATCH V15 00/15] irqchip: Add LoongArch-related irqchip drivers
 2022-07-17  1:06 UTC  (6+ messages)
` [PATCH V15 01/15] ACPICA: MADT: Add LoongArch APICs support

[withdrawn] proc-smaps-add-pmdmappable-field-to-smaps.patch removed from -mm tree
 2022-07-17  1:04 UTC 

arch/nios2/kernel/misaligned.c:111:42: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-07-17  1:03 UTC 

[ammarfaizi2-block:tglx/devel/depthtracking 36/38] kernel/trace/trace_selftest.c:790:13: error: expected string literal before 'CALL_DEPTH_ACCOUNT'
 2022-07-17  1:02 UTC 

+ mm-shmem-support-fs_ioc_etflags-in-tmpfs.patch added to mm-unstable branch
 2022-07-17  1:01 UTC 

[PATCH] mm/dmapool.c: avoid duplicate memset within dma_pool_alloc
 2022-07-17  1:01 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-07-17  0:56 UTC 

+ mm-hwpoison-skip-raw-hwpoison-page-in-freeing-1gb-hugepage.patch added to mm-unstable branch
 2022-07-17  0:53 UTC 

+ mm-hwpoison-enable-memory-error-handling-on-1gb-hugepage.patch added to mm-unstable branch
 2022-07-17  0:53 UTC 

+ mm-hwpoison-make-__page_handle_poison-returns-int.patch added to mm-unstable branch
 2022-07-17  0:53 UTC 

+ mm-hwpoison-set-pg_hwpoison-for-busy-hugetlb-pages.patch added to mm-unstable branch
 2022-07-17  0:53 UTC 

+ mm-hwpoison-hugetlb-support-saving-mechanism-of-raw-error-pages.patch added to mm-unstable branch
 2022-07-17  0:53 UTC 

+ mm-hwpoison-make-unpoison-aware-of-raw-error-info-in-hwpoisoned-hugepage.patch added to mm-unstable branch
 2022-07-17  0:53 UTC 

+ mm-hugetlb-make-pud_huge-and-follow_huge_pud-aware-of-non-present-pud-entry.patch added to mm-unstable branch
 2022-07-17  0:53 UTC 

+ mm-hugetlb-check-gigantic_page_runtime_supported-in-return_unused_surplus_pages.patch added to mm-unstable branch
 2022-07-17  0:53 UTC 

[ammarfaizi2-block:axboe/linux-block/for-next 85/112] include/trace/events/f2fs.h:1027:1: sparse: sparse: cast to restricted blk_opf_t
 2022-07-17  0:52 UTC 

+ mm-damon-reclaim-fix-potential-memory-leak-in-damon_reclaim_init.patch added to mm-unstable branch
 2022-07-17  0:49 UTC 

+ mm-vmpressure-dont-count-proactive-reclaim-in-vmpressure.patch added to mm-unstable branch
 2022-07-17  0:48 UTC 

[PATCH v4 net-next 0/6] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
 2022-07-17  0:47 UTC  (4+ messages)
` [PATCH v4 net-next 5/6] net: dsa: mv88e6xxx: mac-auth/MAB implementation
  ` [Bridge] "

RTT-PROBE: lore-subspace-rtt
 2022-07-17  0:46 UTC 

+ zsmalloc-zs_malloc-return-err_ptr-if-fail.patch added to mm-unstable branch
 2022-07-17  0:44 UTC 

[PATCH v2] iio: light: isl29028: Fix the warning in isl29028_remove()
 2022-07-17  0:42 UTC 

+ kernel-hung_task-fix-address-space-of-proc_dohung_task_timeout_secs.patch added to mm-nonmm-unstable branch
 2022-07-17  0:40 UTC 

[PATCH] kernel: watchdog: fix missing space coding style issue
 2022-07-17  0:37 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-07-17  0:36 UTC 

+ writeback-cleanup-inode_to_wb_is_valid.patch added to mm-unstable branch
 2022-07-17  0:36 UTC 

+ secretmem-fix-unhandled-fault-in-truncate-v3.patch added to mm-hotfixes-unstable branch
 2022-07-17  0:34 UTC 

[soc:ti/soc-drivers] BUILD SUCCESS f16afe238a7ff3c71a943cf74392538974c29b22
 2022-07-17  0:30 UTC 

[RFC ONLY 0/8] btrfs: introduce raid-stripe-tree
 2022-07-17  0:30 UTC  (17+ messages)
` RAID56 discussion related to RST. (Was "Re: [RFC ONLY 0/8] btrfs: introduce raid-stripe-tree")

RTT-PROBE: lore-subspace-rtt
 2022-07-17  0:26 UTC 

[patch 00/38] x86/retbleed: Call depth tracking mitigation
 2022-07-17  0:22 UTC  (15+ messages)
` [patch 02/38] x86/cpu: Use native_wrmsrl() in load_percpu_segment()
` [patch 27/38] x86/asm: Provide ALTERNATIVE_3
` [patch 28/38] x86/retbleed: Add SKL return thunk
` [patch 29/38] x86/retpoline: Add SKL retthunk retpolines
` [patch 30/38] x86/retbleed: Add SKL call thunk
` [patch 31/38] x86/calldepth: Add ret/call counting for debug
` [patch 32/38] static_call: Add call depth tracking support
` [patch 33/38] kallsyms: Take callthunks into account
` [patch 34/38] x86/orc: Make it callthunk aware
` [patch 35/38] kprobes: Add callthunk blacklisting
` [patch 36/38] x86/ftrace: Make it call depth tracking aware
` [patch 37/38] x86/bpf: Emit call depth accounting if required
` [patch 38/38] x86/retbleed: Add call depth tracking mitigation

include/linux/rculist.h:167:14: warning: Use of memory after it is freed [clang-analyzer-unix.Malloc]
 2022-07-17  0:22 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-07-17  0:16 UTC 

[asahilinux:bluetooth-wip 9/9] drivers/bluetooth/hci_bcm4377.c:886:68: sparse: sparse: incorrect type in assignment (different base types)
 2022-07-17  0:11 UTC 

drivers/media/platform/samsung/s5p-jpeg/jpeg-core.c:3126:34: warning: unused variable 'samsung_jpeg_match'
 2022-07-17  0:11 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-07-17  0:06 UTC 

[BUG] media: cx88-alsa: Found a bug at the probe time
 2022-07-17  0:05 UTC  (3+ messages)

Oh dear - some new problems
 2022-07-17  0:04 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-07-16 23:56 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-07-16 23:46 UTC 

[PATCH net-next 0/6] net: dsa: always use phylink
 2022-07-16 23:44 UTC  (7+ messages)

[intel-tdx:guest-hardening-rebased 13/23] kernel/dma/swiotlb.c:531:75: warning: suggest parentheses around '-' in operand of '&'
 2022-07-16 23:41 UTC 

fs/io_uring.c:9355:9: warning: variable 'ret' is uninitialized when used here
 2022-07-16 23:41 UTC 

[PATCH 0/2] Fix kernel splats on boot with armada-37xx irqchip driver
 2022-07-16 23:37 UTC  (6+ messages)
` [PATCH 1/2] pinctrl: armada-37xx: make irq_lock a raw spinlock to avoid invalid wait context
` [PATCH 2/2] pinctrl: armada-37xx: use raw spinlocks for regmap "

RTT-PROBE: lore-subspace-rtt
 2022-07-16 23:36 UTC 

[PATCH v2 0/2] fs/lock: Cleanup around flock syscall
 2022-07-16 23:33 UTC  (3+ messages)
` [PATCH v2 1/2] fs/lock: Don't allocate file_lock in flock_make_lock()
` [PATCH v2 2/2] fs/lock: Rearrange ops in flock syscall

[PATCH net] net: dsa: fix bonding with ARP monitoring by updating trans_start manually
 2022-07-16 23:33 UTC  (8+ messages)

[PATCH v2 0/9] Add Xue - console over USB 3 Debug Capability
 2022-07-16 23:32 UTC  (4+ messages)
` [PATCH v2 1/9] drivers/char: Add support for Xue USB3 debugger

fs/io_uring.c:9355:9: warning: variable 'ret' is uninitialized when used here
 2022-07-16 23:31 UTC 

block/bdev.c:543:11: warning: Parameter 'holder' can be declared with const [constParameter]
 2022-07-16 23:31 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-07-16 23:26 UTC 

[GIT PULL] power-supply changes for 5.19-rc
 2022-07-16 23:24 UTC 

[PATCH v2 0/5] ptrace-vs-PREEMPT_RT and freezer rewrite
 2022-07-16 23:21 UTC  (13+ messages)
` [PATCH v2 2/5] sched,ptrace: Fix ptrace_check_attach() vs PREEMPT_RT
    ` [PATCH 0/9] ptrace: cleaning up ptrace_stop
      ` [PATCH 0/12] "
        ` [PATCH v3 0/11] "
          ` [PATCH v4 0/12] "
            ` [PATCH 0/3] ptrace: Stop supporting SIGKILL for PTRACE_EVENT_EXIT

[PATCH] tools: Fixed MIPS builds due to struct flock re-definition
 2022-07-16 23:21 UTC  (2+ messages)

arm-linux-gnueabi-ld: error: .btf.vmlinux.bin.o is already in final BE8 format
 2022-07-16 23:20 UTC 


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.