All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-03-06 20:56:38 to 2023-03-06 21:37:15 UTC [more...]

linux-next: Signed-off-by missing for commit in the net tree
 2023-03-06 21:37 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-03-06 21:37 UTC 

[PATCH 0/8] RTAS changes for 6.4
 2023-03-06 21:33 UTC  (11+ messages)
` [PATCH 1/8] powerpc/rtas: ensure 8-byte alignment for struct rtas_args
` [PATCH 2/8] powerpc/rtas: use memmove for potentially overlapping buffer copy
` [PATCH 3/8] powerpc/rtas: rtas_call_unlocked() kerneldoc
` [PATCH 4/8] powerpc/rtas: fix miswording in rtas_function kerneldoc
` [PATCH 5/8] powerpc/rtas: rename va_rtas_call_unlocked() to va_rtas_call()
` [PATCH 6/8] powerpc/rtas: lockdep annotations
` [PATCH 7/8] powerpc/rtas: warn on unsafe argument to rtas_call_unlocked()
` [PATCH 8/8] powerpc/rtas: consume retry statuses in sys_rtas()

+ scripts-link-vmlinuxsh-fix-error-message-presentation.patch added to mm-nonmm-unstable branch
 2023-03-06 21:36 UTC 

[PATCH v2 0/3] contrib/elf2dmp: Windows Server 2022 support
 2023-03-06 21:35 UTC  (2+ messages)

[akpm-mm:mm-nonmm-unstable 3/16] Inconsistent kallsyms data
 2023-03-06 21:35 UTC  (2+ messages)

[PATCH] vhost: Drop unused eventfd_add|del hooks
 2023-03-06 21:35 UTC  (2+ messages)

[Intel-xe] [PATCH] drm/xe: Fix duplicated setting for register 0x6604
 2023-03-06 21:35 UTC  (4+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "

[PATCH v3 0/8] QAIC accel driver
 2023-03-06 21:34 UTC  (18+ messages)
` [PATCH v3 1/8] accel/qaic: Add documentation for AIC100 accelerator driver
` [PATCH v3 2/8] accel/qaic: Add uapi and core driver file
` [PATCH v3 3/8] accel/qaic: Add MHI controller
` [PATCH v3 4/8] accel/qaic: Add control path
` [PATCH v3 5/8] accel/qaic: Add datapath
` [PATCH v3 6/8] accel/qaic: Add mhi_qaic_cntl
` [PATCH v3 7/8] accel/qaic: Add qaic driver to the build system
` [PATCH v3 8/8] MAINTAINERS: Add entry for QAIC driver

[PATCH v3 0/2] linux-user: Fix unaligned memory access in prlimit64 syscall
 2023-03-06 21:34 UTC  (3+ messages)
` [PATCH v3 1/2] "

[igt-dev] [PATCH i-g-t v2] perf_pmu: Dump i915_runtime_pm_status
 2023-03-06 21:34 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for perf_pmu: Dump i915_runtime_pm_status (rev3)

[PATCH v1 0/2] target/s390x: Fix emulation of C(G)HRL
 2023-03-06 21:33 UTC  (4+ messages)
` [PATCH v1 1/2] "

[PATCH 0/2] KVM: x86: Propagate AMD-specific IBRS bits to guests
 2023-03-06 21:31 UTC  (3+ messages)

Bug in git archive + .gitattributes + relative path
 2023-03-06 21:32 UTC  (8+ messages)

[PATCH v3] drm/virtio: Fix handling CONFIG_DRM_VIRTIO_GPU_KMS option
 2023-03-06 21:31 UTC  (4+ messages)

[RFC PATCH] Add a sysctl to allow TCP window shrinking in order to honor memory limits
 2023-03-06 21:30 UTC 

[PATCH net v2] net: stmmac: add to set device wake up flag when stmmac init phy
 2023-03-06 21:30 UTC  (2+ messages)

[PATCH net] net: phylib: get rid of unnecessary locking
 2023-03-06 21:30 UTC  (2+ messages)

[PATCH net 0/2] bnxt_en: 2 bug fixes
 2023-03-06 21:30 UTC  (2+ messages)

[PATCH net] net: phy: smsc: fix link up detection in forced irq mode
 2023-03-06 21:30 UTC  (2+ messages)

FAILED: patch "[PATCH] io_uring: handle TIF_NOTIFY_RESUME when checking for" failed to apply to 5.15-stable tree
 2023-03-06 21:29 UTC  (2+ messages)

+ mm-vmalloc-fix-high-order-__gfp_nofail-allocations.patch added to mm-hotfixes-unstable branch
 2023-03-06 21:29 UTC 

[PATCH 00/34] address various checkpatch.pl requirements
 2023-03-06 21:27 UTC  (35+ messages)
` [PATCH 01/34] md: fix required/prohibited spaces [ERROR]
` [PATCH 02/34] md: fix 'foo*' and 'foo * bar' [ERROR]
` [PATCH 03/34] md: fix EXPORT_SYMBOL() to follow its functions immediately [ERROR]
` [PATCH 04/34] md: adjust braces on functions/structures [ERROR]
` [PATCH 05/34] md: correct code indent [ERROR]
` [PATCH 06/34] md: move trailing statements to next line [ERROR]
` [PATCH 07/34] md: consistent spacing around operators [ERROR]
` [PATCH 08/34] md: don't initilize statics/globals to 0/false [ERROR]
` [PATCH 09/34] md: else should follow close curly brace [ERROR]
` [PATCH 10/34] md: remove trailing whitespace [ERROR]
` [PATCH 11/34] md: do not use assignment in if condition [ERROR]
` [PATCH 12/34] md: add missing blank line after declaration [WARNING]
` [PATCH 13/34] md: space prohibited between function and opening parenthesis [WARNING]
` [PATCH 14/34] md: prefer seq_put[cs]() to seq_printf() |WARNING]
` [PATCH 15/34] md: avoid multiple line dereference [WARNING}
` [PATCH 16/34] md: fix block comments [WARNING]
` [PATCH 17/34] md: add missing function identifier names to function definition arguments [WARNING]
` [PATCH 18/34] md: avoid redundant braces in single line statements [WARNING]
` [PATCH 19/34] md: place constant on the right side of a test [WARNING]
` [PATCH 20/34] md: avoid pointless filenames in files [WARNING]
` [PATCH 21/34] md: avoid useless else after break or return [WARNING]
` [PATCH 22/34] md: don't indent labels [WARNING]
` [PATCH 23/34] md: fix code indent for conditional statements [WARNING]
` [PATCH 24/34] md: prefer octal permissions [WARNING]
` [PATCH 25/34] md: remove bogus IS_ENABLED() macro [WARNING]
` [PATCH 26/34] md autodetect: correct placement of __initdata [WARNING]
` [PATCH 27/34] md: prefer using "%s...", __func__ [WARNING]
` [PATCH 28/34] md pq: adjust __attribute__ [WARNING]
` [PATCH 29/34] md: prefer 'unsigned int' [WARNING]
` [PATCH 30/34] md: prefer kmap_local_page() instead of deprecated kmap_atomic() [WARNING]
` [PATCH 31/34] md raid5: prefer 'int' instead of 'signed' [WARNING]
` [PATCH 32/34] md: prefer kvmalloc_array() with multiply [WARNING]
` [PATCH 33/34] md: avoid splitting quoted strings [WARNING]
` [PATCH 34/34] md: avoid return in void functions [WARNING]

[PATCH 00/23] Fix NB_MMU_MODES to 16
 2023-03-06 21:30 UTC  (3+ messages)

[PATCH qemu] linux-user: Emulate /proc/cpuinfo output for riscv
 2023-03-06 21:29 UTC  (2+ messages)

[Buildroot] [PATCH next] package/openfpgaloader: fix typos
 2023-03-06 21:29 UTC  (2+ messages)

[PATCH v10 00/13] phy: Add support for Lynx 10G SerDes
 2023-03-06 21:27 UTC  (7+ messages)
` [PATCH v10 03/13] dt-bindings: Convert gpio-mmio to yaml

[PATCH net-next 0/6] r8169: disable ASPM during NAPI poll
 2023-03-06 21:28 UTC  (7+ messages)
` [PATCH net-next 1/6] r8169: use spinlock to protect mac ocp register access
` [PATCH net-next 2/6] r8169: use spinlock to protect access to registers Config2 and Config5
` [PATCH net-next 3/6] r8169: enable cfg9346 config register access in atomic context
` [PATCH net-next 4/6] r8169: prepare rtl_hw_aspm_clkreq_enable for usage "
` [PATCH net-next 5/6] r8169: disable ASPM during NAPI poll
` [PATCH net-next 6/6] r8169: remove ASPM restrictions now that ASPM is disabled "

[PATCH 0/8] nvmem: Let layout drivers be modules
 2023-03-06 13:54 UTC  (2+ messages)

[PATCH V5 00/15] spi: Add support for stacked/parallel memories
 2023-03-06 21:27 UTC  (4+ messages)
` [PATCH V5 01/15] spi: Replace all spi->chip_select and spi->cs_gpiod references with function call

[PATCH 0/5] fix call cpumask_next() if no further cpus set
 2023-03-06 21:27 UTC  (5+ messages)
` [PATCH 5/5] cpumask: fix comment of cpumask_xxx

[PATCH v8 0/6] Pegasos2 fixes and audio output support
 2023-03-06 21:27 UTC  (3+ messages)
` [PATCH v8 4/6] hw/ppc/pegasos2: Fix PCI interrupt routing

[PATCH v2 2/3] mm/damon/paddr: minor refactor of damon_pa_young()
 2023-03-06 21:27 UTC  (2+ messages)

[PATCH] nfc: change order inside nfc_se_io error path
 2023-03-06 21:26 UTC  (6+ messages)
        ` [PATCH v2] "

RTT-PROBE: lore-subspace-rtt
 2023-03-06 21:27 UTC 

[RFC PATCH 0/6] add: block invalid submodules
 2023-03-06 21:26 UTC  (3+ messages)
` [PATCH v2 2/6] tests: Use `git submodule add` instead of `git add`

[PATCH 0/2] KVM: x86: Propagate AMD-specific IBRS bits to guests
 2023-03-06 21:25 UTC  (5+ messages)

[PATCH 0/9] accel/tcg: Fix page_set_flags and related [#1528]
 2023-03-06 21:24 UTC  (4+ messages)
` [PATCH 1/9] linux-user: Diagnose incorrect -R size

strange grub error on ARM64
 2023-03-06 21:25 UTC  (3+ messages)

[PATCH v4 0/3] mm/khugepaged: fix khugepaged+shmem races
 2023-03-06 21:25 UTC  (5+ messages)

[PATCH V7 0/3] Generate device tree node for pci devices
 2023-03-06 21:24 UTC  (6+ messages)

[PATCH 00/41] rtc: Convert to platform remove callback returning void
 2023-03-06 21:22 UTC  (4+ messages)
` [PATCH 11/41] rtc: ds1685: "

+ mm-khugepaged-recover-from-poisoned-file-backed-memory.patch added to mm-unstable branch
 2023-03-06 21:22 UTC 

+ mm-khugepaged-recover-from-poisoned-anonymous-memory.patch added to mm-unstable branch
 2023-03-06 21:22 UTC 

+ mm-hwpoison-introduce-copy_mc_highpage.patch added to mm-unstable branch
 2023-03-06 21:22 UTC 

[net-next] ptp_ocp: add force_irq to xilinx_spi configuration
 2023-03-06 21:22 UTC  (5+ messages)

[akpm-mm:mm-unstable 83/143] mm/khugepaged.c:1704:9: error: call to undeclared function 'vma_try_start_write'; ISO C99 and later do not support implicit function declarations
 2023-03-06 21:20 UTC  (2+ messages)

[PATCH v3 00/13] vfio/migration: Device dirty page tracking
 2023-03-06 21:19 UTC  (7+ messages)

[Bug 217122] New: Regression in xhci driver since 6.1 "Transfer event TRB DMA ptr not part of current TD"
 2023-03-06 21:18 UTC  (4+ messages)
` [Bug 217122] "

[PATCH V3 00/20] Add basic ACPI support for RISC-V
 2023-03-06 21:18 UTC  (16+ messages)
` [PATCH V3 15/20] clocksource/timer-riscv: Refactor riscv_timer_init_dt()
` [PATCH V3 16/20] clocksource/timer-riscv: Add ACPI support
` [PATCH V3 17/20] RISC-V: time.c: Add ACPI support for time_init()
` [PATCH V3 18/20] RISC-V: Add ACPI initialization in setup_arch()
` [PATCH V3 19/20] RISC-V: Enable ACPI in defconfig

[tip:ras/core] BUILD SUCCESS 7214b32b6f4c6c1385a52f2e3a7107f28349f505
 2023-03-06 21:16 UTC 

[tip:x86/paravirt] BUILD SUCCESS c9ae1b10d9561012a222e05f0d3ab4e93d301f06
 2023-03-06 21:17 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-03-06 21:17 UTC 

Bugs in dps310 Linux driver
 2023-03-06 21:15 UTC  (4+ messages)

[Buildroot] [PATCH next 1/1] package/gsl: bump to version 2.7.1
 2023-03-06 21:14 UTC 

+ mm-damon-paddr-fix-folio_nr_pages-after-folio_put-in-damon_pa_mark_accessed_or_deactivate.patch added to mm-hotfixes-unstable branch
 2023-03-06 21:13 UTC  (3+ messages)

[BUG] perf: No samples found when using kcore + coresight
 2023-03-06 21:13 UTC 

[PATCH 08/99] fbdev/arkfb: Duplicate video-mode option string
 2023-03-06 21:12 UTC  (3+ messages)

[PATCH v4] gpio: mmio: handle "ngpios" properly in bgpio_init()
 2023-03-06 21:12 UTC 

[PATCH v3 0/5] batched remove rmap in try_to_unmap_one()
 2023-03-06 21:12 UTC  (2+ messages)

[PATCH net-next 0/8][pull request] i40e: support XDP multi-buffer
 2023-03-06 21:08 UTC  (9+ messages)
` [PATCH net-next 1/8] i40e: consolidate maximum frame size calculation for vsi
` [PATCH net-next 2/8] i40e: change Rx buffer size for legacy-rx to support XDP multi-buffer
` [PATCH net-next 3/8] i40e: add pre-xdp page_count in rx_buffer
` [PATCH net-next 4/8] i40e: Change size to truesize when using i40e_rx_buffer_flip()
` [PATCH net-next 5/8] i40e: use frame_sz instead of recalculating truesize for building skb
` [PATCH net-next 6/8] i40e: introduce next_to_process to i40e_ring
` [PATCH net-next 7/8] i40e: add xdp_buff to i40e_ring struct
` [PATCH net-next 8/8] i40e: add support for XDP multi-buffer Rx

[PATCH v8 0/5] mac80211_hwsim: Add PMSR support
 2023-03-06 21:11 UTC  (5+ messages)
` [PATCH v8 3/5] mac80211_hwsim: add PMSR request support via virtio

[PATCH net-next] net: remove enum skb_free_reason
 2023-03-06 21:10 UTC  (2+ messages)

[PATCH] staging: axis-fifo: alignment should match opening parenthesis in axis-fifo.c
 2023-03-06 21:08 UTC  (2+ messages)

[Buildroot] [git commit] package/rtl8821cu: switch to version 20210916
 2023-03-06 21:06 UTC 

[PATCH v2 0/8] Enable building more libraries on Windows
 2023-03-06 21:07 UTC  (4+ messages)
` [PATCH v4 0/9] "
  ` [PATCH v4 9/9] table: enable build "

[Buildroot] [PATCH v2 1/1] package/rtl8821cu: switch to version 20210916
 2023-03-06 21:07 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-03-06 21:07 UTC 

[PATCH net] net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler()
 2023-03-06 21:06 UTC  (3+ messages)

[RFC PATCH 0/9] fuse: API for Checkpoint/Restore
 2023-03-06 21:05 UTC  (5+ messages)

[RFC] Open Source Contribution | GSoC Perf
 2023-03-06 21:04 UTC 

[PATCH v2 0/4] fix call cpumask_next() if no further cpus set
 2023-03-06 21:03 UTC  (5+ messages)
` [PATCH v2 1/4] random: fix try_to_generate_entropy() "
` [PATCH v2 2/4] wireguard: fix wg_cpumask_choose_online() "
` [PATCH v2 3/4] scsi: lpfc: fix lpfc_cpu_affinity_check() "
` [PATCH v2 4/4] scsi: lpfc: fix lpfc_nvmet_setup_io_context() "

[PATCH v2] drm/i915/gvt: Make use of idr_find and idr_for_each_entry in dmabuf
 2023-03-06 21:03 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/gvt: Make use of idr_find and idr_for_each_entry in dmabuf (rev2)

QUESTION: INT1 instruction for breakpoints
 2023-03-06 21:03 UTC  (2+ messages)

[meta-arago] [master/kirkstone][PATCH] all: unbreak populate_sdk task (again)
 2023-03-06 21:02 UTC 

[PATCH 0/3] block: protect BlockBackend->queued_requests with a lock
 2023-03-06 21:01 UTC  (4+ messages)
` [PATCH 1/3] block: make BlockBackend->quiesce_counter atomic

[PATCH v3] log: add timestamp for log
 2023-03-06 21:00 UTC  (3+ messages)

cpumask emergency fixes pushed out
 2023-03-06 20:59 UTC 

[PATCH] object-file: reprepare alternates when necessary
 2023-03-06 20:59 UTC 

+ lib-stackdepot-kmsan-mark-api-outputs-as-initialized.patch added to mm-unstable branch
 2023-03-06 20:59 UTC 

+ kmsan-add-test_stackdepot_roundtrip.patch added to mm-unstable branch
 2023-03-06 20:59 UTC 

[PATCH] f2fs: fix to check quota inums
 2023-03-06 20:59 UTC  (3+ messages)
` [f2fs-dev] "

audit userspace problems with io_uring async ops
 2023-03-06 20:58 UTC  (3+ messages)

[PATCH][next] platform/chrome: Replace fake flexible arrays with flexible-array member
 2023-03-06 20:59 UTC 

[PATCH] drm/xe/display: Do not use i915 frontbuffer tracking implementation
 2023-03-06 20:58 UTC  (6+ messages)
` [Intel-xe] "
    ` [Intel-gfx] "
      ` [Intel-xe] [Intel-gfx] "

[PATCH 0/2] Remove SEC S5M MFDs with no compatibles
 2023-03-06 20:58 UTC  (3+ messages)
` [PATCH 2/2] rtc: s5m: Drop S5M8763 support

[PATCH][next] rxrpc: Replace fake flex-array with flexible-array member
 2023-03-06 20:57 UTC 

[LSF/MM/BPF TOPIC] Flexible orders for anonymous folios
 2023-03-06 20:57 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-03-06 20:57 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.