All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-05 03:58:27 to 2021-11-05 06:58:21 UTC [more...]

[dpdk-dev] [PATCH 0/2] i40e Rx descriptor loads ordering
 2021-11-05  6:57 UTC  (8+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 2/2] net/i40e: fix risk in Rx descriptor read in scalar path
    ` [dpdk-dev] [dpdk-stable] "

[PATCH v4 00/11] PCI devices passthrough on Arm, part 3
 2021-11-05  6:56 UTC  (12+ messages)
` [PATCH v4 01/11] vpci: fix function attributes for vpci_process_pending
` [PATCH v4 02/11] vpci: cancel pending map/unmap on vpci removal
` [PATCH v4 03/11] vpci: make vpci registers removal a dedicated function
` [PATCH v4 04/11] vpci: add hooks for PCI device assign/de-assign
` [PATCH v4 05/11] vpci/header: implement guest BAR register handlers
` [PATCH v4 06/11] vpci/header: handle p2m range sets per BAR
` [PATCH v4 07/11] vpci/header: program p2m with guest BAR view
` [PATCH v4 08/11] vpci/header: emulate PCI_COMMAND register for guests
` [PATCH v4 09/11] vpci/header: reset the command register when adding devices
` [PATCH v4 10/11] vpci: add initial support for virtual PCI bus topology
` [PATCH v4 11/11] xen/arm: translate virtual PCI bus topology for guests

[PATCH v2 bpf-next 00/12] libbpf: add unified bpf_prog_load() low-level API
 2021-11-05  6:54 UTC  (9+ messages)
` [PATCH v2 bpf-next 01/12] libbpf: rename DECLARE_LIBBPF_OPTS into LIBBPF_OPTS
` [PATCH v2 bpf-next 02/12] libbpf: pass number of prog load attempts explicitly
` [PATCH v2 bpf-next 07/12] libbpf: remove deprecation attribute from struct bpf_prog_prep_result
` [PATCH v2 bpf-next 08/12] selftests/bpf: fix non-strict SEC() program sections

[PATCH] media: dw9768: activate runtime PM and turn off device
 2021-11-05  6:54 UTC  (2+ messages)

[PATCH] driver core: platform: Make use of the helper function dev_err_probe()
 2021-11-05  6:54 UTC  (2+ messages)

[Buildroot] [autobuild.buildroot.net] Daily results for 2021-11-04
 2021-11-05  6:53 UTC 

[RESEND PATCH v2] thermal: Fix a NULL pointer dereference
 2021-11-05  6:50 UTC  (2+ messages)

[RFC PATCH 2/4] sched/fair: Introduce cfs_migration
 2021-11-05  6:48 UTC  (2+ messages)

next/master build: 228 builds: 22 failed, 206 passed, 449 errors, 275 warnings (next-20211105)
 2021-11-05  6:45 UTC 

next/master build: 228 builds: 22 failed, 206 passed, 449 errors, 275 warnings (next-20211105)
 2021-11-05  6:45 UTC 

[RFC PATCH] sched/fair: __pcpu_scope_cfs_migrater can be static
 2021-11-05  6:45 UTC  (2+ messages)

[Intel-gfx] [PATCH v2 1/2] drm/i915/selftests: Use clear_and_wake_up_bit() for the per-engine reset bitlocks
 2021-11-05  6:44 UTC  (2+ messages)
` [Intel-gfx] [PATCH v2 2/2] HAX: drm/i915/selftest: Temporarily avoid tainting the kernel on engine reset failure

[PATCH v15 1/3] fs: Add trusted_for(2) syscall implementation and related sysctl
 2021-11-05  6:41 UTC  (3+ messages)
` [fs] a0918006f9: netperf.Throughput_tps -11.6% regression

fs/io_uring.c:10086:24: warning: Value stored to 'sqe' during its initialization is never read [clang-analyzer-deadcode.DeadStores]
 2021-11-05  6:42 UTC  (3+ messages)

[dpdk-dev] [RFC] ethdev: introduce shared Rx queue
 2021-11-05  6:40 UTC  (4+ messages)
` [dpdk-dev] [PATCH v4 00/14] net/mlx5: support "
  ` [dpdk-dev] [PATCH v4 14/14] net/mlx5: add shared Rx queue port datapath support

[Intel-gfx] [PATCH 1/2] drm/i915/selftests: Use clear_and_wake_up_bit() for the per-engine reset bitlocks
 2021-11-05  6:40 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [1/2] "

[PATCH v2] tcp: Initial support for RFC5925 auth option
 2021-11-05  6:39 UTC  (6+ messages)
` [PATCH v2 06/25] tcp: authopt: Compute packet signatures

[PATCH 0/2] kobject: avoid to cleanup kobject after module is unloaded
 2021-11-05  6:37 UTC  (3+ messages)
` [PATCH 1/2] kobject: don't delay to cleanup module kobject
` [PATCH 2/2] kobject: wait until kobject is cleaned up before freeing module

[PATCH] KVM: x86: check steal time address when enable steal time
 2021-11-05  6:37 UTC 

[PATCH] refs: sync loose refs to disk before committing them
 2021-11-05  6:36 UTC  (6+ messages)

static-mem preventing dom0 from booting
 2021-11-05  6:35 UTC  (3+ messages)

[PATCH v7 00/11] extend task comm from 16 to 24
 2021-11-05  6:34 UTC  (3+ messages)

[dhowells-fs:fscache-rewrite-indexing-3 43/55] fs/cachefiles/io.c:490:6: warning: Uninitialized variable: ret [uninitvar]
 2021-11-05  6:33 UTC  (3+ messages)

[RFC 0/8] HID: add support for USI style pens
 2021-11-05  6:33 UTC  (4+ messages)
` [RFC 6/8] HID: usi: Add driver for Universal Stylus Interface (USI)

[PATCH v6 0/7] PCI devices passthrough on Arm, part 2
 2021-11-05  6:33 UTC  (8+ messages)
` [PATCH v6 1/7] xen/arm: rename DEVICE_PCI to DEVICE_PCI_HOSTBRIDGE
` [PATCH v6 2/7] xen/arm: add pci-domain for disabled devices
` [PATCH v6 3/7] xen/arm: setup MMIO range trap handlers for hardware domain
` [PATCH v6 4/7] xen/arm: do not map PCI ECAM and MMIO space to Domain-0's p2m
` [PATCH v6 5/7] xen/arm: do not map IRQs and memory for disabled devices
` [PATCH v6 6/7] xen/arm: process pending vPCI map/unmap operations
` [PATCH v6 7/7] xen/arm: do not use void pointer in pci_host_common_probe

[PATCH 00/14] Add support for MediaTek MT7621 SoC
 2021-11-05  6:29 UTC  (5+ messages)
` [PATCH 10/14] gpio: add "
` [PATCH 11/14] watchdog: "

[dm-devel] [PATCH 0/6] dax poison recovery with RWF_RECOVERY_DATA flag
 2021-11-05  5:56 UTC  (12+ messages)

[PATCH] driver: gadget: fastboot: Link endpoint and descriptors
 2021-11-05  6:28 UTC 

kwboot: Testing latest kwboot with Kirkwood SoC boards
 2021-11-05  6:27 UTC 

[RFC PATCH v2 00/28] KVM: arm64: Make CPU ID registers writable by userspace
 2021-11-05  6:25 UTC  (12+ messages)
` [RFC PATCH v2 02/28] KVM: arm64: Save ID registers' sanitized value per vCPU
` [RFC PATCH v2 18/28] KVM: arm64: Introduce KVM_CAP_ARM_ID_REG_WRITABLE capability

[PATCH 1/1] sysreset: watchdog: watchdog cannot power off
 2021-11-05  6:23 UTC  (2+ messages)

[SPDK] SPDK initiator NVME/TCP read performance on Null device target is low compared to write perf
 2021-11-05  6:22 UTC 

+ mmhugetlb-remove-mlock-ulimit-for-shm_hugetlb.patch added to -mm tree
 2021-11-05  6:22 UTC 

[to-be-updated] mmhugetlb-remove-mlock-ulimit-for-shm_hugetlb.patch removed from -mm tree
 2021-11-05  6:20 UTC 

[PATCH] um: use swap() to make code cleaner
 2021-11-05  6:18 UTC  (4+ messages)
` [PATCH v2] "

next/pending-fixes baseline: 399 runs, 1 regressions (v5.15-10251-g42298a382ab9)
 2021-11-05  6:17 UTC 

linux-next: build failure after merge of the drm-misc tree
 2021-11-05  6:15 UTC  (5+ messages)
    ` [Intel-gfx] "

[PATCH] powerpc: xmon: remove the duplicated operand of the bitwise operator
 2021-11-05  6:13 UTC  (3+ messages)

[RFC PATCH net-next 1/4] txhash: Make rethinking txhash behavior configurable via sysctl
 2021-11-05  6:13 UTC  (4+ messages)
` [LTP] [txhash] d7fa06e1ae: WARNING:at_net/sysctl_net.c:#register_net_sysctl
  `  "

[PATCH V5 0/3] net/filter: Optimize filters vnet_hdr support
 2021-11-05  6:10 UTC  (12+ messages)
` [PATCH V5 1/3] net/filter: Optimize transfer protocol for filter-mirror/redirector

[meta-selinux][PATCH 1/2] recipes: update SRC_URI branch and protocols
 2021-11-05  6:11 UTC  (2+ messages)
` [meta-selinux][PATCH 2/2] bind: remove volatile file

[dpdk-dev] [PATCH] net/mlx5: fix the RETA update without stopping device
 2021-11-05  6:10 UTC 

[PATCH v0.8 2/6] mm, x86/uaccess: add userspace atomic helpers
 2021-11-05  6:10 UTC  (3+ messages)

Testing PCIe on Armada 370 (or older) in U-Boot
 2021-11-05  6:08 UTC  (2+ messages)

[objtool, x86] 134ab5bd18: leaking-addresses.proc..retpoline_sites
 2021-11-05  6:02 UTC 

[PATCH v3] clk: imx: use module_platform_driver
 2021-11-05  5:59 UTC  (4+ messages)

[PATCH 0/2] fix bug when calling kexec_load()
 2021-11-05  5:58 UTC  (5+ messages)
` [PATCH 1/2] arm64: trans_pgd: fix incorrect use of pmd_populate_kernel in copy_pte()

[Resend PATCH] psi : calc cfs task memstall time more precisely
 2021-11-05  5:58 UTC  (6+ messages)

Using perf_event_open() to sample multiple events of a process
 2021-11-05  5:57 UTC 

[PATCH v2] firewire: fix potential uaf in outbound_phy_packet_callback()
 2021-11-05  5:57 UTC 

crashes in crypto_shash_update()
 2021-11-05  5:55 UTC  (3+ messages)

[qemu-mainline test] 166044: tolerable FAIL - PUSHED
 2021-11-05  5:55 UTC 

[PATCH v3 0/3] mm/hwpoison: fix unpoison_memory()
 2021-11-05  5:50 UTC  (4+ messages)
` [PATCH v3 1/3] mm/hwpoison: mf_mutex for soft offline and unpoison
` [PATCH v3 2/3] mm/hwpoison: remove MF_MSG_BUDDY_2ND and MF_MSG_POISONED_HUGE
` [PATCH v3 3/3] mm/hwpoison: fix unpoison_memory()

[PATCH] lib: sparse: Make CHUNK_TYPE_RAW buffer aligned
 2021-11-05  5:46 UTC 

[RESEND PATCH v2 7/7] usb: typec: qcom: Add a pm8150b TCPM driver
 2021-11-05  5:45 UTC  (3+ messages)

[PATCH] block: use new bdev_nr_bytes() helper for blkdev_{read,write}_iter()
 2021-11-05  5:41 UTC  (2+ messages)

[PATCH v2 0/6] KVM: arm64: Emulate the OS lock
 2021-11-05  5:36 UTC  (6+ messages)
` [PATCH v2 4/6] KVM: arm64: Emulate the OS Lock

[PATCH 05/11] ubifs: Rename whiteout atomically
 2021-11-05  5:35 UTC  (4+ messages)

[PATCH] ext4: remove unnecessary ext4_inode_datasync_dirty in read path
 2021-11-05  5:28 UTC  (5+ messages)

arch/riscv/kernel/signal.c:197:28: error: use of undeclared identifier '__vdso_rt_sigreturn_offset'
 2021-11-05  5:23 UTC  (2+ messages)

kernel/sched/stats.o: warning: objtool: __update_stats_wait_end()+0x202: unreachable instruction
 2021-11-05  5:13 UTC  (2+ messages)

[perf metrics] 5ecd5a0c7d: perf-sanity-tests.Parse_and_process_metrics.fail
 2021-11-05  5:11 UTC 

[linux-linus test] 166041: regressions - FAIL
 2021-11-05  5:09 UTC 

linux-next: build warnings in Linus' tree
 2021-11-05  5:03 UTC 

linux-next: build failure in Linus' tree
 2021-11-05  4:54 UTC 

[virtio-dev] Timing out virtio-pci config space access
 2021-11-05  4:52 UTC  (2+ messages)
` [virtio-dev] "

[PATCH v2 0/5] generic: add a couple of MMAP CoW tests
 2021-11-05  4:52 UTC  (6+ messages)
` [PATCH v2 1/5] generic/xxx: Add MMAP CoW test for 'regular' case
` [PATCH v2 2/5] generic/xxx: Add MMAP CoW test for 'unwritten' case
` [PATCH v2 3/5] generic/xxx: Add MMAP CoW test for 'hole' case
` [PATCH v2 4/5] generic/xxx: Add MMAP CoW test for 'delalloc' case
` [PATCH v2 5/5] generic/xxx: Add MMAP CoW test for 'all' case

[PATCH v5 0/4] cache parent project's gitdir in submodules
 2021-11-05  4:49 UTC  (3+ messages)
` [PATCH v5 4/4] submodule: record superproject gitdir during 'update'

linux-next: build failure in Linus' tree
 2021-11-05  4:49 UTC 

💥 PANICKED: Test report for kernel 5.15.0 (mainline.kernel.org-clang, 7ddb58cb)
 2021-11-05  4:46 UTC 

[x86, mm] 32e6645b0f: WARNING:kernel_stack
 2021-11-05  4:46 UTC 

hardknott merge request Nov 4th
 2021-11-05  4:39 UTC 

[dpdk-dev] [PATCH] vhost: call destroy_device always in vhost_destroy_device_notify
 2021-11-05  4:38 UTC  (9+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH] drm/amdgpu: assign dpms for amdgpu_vkms_crtc_helper_funcs
 2021-11-05  4:37 UTC  (2+ messages)

arch/arm64/include/asm/syscall_wrapper.h:76:32: warning: no previous prototype for '__arm64_sys_futex_waitv'
 2021-11-05  4:36 UTC  (2+ messages)

[zen:5.14/prjc 199/229] kernel/sched/alt_core.c:5387: warning: expecting prototype for sys_sched_getscheduler(). Prototype was for sys_sched_getparam() instead
 2021-11-05  4:37 UTC 

r8188eu driver in 5.15 only shows wifi networks on channel 11
 2021-11-05  4:34 UTC 

drivers/gpu/drm/i915/gem/i915_gem_object.h:43:6: error: shift count >= width of type
 2021-11-05  4:32 UTC  (2+ messages)

[PATCH] drm/msm/devfreq: Fix OPP refcnt leak
 2021-11-05  4:32 UTC  (3+ messages)

[LTP] [PATCH] syscalls/fanotify: Kill the child process before exit
 2021-11-05  4:31 UTC  (3+ messages)

[PATCH 1/2] binfmt_misc: cleanup on filesystem umount
 2021-11-05  4:30 UTC  (3+ messages)
` [PATCH 2/2] binfmt_misc: enable sandboxed mounts

[PATCH] erofs: fix unsafe pagevec reuse of hooked pclusters
 2021-11-05  4:28 UTC  (3+ messages)
` [PATCH v2] "

cron job: media_tree daily build: ERRORS
 2021-11-05  4:26 UTC 

[PATCH bpf-next v5 1/2] bpf: support BPF_PROG_QUERY for progs attached to sockmap
 2021-11-05  4:24 UTC  (4+ messages)
` [PATCH bpf-next v5 2/2] selftests: bpf: test "

[PATCH] acpi/tables: Add AEST in ACPI Table Definition
 2021-11-05  4:16 UTC  (2+ messages)

[PULL 0/2] Net patches
 2021-11-05  4:17 UTC  (3+ messages)
` [PULL 1/2] e1000: fix tx re-entrancy problem
` [PULL 2/2] Fix virtio-net-pci* "vectors" compat

[LTP] [PATCH v2 0/2] Test support for new fanotify FAN_REPORT_PIDFD feature
 2021-11-05  4:21 UTC  (3+ messages)
` [LTP] [PATCH v2 2/2] syscalls/fanotify21: add new test checking the returned pidfd from fanotify in FAN_REPORT_PIDFD mode

[PATCH v4 0/2] vhost: Fix last queue index of devices with no cvq
 2021-11-05  4:19 UTC  (3+ messages)
` [PATCH v4 2/2] vhost: Fix last vq "

[PATCH v3 00/21] cpufreq: introduce a new AMD CPU frequency control mechanism
 2021-11-05  4:20 UTC  (6+ messages)
` [PATCH v3 06/21] cpufreq: amd: introduce a new amd pstate driver to support future processors

[Discussion] The architecture of Scalar (and others) within Git
 2021-11-05  4:20 UTC  (4+ messages)

Cherry-picking 5.16 commits into OpenBMC Linux?
 2021-11-05  4:18 UTC  (5+ messages)

List all commits of a specified file in oldest to newest order
 2021-11-05  4:10 UTC 

[RFC V2 0/5] arm64: dts: imx8mm: Enable CSI and OV5640 Camera
 2021-11-05  4:14 UTC  (11+ messages)

Verifier rejects previously accepted program
 2021-11-05  4:13 UTC  (5+ messages)

[PATCH 0/4] ASoC: mediatek: Update MT8195 machine driver
 2021-11-05  4:11 UTC  (7+ messages)
` [PATCH 3/4] ASoC: mediatek: mt8195: separate the common code from "

[PATCH] powerpc/64s: introduce CONFIG_MAXSMP to test very large SMP
 2021-11-05  4:11 UTC 

[PATCH v4 00/36] bsd-user: arm (32-bit) support
 2021-11-05  3:19 UTC  (5+ messages)
` [PATCH v4 26/36] bsd-user/arm/target_arch_elf.h: arm get hwcap
` [PATCH v4 31/36] bsd-user/arm/target_arch_signal.c: arm set_sigtramp_args
` [PATCH v4 33/36] bsd-user/arm/target_arch_signal.c: arm set_mcontext
` [PATCH v4 36/36] bsd-user: add arm target build

[zen:5.15/zen-sauce 6/28] drivers/gpu/drm/drm_plane_helper.c:113:32: error: 'visible' is used uninitialized
 2021-11-05  4:09 UTC 

[PATCH v3] ARM: dts: aspeed: tyan-s7106: Update nct7802 config
 2021-11-05  4:04 UTC  (3+ messages)

[PATCH v4 06/10] clk: Add Sunplus SP7021 clock driver
 2021-11-05  4:02 UTC  (4+ messages)

[PATCH v2] ARM: dts: aspeed: tyan-s7106: Update nct7802 config
 2021-11-05  4:03 UTC  (7+ messages)

[PATCH 0/5] generic: add a couple of MMAP CoW tests
 2021-11-05  4:04 UTC  (4+ messages)
` [PATCH 1/5] generic/xxx: Add MMAP CoW test for 'regular' case

[PATCH 0/5] certs: various cleanups of certs/Makefile
 2021-11-05  3:59 UTC  (6+ messages)
` [PATCH 1/5] certs: remove meaningless $(error ...) in certs/Makefile
` [PATCH 2/5] certs: check-in the default x509 config file
` [PATCH 3/5] certs: remove noisy messages while generating the signing key
` [PATCH 4/5] certs: use 'cmd' to hide openssl output in silent builds more simply
` [PATCH 5/5] certs: use if_changed to re-generate the key when the key type is changed

[zen:5.15/futex 3/3] kernel/futex.c:4077:5: warning: no previous prototype for function 'futex_opcode_31'
 2021-11-05  4:02 UTC 

[PATCH] configure: Support modules for Windows
 2021-11-05  3:20 UTC 

[Intel-wired-lan] [tnguy-net-queue:dev-queue] BUILD SUCCESS 581e1cbfdda9ddcb87ba8d7952a7d38bf4fb9377
 2021-11-05  4:00 UTC 

[PATCH] target/ppc, hw/ppc: Change maintainers
 2021-11-05  3:46 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.