All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-04 03:26:49 to 2022-03-04 05:40:27 UTC [more...]

[virtio-dev] virtio-gpu dedicated heap
 2022-03-04  4:56 UTC  (4+ messages)
`  "
    ` [virtio-dev] "

[PATCH v5 RESEND 0/2] ACPI: Arm Generic Diagnostic Dump and Reset device
 2022-03-04  5:40 UTC 

[PATCH net-next] ptp: ocp: Add serial port information to the debug summary
 2022-03-04  5:39 UTC  (7+ messages)
` [PATCH net-next 0/2] ptp: ocp: update devlink information
` [PATCH net-next 1/2] ptp: ocp: add nvmem interface for accessing eeprom

[syzbot] KASAN: use-after-free Read in btrfs_scan_one_device (2)
 2022-03-04  5:40 UTC 

Proposal for Porting Xen to Armv8-R64 - DraftA
 2022-03-04  5:38 UTC  (7+ messages)

[PATCH v15 00/12] Add Mediatek Soc DRM (vdosys0) support for mt8195
 2022-03-04  5:26 UTC  (6+ messages)

xFrom e2ebdef7c3a5e7ba998ff20bf62806c388efeaac Mon Sep 17 00:00:00 2001
 2022-03-04  5:32 UTC  (8+ messages)
` [PATCH v5 RESEND 1/2] ACPI: tables: Add AGDI to the list of known table signatures
` [PATCH v5 RESEND 2/2] ACPI: AGDI: Add support for Arm Generic Diagnostic Dump and Reset device

Issue#3500 : Redfish configuration backup and restore function
 2022-03-03 20:49 UTC  (3+ messages)

[asahilinux:bits/060-spi 13/18] ERROR: modpost: "apple_rtkit_shutdown" [drivers/nvme/host/nvme-apple.ko] undefined!
 2022-03-04  5:31 UTC 

[Intel-gfx] [PATCH] drm/i915/gtt: reduce overzealous alignment constraints for GGTT
 2022-03-04  5:31 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/gtt: reduce overzealous alignment constraints for GGTT (rev2)

[PATCH v3] libtraceevent: Add xenomai_schedparams plugin for libtraceevent
 2022-03-04  5:31 UTC  (5+ messages)

[PATCH linux dev-5.10] ARM:dts:kudo: Re-config GPIO pins in dts
 2022-03-03 17:52 UTC 

[PATCH net-next] net/smc: fix document build WARNING from smc-sysctl.rst
 2022-03-04  5:30 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] tests/gem_mmap_gtt: add test mmap_closed_bo
 2022-03-04  5:15 UTC 

[PATCH mmotm] mm: filemap_unaccount_folio() large skip mapcount fixup
 2022-03-04  5:26 UTC  (3+ messages)

mmotm 2022-03-03-21-24 uploaded
 2022-03-04  5:24 UTC  (2+ messages)

[PATCH] scsi: megaraid: cleanup formatting of megaraid
 2022-03-04  5:22 UTC  (11+ messages)

[PATCH net-next] skb: make drop reason booleanable
 2022-03-04  5:22 UTC  (2+ messages)

[linux-next:master 4865/10468] include/asm-generic/io.h:464:31: warning: performing pointer arithmetic on a null pointer has undefined behavior err: false
 2022-03-04  5:20 UTC 

[PATCH v4 1/3] build: Add c++ build support
 2022-03-04  5:21 UTC  (3+ messages)
` [PATCH v4 2/3] KernelShark: Add xenomai_cobalt_switch_events plugin for KernelShark
` [PATCH v4 3/3] libtraceevent: Add xenomai_schedparams plugin for libtraceevent

[PATCH RFC] xen/sched: Optimise when only one scheduler is compiled in
 2022-03-04  5:21 UTC  (2+ messages)

[PATCH] [PATCH v3] net: marvell: Use min() instead of doing it manually
 2022-03-04  5:20 UTC  (2+ messages)

[PATCH v7 00/23] userfaultfd-wp: Support shmem and hugetlbfs
 2022-03-04  5:17 UTC  (24+ messages)
` [PATCH v7 01/23] mm: Introduce PTE_MARKER swap entry
` [PATCH v7 02/23] mm: Teach core mm about pte markers
` [PATCH v7 03/23] mm: Check against orig_pte for finish_fault()
` [PATCH v7 04/23] mm/uffd: PTE_MARKER_UFFD_WP
` [PATCH v7 05/23] mm/shmem: Take care of UFFDIO_COPY_MODE_WP
` [PATCH v7 06/23] mm/shmem: Handle uffd-wp special pte in page fault handler
` [PATCH v7 07/23] mm/shmem: Persist uffd-wp bit across zapping for file-backed
` [PATCH v7 08/23] mm/shmem: Allow uffd wr-protect none pte for file-backed mem
` [PATCH v7 09/23] mm/shmem: Allows file-back mem to be uffd wr-protected on thps
` [PATCH v7 10/23] mm/shmem: Handle uffd-wp during fork()
` [PATCH v7 11/23] mm/hugetlb: Introduce huge pte version of uffd-wp helpers
` [PATCH v7 12/23] mm/hugetlb: Hook page faults for uffd write protection
` [PATCH v7 13/23] mm/hugetlb: Take care of UFFDIO_COPY_MODE_WP
` [PATCH v7 14/23] mm/hugetlb: Handle UFFDIO_WRITEPROTECT
` [PATCH v7 15/23] mm/hugetlb: Handle pte markers in page faults
` [PATCH v7 16/23] mm/hugetlb: Allow uffd wr-protect none ptes
` [PATCH v7 17/23] mm/hugetlb: Only drop uffd-wp special pte if required
` [PATCH v7 18/23] mm/hugetlb: Handle uffd-wp during fork()
` [PATCH v7 19/23] mm/khugepaged: Don't recycle vma pgtable if uffd-wp registered
` [PATCH v7 20/23] mm/pagemap: Recognize uffd-wp bit for shmem/hugetlbfs
` [PATCH v7 21/23] mm/uffd: Enable write protection for shmem & hugetlbfs
` [PATCH v7 22/23] mm: Enable PTE markers by default
` [PATCH v7 23/23] selftests/uffd: Enable uffd-wp for shmem/hugetlbfs

[PATCH] net: qlogic: check the return value of dma_alloc_coherent() in qed_vf_hw_prepare()
 2022-03-04  5:19 UTC  (2+ messages)

[PATCH net-next 0/7] net: dev: add skb drop reasons to net/core/dev.c
 2022-03-04  5:19 UTC  (12+ messages)
` [PATCH net-next 1/7] net: dev: use kfree_skb_reason() for sch_handle_egress()
` [PATCH net-next 2/7] net: skb: introduce the function kfree_skb_list_reason()
` [PATCH net-next 4/7] net: dev: use kfree_skb_reason() for enqueue_to_backlog()

[OE-core] [PATCH] btrfs-tools: upgrade 5.16 -> 5.16.2
 2022-03-04  5:18 UTC 

[PATCH V2 0/6] mailbox: imx: misc fix and SECO MU support
 2022-03-04  5:16 UTC  (3+ messages)

stable-rc/queue/4.14 build: 171 builds: 2 failed, 169 passed, 2 errors, 24 warnings (v4.14.269-12-g7dea77addaf7)
 2022-03-04  5:18 UTC 

[GSoC][PATCH] userdiff: Add diff driver for Kotlin lang and tests
 2022-03-04  5:16 UTC  (4+ messages)
` [PATCH] userdiff: add builtin diff driver for Kotlin language

[PATCH] isdn: hfcpci: check the return value of dma_set_mask() in setup_hw()
 2022-03-04  5:15 UTC  (2+ messages)

Reordered MPTCP export branch
 2022-03-04  5:15 UTC  (2+ messages)

[PATCH] vfs: do not try to evict inode when super is frozen
 2022-03-04  5:14 UTC  (3+ messages)

CPU excessively long times between frequency scaling driver calls - bisected
 2022-03-04  5:13 UTC  (11+ messages)

[PATCH net-next v5 0/3] net: dsa: realtek: add rtl8_4t tag
 2022-03-04  5:13 UTC  (3+ messages)
` [PATCH net-next v5 1/3] dt-bindings: net: dsa: add rtl8_4 and rtl8_4t tag formats

[PATCH v9 0/2] Add support for Imagis touchscreens
 2022-03-04  5:11 UTC  (3+ messages)
` [PATCH v9 2/2] Input: add Imagis touchscreen driver

[jirislaby:devel 22/26] drivers/tty/mxser.c:752:21: warning: Value stored to 'info' during its initialization is never read [clang-analyzer-deadcode.DeadStores]
 2022-03-04  5:10 UTC 

pull request: bluetooth 2022-03-03
 2022-03-04  5:10 UTC  (2+ messages)

[PATCH] net: atlantic: Avoid out-of-bounds indexing
 2022-03-04  5:08 UTC 

SCSI discovery update
 2022-03-04  5:06 UTC  (16+ messages)
` [PATCH 02/14] scsi: core: Query VPD size before getting full page
` [PATCH 03/14] scsi: core: Do not truncate INQUIRY data on modern devices
` [PATCH 08/14] scsi: sd: Optimal I/O size should be a multiple of reported granularity
` [PATCH 09/14] scsi: sd: Fix discard errors during revalidate

[PATCH] mm: thp: don't have to lock page anymore when splitting PMD
 2022-03-04  5:06 UTC  (4+ messages)

[PATCH] iommu/iova: Free all CPU rcache for retry when iova alloc failure
 2022-03-04  5:00 UTC  (4+ messages)

stable-rc/queue/5.16 build: 156 builds: 4 failed, 152 passed, 11 errors, 4 warnings (v5.16.12-45-g2882c4e0108a)
 2022-03-04  5:04 UTC 

[PATCH 1/3] [v3] Kbuild: move to -std=gnu11
 2022-03-04  5:03 UTC  (3+ messages)

[PATCH 1/1] vhost: Protect the virtqueue from being cleared whilst still in use
 2022-03-04  5:00 UTC  (3+ messages)

[andersson:tuxsuite 9/42] drivers/gpu/drm/i915/display/intel_dp.c:4838:75: error: too many arguments to function call, expected 2, have 3
 2022-03-04  5:00 UTC 

pull request: rtw89: 8852a: update fw to v0.13.36.0
 2022-03-04  4:59 UTC 

stable-rc/queue/5.10 baseline: 106 runs, 1 regressions (v5.10.103-24-g6e6a2edbd4e6)
 2022-03-04  4:58 UTC 

[PATCH u-boot-marvell 00/10] tools: kwboot: Fix boot and terminal mode
 2022-03-04  4:52 UTC  (7+ messages)

[andersson:tuxsuite 9/42] drivers/gpu/drm/i915/display/intel_dp.c:4838:36: error: passing argument 2 of 'test_bit' from incompatible pointer type
 2022-03-04  4:49 UTC 

[PATCH 1/9] dt-bindings: mxsfb: Add compatible for i.MX8MP
 2022-03-04  4:50 UTC  (17+ messages)

[PATCH v2] binfmt_elf: Introduce KUnit test
 2022-03-04  4:48 UTC 

[Intel-gfx] [PATCH] drm/i915/adl-n: Add stepping info
 2022-03-04  4:48 UTC  (5+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[PATCH] libical: Do not set CC explicitly for gir compiler
 2022-03-04  4:46 UTC 

FIles in GutHub but not in package
 2022-03-04  4:46 UTC 

[ovmf test] 168392: regressions - FAIL
 2022-03-04  4:45 UTC 

[PATCH v2 net-next 00/14] tcp: BIG TCP implementation
 2022-03-04  4:42 UTC  (7+ messages)
` [PATCH v2 net-next 07/14] ipv6: add GRO_IPV6_MAX_SIZE
` [PATCH v2 net-next 08/14] ipv6: Add hop-by-hop header to jumbograms in ip6_output
` [PATCH v2 net-next 14/14] mlx5: support BIG TCP packets

[PATCH] usb: dwc3: Add support for usb3-phy PHY configuration
 2022-03-04  4:42 UTC  (3+ messages)

[ammarfaizi2-block:google/android/kernel/common/android-4.14-stable 640/9999] kernel/bpf/core.c:1500:31: sparse: sparse: incorrect type in return expression (different address spaces)
 2022-03-04  4:39 UTC 

[PATCH v15 0/8] Add vmnet.framework based network backend
 2022-03-04  4:39 UTC  (16+ messages)
` [PATCH v15 3/8] net/vmnet: implement shared mode (vmnet-shared)

[PATCH mmotm] mm: warn on deleting redirtied only if accounted
 2022-03-04  4:38 UTC  (2+ messages)

[dpdk-dev] [Bug 803] [dpdk-21.11]vxlan/vxlan_ipv6_checksum_offload:After dut sets the vxlan ports and receives the ipv6 packet, the packet is not forwarded
 2022-03-04  4:37 UTC  (2+ messages)
`  "

[PATCH v3] config: Allow kernel installation packaging to override pkg-config
 2022-03-04  4:14 UTC 

[PATCH mmotm] mempolicy: mbind_range() set_policy() after vma_merge()
 2022-03-04  4:36 UTC 

[linux-linus test] 168383: tolerable FAIL - PUSHED
 2022-03-04  4:31 UTC 

[PATCH] fix: include the type flag in the cli docs
 2022-03-04  4:31 UTC  (6+ messages)
` [PATCH v2] "

[PATCH mmotm] mm: unmap_mapping_range_tree() with i_mmap_rwsem shared
 2022-03-04  4:31 UTC 

What's cooking in git.git (Mar 2022, #01; Thu, 3)
 2022-03-04  4:31 UTC 

[PATCH v5 0/5] drm/msm: rework clock handling
 2022-03-04  4:31 UTC  (7+ messages)
` [PATCH v5 3/5] drm/msm/dp: set stream_pixel rate directly

Regression in workingset_refault latency on 5.15
 2022-03-04  1:12 UTC  (14+ messages)

[PATCH wpan-next v3 00/11] ieee802154: Better Tx error handling
 2022-03-04  4:30 UTC  (3+ messages)
` [PATCH wpan-next v3 03/11] net: mac802154: Create a transmit error helper

[linux-next:master 6772/10468] drivers/net/bonding/bond_main.c:2800:21: warning: Value stored to 'slave_dev' during its initialization is never read [clang-analyzer-deadcode.DeadStores]
 2022-03-04  4:29 UTC 

[Buildroot] [PATCH 1/1] package/go: security bump to 1.17.8
 2022-03-04  4:25 UTC 

[PATCH v3] userfaultfd: provide unmasked address on page-fault
 2022-03-04  2:27 UTC  (6+ messages)

cron job: media_tree daily build: WARNINGS
 2022-03-04  4:19 UTC 

[tpm2] tpm2_createprimary to a transient handle
 2022-03-04  4:17 UTC 

[PATCH mmotm] mm/fs: delete PF_SWAPWRITE (fwd)
 2022-03-04  4:17 UTC 

[patch v2] mm: lru_cache_disable: replace work queue synchronization with synchronize_rcu
 2022-03-04  1:49 UTC  (4+ messages)
` [patch v3] "

[PATCH mmotm] shmem: mapping_set_exiting() to help mapped resilience
 2022-03-04  4:15 UTC 

[PATCH] mm/page_alloc: call check_new_pages() while zone spinlock is not held
 2022-03-04  2:09 UTC  (2+ messages)

[PATCH mmotm] mm/fs: delete PF_SWAPWRITE
 2022-03-04  4:12 UTC 

[PATCH] riscv: dts: k210: fix broken IRQs on hart1
 2022-03-04  4:12 UTC  (3+ messages)

[PATCH -fixes v3 0/6] Fixes KASAN and other along the way
 2022-03-04  4:12 UTC  (3+ messages)

[RFC PATCH 0/3] Implement Sstc extension
 2022-03-04  4:05 UTC  (5+ messages)
` [RFC PATCH 1/3] target/riscv: Rename timer & timecmp to mtimer and mtimecmp
` [RFC PATCH 3/3] target/riscv: Add vstimecmp support

drivers/misc/altera-stapl/altera-lpt.c:20 byteblaster_write() warn: ignoring unreachable code
 2022-03-04  4:09 UTC 

+ mm-_install_special_mapping-apply-vm_locked_clear_mask.patch added to -mm tree
 2022-03-04  4:07 UTC 

[Intel-gfx] [v2] drm/i915/gem: missing boundary check in vm_access leads to OOB read/write
 2022-03-04  4:07 UTC  (4+ messages)

+ mm-thp-refix-__split_huge_pmd_locked-for-migration-pmd.patch added to -mm tree
 2022-03-04  4:04 UTC 

+ mm-thp-refix-__split_huge_pmd_locked-for-migration-pmd.patch added to -mm tree
 2022-03-04  4:03 UTC 

[PATCH V2 16/32] x86/sgx: Support restricting of enclave page permissions
 2022-03-04  4:03 UTC  (12+ messages)

[igt-dev] [i-g-t 0/5] Add Negative tests to VRR
 2022-03-04  4:02 UTC  (4+ messages)
` [igt-dev] [i-g-t 3/5] tests/kms_vrr: Add Negative tests to validate VRR

+ mm-thp-refix-__split_huge_pmd_locked-for-migration-pmd.patch added to -mm tree
 2022-03-04  4:02 UTC 

[linux-next:master] BUILD REGRESSION 91265a6da44d13296bdb5b3fbafa19d06be462f2
 2022-03-04  0:41 UTC 

+ mm-thp-fix-nr_file_mapped-accounting-in-page__file_rmap.patch added to -mm tree
 2022-03-04  3:58 UTC 

[PATCH] arm/optee: Upgrade from 3.14 to 3.16
 2022-03-04  3:58 UTC  (9+ messages)
  ` [meta-arm] "

[PATCH] arm64: dts: qcom: ipq8074: fix the sleep clock frequency
 2022-03-04  3:57 UTC  (4+ messages)

Regression: memory corruption on Atmel SAMA5D31
 2022-03-04  3:55 UTC  (5+ messages)

+ mm-thp-clearpagedoublemap-in-first-page_add_file_rmap.patch added to -mm tree
 2022-03-04  3:55 UTC 

[io] c22368edfa: fxmark.ssd_ext4_MRPM_72_bufferedio.works/sec 27.0% improvement
 2022-03-04  1:41 UTC 

[linux-next:master 3267/10468] drm_dp_mst_topology.c:undefined reference to `__drm_atomic_helper_private_obj_duplicate_state'
 2022-03-04  2:47 UTC 

[PATCH 0/3] x86/PCI: Clip only partial E820 overlaps
 2022-03-04  3:51 UTC  (4+ messages)
` [PATCH 1/3] x86/PCI: Eliminate remove_e820_regions() common subexpressions
` [PATCH 2/3] x86/PCI: Log host bridge window clipping for E820 regions
` [PATCH 3/3] x86/PCI: Preserve host bridge windows completely covered by E820

+ lib-kconfigdebug-add-arch-dependency-for-function_align-option.patch added to -mm tree
 2022-03-04  3:51 UTC 

Silly 'git am' UI issue
 2022-03-04  3:51 UTC  (4+ messages)

[LSF/MM/BPF TOPIC] Changes in RCU over the past few years
 2022-03-04  3:51 UTC 

[to-be-updated] mm-thp-dont-have-to-lock-page-anymore-when-splitting-pmd.patch removed from -mm tree
 2022-03-04  3:49 UTC 

[PATCH] sched/topology: Remove redundant variable and fix incorrect type in build_sched_domains
 2022-03-04  3:48 UTC  (2+ messages)

[ovmf test] 168389: regressions - FAIL
 2022-03-04  3:46 UTC 

[PATCH v5] sched/fair: Consider cpu affinity when allowing NUMA imbalance in find_idlest_group
 2022-03-04  3:45 UTC  (3+ messages)

[PATCH v3] x86/sgx: Do not limit EAUG'd pages by pre-initialization policy
 2022-03-04  3:39 UTC 

[PATCH] m68k: tweak coldfire/device.c for COMPILE_TEST
 2022-03-04  3:35 UTC 

[git pull] drm fixes for 5.17-rc7
 2022-03-04  3:34 UTC  (2+ messages)

[PATCH] net/ice: fix Tx offload path choice
 2022-03-04  3:31 UTC  (5+ messages)
` [PATCH v2 0/2] fix udp checksum error
  ` [PATCH v2 1/2] net/ice: fix Tx offload path choice

[RFC PATCH 0/2] Alloc kfence_pool after system startup
 2022-03-04  2:24 UTC  (4+ messages)

[LTP] [PATCH 1/2] kernel/fs/fs-notify: fsnotify stress tests
 2022-03-04  3:28 UTC  (7+ messages)
      ` [LTP] [PATCH v2] kernel/fs/fsnotify-stress: fsnotify stress test

[PATCH v7 0/5] sparse-vmemmap: memory savings for compound devmaps (device-dax)
 2022-03-04  3:27 UTC  (3+ messages)
` [PATCH v7 5/5] mm/page_alloc: reuse tail struct pages for compound devmaps

[ammarfaizi2-block:google/android/kernel/common/deprecated/android-4.14-p-release 137/6167] security/commoncap.c:75:5: sparse: sparse: symbol '__cap_capable' was not declared. Should it be static?
 2022-03-04  3:28 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.