All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-06-22 00:34:05 to 2022-06-22 02:55:47 UTC [more...]

[PATCH v2] printk/console: Enable console kthreads only when there is no boot console left
 2022-06-22  2:55 UTC  (4+ messages)

[PATCH v2] PCI: endpoint: Fix WARN() when an endpoint driver is removed
 2022-06-22  2:50 UTC 

WARNING in kvm_arch_vcpu_ioctl_run (3)
 2022-06-22  2:46 UTC  (3+ messages)

[PATCH 0/2] net/hns3: support backplane media type
 2022-06-22  2:45 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH 0/7] Fixes and supports for Wangxun NICs
 2022-06-22  2:44 UTC  (4+ messages)
` [PATCH 3/7] net/txgbe: fix register polling

[PATCH] drm/nouveau/mmu: Fix a typo
 2022-06-22  2:42 UTC  (5+ messages)
` [Nouveau] "
` [PATCH v2] "

[igt-dev] [PATCH i-g-t v1] tests/kms_writeback: Detach pipe only for valid FB_ID
 2022-06-22  2:41 UTC 

[usb:usb-linus] BUILD SUCCESS 9ef165406308515dcf2e3f6e97b39a1c56d86db5
 2022-06-22  2:41 UTC 

[PATCH 0/5] Rework amdgpu HW fence refocunt and update scheduler parent fence refcount
 2022-06-22  2:41 UTC  (6+ messages)
` [PATCH 3/5] drm/amdgpu: Prevent race between late signaled fences and GPU reset

[usb:usb-next] BUILD SUCCESS 485394c63f47df18eb7498608d5fc9041c19ec13
 2022-06-22  2:40 UTC 

mm/madvise.c:1438:6: warning: Redundant assignment of 'ret' to itself. [selfAssignment]
 2022-06-22  2:37 UTC  (6+ messages)
        ` [kbuild-all] "

[PATCH] drm/msm/dpu: Increment vsync_cnt before waking up userspace
 2022-06-22  2:38 UTC  (2+ messages)

About the md-bitmap behavior
 2022-06-22  2:37 UTC  (6+ messages)

[PATCH v13 00/14] drm/mediatek: Add MT8195 dp_intf driver
 2022-06-22  2:32 UTC  (5+ messages)
` [PATCH v13 01/14] dt-bindings: mediatek,dpi: Add DP_INTF compatible

[syzbot] INFO: task hung in kernfs_dop_revalidate
 2022-06-22  2:35 UTC 

[PATCH] zram: do not lookup algorithm in backends table
 2022-06-22  2:35 UTC 

[PATCH v2 0/1] devcoredump support for Panfrost GPU driver
 2022-06-22  2:30 UTC  (7+ messages)
` [PATCH v2 1/1] drm/panfrost: Add support for devcoredump
      ` [kbuild-all] "

[PATCH qemu] spapr/ddw: Reset DMA when the last non-default window is removed
 2022-06-22  2:26 UTC  (3+ messages)

[PATCH v4] powerpc/powernv: wire up rng during setup_arch
 2022-06-22  2:27 UTC  (6+ messages)
` [PATCH v5] "

[PATCH v4] xen/gntdev: Avoid blocking in unmap_grant_pages()
 2022-06-22  2:27 UTC 

[PATCH 1/2] drm/amdgpu: update GFX11 cs settings
 2022-06-22  2:25 UTC  (2+ messages)
` [PATCH 2/2] drm/amd/pm: enable VR0 HOT support for SMU 13.0.0

[PATCH] examples/vhost: Fix retry logic on Rx
 2022-06-22  2:26 UTC  (4+ messages)
` [PATCH v2] examples/vhost: fix retry logic on eth rx path

[bug report] I/O blocked during nvme pci rescan/remove/reset test with two nvme disks
 2022-06-22  2:25 UTC 

[PATCH] PCI: endpoint: Fix WARN() when an endpoint driver is removed
 2022-06-22  2:25 UTC  (3+ messages)

[PATCHv2 1/2] mm: eliminate ifdef of HAVE_IOREMAP_PROT in .c files
 2022-06-22  2:22 UTC  (3+ messages)

[PATCH v6 04/14] ALSA: hda: cs35l41: Add initial DSP support and firmware loading
 2022-06-22  2:22 UTC  (3+ messages)

include/linux/percpu-defs.h:317:1: warning: initialization of 'struct cpumask *' from 'int' makes pointer from integer without a cast
 2022-06-22  2:22 UTC 

Unitialized Variable and Null Pointer Dereference bug in gb_bootrom_get_firmware
 2022-06-22  2:19 UTC  (3+ messages)

+ android-binder-stop-saving-a-pointer-to-the-vma-fix.patch added to mm-unstable branch
 2022-06-22  2:19 UTC 

[PATCH -next] evm: Use IS_ENABLED to initialize .enabled
 2022-06-22  2:17 UTC  (5+ messages)

[PULL 00/25] Migration 20220621 patches
 2022-06-22  2:14 UTC  (20+ messages)
` [PULL 05/25] io: add a QIOChannelNull equivalent to /dev/null
` [PULL 06/25] migration: switch to use QIOChannelNull for dummy channel
` [PULL 08/25] migration: rename rate limiting fields in QEMUFile
` [PULL 10/25] migration: rename qemu_ftell to qemu_file_total_transferred
` [PULL 11/25] migration: rename qemu_update_position to qemu_file_credit_transfer
` [PULL 13/25] migration: introduce a QIOChannel impl for BlockDriverState VMState
` [PULL 14/25] migration: convert savevm to use QIOChannelBlock for VMState
` [PULL 15/25] migration: stop passing 'opaque' parameter to QEMUFile hooks
` [PULL 16/25] migration: hardcode assumption that QEMUFile is backed with QIOChannel
` [PULL 17/25] migration: introduce new constructors for QEMUFile
` [PULL 18/25] migration: remove unused QEMUFileGetFD typedef / qemu_get_fd method
` [PULL 19/25] migration: remove the QEMUFileOps 'shut_down' callback
` [PULL 20/25] migration: remove the QEMUFileOps 'set_blocking' callback
` [PULL 21/25] migration: remove the QEMUFileOps 'close' callback
` [PULL 22/25] migration: remove the QEMUFileOps 'get_buffer' callback
` [PULL 23/25] migration: remove the QEMUFileOps 'writev_buffer' callback
` [PULL 24/25] migration: remove the QEMUFileOps 'get_return_path' callback
` [PULL 25/25] migration: remove the QEMUFileOps abstraction

[PATCH v2] sched: RT bandwidth interface for cgroup unified hierarchy
 2022-06-22  2:06 UTC  (3+ messages)

Kernel ABI Monitoring and toolchain support
 2022-06-22  2:14 UTC  (4+ messages)

[PATCH 1/3] ufs: host: ufs-exynos: remove unused defines
 2022-06-22  2:10 UTC  (4+ messages)

[PATCH 0/4] pm8001 driver improvements
 2022-06-22  2:10 UTC  (2+ messages)

[PATCH v5 00/11] scsi: ufs: Fix PMC and low-power mode on MediaTek UFS platforms
 2022-06-22  2:10 UTC  (2+ messages)

[PATCH] scsi: iscsi: prefer xmit of DataOut before new cmd
 2022-06-22  2:10 UTC  (2+ messages)

[PATCH v2 00/11] qla2xxx bug fixes
 2022-06-22  2:10 UTC  (2+ messages)

[PATCH 1/1] scsi: iscsi: Make iscsi_unregister_transport() return void
 2022-06-22  2:10 UTC  (2+ messages)

[PATCH v2] samples: Use KSYM_NAME_LEN for kprobes
 2022-06-22  2:06 UTC  (2+ messages)

[PATCH 0/3] Fixes for dtbs_check warnings on Mediatek XHCI nodes
 2022-06-22  1:57 UTC  (11+ messages)
` [PATCH 2/3] dt-bindings: usb: mtk-xhci: Allow middle optional clocks to be missing

[PATCH] crypto: stm32 - Handle failure of kmalloc_array()
 2022-06-22  2:02 UTC  (2+ messages)

linux-next: build failures after merge of the mm tree
 2022-06-22  2:04 UTC  (5+ messages)

[PATCH 0/2] Fixes for device probing on flaky connections
 2022-06-22  2:02 UTC  (3+ messages)
` [PATCH 1/2] scsi: add BLIST_RETRY_SCAN to ignore errors during scanning

[PATCH] net-tcp: Find dst with sk's xfrm policy not ctl_sk
 2022-06-22  2:01 UTC  (2+ messages)

[PATCH net-next v2] samples/bpf: fixup some tools to be able to support xdp multibuffer
 2022-06-22  2:00 UTC  (2+ messages)

[PATCH 0/2] Kconfig: -O3 enablement
 2022-06-22  1:57 UTC  (3+ messages)

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-06-22  1:58 UTC  (7+ messages)
` [PATCH Part2 v6 13/49] crypto:ccp: Provide APIs to issue SEV-SNP commands
` [PATCH Part2 v6 17/49] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command

[PATCH] lib: utils/mtimer: Add has_broken_mtime quirk
 2022-06-22  1:55 UTC  (4+ messages)

[PATCH v3 0/1] devcoredump support for Panfrost GPU driver
 2022-06-22  1:54 UTC  (2+ messages)
` [PATCH v3 1/1] drm/panfrost: Add support for devcoredump

[PATCH] media: mediatek: vcodec: Initialize decoder parameters after getting dec_capability
 2022-06-22  1:44 UTC  (5+ messages)

[PATCH] sched: RT bandwidth interface for cgroup unified hierarchy
 2022-06-22  1:52 UTC  (3+ messages)
  ` [External] "

[kvalo-ath:master-pending] BUILD SUCCESS 4c8687b2fc6925d0483c1c9441c5c1806145cc0f
 2022-06-22  1:51 UTC 

[PATCH 5.15] mm: validate buddy page before using
 2022-06-22  1:52 UTC  (13+ messages)

[PATCH V6 0/2] riscv: Support qspinlock with generic headers
 2022-06-22  1:51 UTC  (4+ messages)

[PATCH v4, 0/3] add h264 decoder driver for mt8186
 2022-06-22  1:46 UTC  (13+ messages)
` [PATCH v4, 3/3] media: mediatek: vcodec: "

[PATCH] doc: clean vhost async path doc
 2022-06-22  1:45 UTC  (4+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH mptcp-next] selftests: mptcp: Initialize variables to quiet gcc 12 warnings
 2022-06-22  1:46 UTC  (2+ messages)
` selftests: mptcp: Initialize variables to quiet gcc 12 warnings: Tests Results

[PATCH] trace: events: scsi: Print driver_tag and scheduler_tag in SCSI trace
 2022-06-22  1:43 UTC  (3+ messages)
` [PATCH v2] "

[geert-renesas-drivers:master] BUILD SUCCESS d2e8b5ad9e7895b57c60e1c19f760c9081bcd2cd
 2022-06-22  1:41 UTC 

[PATCH net] veth: Add updating of trans_start
 2022-06-22  1:42 UTC  (8+ messages)

[PATCH 3/9] block: Generalize get_current_ioprio() for any task
 2022-06-22  1:41 UTC  (3+ messages)

[PATCH bpf v2 0/2] rethook: Reject getting a rethook if RCU is not watching
 2022-06-22  1:41 UTC  (4+ messages)
` [PATCH bpf v2 1/2] fprobe: samples: Add use_trace option and show hit/missed counter

[PATCH v2] app/test: add event inline security tests
 2022-06-22  1:38 UTC 

[PATCH 0/3] iommu: More internal ops cleanup
 2022-06-22  1:36 UTC  (9+ messages)
` [PATCH 2/3] iommu: Make .release_device optional
` [PATCH 3/3] iommu: Clean up release_device checks

[PATCH] softmmu/physmem: Fix input parameters for flatview_access_allowed()
 2022-06-22  1:28 UTC 

[Intel-gfx] [CI] drm/i915/gem: add missing else
 2022-06-22  1:35 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[PATCH v10 0/2] iommu/mediatek: TTBR up to 35bit support
 2022-06-22  1:28 UTC  (5+ messages)
` [PATCH v10 1/2] iommu/io-pgtable-arm-v7s: Add a quirk to allow pgtable PA up to 35bit

[PATCH 1/2] mt76: mt7915: update mpdu density in 6g capability
 2022-06-22  1:24 UTC  (2+ messages)
` [PATCH 2/2] mt76: mt7915: add sta_rec with EXTRA_INFO_NEW for the first time only

[PATCH] pci/controller/pcie-rcar-host: Hold the reference returned by of_find_matching_node
 2022-06-22  1:32 UTC  (2+ messages)
`  "

Lockups due to "locking/rwsem: Make handoff bit handling more consistent"
 2022-06-22  1:32 UTC  (4+ messages)

[PATCH V3] virtio: disable notification hardening by default
 2022-06-22  1:29 UTC  (2+ messages)

[PATCH] scsi: qla2xxx: check correct variable in qla24xx_async_gffid()
 2022-06-22  1:28 UTC  (2+ messages)

[PATCH v2 0/5] Rework KUnit test execution in modules
 2022-06-21 22:19 UTC  (9+ messages)
` [PATCH v2 2/5] kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suites
` [PATCH v2 3/5] thunderbolt: test: Use kunit_test_suite() macro
` [PATCH v2 4/5] nitro_enclaves: "
` [PATCH v2 5/5] mmc: sdhci-of-aspeed: "

[PATCH v3 bpf-next 0/5] Add bpf_getxattr
 2022-06-22  1:26 UTC  (3+ messages)
` [PATCH v3 bpf-next 2/5] bpf: kfunc support for ARG_PTR_TO_CONST_STR

[PATCH 0/5] Rework KUnit test execution in modules
 2022-06-20  9:26 UTC  (3+ messages)
` [PATCH 4/5] nitro_enclaves: test: Use kunit_test_suite() macro

[LTP] [PATCH v2] madvise06: shrink to 3 MADV_WILLNEED pages to stabilize the test
 2022-06-22  1:24 UTC  (3+ messages)

[PATCH v7] Preserve the EFI System Resource Table for dom0
 2022-06-22  1:23 UTC 

[dpdk-dev] [PATCH] examples/ipsec-secgw: support more flow patterns and actions
 2022-06-22  1:22 UTC  (2+ messages)
` [dpdk-dev] [PATCH v5] "

[PATCH 0/9] iscsi features for 5.20
 2022-06-22  1:20 UTC  (2+ messages)

[PATCH] vhost: fix avail idx update error when desc copy failed
 2022-06-22  1:19 UTC  (2+ messages)
` [PATCH v2] "

[RFT][PATCH v1 0/6] Update vfio_pin/unpin_pages API
 2022-06-22  1:18 UTC  (5+ messages)
` [RFT][PATCH v1 3/6] vfio: Pass in starting IOVA to "
  ` [Intel-gfx] "

[PATCH V2] virtio: disable notification hardening by default
 2022-06-22  1:17 UTC  (6+ messages)

[PATCH -next] soc: mediatek: SVS: Make svs_resume and svs_suspend defined when CONFIG_PM_SLEEP is y
 2022-06-22  1:34 UTC  (2+ messages)

[PATCH v2 bpf-next 0/5] Add bpf_getxattr
 2022-06-22  1:17 UTC  (9+ messages)
` [PATCH v2 bpf-next 3/5] bpf: Allow kfuncs to be used in LSM programs

[Intel-gfx] [PATCH] drm/i915/guc: ADL-N should use the same GuC FW as ADL-S
 2022-06-22  1:16 UTC  (3+ messages)

[PATCH 0/6] iscsi fixes for 5.19 or 5.20
 2022-06-22  1:15 UTC  (2+ messages)

[PATCH] doc: update async enqueue API usage
 2022-06-22  1:13 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v6 0/3] Add nvmem support for dynamic partitions
 2022-06-22  1:06 UTC  (8+ messages)
` [PATCH v6 1/3] dt-bindings: mtd: partitions: support label/name only partition
` [PATCH v6 2/3] dt-bindings: mtd: partitions: add additional example for qcom,smem-part
` [PATCH v6 3/3] mtd: core: introduce of support for dynamic partitions

next/pending-fixes build: 184 builds: 2 failed, 182 passed, 6 errors, 3 warnings (v5.19-rc3-373-gd317111b3b1ae)
 2022-06-22  1:11 UTC 

[next] Unable to handle kernel execute from non-executable memory at virtual address - devm_clk_release
 2022-06-22  1:11 UTC 

[PATCH] mac80211: add s1g action frame in _ieee80211_is_robust_mgmt_frame
 2022-06-22  1:08 UTC 

[PATCH v2] vhost: fix avail idx update error when desc copy failed
 2022-06-22  1:06 UTC 

[Intel-gfx] linux-next: build failure after merge of the drm-misc tree
 2022-06-22  1:04 UTC  (5+ messages)
    `  "

[PATCH -next] scsi: ufs: ufs-mediatek: Fix build error and type unmatch
 2022-06-22  1:01 UTC  (3+ messages)

+ hugetlb-lazy-page-table-copies-in-fork.patch added to mm-unstable branch
 2022-06-22  1:02 UTC 

+ hugetlb-do-not-update-address-in-huge_pmd_unshare.patch added to mm-unstable branch
 2022-06-22  1:02 UTC 

+ arm64-hugetlb-implement-arm64-specific-hugetlb_mask_last_page.patch added to mm-unstable branch
 2022-06-22  1:01 UTC 

+ hugetlb-skip-to-end-of-pt-page-mapping-when-pte-not-present.patch added to mm-unstable branch
 2022-06-22  1:01 UTC 

[viro-vfs:work.iov_iter_get_pages 32/34] fs/splice.c:1170:24: error: implicit declaration of function 'iov_iter_get_pages'; did you mean 'iov_iter_get_pages2'?
 2022-06-22  1:00 UTC 

[qemu-mainline test] 171301: tolerable FAIL - PUSHED
 2022-06-22  1:01 UTC 

[syzbot] KASAN: use-after-free Read in free_netdev (3)
 2022-06-22  1:01 UTC 

[PATCH v3 00/51] target/arm: Scalable Matrix Extension
 2022-06-22  0:58 UTC  (4+ messages)
` [PATCH v3 23/51] target/arm: Implement SME RDSVL, ADDSVL, ADDSPL

[PATCH v3] docs: add PCIe root bus for VGA compat guideline
 2022-06-22  0:56 UTC  (2+ messages)
` [PATCH v4] docs: mention devices with VBE on Root Complex

[PATCH] netconfig: Add getters for DNS addresses and domain names
 2022-06-22  0:57 UTC 

[PATCH v2 0/4] btrfs: fix error handling of cow_file_range(unlock = 0)
 2022-06-22  0:56 UTC  (4+ messages)
` [PATCH v2 3/4] btrfs: fix error handling of fallbacked uncompress write

[RFC PATCH v4 0/7] KVM: x86: add per-vCPU exits disable capability
 2022-06-22  0:49 UTC  (8+ messages)
` [RFC PATCH v4 1/7] KVM: x86: only allow exits disable before vCPUs created
` [RFC PATCH v4 2/7] KVM: x86: Move *_in_guest power management flags to vCPU scope
` [RFC PATCH v4 3/7] KVM: x86: Reject disabling of MWAIT interception when not allowed
` [RFC PATCH v4 4/7] KVM: x86: Let userspace re-enable previously disabled exits
` [RFC PATCH v4 5/7] KVM: x86: add vCPU scoped toggling for "
` [RFC PATCH v4 6/7] KVM: x86: Add a new guest_debug flag forcing exit to userspace
` [RFC PATCH v4 7/7] KVM: selftests: Add tests for VM and vCPU cap KVM_CAP_X86_DISABLE_EXITS

+ mm-thp-kill-transparent_hugepage_active-fix.patch added to mm-unstable branch
 2022-06-22  0:54 UTC 

[mm-unstable v5 PATCH 0/7] Cleanup transhuge_xxx helpers
 2022-06-22  0:54 UTC  (4+ messages)
` [v5 PATCH 4/7] mm: thp: kill transparent_hugepage_active()

[PATCH 0/5] blk-mq: Add a flag for reserved requests series
 2022-06-22  0:51 UTC  (2+ messages)

[PATCH 5.18 000/141] 5.18.6-rc1 review
 2022-06-22  0:52 UTC  (2+ messages)

[viro-vfs:work.iov_iter_get_pages 33/34] lib/iov_iter.c:1225:58: error: passing argument 3 of 'append_pipe' from incompatible pointer type
 2022-06-22  0:50 UTC 

[PATCH] git-send-email: Add --no-validate-email option
 2022-06-22  0:48 UTC  (4+ messages)

mxs_lradc_ts: Warning due to "0 is an invalid IRQ number"
 2022-06-22  0:36 UTC  (7+ 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.