All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-08-23 14:29:22 to 2021-08-23 15:15:33 UTC [more...]

[PATCH v8 00/13] ksmbd: introduce new SMB3 kernel server
 2021-08-23 15:13 UTC  (11+ messages)
` [PATCH 00/11] ksmbd: various fixes
  ` [PATCH 01/11] ksmbd: fix lookup on idmapped mounts
  ` [PATCH 02/11] ksmbd: fix translation in smb2_populate_readdir_entry()
  ` [PATCH 03/11] ksmbd: fix translation in create_posix_rsp_buf()
  ` [PATCH 04/11] smb2pdu: fix translation in ksmbd_acls_fattr()
  ` [PATCH 05/11] ksmbd: fix translation in acl entries
  ` [PATCH 06/11] ksmbd: fix subauth 0 handling in sid_to_id()
  ` [PATCH 07/11] ksmbd: fix translation "
  ` [PATCH 08/11] ndr: fix translation in ndr_encode_posix_acl()
  ` [PATCH 09/11] ksmbd: ensure error is surfaced in set_file_basic_info()

[PATCH] x86/sgx: Add SGX_MemTotal to /proc/meminfo
 2021-08-23 15:15 UTC  (2+ messages)

[PATCH] drm/amdgpu: avoid over-handle of fence driver fini in s3 test (v2)
 2021-08-23 14:41 UTC  (7+ messages)

[PATCH 0/1] arm: imx8m: imx8mm-cl-iot-gate: Add support for detect memory size
 2021-08-23 15:14 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH 2/2] plugio: Check for pointer callback error codes
 2021-08-23 15:12 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/dp: return proper DPRX link training result
 2021-08-23 15:13 UTC  (8+ messages)

[meta-oe][PATCH] c-ares: remove custom patches
 2021-08-23 15:13 UTC 

[PATCH v5 0/3] Support for Kontron Electronics i.MX6UL/ULL and i.MX8MM SoMs
 2021-08-23 15:12 UTC  (3+ messages)
` [PATCH v5 1/3] doc: board: kontron: sl28: Reduce section levels and change title

[Cluster-devel] [PATCH v3 0/2] fs: remove support for mandatory locking
 2021-08-23 15:12 UTC  (4+ messages)
` [Cluster-devel] [PATCH v3 2/2] fs: remove mandatory file locking support
  `  "

[PATCH] PCI: uniphier: Serialize INTx masking/unmasking
 2021-08-23 15:09 UTC  (3+ messages)

sporadic generic/154 failure
 2021-08-23 15:11 UTC  (3+ messages)

[PATCH v5 00/35] SLUB: reduce irq disabled scope and make it RT compatible
 2021-08-23 15:11 UTC  (37+ messages)
` [PATCH v5 01/35] mm, slub: don't call flush_all() from slab_debug_trace_open()
` [PATCH v5 02/35] mm, slub: allocate private object map for debugfs listings
` [PATCH v5 03/35] mm, slub: allocate private object map for validate_slab_cache()
` [PATCH v5 04/35] mm, slub: don't disable irq for debug_check_no_locks_freed()
` [PATCH v5 05/35] mm, slub: remove redundant unfreeze_partials() from put_cpu_partial()
` [PATCH v5 06/35] mm, slub: unify cmpxchg_double_slab() and __cmpxchg_double_slab()
` [PATCH v5 07/35] mm, slub: extract get_partial() from new_slab_objects()
` [PATCH v5 08/35] mm, slub: dissolve new_slab_objects() into ___slab_alloc()
` [PATCH v5 09/35] mm, slub: return slab page from get_partial() and set c->page afterwards
` [PATCH v5 10/35] mm, slub: restructure new page checks in ___slab_alloc()
` [PATCH v5 11/35] mm, slub: simplify kmem_cache_cpu and tid setup
` [PATCH v5 12/35] mm, slub: move disabling/enabling irqs to ___slab_alloc()
` [PATCH v5 13/35] mm, slub: do initial checks in ___slab_alloc() with irqs enabled
` [PATCH v5 14/35] mm, slub: move disabling irqs closer to get_partial() in ___slab_alloc()
` [PATCH v5 15/35] mm, slub: restore irqs around calling new_slab()
` [PATCH v5 16/35] mm, slub: validate slab from partial list or page allocator before making it cpu slab
` [PATCH v5 17/35] mm, slub: check new pages with restored irqs
` [PATCH v5 18/35] mm, slub: stop disabling irqs around get_partial()
` [PATCH v5 19/35] mm, slub: move reset of c->page and freelist out of deactivate_slab()
` [PATCH v5 20/35] mm, slub: make locking in deactivate_slab() irq-safe
` [PATCH v5 21/35] mm, slub: call deactivate_slab() without disabling irqs
` [PATCH v5 22/35] mm, slub: move irq control into unfreeze_partials()
` [PATCH v5 23/35] mm, slub: discard slabs in unfreeze_partials() without irqs disabled
` [PATCH v5 24/35] mm, slub: detach whole partial list at once in unfreeze_partials()
` [PATCH v5 25/35] mm, slub: separate detaching of partial list in unfreeze_partials() from unfreezing
` [PATCH v5 26/35] mm, slub: only disable irq with spin_lock in __unfreeze_partials()
` [PATCH v5 27/35] mm, slub: don't disable irqs in slub_cpu_dead()
` [PATCH v5 28/35] mm, slab: make flush_slab() possible to call with irqs enabled
` [PATCH v5 29/35] mm: slub: Move flush_cpu_slab() invocations __free_slab() invocations out of IRQ context
` [PATCH v5 30/35] mm: slub: Make object_map_lock a raw_spinlock_t
` [PATCH v5 31/35] mm, slub: optionally save/restore irqs in slab_[un]lock()/
` [PATCH v5 32/35] mm, slub: make slab_lock() disable irqs with PREEMPT_RT
` [PATCH v5 33/35] mm, slub: protect put_cpu_partial() with disabled irqs instead of cmpxchg
` [PATCH v5 34/35] mm, slub: use migrate_disable() on PREEMPT_RT
` [PATCH v5 35/35] mm, slub: convert kmem_cpu_slab protection to local_lock

[PATCH 1/2] ioplug: Check for callback error codes
 2021-08-23 15:09 UTC  (2+ messages)

[PATCH 2/2] lib/percpu_test: Add extra tests in percpu_test
 2021-08-23 15:10 UTC  (3+ messages)

[Buildroot] [PATCH v2] package/restorecond: Add new init script
 2021-08-23 15:09 UTC  (4+ messages)
    ` [Buildroot] [External] "

[PATCH 1/2] glibc: Exclude common code to build tests to glibc-tests.inc
 2021-08-23 15:08 UTC  (2+ messages)
` [PATCH 2/2] glibc: ptest: Add support for running glibc test suite with ptest

[PATCH v2 00/12] btrfs-progs: make check handle invalid bg items
 2021-08-23 15:04 UTC  (8+ messages)
` [PATCH v2 01/12] btrfs-progs: fix running lowmem check tests
` [PATCH v2 02/12] btrfs-progs: do not infinite loop on corrupt keys with lowmem mode
` [PATCH v2 07/12] btrfs-progs: add the ability to corrupt fields of the super block

[dpdk-dev] [PATCH] eal: remove the deprecated whitelist/blacklist and master/slave API's
 2021-08-23 15:06 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH] monitor/qmp: fix race with clients disconnecting early
 2021-08-23 15:05 UTC  (2+ messages)

[PATCH v2 0/9] board: toradex: verdin-imx8mm: target refresh
 2021-08-23 15:03 UTC  (10+ messages)
` [PATCH v2 1/9] imx8m: clean-up kconfig indentation
` [PATCH v2 2/9] verdin-imx8mm: fix ethernet
` [PATCH v2 3/9] ARM: dts: imx8mm-verdin: prepare for dek blob encapsulation
` [PATCH v2 4/9] verdin-imx8mm: switch to use binman to pack images
` [PATCH v2 5/9] verdin-imx8mm: enable sleep_moci output
` [PATCH v2 6/9] verdin-imx8mm: drop support for v1.0 hardware
` [PATCH v2 7/9] include/configs: apalis-imx8/verdin-imx8mm: rename kernel image variable
` [PATCH v2 8/9] verdin-imx8mm: use preboot for fdtfile evaluation
` [PATCH v2 9/9] verdin-imx8mm: fix watchdog pinctrl issue

[PATCH v8 00/10] GICv3 LPI and ITS feature implementation
 2021-08-23 15:05 UTC  (4+ messages)
` [PATCH v8 07/10] hw/arm/sbsa-ref: add ITS support in SBSA GIC

[PATCH v3] mtd: spinand: add support for Foresee FS35ND0*G parts
 2021-08-23 15:03 UTC  (10+ messages)

[LTP] [PATCH 0/3] TST_EXP_*() macros fixes
 2021-08-23 15:05 UTC  (4+ messages)
` [LTP] [PATCH 1/3] tst_test_macros: Fix TST_EXP_*() default message
` [LTP] [PATCH 2/3] tst_test_macros: Stringify early
` [LTP] [PATCH 3/3] tst_test_macros: Add test_macros05 tests

[PATCH RFC 0/7] add socket to netdev page frag recycling support
 2021-08-23 15:04 UTC  (5+ messages)
    ` [Linuxarm] "

[PATCH v2 0/4] Rockchip I2S/TDM controller
 2021-08-23 15:02 UTC  (12+ messages)
` [PATCH v2 1/4] ASoC: rockchip: add support for i2s-tdm controller

[Patch v5 0/6] Introduce LMh driver for Qualcomm SoCs
 2021-08-23 15:05 UTC  (4+ messages)
` [Patch v5 2/6] thermal: qcom: Add support for LMh driver

unicode cleanups, and split the data table into a separate module
 2021-08-23 15:02 UTC  (16+ messages)
` [PATCH 01/11] ext4: simplify ext4_sb_read_encoding
  ` [f2fs-dev] "
` [PATCH 02/11] f2fs: simplify f2fs_sb_read_encoding
  ` [f2fs-dev] "
` [PATCH 03/11] unicode: remove the charset field from struct unicode_map
  ` [f2fs-dev] "
` [PATCH 04/11] unicode: mark the version field in struct unicode_map unsigned
  ` [f2fs-dev] "
` [PATCH 05/11] unicode: pass a UNICODE_AGE() tripple to utf8_load
  ` [f2fs-dev] "

[PATCH v2 0/5] KVM: rseq: Fix and a test for a KVM+rseq bug
 2021-08-23 15:00 UTC  (5+ messages)
` [PATCH v2 1/5] KVM: rseq: Update rseq when processing NOTIFY_RESUME on xfer to KVM guest

[PATCH 0/6] Export posix mqueues and named semaphores to procfs
 2021-08-23 15:00 UTC  (7+ messages)
` [PATCH 1/6] cobalt/registry: Share xnregistry_vfreg_ops with other compile units
` [PATCH 2/6] cobalt/registry: Initialize refcnt of exported virtual proc files
` [PATCH 3/6] cobalt/registry: Adding a new xnptree for exporting posix entries
` [PATCH 4/6] cobalt/posix/mqueue: Export created mqueues to procfs
` [PATCH 5/6] cobalt/posix/semaphore: Export named semaphores "
` [PATCH 6/6] testsuite/smokey/leaks: Add export checks for mqueues and named semaphores

[Buildroot] [PATCH v2] package/libselinux: Add autorelabel for first boot
 2021-08-23 14:19 UTC  (5+ messages)
      ` [Buildroot] [External] "

[Regression 5.14] media: dvb userspace api
 2021-08-23 14:59 UTC  (5+ messages)

[PATCH v3 0/4] Add GbEthernet Clock support
 2021-08-23 14:59 UTC  (3+ messages)
` [PATCH v3 4/4] clk: renesas: r9a07g044: Add GbEthernet clock/reset

[PATCH v10 0/6] Re-introduce TX FIFO resize for larger EP bursting
 2021-08-23 14:59 UTC  (22+ messages)

[PATCH v2] vfio/type1: Fix vfio_find_dma_valid return
 2021-08-23 14:58 UTC  (2+ messages)

[PATCH 0/3] ceph: remove the capsnaps when removing the caps
 2021-08-23 14:58 UTC  (3+ messages)
` [PATCH 1/3] "

Drivers for Qualcomm wifi chips (ath*k) and security issues
 2021-08-23 14:58 UTC  (4+ messages)

[PATCH v1 0/3] perf: Support compat mode for AUX ring buffer
 2021-08-23 14:54 UTC  (7+ messages)
` [PATCH v1 3/3] perf auxtrace arm: Support compat_auxtrace_mmap__{read_head|write_tail}

[PATCH v2] x86/fault: Fix wrong signal when vsyscall fails with pkey
 2021-08-23 14:55 UTC  (2+ messages)

Kernel and RPM related bbclass changes
 2021-08-23 14:54 UTC  (11+ messages)
` Kernel "
  ` [PATCH v2 1/4] kernel-module-split.bbclass: Support zstd-compressed modules
  ` [PATCH v2 2/4] Allow opt-out of split kernel modules
  ` [PATCH v2 3/4] kernel.bbclass: Use full versions for inter-package dependencies
  ` [PATCH v2 4/4] Support zstd-compressed squashfs and cpio initramfs
` [PATCH v3 1/4] kernel-module-split.bbclass: Support zstd-compressed modules
` [PATCH v3 2/4] Allow opt-out of split kernel modules
` [PATCH v3 3/4] kernel.bbclass: Use full versions for inter-package dependencies
` [PATCH v3 4/4] Support zstd-compressed squashfs and cpio initramfs

[PATCH v5 0/9] Add generic support for kdump DT properties
 2021-08-23 14:52 UTC  (15+ messages)
` [PATCH v5 1/9] MIPS: Avoid future duplicate elf core header reservation

[PATCH] qed: Enable RDMA relaxed ordering
 2021-08-23 14:54 UTC  (4+ messages)
    ` [EXT] "

[PATCH] drm: rcar-du: Don't create encoder for unconnected LVDS outputs
 2021-08-23 14:53 UTC  (3+ messages)

[PATCH 1/2] iio: ltc2983: add support for optional reset gpio
 2021-08-23 14:51 UTC  (5+ messages)

[dpdk-dev] [PATCH] maintainers: update for net mlx4/mlx5
 2021-08-23 14:50 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-08-23 14:50 UTC  (5+ messages)
` [PATCH Part2 v5 08/45] x86/fault: Add support to handle the RMP fault for user address

send-email issue
 2021-08-23 14:49 UTC  (10+ messages)

[PATCH v6 00/21] File system wide monitoring
 2021-08-23 14:49 UTC  (8+ messages)
` [PATCH v6 04/21] fsnotify: Reserve mark flag bits for backends
` [PATCH v6 20/21] samples: Add fs error monitoring example

Remove the gitlab-ci-runner on source.denx.de?
 2021-08-23 14:48 UTC  (4+ messages)

kernel/irq/irqdomain.o: warning: objtool: __irq_domain_add()+0x271: unreachable instruction
 2021-08-23 14:47 UTC 

[dpdk-dev] [PATCH] net/bnxt: fix to reset Rx next consumer index
 2021-08-23 14:43 UTC  (2+ messages)
` [dpdk-dev] [PATCH v3] net/bnxt: fix crash after port stop/start

[PATCH] libata: add ATA_HORKAGE_NO_NCQ_TRIM for Samsung 860 and 870 SSDs
 2021-08-23 14:46 UTC  (2+ messages)

I2C MV64XXX: Showing Allwinner debug LCR register in bus lock case
 2021-08-23 14:38 UTC  (3+ messages)
  `  "

[PATCH i2c-next 0/4] i2c: mlxcpld: Add fixes and features for transaction polling time setting
 2021-08-23 14:45 UTC  (5+ messages)
` [PATCH i2c-next 1/4] i2c: mlxcpld: Fix criteria for frequency setting
` [PATCH i2c-next 2/4] i2c: mlxcpld: Modify register setting for 400KHz frequency
` [PATCH i2c-next 3/4] i2c: mlxcpld: Reduce polling time for performance improvement
` [PATCH i2c-next 4/4] i2c: mlxcpld: Allow flexible polling time setting for I2C transactions

ucsi_acpi GET_CONNECTOR_STATUS failed (-5)
 2021-08-23 14:29 UTC 

[PATCH 0/2] Add Coresight support for RB5 board
 2021-08-23 14:41 UTC  (3+ messages)

Mixed inline and regular extents caused by btrfs/062
 2021-08-23 14:43 UTC  (2+ messages)

[PATCH v4] vfio/ap_ops: Convert to use vfio_register_group_dev()
 2021-08-23 14:42 UTC 

[PATCH v2] media: pt3: Switch to using functions pcim_* and devm_*
 2021-08-23 14:40 UTC  (3+ messages)

[PATCH] net: stmmac: dwmac-rk: fix unbalanced pm_runtime_enable warnings
 2021-08-23 14:37 UTC  (3+ messages)

[PATCH nftables] src: Optimize prefix match only if is big-endian
 2021-08-23 14:36 UTC  (2+ messages)

[PATCH V3] Fix buffer size warning for strcpy
 2021-08-23 14:35 UTC 

arch/powerpc/kernel/signal_32.c:297:2: warning: Value stored to 'msr' is never read [clang-analyzer-deadcode.DeadStores]
 2021-08-23 14:35 UTC  (3+ messages)

[PATCH] gpu: drm: amd: amdgpu: Fixed a few warnings
 2021-08-23 14:34 UTC  (2+ messages)

[PATCH 0/7] Test the new fanotify FAN_FS_ERROR event
 2021-08-23 14:34 UTC  (9+ messages)
` [PATCH 3/7] syscalls/fanotify20: Validate incoming FID in FAN_FS_ERROR
        ` [LTP] "

[PATCH v8 07/34] clk: tegra: Support runtime PM and power domain
 2021-08-23 14:33 UTC  (12+ messages)

[PATCH v2 0/4] KVM: Various fixes and improvements around kicking vCPUs
 2021-08-23 14:30 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: Clean up benign vcpu->cpu data races when "
` [PATCH v2 2/4] KVM: Guard cpusmask NULL check with CONFIG_CPUMASK_OFFSTACK
` [PATCH v2 3/4] KVM: Optimize kvm_make_vcpus_request_mask() a bit
` [PATCH v2 4/4] KVM: x86: Fix stack-out-of-bounds memory access from ioapic_write_indirect()

[PATCH] mfd/syscon: Use of_iomap() instead of ioremap()
 2021-08-23 14:31 UTC 

[PATCH] Improve error message for label file validation
 2021-08-23 14:30 UTC  (3+ messages)

[PATCH v2 net-next 0/5] Make SWITCHDEV_FDB_{ADD,DEL}_TO_DEVICE blocking
 2021-08-23 14:29 UTC  (11+ messages)

[PATCH 0/3] gdbstub: add support for switchable endianness
 2021-08-23 14:20 UTC  (2+ messages)
` [PATCH 2/3] arm: "

[RFC PATCH v2 00/12] Confidential guest-assisted live migration
 2021-08-23 14:16 UTC  (2+ messages)
` [RFC PATCH v2 12/12] docs: Add confidential guest live migration documentation


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.