All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-07-27 05:43:39 to 2021-07-27 06:23:00 UTC [more...]

[Intel-wired-lan] Traffic not passing for VLAN ID >= 32 on the I350 SR-IOV enabled NIC
 2021-07-27  6:23 UTC 

[dm-devel] switch the block layer to use kmap_local_page v3
 2021-07-27  5:56 UTC  (42+ messages)
`  "
` [dm-devel] [PATCH 01/15] MIPS: don't include <linux/genhd.h> in <asm/mach-rc32434/rb.h>
  `  "
` [dm-devel] [PATCH 02/15] bvec: fix the include guards for bvec.h
  `  "
` [dm-devel] [PATCH 03/15] bvec: add a bvec_kmap_local helper
  `  "
` [dm-devel] [PATCH 04/15] bvec: add memcpy_{from, to}_bvec and memzero_bvec helper
  ` [PATCH 04/15] bvec: add memcpy_{from,to}_bvec "
  ` [PATCH 04/15] bvec: add memcpy_{from, to}_bvec "
` [PATCH 05/15] block: use memzero_page in zero_fill_bio
  ` [dm-devel] "
` [PATCH 06/15] rbd: use memzero_bvec
  ` [dm-devel] "
` [PATCH 07/15] dm-writecache: use bvec_kmap_local instead of bvec_kmap_irq
  ` [dm-devel] "
` [PATCH 08/15] ps3disk: use memcpy_{from,to}_bvec
  ` [dm-devel] "
` [PATCH 09/15] block: remove bvec_kmap_irq and bvec_kunmap_irq
  ` [dm-devel] "
` [PATCH 10/15] block: rewrite bio_copy_data_iter to use bvec_kmap_local and memcpy_to_bvec
  ` [dm-devel] "
` [PATCH 11/15] block: use memcpy_to_bvec in copy_to_high_bio_irq
  ` [dm-devel] "
` [PATCH 12/15] block: use memcpy_from_bvec in bio_copy_kern_endio_read
  ` [dm-devel] "
` [PATCH 13/15] block: use memcpy_from_bvec in __blk_queue_bounce
  ` [dm-devel] "

bug with large_dir in 5.12.17
 2021-07-27  6:22 UTC  (2+ messages)

[PATCH v22 00/16] Delayed Attributes
 2021-07-27  6:20 UTC  (17+ messages)
` [PATCH v22 01/16] xfs: allow setting and clearing of log incompat feature flags
` [PATCH v22 02/16] xfs: clear log incompat feature bits when the log is idle
` [PATCH v22 03/16] xfs: refactor xfs_iget calls from log intent recovery
` [PATCH v22 04/16] xfs: Return from xfs_attr_set_iter if there are no more rmtblks to process
` [PATCH v22 05/16] xfs: Add state machine tracepoints
` [PATCH v22 06/16] xfs: Rename __xfs_attr_rmtval_remove
` [PATCH v22 07/16] xfs: Handle krealloc errors in xlog_recover_add_to_cont_trans
` [PATCH v22 08/16] xfs: Set up infrastructure for deferred attribute operations
` [PATCH v22 09/16] xfs: Implement attr logging and replay
` [PATCH v22 10/16] RFC xfs: Skip flip flags for delayed attrs
` [PATCH v22 11/16] xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
` [PATCH v22 12/16] xfs: Remove unused xfs_attr_*_args
` [PATCH v22 13/16] xfs: Add delayed attributes error tag
` [PATCH v22 14/16] xfs: Add delattr mount option
` [PATCH v22 15/16] xfs: Merge xfs_delattr_context into xfs_attr_item
` [PATCH v22 16/16] xfs: Add helper function xfs_attr_leaf_addname

[PATCH v22 00/27] Delayed Attributes
 2021-07-27  6:19 UTC  (28+ messages)
` [PATCH v22 01/27] xfsprogs: Reverse apply 72b97ea40d
` [PATCH v22 02/27] xfsprogs: Add xfs_attr_node_remove_name
` [PATCH v22 03/27] xfsprogs: Refactor xfs_attr_set_shortform
` [PATCH v22 04/27] xfsprogs: Separate xfs_attr_node_addname and xfs_attr_node_addname_clear_incomplete
` [PATCH v22 05/27] xfsprogs: Add helper xfs_attr_node_addname_find_attr
` [PATCH v22 06/27] xfsprogs: Hoist xfs_attr_node_addname
` [PATCH v22 07/27] xfsprogs: Hoist xfs_attr_leaf_addname
` [PATCH v22 08/27] xfsprogs: Hoist node transaction handling
` [PATCH v22 09/27] xfsprogs: Add delay ready attr remove routines
` [PATCH v22 10/27] xfsprogs: Add delay ready attr set routines
` [PATCH v22 11/27] xfsprogs: Remove xfs_attr_rmtval_set
` [PATCH v22 12/27] xfsprogs: Clean up xfs_attr_node_addname_clear_incomplete
` [PATCH v22 13/27] xfsprogs: Fix default ASSERT in xfs_attr_set_iter
` [PATCH v22 14/27] xfsprogs: Make attr name schemes consistent
` [PATCH v22 15/27] xfs: allow setting and clearing of log incompat feature flags
` [PATCH v22 16/27] xfsprogs: Return from xfs_attr_set_iter if there are no more rmtblks to process
` [PATCH v22 17/27] xfsprogs: Add state machine tracepoints
` [PATCH v22 18/27] xfsprogs: Rename __xfs_attr_rmtval_remove
` [PATCH v22 19/27] xfsprogs: Set up infrastructure for deferred attribute operations
` [PATCH v22 20/27] xfsprogs: Implement attr logging and replay
` [PATCH v22 21/27] RFC xfsprogs: Skip flip flags for delayed attrs
` [PATCH v22 22/27] xfsprogs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
` [PATCH v22 23/27] xfsprogs: Remove unused xfs_attr_*_args
` [PATCH v22 24/27] xfsprogs: Add delayed attributes error tag
` [PATCH v22 25/27] xfsprogs: Merge xfs_delattr_context into xfs_attr_item
` [PATCH v22 26/27] xfsprogs: Add helper function xfs_attr_leaf_addname
` [PATCH v22 27/27] xfsprogs: Add log item printing for ATTRI and ATTRD

[PATCH V3 00/10] Domain on Static Allocation
 2021-07-27  6:18 UTC  (4+ messages)
` [PATCH V3 10/10] xen/arm: introduce allocate_static_memory

[PATCH v2 00/35] mtd: spi-nor: Handle ID collisions and clean params init
 2021-07-27  4:52 UTC  (17+ messages)
` [PATCH v2 16/35] mtd: spi-nor: core: Mark default_init() as deprecated
` [PATCH v2 17/35] mtd: spi-nor: Introduce spi_nor_nonsfdp_flags_init()
` [PATCH v2 18/35] mtd: spi-nor: Get rid of SPI_NOR_4B_OPCODES flag
` [PATCH v2 19/35] mtd: spi-nor: Get rid of SPI_NOR_IO_MODE_EN_VOLATILE flag
` [PATCH v2 20/35] mtd: spi-nor: core: Use container_of to get the pointer to struct spi_nor
` [PATCH v2 21/35] mtd: spi-nor: Introduce spi_nor_set_mtd_info()
` [PATCH v2 22/35] mtd: spi-nor: core: Use common naming scheme for setting mtd_info fields
` [PATCH v2 23/35] mtd: spi-nor: Get rid of nor->page_size
` [PATCH v2 24/35] mtd: spi-nor: core: Fix spi_nor_flash_parameter otp description

[PATCH] cpufreq:powernv: Fix init_chip_info initialization in numa=off
 2021-07-27  6:16 UTC  (3+ messages)

Fwd: Linux Kernel 5.12.10 Walkman USB DAC support issues
 2021-07-27  6:16 UTC  (2+ messages)

[PATCH 0/3] Fix clang -Wunused-but-set-variable warnings
 2021-07-27  6:15 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] base: mark 'no_warn' as unused

[PATCH v2] scsi: Fix the issue that the disk capacity set to zero
 2021-07-27  6:15 UTC  (3+ messages)

[PATCH v4 00/12] mm/debug_vm_pgtable: Enhancements
 2021-07-27  6:14 UTC  (13+ messages)
` [PATCH v4 01/12] mm/debug_vm_pgtable: Introduce struct pgtable_debug_args
` [PATCH v4 02/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in basic tests
` [PATCH v4 03/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in leaf and savewrite tests
` [PATCH v4 04/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in protnone and devmap tests
` [PATCH v4 05/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in soft_dirty and swap tests
` [PATCH v4 06/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in migration and thp tests
` [PATCH v4 07/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in PTE modifying tests
` [PATCH v4 08/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in PMD "
` [PATCH v4 09/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in PUD "
` [PATCH v4 10/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in PGD and P4D "
` [PATCH v4 11/12] mm/debug_vm_pgtable: Remove unused code
` [PATCH v4 12/12] mm/debug_vm_pgtable: Fix corrupted page flag

[PATCH 4.14 00/81] 4.14.241-rc2 review
 2021-07-27  6:14 UTC 

[PATCH 4.9 00/59] 4.9.277-rc2 review
 2021-07-27  6:14 UTC 

[PATCH 4.4 00/46] 4.4.277-rc2 review
 2021-07-27  6:13 UTC 

[PATCH v3 0/5] Add FF-A support in OP-TEE driver
 2021-07-27  6:13 UTC  (6+ messages)

apparmor support
 2021-07-27  6:12 UTC 

[PATCH 4.19 000/120] 4.19.199-rc1 review
 2021-07-27  6:12 UTC  (6+ messages)
` [PATCH 4.19 065/120] perf test session_topology: Delete session->evlist

[PATCH 00/30] Remove CNL support
 2021-07-27  6:12 UTC  (5+ messages)
` [PATCH 04/30] drm/i915/display: remove explicit CNL handling from intel_cdclk.c
      ` [Intel-gfx] "

apparmor support
 2021-07-27  6:11 UTC 

[PATCH] revision: allow pseudo options after --end-of-options
 2021-07-27  6:10 UTC  (8+ messages)

[PATCH] wireless: rtl8187: replace udev with usb_get_dev()
 2021-07-27  6:10 UTC  (2+ messages)

[PATCH-for-6.1 v4 0/4] gitlab-ci: Document custom CI/CD variables, fix 'when:' conditions
 2021-07-27  6:08 UTC  (7+ messages)
` [PATCH-for-6.1 v4 1/4] docs: Document GitLab custom CI/CD variables
` [PATCH-for-6.1 v4 2/4] gitlab-ci: Fix 'when:' condition in acceptance_test_job_template
` [PATCH-for-6.1 v4 3/4] gitlab-ci: Fix 'when:' condition in EDK2 jobs

[PATCH v6 00/16] memcg accounting from OpenVZ
 2021-07-27  6:09 UTC  (4+ messages)
  ` [PATCH v7 09/10] memcg: enable accounting for tty-related objects

Dropping UDP packets to port 53 containing known domain string?
 2021-07-27  6:09 UTC  (2+ messages)

[PATCH] intersil: remove obsolete prism54 wireless driver
 2021-07-27  6:07 UTC  (4+ messages)

[ext3:generic_block_fiemap_removal 3/4] fs/hpfs/file.c:150 hpfs_iomap_begin() warn: should '1 << blkbits' be a 64 bit type?
 2021-07-27  6:06 UTC 

two small mdev fixups
 2021-07-27  6:04 UTC  (6+ messages)
` [PATCH 2/2] vfio/mdev: don't warn if ->request is not set

[PATCH] btrfs: remove the unnecessary @nr_written parameters
 2021-07-27  6:02 UTC 

[PATCH] ath9k: hif_usb: fix memory leak in ath9k_hif_usb_firmware_cb
 2021-07-27  6:02 UTC  (2+ messages)

[PATCH 0/3] gpiolib: convert 'devprop_gpiochip_set_names' to support multiple gpiochip per device
 2021-07-27  6:02 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/adl_p: Allow underrun recovery when possible
 2021-07-27  6:00 UTC 

[LTP] [PATCH v5, 2/2] cgroup/cgroup_regression_test: Fix umount failure
 2021-07-27  6:00 UTC 

[PATCH v5 0/6] Add support for FORM2 associativity
 2021-07-27  5:59 UTC  (7+ messages)
` [PATCH v5 4/6] powerpc/pseries: Consolidate different NUMA distance update code paths

[PATCH v8 0/8] KVMTOOL RISC-V Support
 2021-07-27  5:58 UTC  (9+ messages)
` [PATCH v8 1/8] update_headers: Sync-up ABI headers with Linux-5.14-rc3
` [PATCH v8 2/8] riscv: Initial skeletal support
` [PATCH v8 3/8] riscv: Implement Guest/VM arch functions
` [PATCH v8 4/8] riscv: Implement Guest/VM VCPU "
` [PATCH v8 5/8] riscv: Add PLIC device emulation
` [PATCH v8 6/8] riscv: Generate FDT at runtime for Guest/VM
` [PATCH v8 7/8] riscv: Handle SBI calls forwarded to user space
` [PATCH v8 8/8] riscv: Generate PCI host DT node

[LTP] [PATCH v5, 1/2] lib/tst_test.sh: Make tst_umount work with argument has trailing slash
 2021-07-27  5:59 UTC 

[PATCH 0/4] soundwire: intel: exit clock-stop mode before system suspend
 2021-07-27  5:56 UTC  (5+ messages)
` [PATCH 1/4] soundwire: intel: fix potential race condition during power down
` [PATCH 2/4] soundwire: intel: skip suspend/resume/wake when link was not started
` [PATCH 3/4] soundwire: intel: exit clock stop mode on system suspend
` [PATCH 4/4] soundwire: intel: simplify pm_runtime handling in suspend/resume

[PATCH v2 0/7] net: phy: adin1100: Add initial support for ADIN1100 industrial PHY
 2021-07-27  5:56 UTC  (5+ messages)
` [PATCH v2 1/7] ethtool: Add 10base-T1L link mode entries
` [PATCH v2 7/7] dt-bindings: adin1100: Add binding for ADIN1100 Ethernet PHY

Regression caught by replay_kernel.py:ReplayKernelNormal.test_aarch64_virt
 2021-07-27  5:57 UTC  (2+ messages)

[PATCH v19 00/17] KVM RISC-V Support
 2021-07-27  5:54 UTC  (18+ messages)
` [PATCH v19 01/17] RISC-V: Add hypervisor extension related CSR defines
` [PATCH v19 02/17] RISC-V: Add initial skeletal KVM support
` [PATCH v19 03/17] RISC-V: KVM: Implement VCPU create, init and destroy functions
` [PATCH v19 04/17] RISC-V: KVM: Implement VCPU interrupts and requests handling
` [PATCH v19 05/17] RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctls
` [PATCH v19 06/17] RISC-V: KVM: Implement VCPU world-switch
` [PATCH v19 07/17] RISC-V: KVM: Handle MMIO exits for VCPU
` [PATCH v19 08/17] RISC-V: KVM: Handle WFI "
` [PATCH v19 09/17] RISC-V: KVM: Implement VMID allocator
` [PATCH v19 10/17] RISC-V: KVM: Implement stage2 page table programming
` [PATCH v19 11/17] RISC-V: KVM: Implement MMU notifiers
` [PATCH v19 12/17] RISC-V: KVM: Add timer functionality
` [PATCH v19 13/17] RISC-V: KVM: FP lazy save/restore
` [PATCH v19 14/17] RISC-V: KVM: Implement ONE REG interface for FP registers
` [PATCH v19 15/17] RISC-V: KVM: Add SBI v0.1 support
` [PATCH v19 16/17] RISC-V: KVM: Document RISC-V specific parts of KVM API
` [PATCH v19 17/17] RISC-V: KVM: Add MAINTAINERS entry

[PATCH] clk: ralink: avoid to set 'CLK_IS_CRITICAL' flag for gates
 2021-07-27  5:55 UTC 

[Buildroot] [autobuild.buildroot.net] Daily results for 2021-07-26
 2021-07-27  5:54 UTC 

Compiling makedumpfile from source
 2021-07-27  5:54 UTC  (6+ messages)

[PATCH] tests/nvdimm/ndtest: Simulate nvdimm health, DSC and smart-inject
 2021-07-27  5:50 UTC 

[LTP] [PATCH v2 1/2] shmget03: don't depend on existed shared resources
 2021-07-27  5:51 UTC  (9+ messages)
` [LTP] [PATCH v2 2/2] msgget03: "

[PATCH] dmaengine: uniphier-xdmac: Use readl_poll_timeout_atomic() in atomic state
 2021-07-27  5:47 UTC 

[LTP] [PATCH v5, 0/2] cgroup/cgroup_regression_test: Fix umount failure
 2021-07-27  5:47 UTC 

[pci:pci/enumeration] BUILD SUCCESS b12d93e9958e028856cbcb061b6e64728ca07755
 2021-07-27  5:46 UTC 

[android-common:android-4.19 1/4] drivers/staging/android/ion/ion_system_heap.c:292:5: warning: no previous prototype for 'ion_system_heap_create'
 2021-07-27  5:45 UTC 

[PATCH] driver: zram: fix wrong counting on pages_store
 2021-07-27  5:45 UTC  (6+ messages)

[dpdk-dev] [PATCH] eal/windows: cleanup virt2phys handle
 2021-07-27  5:43 UTC  (2+ messages)

[mkl-can-next:testing 45/46] drivers/net/can/flexcan.c:666:2: warning: Undefined or garbage value returned to caller [clang-analyzer-core.uninitialized.UndefReturn]
 2021-07-27  5:43 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.