All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-02-03 17:36:18 to 2021-02-03 18:12:52 UTC [more...]

[PATCH 00/22] Acceptance Test: introduce base class for Linux based tests
 2021-02-03 17:51 UTC  (27+ messages)
` [PATCH 01/22] tests/acceptance/boot_linux.py: fix typo on cloudinit error message
` [PATCH 02/22] tests/acceptance/boot_linux.py: rename misleading cloudinit method
` [PATCH 03/22] Acceptance Tests: remove unnecessary tag from documentation example
` [PATCH 04/22] tests/acceptance/virtiofs_submounts.py: use workdir property
` [PATCH 06/22] tests/acceptance/virtiofs_submounts.py: use a virtio-net device instead
` [PATCH 07/22] tests/acceptance/virtiofs_submounts.py: evaluate string not length
` [PATCH 08/22] tests/acceptance/virtiofs_submounts.py: standardize port as integer
` [PATCH 09/22] tests/acceptance/virtiofs_submounts.py: required space between IP and port
` [PATCH 10/22] Python: add utility function for retrieving port redirection
` [PATCH 11/22] tests/acceptance/linux_ssh_mips_malta.py: standardize port as integer
` [PATCH 12/22] Acceptance tests: clarify ssh connection failure reason
` [PATCH 13/22] tests/acceptance/virtiofs_submounts.py: add missing accel tag
` [PATCH 14/22] Acceptance Tests: introduce LinuxTest base class
` [PATCH 15/22] Acceptance Tests: move useful ssh methods to "
` [PATCH 16/22] Acceptance Tests: introduce method for requiring an accelerator
` [PATCH 17/22] Acceptance Tests: fix population of public key in cloudinit image
` [PATCH 18/22] Acceptance Tests: set up existing ssh keys by default
` [PATCH 19/22] Acceptance Tests: add port redirection for ssh "
` [PATCH 20/22] Acceptance Tests: add basic documentation on LinuxTest base class
` [PATCH 21/22] Acceptance Tests: introduce CPU hotplug test
` [PATCH 22/22] [NOTFORMERGE] Bump Avocado version to latest master

[PATCH v4 00/18] Support Multifd for RDMA migration
 2021-02-03 18:10 UTC  (7+ messages)
` [PATCH v4 02/18] migration/rdma: judge whether or not the RDMA is used for migration
` [PATCH v4 04/18] migration/rdma: add multifd_setup_ops for rdma
` [PATCH v4 05/18] migration/rdma: do not need sync main "

[PATCH v3 0/7] Introduce Sequence Number Ops
 2021-02-03 18:12 UTC  (8+ messages)
` [PATCH v3 1/7] seqnum_ops: "
` [PATCH v3 2/7] selftests: lib:test_seqnum_ops: add new test for seqnum_ops
` [PATCH v3 3/7] drivers/acpi: convert seqno to use seqnum_ops
` [PATCH v3 4/7] drivers/acpi/apei: convert seqno to seqnum_ops
` [PATCH v3 5/7] drivers/staging/rtl8723bs: convert event_seq to use seqnum_ops
` [PATCH v3 6/7] drivers/staging/rtl8188eu: "
` [PATCH v3 7/7] kobject: convert uevent_seqnum to seqnum_ops

[dpdk-dev] [PATCH] event/dlb: fix bugs due to accessing uninitialized variables
 2021-02-03 18:12 UTC 

[PATCH v2 0/6] RPC/RDMA client fixes
 2021-02-03 18:10 UTC  (10+ messages)
` [PATCH v2 1/6] xprtrdma: Remove FMR support in rpcrdma_convert_iovs()
` [PATCH v2 2/6] xprtrdma: Simplify rpcrdma_convert_kvec() and frwr_map()
` [PATCH v2 3/6] xprtrdma: Refactor invocations of offset_in_page()
` [PATCH v2 4/6] rpcrdma: Fix comments about reverse-direction operation

[REGRESSION] x86/entry: TIF_SINGLESTEP handling is still broken
 2021-02-03 18:10 UTC  (8+ messages)
          ` [PATCH] entry: Fix missed trap after single-step on system call return

[PATCH v2] x86/ptrace: Clean up PTRACE_GETREGS/PTRACE_PUTREGS regset selection
 2021-02-03 18:09 UTC 

[RFC PATCH 0/3] hw/arm/virt: CXL enablement including gpex-acpi
 2021-02-03 17:26 UTC  (4+ messages)
` [RFC PATCH 3/3] hw/cxl/cxl-device-utils: Allow incorrect read lengths

[PATCH v3 00/15] dmaengine: dw-edma: HDMA support
 2021-02-03 17:57 UTC  (16+ messages)
` [PATCH v3 01/15] dmaengine: dw-edma: Add writeq() and readq() for 64 bits architectures
` [PATCH v3 02/15] dmaengine: dw-edma: Fix comments offset characters' alignment
` [PATCH v3 03/15] dmaengine: dw-edma: Add support for the HDMA feature
` [PATCH v3 04/15] PCI: Add pci_find_vsec_capability() to find a specific VSEC
` [PATCH v3 05/15] dmaengine: dw-edma: Add PCIe VSEC data retrieval support
` [PATCH v3 06/15] dmaengine: dw-edma: Add device_prep_interleave_dma() support
` [PATCH v3 07/15] dmaengine: dw-edma: Improve number of channels check
` [PATCH v3 08/15] dmaengine: dw-edma: Reorder variables to keep consistency
` [PATCH v3 09/15] dmaengine: dw-edma: Improve the linked list and data blocks definition
` [PATCH v3 10/15] dmaengine: dw-edma: Change linked list and data blocks offset and sizes
` [PATCH v3 11/15] dmaengine: dw-edma: Move struct dentry variable from static definition into dw_edma struct
` [PATCH v3 12/15] dmaengine: dw-edma: Fix crash on loading/unloading driver
` [PATCH v3 13/15] dmaengine: dw-edma: Change DMA abreviation from lower into upper case
` [PATCH v3 14/15] dmaengine: dw-edma: Revert fix scatter-gather address calculation
` [PATCH v3 15/15] dmaengine: dw-edma: Add pcim_iomap_table return checker

[PATCH v3 0/3] handle large user and group ID for isofs and udf
 2021-02-03 18:06 UTC  (2+ messages)

[PATCH net-next v9 0/3] implement kthread based napi poll
 2021-02-03 17:59 UTC  (7+ messages)
` [PATCH net-next v9 1/3] net: extract napi poll functionality to __napi_poll()
` [PATCH net-next v9 2/3] net: implement threaded-able napi poll loop support

[PATCH] misc services patches
 2021-02-03 18:06 UTC  (2+ messages)

[PATCH v2 0/9] ALSA: add virtio sound driver
 2021-02-03 18:07 UTC  (9+ messages)
` [PATCH v2 2/9] ALSA: virtio: "
    ` [virtio-dev] "

[PATCH net-next] net: ethernet: ti: fix netdevice stats for XDP
 2021-02-03 18:06 UTC 

[Cluster-devel] [PATCH v4 00/20] Some log space management cleanups
 2021-02-03 18:07 UTC  (21+ messages)
` [Cluster-devel] [PATCH v4 01/20] gfs2: Un-obfuscate function jdesc_find_i
` [Cluster-devel] [PATCH v4 02/20] gfs2: Simplify the buf_limit and databuf_limit definitions
` [Cluster-devel] [PATCH v4 03/20] gfs2: Minor gfs2_write_revokes cleanups
` [Cluster-devel] [PATCH v4 04/20] gfs2: Some documentation updates
` [Cluster-devel] [PATCH v4 05/20] gfs2: Minor debugging improvement
` [Cluster-devel] [PATCH v4 06/20] gfs2: Rename gfs2_{write => flush}_revokes
` [Cluster-devel] [PATCH v4 07/20] gfs2: Clean up ail2_empty
` [Cluster-devel] [PATCH v4 08/20] gfs2: Use sb_start_intwrite in gfs2_ail_empty_gl
` [Cluster-devel] [PATCH v4 09/20] gfs2: Clean up on-stack transactions
` [Cluster-devel] [PATCH v4 10/20] gfs2: Get rid of sd_reserving_log
` [Cluster-devel] [PATCH v4 11/20] gfs2: Move lock flush locking to gfs2_trans_{begin, end}
` [Cluster-devel] [PATCH v4 12/20] gfs2: Don't wait for journal flush in clean_journal
` [Cluster-devel] [PATCH v4 13/20] gfs2: Clean up gfs2_log_reserve
` [Cluster-devel] [PATCH v4 14/20] gfs2: Use a tighter bound in gfs2_trans_begin
` [Cluster-devel] [PATCH v4 15/20] gfs2: Get rid of current_tail()
` [Cluster-devel] [PATCH v4 16/20] gfs2: Move function gfs2_ail_empty_tr
` [Cluster-devel] [PATCH v4 17/20] gfs2: No revokes for transactions at the tail of the log
` [Cluster-devel] [PATCH v4 18/20] gfs2: Minor calc_reserved cleanup
` [Cluster-devel] [PATCH v4 19/20] gfs2: Rework the log space allocation logic
` [Cluster-devel] [PATCH v4 20/20] gfs2: Per-revoke accounting in transactions

[PATCH v6 0/7] xfs: support shrinking free space in the last AG
 2021-02-03 18:01 UTC  (9+ messages)
` [PATCH v6 6/7] xfs: support shrinking unused "
` [PATCH v6 7/7] xfs: add error injection for per-AG resv failure when shrinkfs

[Bug 1913916] [NEW] aarch64-virt: heap-buffer-overflow in address_space_lookup_region
 2021-02-03 16:41 UTC  (2+ messages)
` [Bug 1913916] "

[PATCH v8 00/13] Generalize memory encryption models
 2021-02-03 17:50 UTC  (4+ messages)
` [PATCH v8 10/13] spapr: Add PEF based confidential guest support

[RESEND PATCH v18 0/3] userspace MHI client interface driver
 2021-02-03 18:05 UTC  (10+ messages)

[ANNOUNCE] v5.10.12-rt26
 2021-02-03 18:03 UTC 

[PATCH v7 4/7] crypto: add ecc curve and expose them
 2021-02-03 18:03 UTC  (2+ messages)

[PATCH] ARM: dts: zynq: Add address-cells property to interrupt controllers
 2021-02-03 18:03 UTC  (9+ messages)

[PATCH v4 0/3] virtiofsd: prevent opening of special files (CVE-2020-35517)
 2021-02-03 18:05 UTC  (13+ messages)
` [PATCH v4 1/3] virtiofsd: extract lo_do_open() from lo_open()
        ` [Virtio-fs] "
` [PATCH v4 3/3] virtiofsd: prevent opening of special files (CVE-2020-35517)
          ` [Virtio-fs] "

[Bug 1914282] [NEW] block copy job sometimes hangs on the last block for minutes
 2021-02-03 16:18 UTC  (2+ messages)
` [Bug 1914282] "

[for-next][PATCH 00/15] tracing: Updates for 5.12
 2021-02-03 17:57 UTC  (4+ messages)
` [for-next][PATCH 14/15] tracepoint: Do not fail unregistering a probe due to memory failure
  ` [PATCH 1/1] tracepoint: cleanup: do not fail unregistration

[PATCH v15 00/16] RISC-V Kendryte K210 support improvements
 2021-02-03 18:02 UTC  (4+ messages)
` [PATCH v15 07/16] dt-bindings: fix sifive gpio properties

[PATCH RFC platform-next 0/8] platform: mellanox: Introduce initial chassis management support for modular Ethernet system
 2021-02-03 17:36 UTC  (9+ messages)
` [PATCH RFC platform-next 1/8] platform_data/mlxreg: Add new types to support for modular systems
` [PATCH RFC platform-next 2/8] platform/x86: mlx-platform: Add initial support for new modular system
` [PATCH RFC platform-next 3/8] Documentation/ABI: Add new attributes for mlxreg-io sysfs interfaces
` [PATCH RFC platform-next 4/8] platform/mellanox: mlxreg-hotplug: Extend logic for hotplug devices operations
` [PATCH RFC platform-next 5/8] platform/mellanox: mlxreg-io: Extend number of hwmon attributes
` [PATCH RFC platform-next 6/8] platform/mellanox: mlxreg-hotplug: Add line card event callbacks support for modular system
` [PATCH RFC platform-next 7/8] platform/mellanox: mlxreg-lc: Add initial support for Mellanox line card devices
` [PATCH RFC platform-next 8/8] Documentation/ABI: Add new line card attributes for mlxreg-io sysfs interfaces

[PATCH rdma-core v7 0/6] Add user space dma-buf support
 2021-02-03 17:58 UTC  (15+ messages)
` [PATCH rdma-core v7 4/6] pyverbs: Add dma-buf based MR support

[PATCH v8 00/14] prohibit pinning pages in ZONE_MOVABLE
 2021-02-03 18:00 UTC  (6+ messages)
` [PATCH v8 02/14] mm/gup: check every subpage of a compound page during isolation

[PATCH v2] mm/page_owner: Record the timestamp of all pages during free
 2021-02-03 17:59 UTC 

[Intel-gfx] [PATCH v3 1/3] drm/i915: Distinction of memory regions
 2021-02-03 18:01 UTC  (5+ messages)
` [Intel-gfx] [PATCH v3 3/3] drm/i915/gtt/dg1: add PTE_LM plumbing for GGTT

[Intel-gfx] [CI 1/9] drm/i915: Replace engine->schedule() with a known request operation
 2021-02-03 18:00 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/9] "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[linux-linus test] 158971: regressions - FAIL
 2021-02-03 18:00 UTC 

[PATCH] git-gui: remove lines starting with the comment character
 2021-02-03 17:58 UTC  (4+ messages)

[Bug 1913917] [NEW] aarch64-virt: heap-use-after-free in gic_dist_writeb
 2021-02-03 16:41 UTC  (2+ messages)
` [Bug 1913917] "

[PATCH v4 1/2] drm/msm: Add speed-bin support to a618 gpu
 2021-02-03 17:54 UTC  (5+ messages)
` [PATCH v4 2/2] arm: dts: sc7180: Add support for gpu fuse

[PATCH] arch: sh: kernel: Change to correct spelling archtecture to architecture in the file relocate_kernel.S
 2021-02-03 17:58 UTC  (2+ messages)

[dpdk-dev] [PATCH] event/dlb: fix bugs due to accessing unitialized variables
 2021-02-03 17:59 UTC 

[PATCH for-4.15] x86/efi: enable MS ABI attribute on clang
 2021-02-03 17:58 UTC 

[PATCH v2 1/7] dt-bindings: usb: convert rockchip,dwc3.txt to yaml
 2021-02-03 16:52 UTC  (3+ messages)
` [PATCH v2 5/7] usb: dwc3: of-simple: add compatible for rk3328
` [PATCH v2 7/7] dts64: rockchip: enable dwc3 usb for A95X Z2

[PATCH] nfsd: register pernet ops last, unregister first
 2021-02-03 17:56 UTC  (4+ messages)

[PATCH v6 00/19] KVM: Add minimal support for Xen HVM guests
 2021-02-03 17:55 UTC  (4+ messages)
` [PATCH v6 18/19] KVM: x86: declare Xen HVM shared info capability and add test case

[RFC PATCH 0/4] hw/cxl/ + /hw/pci/: PCI DOE + CXL CDAT emulation
 2021-02-03 17:32 UTC  (2+ messages)

[PATCH v2 00/28] Allow parallel MMU operations with TDP MMU
 2021-02-03 17:54 UTC  (6+ messages)
` [PATCH v2 23/28] KVM: x86/mmu: Allow parallel page faults for the "

[Intel-gfx] [PATCH] drm/i915: Prevent waiting inside ring construction for critical sections
 2021-02-03 17:55 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Prevent waiting inside ring construction for critical sections (rev3)

[PATCH] drivers: net: ehternet: i825xx: Fix couple of spellings in the file ether1.c
 2021-02-03 17:54 UTC  (3+ messages)

[PATCH] pwm: lpc18xx-sct: remove unneeded semicolon
 2021-02-03 17:52 UTC  (3+ messages)

[PATCH for-4.15 1/2] libs/foreignmem: Drop useless and/or misleading logging
 2021-02-03 17:52 UTC  (4+ messages)
` [PATCH for-4.15 2/2] libs/foreignmem: Fix/simplify errno handling for map_resource

[Buildroot] [PATCH 1/5] package/binutils: bump 2.35.x series to 2.35.2
 2021-02-03 17:52 UTC  (2+ messages)

[Buildroot] [git commit branch/2020.11.x] package/binutils: bump 2.35.x series to 2.35.2
 2021-02-03 17:52 UTC 

[PATCH] little misc patches
 2021-02-03 17:50 UTC  (2+ messages)

[PATCH v5] perf: cs-etm: update ETM metadata format
 2021-02-03 17:50 UTC  (3+ messages)

[PATCH v2 00/11] Add support for Hikey 970 PCIe
 2021-02-03 17:50 UTC  (7+ messages)
` [PATCH v2 04/11] PCI: dwc: pcie-kirin: add support for Kirin 970 PCIe controller
` [PATCH v2 09/11] PCI: dwc: pcie-kirin: allow using multiple reset GPIOs

[Patch bpf-next 00/19] sock_map: add non-TCP and cross-protocol support
 2021-02-03 17:48 UTC  (2+ messages)

[Buildroot] [PATCH] package/xenomai: set 'custom' as version in case of tarball
 2021-02-03 17:49 UTC  (2+ messages)

[PATCH 1/2] ima: Free IMA measurement buffer on error
 2021-02-03 17:47 UTC  (8+ messages)
` [PATCH 2/2] ima: Free IMA measurement buffer after kexec syscall

[Buildroot] [git commit branch/2020.11.x] package/xenomai: set 'custom' as version in case of tarball
 2021-02-03 17:49 UTC 

[PATCH 1/1] efi_loader: VenMedia device path node
 2021-02-03 17:49 UTC 

[PATCH v5 0/5] hw/block/nvme: add simple copy command
 2021-02-03 17:27 UTC  (4+ messages)
` [PATCH v5 4/5] nvme: updated shared header for "

BUG: KASAN: stack-out-of-bounds in unwind_next_frame+0x1df5/0x2650
 2021-02-03 17:46 UTC  (5+ messages)

[PATCH] add a qemu-ifup script on NetBSD
 2021-02-03 17:48 UTC  (5+ messages)
` [PATCH] xenstored: close socket connections on error

[RFC PATCH v3 00/27] KVM SGX virtualization support
 2021-02-03 17:46 UTC  (9+ messages)

[PATCH v3 0/2] Add Unisoc iommu basic driver
 2021-02-03 17:44 UTC  (4+ messages)
` [PATCH v3 2/2] iommu: add "

[PATCH] xen/arm: domain_build: Ignore device nodes with invalid addresses
 2021-02-03 17:44 UTC  (5+ messages)

[PATCH] drivers: crypto: qat: qat_common: Two different lines fix the same spelling in the file adf_vf2pf_msg.c
 2021-02-03 17:43 UTC  (2+ messages)

[Buildroot] [PATCH] package/xserver_xorg-server: don't install init script if nodm is enabled
 2021-02-03 17:43 UTC  (2+ messages)

[RFC PATCH v3 00/31] CXL 2.0 Support
 2021-02-03 17:42 UTC  (2+ messages)

[PATCH -next] xfs: remove the possibly unused mp variable in xfs_file_compat_ioctl
 2021-02-03 17:42 UTC  (3+ messages)

[igt-dev] [PATCH v2 1/2] tests/kms_rotation_crc: Add Hwrotation test case for amdgpu with tiling
 2021-02-03 17:42 UTC  (2+ messages)

[PATCH for-4.15 0/3] tools/oxenstored bugfixes
 2021-02-03 17:41 UTC  (6+ messages)
` [PATCH 1/3] tools/oxenstored: Fix quota calculation for mkdir EEXIST
` [PATCH 2/3] tools/oxenstored: Reject invalid watch paths early
` [PATCH 3/3] tools/oxenstored: mkdir conflicts were sometimes missed

[PATCH] mailman 3
 2021-02-03 17:40 UTC  (2+ messages)

[PATCH v2 0/7] coresight: etm-perf: Fix pid tracing with VHE
 2021-02-03 17:39 UTC  (4+ messages)
` [PATCH v2 7/7] Documentation: coresight: Add PID tracing description

[Buildroot] [git commit branch/2020.11.x] package/xserver_xorg-server: don't install init script if nodm is enabled
 2021-02-03 17:40 UTC 

[PATCH] kbuild: fix duplicated flags in DEBUG_CFLAGS
 2021-02-03 17:38 UTC  (2+ messages)

[PATCH bpf-next v3] bpf: Propagate stack bounds to registers in atomics w/ BPF_FETCH
 2021-02-03 17:37 UTC  (3+ messages)

[PATCH 0/4] Remove the deprecated pc-1.x machine types and related stuff
 2021-02-03 17:18 UTC  (2+ messages)
` [PATCH 3/4] hw/virtio/virtio-balloon: Remove the "class" property

[PATCH 0/5] Generation Number v2: Fix a tricky split graph bug
 2021-02-03 17:37 UTC  (9+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 2/6] commit-graph: always parse before commit_graph_data_at()

[PATCH] sched/fair: Rate limit calls to update_blocked_averages() for NOHZ
 2021-02-03 17:35 UTC  (10+ 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.