All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-25 14:21:59 to 2020-09-25 15:02:15 UTC [more...]

[PATCH v8 0/7] Introduce sendpage_ok() to detect misused sendpage in network related drivers
 2020-09-25 15:01 UTC  (10+ messages)
` [PATCH v8 1/7] net: introduce helper sendpage_ok() in include/linux/net.h
` [PATCH v8 2/7] net: add WARN_ONCE in kernel_sendpage() for improper zero-copy send
` [PATCH v8 3/7] nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()
` [PATCH v8 4/7] tcp: use sendpage_ok() to detect misused .sendpage
` [PATCH v8 5/7] drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()

[f2fs-dev] KMSAN: uninit-value in f2fs_lookup
 2020-09-25 15:01 UTC  (4+ messages)

[RFC][PATCH 0/9] drm: Support simple-framebuffer devices and firmware fbs
 2020-09-25 15:01 UTC  (7+ messages)
` [PATCH 1/9] drm/format-helper: Pass destination pitch to drm_fb_memcpy_dstclip()
` [PATCH 3/9] drm: Add simplekms driver

general protection fault in xsk_release
 2020-09-25 15:01 UTC  (2+ messages)

PageLRU and the other flags
 2020-09-25 15:00 UTC 

[PATCH] drm/amdgpu: fix a warning in amdgpu_ras.c
 2020-09-25 15:00 UTC  (2+ messages)

[PATCH v2] USB: cdc-acm: add Whistler radio scanners TRX series support
 2020-09-25 15:00 UTC  (4+ messages)

[PATCH v2 00/27] NFSD operation monitoring tracepoints
 2020-09-25 15:00 UTC  (10+ messages)
` [PATCH v2 26/27] NFSD: Add tracepoints in the NFS dispatcher

[PATCH v13 00/26] Control-flow Enforcement: Shadow Stack
 2020-09-25 14:56 UTC  (4+ messages)
` [PATCH v13 01/26] Documentation/x86: Add CET description
` [PATCH v13 03/26] x86/fpu/xstate: Introduce CET MSR XSAVES supervisor states
` [PATCH v13 11/26] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY_HW to _PAGE_COW

[PATCH bpf-next 0/6] Various BPF helper improvements
 2020-09-25 15:00 UTC  (7+ messages)
` [PATCH bpf-next 1/6] bpf: add classid helper only based on skb->sk
` [PATCH bpf-next 2/6] bpf, net: rework cookie generator as per-cpu one

[PATCH v20 00/15] Introduce Data Access MONitor (DAMON)
 2020-09-25 14:59 UTC  (2+ messages)

[PATCH 00/13] x86: Trenchboot secure dynamic launch Linux kernel support
 2020-09-25 14:59 UTC  (9+ messages)
` [PATCH 01/13] x86: Secure Launch Kconfig
` [PATCH 07/13] x86: Secure Launch kernel early boot stub

Ways to deprecate /sys/devices/system/memory/memoryX/phys_device ?
 2020-09-25 15:00 UTC  (4+ messages)

[GIT PULL FOR v5.10] Various small fixes
 2020-09-25 14:59 UTC 

[PATCH v6 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-09-25 14:57 UTC  (9+ messages)
` [PATCH v6 5/6] mm: secretmem: use PMD-size pages to amortize direct map fragmentation

[lkp-robot] [tracing] c3bc8fd637: WARNING:at_kernel/rcu/tree.c:#rcu_irq_enter
 2020-09-25 14:59 UTC  (9+ messages)
  ` [LTP] [stable 4.19] [PANIC]: tracing: Centralize preemptirq tracepoints and unify their usage
          `  "

[PATCH v3 1/1] accel/tcg: Fix computing of is_write for MIPS
 2020-09-25 14:58 UTC  (2+ messages)

[RFC PATCH 0/9] Add support for Microsoft Surface System Aggregator Module
 2020-09-25 14:58 UTC  (12+ messages)

[PATCH v13 0/8] Control-flow Enforcement: Indirect Branch Tracking
 2020-09-25 14:58 UTC  (9+ messages)
` [PATCH v13 1/8] x86/cet/ibt: Add Kconfig option for user-mode "
` [PATCH v13 2/8] x86/cet/ibt: User-mode Indirect Branch Tracking support
` [PATCH v13 3/8] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v13 4/8] x86/cet/ibt: ELF header parsing "
` [PATCH v13 5/8] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v13 6/8] x86/vdso/32: Add ENDBR32 to __kernel_vsyscall entry point
` [PATCH v13 7/8] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v13 8/8] x86/vsyscall/64: Fixup Shadow Stack and Indirect Branch Tracking for vsyscall emulation

[PATCH] evtchn/Flask: pre-allocate node on send path
 2020-09-25 14:57 UTC  (7+ messages)

[dpdk-dev] [PATCH v6 00/10] adding support for python 3 only
 2020-09-25 14:56 UTC  (22+ messages)
` [dpdk-dev] [PATCH v7 "
  ` [dpdk-dev] [PATCH v7 01/10] usertools/dpdk-telemetry-client: support python3 only
  ` [dpdk-dev] [PATCH v7 02/10] usertools/dpdk-devbind: "
  ` [dpdk-dev] [PATCH v7 03/10] usertools/dpdk-pmdinfo: "
  ` [dpdk-dev] [PATCH v7 04/10] usertools/cpu_layout: "
  ` [dpdk-dev] [PATCH v7 05/10] app/test-cmdline: "
  ` [dpdk-dev] [PATCH v7 06/10] app/test: "
  ` [dpdk-dev] [PATCH v7 07/10] devtools: "
  ` [dpdk-dev] [PATCH v7 08/10] config/arm: "
  ` [dpdk-dev] [PATCH v7 09/10] app/test-bbdev: "
  ` [dpdk-dev] [PATCH v7 10/10] buildtools: "

[PATCH 1/5] drm/ttm: move SG flag check into ttm_bo_vm_reserve
 2020-09-25 14:55 UTC  (5+ messages)
` [PATCH 2/5] drm/radeon: stop using TTMs fault callback
` [PATCH 3/5] drm/amdgpu: "
` [PATCH 4/5] drm/nouveau: "
` [PATCH 5/5] drm/ttm: remove "

[PATCH 0/9] DC Patches September 25, 2020
 2020-09-25 14:54 UTC  (10+ messages)
` [PATCH 1/9] drm/amd/display: Update NV1x SR latency values
` [PATCH 2/9] drm/amd/display: Add dp_set_dsc_pps_info_packet to virtual stream encoder
` [PATCH 3/9] drm/amd/display: Ensure all debug bits are passed to fw
` [PATCH 4/9] drm/amd/display: disable stream if pixel clock changed with link active
` [PATCH 5/9] drm/amd/display: Calc DLG from dummy p-state if full p-state unsupported
` [PATCH 6/9] drm/amd/display: Add debug param to force dio disable
` [PATCH 7/9] drm/amd/display: Revert check for flip pending before locking pipes
` [PATCH 8/9] drm/amd/display: [FW Promotion] Release 0.0.35
` [PATCH 9/9] drm/amd/display: disable stream if pixel clock changed with link active

[RFC PATCH 1/2] testimage: Add testimage_dump_target to kwargs
 2020-09-25 14:55 UTC  (2+ messages)
` [RFC PATCH 2/2] target/ssh.py: Add dump_target support

[PATCH] Only allow to set crash_kexec_post_notifiers on boot time
 2020-09-25 14:56 UTC  (12+ messages)

CONFIG_AMDGPU triggers full rebuild
 2020-09-25 14:54 UTC  (4+ messages)

[patch V2 00/46] x86, PCI, XEN, genirq ...: Prepare for device MSI
 2020-09-25 13:54 UTC  (3+ messages)
` [patch V2 34/46] PCI/MSI: Make arch_.*_msi_irq[s] fallbacks selectable

[PATCH] drm/stm: dsi: Use dev_ based logging
 2020-09-25 14:51 UTC  (4+ messages)

patch "usbcore/driver: Accommodate usbip" added to usb-linus
 2020-09-25 14:53 UTC 

patch "usbcore/driver: Fix incorrect downcast" added to usb-linus
 2020-09-25 14:53 UTC 

patch "usbcore/driver: Fix specific driver selection" added to usb-linus
 2020-09-25 14:53 UTC 

patch "Revert "usbip: Implement a match function to fix usbip"" added to usb-linus
 2020-09-25 14:53 UTC 

Build and integration engineer for Yocto Project
 2020-09-25 14:51 UTC 

IMX8MM 4GiB boundary issue
 2020-09-25 14:52 UTC 

[PATCH v3 0/4] Fixes for usbip and specialised USB driver selection
 2020-09-25 14:51 UTC  (3+ messages)
` [PATCH v3 3/4] usbcore/driver: Fix incorrect downcast

[PATCH 0/2] xfs: remove deprecated mount and sysctl options
 2020-09-25 14:50 UTC  (7+ messages)
` [PATCH 1/2] xfs: remove deprecated mount options

[PATCH v4] powercap: include header to fix -Wmissing-prototypes
 2020-09-25 14:49 UTC  (2+ messages)

[dpdk-dev] Unknown speed
 2020-09-25 14:48 UTC  (6+ messages)
  ` [dpdk-dev] [PATCH 1/2] net/virtio: set UNKNOWN as default speed
  ` [dpdk-dev] [PATCH 2/2] net/virtio: sync a virtio speed capa with ethdev

[PATCH v9 00/20] gpio: cdev: add uAPI v2
 2020-09-25 14:48 UTC  (15+ messages)
` [PATCH v9 08/20] gpiolib: cdev: support GPIO_V2_GET_LINEINFO_IOCTL and GPIO_V2_GET_LINEINFO_WATCH_IOCTL
` [PATCH v9 09/20] gpiolib: cdev: support edge detection for uAPI v2

[dpdk-dev] [PATCH] build: support i686 target on x86 64-bit hosts
 2020-09-25 14:48 UTC  (7+ messages)

[RFC] <sys/param.h>: Add nitems() and snitems() macros
 2020-09-25 14:48 UTC  (4+ messages)
` [PATCH v2] "

KASAN: slab-out-of-bounds Read in squashfs_get_id
 2020-09-25 14:48 UTC 

RTL8402 stops working after hibernate/resume
 2020-09-25 14:47 UTC  (14+ messages)

[RFC 0/3] NVMe passthrough: Take into account host IOVA reserved regions
 2020-09-25 14:43 UTC  (3+ messages)
` [RFC 1/3] util/vfio-helpers: Collect "

rpcbind redux
 2020-09-25 14:40 UTC 

[PATCH 1/3] perf/x86/intel/uncore: Split the Ice Lake and Tiger Lake MSR uncore support
 2020-09-25 13:49 UTC 

[PATCH] leds: Add documentation about possible subsystem improvements
 2020-09-25 14:46 UTC  (2+ messages)

[kvm-unit-tests PATCH] configure: Add a check for the bash version
 2020-09-25 14:45 UTC  (2+ messages)

[PATCH net-next 0/3] dpaa2-eth: small updates
 2020-09-25 14:44 UTC  (4+ messages)
` [PATCH net-next 1/3] dpaa2-mac: do not check for both child and parent DTS nodes
` [PATCH net-next 2/3] dpaa2-eth: no need to check link state right after ndo_open
` [PATCH net-next 3/3] dpaa2-eth: install a single steering rule when SHARED_FS is enabled

[PATCH v3] doc: zh_CN: index files in arm64 subdirectory
 2020-09-25 14:42 UTC  (3+ messages)
` [PATCH v4] "

[PATCH v2 0/6] pseries NUMA distance calculation
 2020-09-25 14:42 UTC  (4+ messages)
` [PATCH v2 5/6] spapr_numa: consider user input when defining associativity

[PATCH v2 00/38] qapi: static typing conversion, pt1
 2020-09-25 14:42 UTC  (6+ messages)
` [PATCH v2 09/38] qapi/common.py: Add indent manager

pull-request: wireless-drivers-2020-09-25
 2020-09-25 14:43 UTC 

[GIT PULL] Reset controller changes for v5.10
 2020-09-25 14:40 UTC 

[PATCH] cpuidle: change #ifdef for the declaration of cpuidle_enter_s2idle()
 2020-09-25 14:41 UTC  (2+ messages)

[PATCH 0/2] tracing/mm: Add tracepoint_enabled() helper function for headers
 2020-09-25 14:41 UTC  (9+ messages)
` [PATCH 1/2] tracepoints: Add helper to test if tracepoint is enabled in a header

[PATCH net] net: phy: realtek: fix rtl8211e rx/tx delay config
 2020-09-25 14:40 UTC  (2+ messages)

[PATCH 0/3] add "call" command
 2020-09-25 14:40 UTC  (3+ messages)

[PATCH v2] mm, fadvise: improve the expensive remote LRU cache draining after FADV_DONTNEED
 2020-09-25 14:40 UTC  (2+ messages)

[PATCH 0/3] fbdev: stop using compat_alloc_user_space
 2020-09-25 14:39 UTC  (7+ messages)

[GIT PULL] devfreq fixes for v5.9-rc7
 2020-09-25 14:38 UTC  (2+ messages)

[PATCH 0/2] iommu/iova: Solve longterm IOVA issue
 2020-09-25 14:34 UTC  (5+ messages)
` [PATCH 1/2] iommu/iova: Flush CPU rcache for when a depot fills

[RFC 08/14] USB: correct API of usb_control_msg_send/recv
 2020-09-25 14:37 UTC  (6+ messages)
` [PATCH 0/2] [usb]
  ` [PATCH 1/2] net: pegasus: convert control messages to the new send/recv scheme
  ` [PATCH 2/2] net: rtl8150: "

stable-rc/queue/5.8 baseline: 179 runs, 1 regressions (v5.8.11-56-g01a94ace543c)
 2020-09-25 14:36 UTC 

[PATCH leds + devicetree 00/13] leds: tca6507 cleanup
 2020-09-25 14:36 UTC  (4+ messages)
` [PATCH leds + devicetree 13/13] leds: tca6507: use struct led_init_data when registering

[PATCH v8 0/8] Allow user space to restrict and augment MSR emulation
 2020-09-25 14:34 UTC  (9+ messages)
` [PATCH v8 1/8] KVM: x86: Return -ENOENT on unimplemented MSRs
` [PATCH v8 2/8] KVM: x86: Deflect unknown MSR accesses to user space
` [PATCH v8 3/8] KVM: x86: Add infrastructure for MSR filtering
` [PATCH v8 4/8] KVM: x86: Prepare MSR bitmaps for userspace tracked MSRs
` [PATCH v8 5/8] KVM: x86: SVM: Prevent MSR passthrough when MSR access is denied
` [PATCH v8 6/8] KVM: x86: VMX: "
` [PATCH v8 7/8] KVM: x86: Introduce MSR filtering
` [PATCH v8 8/8] KVM: selftests: Add test for user space MSR handling

QA notification for completed autobuilder build (yocto-3.1.3.rc1)
 2020-09-25 14:36 UTC 

[PATCH 1/4] Makefile: add buildsystem version variable
 2020-09-25 14:35 UTC  (2+ messages)

[PATCH net] dpaa2-eth: fix command version for Tx shaping
 2020-09-25 14:35 UTC 

[PATCHSET for-5.10/block] iocost: improve debt forgiveness logic
 2020-09-25 14:35 UTC  (2+ messages)

[PULL 00/26] migration and friends queue
 2020-09-25 14:31 UTC  (3+ messages)

[GIT PULL] arm64: dts: amlogic updates for v5.10
 2020-09-25 14:30 UTC  (2+ messages)

[RFC] change the new message to provide for memory allocations
 2020-09-25 14:32 UTC  (3+ messages)
` [RFC 09/14] sound: usx2y: move to use usb_control_msg_send()

Please pull NFS server fixes for v5.9
 2020-09-25 14:32 UTC 

[PATCH v2 0/3] PM / Domains: Add power on/off notifiers for genpd
 2020-09-25 14:30 UTC  (6+ messages)
` [PATCH v2 3/3] PM / Domains: Add support for PM domain "

[PULL 00/11] capstone + disassembler patch queue
 2020-09-25 14:30 UTC  (3+ messages)

[GIT PULL] ARM: dts: amlogic updates for v5.10
 2020-09-25 14:30 UTC  (2+ messages)

[dpdk-dev] [PATCH v1 0/2] Use WFE for spinlock and ring
 2020-09-25 14:30 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2 "

[GIT PULL] soc: amlogic: driver updates for v5.10
 2020-09-25 14:29 UTC  (2+ messages)

[PATCH 00/10] CMake and Visual Studio
 2020-09-25 14:28 UTC  (11+ messages)
` [PATCH 01/10] cmake: ignore files generated by CMake as run in "
` [PATCH 02/10] cmake: do find Git for Windows' shell interpreter
` [PATCH 03/10] cmake: ensure that the `vcpkg` packages are found on Windows
` [PATCH 04/10] cmake: fall back to using `vcpkg`'s `msgfmt.exe` "
` [PATCH 05/10] cmake: quote the path accurately when editing `test-lib.sh`
` [PATCH 06/10] cmake (Windows): let the `.dll` files are found when running the tests
` [PATCH 07/10] cmake (Windows): complain when encountering an unknown compiler
` [PATCH 08/10] cmake (Windows): initialize vcpkg/build dependencies automatically
` [PATCH 09/10] cmake (Windows): recommend using Visual Studio's built-in CMake support
` [PATCH 10/10] hashmap_for_each_entry(): work around MSVC's run-time check failure #3

[PATCH] btrfs: fix rw_devices count in __btrfs_free_extra_devids
 2020-09-25 14:28 UTC  (8+ messages)
` [PATCH add reported by] "

[Linux-kernel-mentees] Help wanted in LED subsystem
 2020-09-25 14:28 UTC  (3+ messages)

amd-staging-drm-next has a compilation issue
 2020-09-25 14:27 UTC  (3+ messages)

[linux-next:master 9342/11173] drivers/clk/imx/clk-imx31.c:54:28: warning: unused variable 'uart_clks'
 2020-09-25 14:27 UTC 

[PATCH 0/8] parsing trailers with shortlog
 2020-09-25 14:27 UTC  (2+ messages)

[dpdk-dev] [PATCH 0/5] lib/stack: improve lockfree C11 implementation
 2020-09-25 14:27 UTC  (4+ messages)
` [dpdk-dev] [PATCH 5/5] lib/stack: remove pop cas release ordering

[PATCHSET v2 0/7] perf inject: Speed build-id injection
 2020-09-25 14:26 UTC  (7+ messages)
` [PATCH 4/7] perf inject: Do not load map/dso when injecting build-id

[PATCH] drm/amdgpu/virt: fix the build
 2020-09-25 14:26 UTC  (2+ messages)

[PATCH] completion: complete refs after 'git restore -s'
 2020-09-25 14:25 UTC 

[PATCH v3 00/47] qapi: static typing conversion, pt1
 2020-09-25 14:23 UTC  (4+ messages)
` [PATCH v3 05/47] qapi/doc.py: Change code templates from function to string

[Intel-gfx] [PATCH 1/2] drm/atomic: document and enforce rules around "spurious" EBUSY
 2020-09-25 14:24 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [1/2] "

Submitting patches to user land components
 2020-09-25 14:23 UTC 

[dpdk-dev] [PATCH v2] app/test/test_distributor.c: prevent memory leakages from the pool
 2020-09-25 14:22 UTC  (3+ messages)
` [dpdk-dev] [v3 PATCH] test_distributor: "

[PATCH v2 00/11] microvm: add pcie support
 2020-09-25 14:19 UTC  (3+ messages)
` [PATCH v2 09/11] tests/acpi: add microvm pcie test


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.