All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-02-02 02:22:45 to 2022-02-02 04:10:16 UTC [more...]

[PATCH net-next] net: allow SO_MARK with CAP_NET_RAW via cmsg
 2022-02-02  4:10 UTC  (2+ messages)

[PATCH net] ethernet: smc911x: fix indentation in get/set EEPROM
 2022-02-02  4:10 UTC  (2+ messages)

[PATCH v6 0/7] target/riscv: Add XVentanaCondOps and supporting infrastructure changes
 2022-02-02  0:52 UTC  (3+ messages)
` [PATCH v6 1/7] target/riscv: refactor (anonymous struct) RISCVCPU.cfg into 'struct RISCVCPUConfig'
` [PATCH v6 7/7] target/riscv: add a MAINTAINERS entry for XVentanaCondOps

[PATCH v3 0/3] svm: avic: Allow AVIC support on system w/ physical APIC ID > 255
 2022-02-02  4:07 UTC  (5+ messages)
` [PATCH v3 3/3] KVM: SVM: Extend host physical APIC ID field to support more than 8-bit

[PATCH] create-spdx: Get SPDX-License-Identifier from source
 2022-02-02  4:07 UTC  (3+ messages)
` [OE-core] "

[PATCH net] net: sparx5: do not refer to skb after passing it on
 2022-02-02  4:05 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/python{3}-pycryptodomex: bump to version 3.14.0
 2022-02-02  4:06 UTC 

linux-next: build warning after merge of the drm tree
 2022-02-02  4:03 UTC  (4+ messages)

[PATCH] PCI: kirin: Fix kirin960-pcie probe failure issue
 2022-02-02  4:00 UTC  (3+ messages)

[intel-tdx:kvm-upstream-workaround 68/167] ERROR: modpost: "tdx_vm_init" [arch/x86/kvm/kvm-intel.ko] undefined!
 2022-02-02  4:00 UTC  (2+ messages)

[PATCH 0/7] clk: Make clk_free return void
 2022-02-02  3:59 UTC  (7+ messages)
` [PATCH 1/7] clk: Make rfree "

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

[Buildroot] [PATCH 1/1] package/python-janus: bump to version 1.0.0
 2022-02-02  3:58 UTC 

[PATCH] target/riscv: Fix vill field write in vtype
 2022-02-02  0:38 UTC  (2+ messages)

mmotm 2022-02-01-16-04 uploaded
 2022-02-02  3:58 UTC  (3+ messages)
` mmotm 2022-02-01-16-04 uploaded (mm/memcontrol.c)

linux-next: Tree for Feb 2
 2022-02-02  3:55 UTC 

linux-next: build warning after merge of the akpm-current tree
 2022-02-02  3:54 UTC 

[Buildroot] [PATCH 1/1] package/python-fonttools: bump to version 4.29.1
 2022-02-02  3:47 UTC 

errors due to clang-14
 2022-02-02  3:47 UTC  (2+ messages)

stable-rc/linux-4.4.y baseline: 140 runs, 2 regressions (v4.4.301-26-g806b2893e010)
 2022-02-02  3:46 UTC 

[PATCH v3 0/3] repo-settings: fix checking for fetch.negotiationAlgorithm=default
 2022-02-02  3:42 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/3] "
  ` [PATCH v4 2/3] repo-settings: fix error handling for unknown values
  ` [PATCH v4 3/3] repo-settings: rename the traditional default fetch.negotiationAlgorithm

[PATCH 00/22] bsd-user: Start upstreaming the system calls
 2022-02-02  3:02 UTC  (20+ messages)
` [PATCH 03/22] bsd-user/x86_64/target_arch_cpu.h: Remove openbsd syscall
` [PATCH 13/22] bsd-user/bsd-file.h: Implementation details for the filesystem calls
` [PATCH 14/22] bsd-user/freebsd/os-syscall.c: lock_iovec
` [PATCH 16/22] bsd-user/freebsd/os-syscall.c: Tracing and error boilerplate
` [PATCH 17/22] bsd-user: introduce target.h
` [PATCH 18/22] bsd-user: Define target_arg64
` [PATCH 20/22] bsd-user/bsd-file.h: Add implementations for read, pread, readv and preadv
` [PATCH 22/22] bsd-user/freebsd/os-syscall.c: Implement exit

[PATCH RESEND] media: uvcvideo: Add support for Apple T2-attached FaceTime HD Camera
 2022-02-02  3:41 UTC  (3+ messages)

[PATCH] serial: 8250_bcm2835aux: Add ACPI support
 2022-02-02  3:39 UTC  (5+ messages)

[Buildroot] [PATCH 1/1] package/python{3}-cython: bump to version 0.29.27
 2022-02-02  3:40 UTC 

[PATCH v2 1/2] dt:bindings:iio:frequency: Add ADMV4420 doc
 2022-02-02  3:40 UTC  (2+ messages)

[ebiggers:crypto-pending 11/11] arch/arm64/crypto/aes-glue.c:479:20: error: use of undeclared identifier 'STRIDE'
 2022-02-02  3:39 UTC  (2+ messages)

[PATCH RFC bpf-next v2 3/5] bpf: cgroup_view iter
 2022-02-02  3:39 UTC  (3+ messages)

[PING PATCH v7] kallsyms: new /proc/kallmodsyms with builtin modules
 2022-02-02  3:39 UTC  (5+ messages)

[Buildroot] [PATCH 1/1] package/python-cssutils: bump to version 2.3.0
 2022-02-02  3:31 UTC 

[PATCH v5 0/2] tcg/mips: Unaligned access support
 2022-02-01 23:41 UTC  (3+ messages)
` [PATCH v5 1/2] tcg/mips: Support unaligned access for user-only
` [PATCH v5 2/2] tcg/mips: Support unaligned access for softmmu

[PULL 0/1] Bsd user fix patches
 2022-02-01 21:58 UTC 

next/pending-fixes build: 201 builds: 7 failed, 194 passed, 8 errors, 4 warnings (v5.17-rc2-283-g4c44843f7a9c)
 2022-02-02  3:29 UTC 

[PATCH] docs/memory-barriers.txt: volatile is not a barrier() substitute
 2022-02-02  3:26 UTC  (5+ messages)

[PATCH v6 0/3] spapr: nvdimm: Introduce spapr-nvdimm device
 2022-02-01 21:58 UTC  (3+ messages)
` [PATCH v6 1/3] nvdimm: Add realize, unrealize callbacks to NVDIMMDevice class
` [PATCH v6 3/3] spapr: nvdimm: Introduce spapr-nvdimm device

Security Working Group meeting - Wednesday February 2
 2022-02-02  3:24 UTC 

[PATCH v2] bsd-user/signal.c: Only copy the _capsicum for FreeBSD_version > 1400026
 2022-02-01 22:56 UTC  (3+ messages)

[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-02-02  2:28 UTC  (4+ messages)

[PATCH v2] Revert mm/gup: small refactoring: simplify try_grab_page()
 2022-02-02  3:23 UTC 

[PATCH 0/2] Fix bugs in public_key_verify_signature()
 2022-02-02  3:22 UTC  (5+ messages)
` [PATCH 1/2] KEYS: asymmetric: enforce that sig algo matches key algo

[Buildroot] [PATCH 1/1] package/python-charset-normalizer: bump to version 2.0.11
 2022-02-02  3:20 UTC 

[PATCH v4 08/11] gpiolib: cdev: Add hardware timestamp clock type
 2022-02-02  3:19 UTC  (3+ messages)

[Buildroot] [PATCH] board: x86_64: Enable and mount debugfs
 2022-02-02  3:17 UTC 

[Buildroot] [PATCH 1/1] package/python-cbor2: bump to version 5.4.2.post1
 2022-02-02  3:17 UTC 

[LTP] [PATCH 1/1] ci: Remove CentOS 8
 2022-02-02  3:16 UTC  (7+ messages)

[Buildroot] [PATCH 1/1] package/python-autobahn: bump to version 22.1.1
 2022-02-02  3:11 UTC 

[PATCH v5 03/18] pci: isolated address space for PCI bus
 2022-02-02  1:13 UTC  (15+ messages)

[PATCH 0/4] RDMA device net namespace support for SMC
 2022-02-02  3:09 UTC  (5+ messages)
` [PATCH 2/4] net/smc: Add netlink net namespace support
      ` [PATCH] Partially revert "net/smc: Add netlink net namespace support"

[Buildroot] [PATCH 1/1] package/python-aioconsole: bump to version 0.4.0
 2022-02-02  3:06 UTC 

[LTP] [RFC PATCH 1/1] lib: Print in summary also tests not run at all
 2022-02-02  2:59 UTC  (5+ messages)

[net-next PATCH v8 00/16] Add support for qca8k mdio rw in Ethernet packet
 2022-02-02  2:57 UTC  (5+ messages)
` [net-next PATCH v8 07/16] net: dsa: tag_qca: add define for handling MIB packet
` [net-next PATCH v8 13/16] net: dsa: qca8k: move page cache to driver priv

[PATCH v2] commands/search: Add support to search by PARTUUID
 2022-02-02  2:54 UTC  (3+ messages)
` [PATCH v3] "

[qemu-mainline test] 167975: tolerable FAIL - PUSHED
 2022-02-02  2:55 UTC 

[kvalo-ath:pending] BUILD SUCCESS 761bf319a6ffa8958e55904d81005d2adf6fc1d7
 2022-02-02  2:54 UTC 

[kvalo-ath:master-pending] BUILD SUCCESS 7c258213a143039ee43120884190cc8804445107
 2022-02-02  2:55 UTC 

[linux-next:master] BUILD REGRESSION 711428e8f370eff043ae549572b8141987861583
 2022-02-02  2:54 UTC 

[PATCH v2] mfd: intel-lpss: Check for error irq
 2022-02-02  2:55 UTC 

[PATCHv2 00/29] TDX Guest: TDX core support
 2022-02-02  2:55 UTC  (4+ messages)
` [PATCHv2 03/29] x86/tdx: Add __tdx_module_call() and __tdx_hypercall() helper functions

[kvalo-ath:master] BUILD SUCCESS 208c1619a68da011b7e2aba487a64358024fb499
 2022-02-02  2:53 UTC 

[PATCH] qapi, i386/sev: Add debug-launch-digest to launch-measure response
 2022-02-01 21:43 UTC  (5+ messages)

[kvalo-ath:ath-qca] BUILD SUCCESS bb47a1059f44ffa1068302b531619903d87236bf
 2022-02-02  2:54 UTC 

[rdma:wip/jgg-for-rc] BUILD SUCCESS f3136c4ce7acf64bee43135971ca52a880572e32
 2022-02-02  2:54 UTC 

[kvalo-ath:ath-next] BUILD SUCCESS fe98a6137d03a9e51db2197674c355d64eb3b709
 2022-02-02  2:52 UTC 

[PATCH] bsd-user/signal.c: Only copy the _capsicum for FreeBSD_version > 1400026
 2022-02-01 21:23 UTC  (3+ messages)

drivers/net/ethernet/cirrus/cs89x0.c:897:41: error: implicit declaration of function 'isa_virt_to_bus'; did you mean 'virt_to_bus'?
 2022-02-02  2:49 UTC  (2+ messages)

[PATCH] common: handle old versions of modprobe which don't support --help
 2022-02-02  2:47 UTC  (2+ messages)

XFS disaster recovery
 2022-02-02  2:44 UTC  (4+ messages)

[RFC PATCH v4 00/13] module: core code clean up
 2022-02-02  2:44 UTC  (2+ messages)

[ovmf test] 167976: all pass - PUSHED
 2022-02-02  2:43 UTC 

[PATCH v5 0/7] target/riscv: Add XVentanaCondOps and supporting infrastructure changes
 2022-02-02  0:40 UTC  (5+ messages)
` [PATCH v5 6/7] target/riscv: Add XVentanaCondOps custom extension

[PATCH] mm: move page-writeback sysctls to is own file
 2022-02-02  2:41 UTC  (4+ messages)

[ocfs2] c42ff46f97: sysctl_table_check_failed
 2022-02-02  2:39 UTC  (7+ messages)

[PATCH v2] kernel/time: move timer sysctls to its own file
 2022-02-02  2:40 UTC  (4+ messages)

[PATCH v4 00/10] Add a new --remerge-diff capability to show & log
 2022-02-02  2:37 UTC  (12+ messages)
` [PATCH v5 "
  ` [PATCH v5 01/10] show, log: provide a --remerge-diff capability
  ` [PATCH v5 02/10] log: clean unneeded objects during `log --remerge-diff`
  ` [PATCH v5 03/10] ll-merge: make callers responsible for showing warnings
  ` [PATCH v5 04/10] merge-ort: capture and print ll-merge warnings in our preferred fashion
  ` [PATCH v5 05/10] merge-ort: mark a few more conflict messages as omittable
  ` [PATCH v5 06/10] merge-ort: format messages slightly different for use in headers
  ` [PATCH v5 07/10] diff: add ability to insert additional headers for paths
  ` [PATCH v5 08/10] show, log: include conflict/warning messages in --remerge-diff headers
  ` [PATCH v5 09/10] merge-ort: mark conflict/warning messages from inner merges as omittable
  ` [PATCH v5 10/10] diff-merges: avoid history simplifications when diffing merges

BUG: Kernel NULL pointer dereference on write at 0x00000000 (rtmsg_ifinfo_build_skb)
 2022-02-02  2:39 UTC  (10+ messages)

[PATCH bpf-next v2 0/2] bpf, arm64: fix bpf line info
 2022-02-02  2:37 UTC  (3+ messages)

[PATCH] iommu/vt-d: Remove comment reference to iommu_dev_has_feature
 2022-02-02  2:37 UTC 

[PATCH bpf-next] selftests/bpf: use getpagesize() to initialize ring buffer size
 2022-02-02  2:36 UTC  (2+ messages)

[PATCH 5.10 000/100] 5.10.96-rc1 review
 2022-02-02  2:34 UTC  (2+ messages)

WARNING: modpost: vmlinux.o(.text.unlikely+0x1810): Section mismatch in reference from the function trace_define_generic_fields.isra.0() to the variable .init.data:initcall_level_names
 2022-02-02  2:28 UTC  (2+ messages)

[PATCH 1/2] migration/rdma: Increase the backlog from 5 to 128
 2022-02-01 20:43 UTC  (4+ messages)
` [PATCH 2/2] migration/rdma: set the REUSEADDR option for destination

[PULL 00/40] Bsd user arm 2022q1 patches
 2022-02-01 21:03 UTC  (3+ messages)

[PATCH] tick: Detect and fix jiffies update stall
 2022-02-02  2:19 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.