All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-10-21 06:38:20 to 2022-10-21 07:31:37 UTC [more...]

[PATCH 0/6] a pile of randconfig fixes
 2022-10-21  6:44 UTC  (3+ messages)

[PATCH v2 00/36] tcg: Support for Int128 with helpers
 2022-10-21  7:15 UTC  (5+ messages)
` [PATCH v2 01/36] include/qemu/atomic128: Support 16-byte atomic read/write for Intel AVX
` [PATCH v2 03/36] tcg: Introduce paired register allocation
` [PATCH v2 05/36] tcg/arm: Use register pair allocation for qemu_{ld, st}_i64
` [PATCH v2 07/36] tcg: Remove TCG_TARGET_STACK_GROWSUP

[PATCH 00/11] fix memory leak while kset_register() fails
 2022-10-21  7:25 UTC  (15+ messages)
` [PATCH 01/11] kset: fix documentation for kset_register()
  ` [f2fs-dev] "
` [PATCH 02/11] kset: add null pointer check in kset_put()
` [PATCH 03/11] bus: fix possible memory leak in bus_register()
` [PATCH 04/11] kobject: fix possible memory leak in kset_create_and_add()
` [PATCH 07/11] f2fs: fix possible memory leak in f2fs_init_sysfs()
` [PATCH 10/11] drm/amdgpu/discovery: fix possible memory leak
    ` [Ocfs2-devel] [PATCH 00/11] fix memory leak while kset_register() fails
    ` [f2fs-dev] "

[PATCH 1/2] kunit: Provide a static key to check if KUnit is actively running tests
 2022-10-21  7:28 UTC  (2+ messages)
` [PATCH 2/2] kunit: Use the static key in kunit_fail_current_test()

[PATCH] drm/amd/display: Remove duplicate code for DCN314 DML calculation
 2022-10-20 22:10 UTC 

[PATCH V2 0/2] mmc: block: Support Host to control FUA
 2022-10-21  7:30 UTC  (3+ messages)
` [PATCH V2 1/2] "
` [PATCH V2 2/2] mmc: sdhci-sprd: enable fua_disable for SPRDSDHCI

[PATCH] drm/amd/display: Revert logic for plane modifiers
 2022-10-20 20:53 UTC  (5+ messages)

[ndctl PATCH 0/2] add support for CCI command Get Alert Configuration
 2022-10-21  7:30 UTC  (5+ messages)
` [PATCH 1/2] libcxl: add accessors for Get Alert Configuration CCI command output
` [PATCH 2/2] cxl: display alert configuratin fields in list command

[PATCH v3 00/15] btrfs: split out larger chunks of ctree.h
 2022-10-21  7:29 UTC  (16+ messages)
` [PATCH v3 07/15] btrfs: move mount option definitions to fs.h
` [PATCH v3 08/15] btrfs: move fs_info->flags enum "
` [PATCH v3 09/15] btrfs: add a BTRFS_FS_NEED_TRANS_COMMIT flag
` [PATCH v3 10/15] btrfs: remove fs_info::pending_changes and related code
` [PATCH v3 11/15] btrfs: move the compat/incompat flag masks to fs.h
` [PATCH v3 12/15] btrfs: rename struct-funcs.c -> accessors.c
` [PATCH v3 15/15] btrfs: remove temporary btrfs_map_token declaration in ctree.h

[efi:urgent] BUILD SUCCESS 83f923d99cdf079f66fc5fac7d1634a03f229036
 2022-10-21  7:29 UTC 

[syzbot] KASAN: use-after-free Read in kernfs_next_descendant_post (2)
 2022-10-21  7:29 UTC 

[PATCH v2 0/6] update autotest with new algorithms
 2022-10-21  7:26 UTC  (7+ messages)
` [PATCH v2 1/6] test/security: add unit tests for DES and 3DES
` [PATCH v2 2/6] test/security: add unit tests for auth algo MD5
` [PATCH v2 3/6] test/security: update antireplay unit test for event mode
` [PATCH v2 4/6] test/crypto: check antireply capability only for ingress
` [PATCH v2 5/6] test/crypto: add unit tests for DES and MD5
` [PATCH v2 6/6] test/crypto: add unit test for custom UDP ports

[Intel-gfx] [PATCH v3 0/1] Remove Connector iterator macro
 2022-10-21  7:26 UTC  (2+ messages)

[PATCH] drm: Remove drm_mode_config::fb_base
 2022-10-21  7:25 UTC  (6+ messages)

[linux-next:master] BUILD REGRESSION acee3e83b493505058d1e48fce167f623dac1a05
 2022-10-21  7:25 UTC  (2+ messages)

[RFC PATCH v5 0/8] Make balloon drivers' memory changes known to the rest of the kernel
 2022-10-21  7:25 UTC  (4+ messages)
` [RFC PATCH v5 6/8] drivers: vmware: balloon - report inflated memory

[PATCH v2] net: mtk_sgmii: implement mtk_pcs_ops
 2022-10-21  7:24 UTC  (5+ messages)

[PATCH bpf-next] bpf: fix issue that packet only contains l2 is dropped
 2022-10-21  7:25 UTC  (5+ messages)

+ kbuild-treat-char-as-always-unsigned.patch added to mm-nonmm-unstable branch
 2022-10-21  7:24 UTC  (11+ messages)
` [PATCH -mm] -funsigned-char, x86: make struct p4_event_bind::cntr signed array

[PATCH v5 00/10] Driver of Intel(R) Gaussian & Neural Accelerator
 2022-10-20 17:53 UTC  (11+ messages)
` [PATCH v5 01/10] gna: add PCI driver module
` [PATCH v5 02/10] gna: add GNA DRM device
` [PATCH v5 03/10] gna: read hardware info
` [PATCH v5 04/10] gna: initialize MMU
` [PATCH v5 05/10] gna: add GNA_GET_PARAMETER ioctl
` [PATCH v5 06/10] gna: add GNA_GEM_NEW and GNA_GEM_FREE ioctls
` [PATCH v5 07/10] gna: add GNA_COMPUTE ioctl
` [PATCH v5 08/10] gna: add GNA_WAIT ioctl
` [PATCH v5 09/10] gna: add power management
` [PATCH v5 10/10] gna: add open and close operations on GNA device

[PATCH v4 00/10] Driver of Intel(R) Gaussian & Neural Accelerator
 2022-10-20 18:10 UTC  (8+ messages)
` [PATCH v4 01/10] gna: add PCI driver module

[PATCH] kobject: make get_ktype() take a const pointer
 2022-10-21  7:23 UTC 

[PATCH v2 0/2] pinctrl: pinctrl-zynqmp: Revert output-enable and bias-high-impedance support
 2022-10-21  7:21 UTC  (5+ messages)
` [PATCH v2 2/2] Revert "dt-bindings: pinctrl-zynqmp: Add output-enable configuration"

Avoiding allocation of unused shmem page
 2022-10-21  7:23 UTC  (3+ messages)

[PATCH net-next 0/2] net: lan743x: PCI11010 / PCI11414 devices Enhancements
 2022-10-21  7:27 UTC  (3+ messages)
` [PATCH net-next 2/2] net: phy: micrel: Add PHY Auto/MDI/MDI-X set driver for KSZ9131

[RFC] fsnotify: allow sleepable child dentry flag update
 2022-10-21  7:22 UTC  (6+ messages)
` [PATCH 0/2] fsnotify: fix softlockups iterating over d_subdirs
  ` [PATCH 1/2] fsnotify: Protect i_fsnotify_mask and child flags with inode rwsem

[PATCH 0/4] watchdog: Remove #ifdef guards for PM functions
 2022-10-21  7:21 UTC  (4+ messages)
` [PATCH 1/4] watchdog: at91rm9200: Remove #ifdef guards for PM related functions

[PATCH 0/6] staging: vt6655: a series of checkpatch fixes on
 2022-10-21  7:21 UTC  (5+ messages)
` [PATCH 4/6] staging: vt6655: refactor long lines of code in s_vGenerateTxParameter

[kvm-unit-tests PATCH v3 00/13] x86/pmu: Test case optimization, fixes and additions
 2022-10-21  7:21 UTC  (4+ messages)
` [kvm-unit-tests PATCH v3 12/13] x86/pmu: Add assignment framework for Intel-specific HW resources

[PATCH] parisc: Use signed char for hardware path in pdc.h
 2022-10-21  7:20 UTC 

[PATCH 00/17] ARM: remove old board files
 2022-10-21  7:19 UTC  (11+ messages)
` [PATCH 01/17] ARM: at91: remove stale MAINTAINER file entries
  ` [PATCH 02/17] ARM: cns3xxx: remove entire platform
  ` [PATCH 13/17] ARM: omap1: remove unused board files

[PATCH V17 0/7] soc: qcom: dcc: Add driver support for Data Capture and Compare unit(DCC)
 2022-10-21  7:14 UTC  (5+ messages)
` [PATCH V17 2/7] "

[igt-dev] [PATCH i-g-t] tests/kms_plane_cursor: Wait for an extra vblank on AMD hw
 2022-10-21  7:17 UTC  (2+ messages)

per-tagset SRCU struct and quiesce
 2022-10-21  7:16 UTC  (18+ messages)
` [PATCH 1/8] block: set the disk capacity to 0 in blk_mark_disk_dead
` [PATCH 2/8] blk-mq: skip non-mq queues in blk_mq_quiesce_queue
` [PATCH 3/8] blk-mq: move the srcu_struct used for quiescing to the tagset
` [PATCH 4/8] blk-mq: pass a tagset to blk_mq_wait_quiesce_done
` [PATCH 5/8] blk-mq: add tagset quiesce interface
` [PATCH 6/8] nvme: move the NS_DEAD flag to the controller
` [PATCH 7/8] nvme: remove nvme_set_queue_dying
` [PATCH 8/8] nvme: use blk_mq_[un]quiesce_tagset

[PATCH v3 0/2] docs/zh_CN: Add staging/index and xz Chinese translation
 2022-10-21  1:36 UTC  (3+ messages)
` [PATCH v3 1/2] docs/zh_CN: Add staging/index "

[PATCH v1 1/2] pinctrl: pinctrl-loongson2: add pinctrl driver support
 2022-10-21  1:27 UTC  (2+ messages)
` [PATCH v1 2/2] dt-bindings: pinctrl: add loongson2 pinctrl

[PATCH] drivers: mmc: check the return value of mmc_send_if_cond() call
 2022-10-21  7:16 UTC 

[PATCH 0/1] fix segmentation fault with option bandwidth-log
 2022-10-21  6:49 UTC  (2+ messages)
  ` [PATCH 1/1] stat: fix segfault with fio "

[PATCH -next 1/2] selftests/mincore: Add checking of block dev for TEST(check_file_mmap)
 2022-10-21  7:10 UTC  (2+ messages)
` [PATCH -next 2/2] selftests/mincore: Optimize TEST(check_file_mmap) accoring to filemap read around

[PATCH 0/4] vDPA: dev config export via "vdpa dev show" command
 2022-10-21  7:13 UTC  (8+ messages)

[PATCH bpf-next v2 0/6] bpf: Implement cgroup local storage available to non-cgroup-attached bpf progs
 2022-10-21  7:12 UTC  (3+ messages)
` [PATCH bpf-next v2 6/6] docs/bpf: Add documentation for map type BPF_MAP_TYPE_CGRP_STROAGE

[igt-dev] [PATCH i-g-t v2] Avoid SET_CACHING ioctl during fork
 2022-10-21  7:12 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for Avoid SET_CACHING ioctl during fork (rev2)

[Intel-gfx] [PATCH 0/4] Prep series - CDCLK code churn
 2022-10-21  7:11 UTC  (6+ messages)
` [Intel-gfx] [PATCH 2/4] drm/i915/display: Introduce HAS_CDCLK_SQUASH macro
` [Intel-gfx] [PATCH 4/4] drm/i915/display: Move squash_ctl register programming to its own function

BISECT result: 6.0.0-RC kernels trigger Firefox snap bug with 6.0.0-rc3 through 6.0.0-rc7
 2022-10-21  7:12 UTC  (7+ messages)

[PATCH v3 0/3] iio: Support ROHM/Kionix kx022a
 2022-10-21  7:10 UTC  (4+ messages)
` [PATCH v3 2/3] iio: accel: Support Kionix/ROHM KX022A accelerometer

[PATCH bpf-next v2 0/4] Remove unnecessary RCU grace period chaining
 2022-10-21  7:08 UTC  (5+ messages)

[PATCH v2 00/16] drm/vmwgfx: fb, cursors and hashtable refactor
 2022-10-21  7:06 UTC  (5+ messages)
` [PATCH v2 13/16] drm/vmwgfx: Port the framebuffer code to drm fb helpers

[PATCH-for-4.17] xen/sched: fix restore_vcpu_affinity() by removing it
 2022-10-21  7:06 UTC  (2+ messages)

[dm-devel] [PATCH 0/4] remove dangerous cleanup __attribute__ uses
 2022-10-21  7:05 UTC  (5+ messages)
` [dm-devel] [PATCH 1/4] libmultipath: don't print garbage keywords
` [dm-devel] [PATCH 3/4] libmultipath: use regular array for field widths

[syzbot] general protection fault in erofs_bread
 2022-10-21  7:04 UTC  (3+ messages)

[isilence:zc-filter-socket 10/11] io_uring/net.c:1059:14: error: implicit declaration of function 'test_flag'
 2022-10-21  7:03 UTC 

[PATCH v3] fuse: fix readdir cache race
 2022-10-21  7:03 UTC 

[kvm-unit-tests PATCH v3 0/6] s390x: PV fixups
 2022-10-21  7:03 UTC  (8+ messages)
` [kvm-unit-tests PATCH v3 1/6] s390x: snippets: asm: Add a macro to write an exception PSW
` [kvm-unit-tests PATCH v3 2/6] s390x: MAKEFILE: Use $< instead of pathsubst
` [kvm-unit-tests PATCH v3 3/6] lib: s390x: sie: Improve validity handling and make it vm specific
` [kvm-unit-tests PATCH v3 4/6] lib: s390x: Use a new asce for each PV guest
` [kvm-unit-tests PATCH v3 5/6] lib: s390x: Enable reusability of VMs that were in PV mode
` [kvm-unit-tests PATCH v3 6/6] lib: s390x: sie: Properly populate SCA

[PATCH v3 00/17] drm/vmwgfx: fb, cursors and hashtable refactor
 2022-10-21  7:01 UTC  (3+ messages)
` [PATCH v3 13/17] drm/vmwgfx: Port the framebuffer code to drm fb helpers

❌ FAIL: Test report for master (6.1.0-rc1, mainline.kernel.org-clang, e35184f3)
 2022-10-21  7:01 UTC 

[PATCH v2 0/4] Update Microchip PolarFire SoC
 2022-10-21  6:59 UTC  (5+ messages)
` [PATCH v2 1/4] riscv: dts: Update memory configuration
` [PATCH v2 2/4] riscv: dts: Add QSPI NAND device node
` [PATCH v2 3/4] spi: Add Microchip PolarFire SoC QSPI driver
` [PATCH v2 4/4] riscv: Update Microchip MPFS Icicle Kit support

add qemu_fdt_setprop_strings
 2022-10-21  7:00 UTC  (4+ messages)
` [PATCH v5 1/6] device_tree: add qemu_fdt_setprop_strings() helper

[PATCH v3] wifi: rt2x00: use explicitly signed or unsigned types
 2022-10-21  7:00 UTC  (4+ messages)

[RFC PATCH] mm, hwpoison: Recover from copy-on-write machine checks
 2022-10-21  6:57 UTC  (8+ messages)
` [PATCH v2] mm, hwpoison: Try to recover from copy-on write faults

[isar-cip-core][PATCH 1/7] add recipe for optee qemu arm64
 2022-10-21  6:57 UTC  (5+ messages)
` [isar-cip-core][PATCH 2/7] add recipe for for edk2
    ` AW: "

[PATCH v5 0/1] FUSE: Allow non-extending parallel direct writes
 2022-10-21  6:57 UTC  (7+ messages)
` [PATCH v5 1/1] Allow non-extending parallel direct writes on the same file

[PATCH v3] wifi: Fix potential buffer overflow in 'brcmf_fweh_event_worker'
 2022-10-21  6:57 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 01/11] ARM: dts: imx7d-sdb: config the max pressure for tsc2046
 2022-10-21  6:54 UTC  (6+ messages)
` [PATCH AUTOSEL 4.19 10/11] arm64: dts: uniphier: Add USB-device support for PXs3 reference board

[PATCH] qga: add channel path to error messages
 2022-10-21  6:53 UTC  (2+ messages)

[PATCH v2 0/1] mm/page_isolation: fix clang deadcode warning
 2022-10-21  6:54 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH] ubi: block: KASAN null-ptr-deref in ubiblock_create()
 2022-10-21  7:57 UTC  (2+ messages)

[PATCH stable-5.15 0/3] usb: dwc3: 5.15 backports
 2022-10-21  6:54 UTC  (6+ messages)
` [PATCH stable-5.15 3/3] usb: dwc3: disable USB core PHY management

[LTP] [PATCH] syscalls/fork02: new test for fork()
 2022-10-21  6:50 UTC 

[PATCH atusb/fw v2 1/3] Add .gitignore
 2022-10-21  6:53 UTC  (9+ messages)
` [PATCH atusb/fw v2 2/3] atusb: fw: Update toolchain instructions

[PATCH] kbuild: Allow DTB overlays to built from .dtso named source files
 2022-10-21  6:52 UTC  (3+ messages)

[PATCH v13 00/17] qapi: net: add unix socket type support to netdev backend
 2022-10-21  6:50 UTC  (4+ messages)

[PATCH 0/3] Improve libata support for FUA
 2022-10-21  6:50 UTC  (4+ messages)
` [PATCH 2/3] ata: libata: allow toggling fua parameter at runtime

[PATCH] super-intel: make freesize not required for chunk size migration
 2022-10-21  6:49 UTC  (2+ messages)

[PATCH v5 0/4] Add PMEM support for RISC-V
 2022-10-21  6:48 UTC  (4+ messages)
` [PATCH v5 1/4] RISC-V: Fix compilation without RISCV_ISA_ZICBOM

[PATCH] erofs-utils: erofs-utils: lib: fix dev_read
 2022-10-21  6:43 UTC 

[Bridge] [PATCH v8 net-next 00/12] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
 2022-10-21  6:47 UTC  (8+ messages)
` [Bridge] [PATCH v8 net-next 10/12] net: dsa: mv88e6xxx: mac-auth/MAB implementation
        `  "

[PATCH v2 1/1] dt-bindings: clock: ti,cdce925: Convert to DT schema
 2022-10-21  6:47 UTC 

[Buildroot] [PATCH 0/2] Improve handling of debug builds in cargo packages
 2022-10-21  6:48 UTC  (4+ messages)
` [Buildroot] [PATCH 1/2] package/pkg-cargo.mk: fix handling of runtime debug builds

[PATCH 0/6] a pile of randconfig fixes
 2022-10-21  6:47 UTC  (4+ messages)
` [PATCH 5/6] i2c: mlxbf: depend on ACPI; clean away ifdeffage

[PATCH v2 0/2] PCI: qcom: Add basic interconnect support
 2022-10-21  6:46 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: PCI: qcom: Add SC8280XP/SA8540P interconnects
` [PATCH v2 2/2] PCI: qcom: Add basic interconnect support

[PATCH] RISC-V: KVM: Fix kvm_riscv_vcpu_timer_pending() for Sstc
 2022-10-21  6:47 UTC  (5+ messages)

[PATCH] x86/xen: silence smatch warning in pmu_msr_chk_emulated()
 2022-10-21  6:46 UTC  (5+ messages)

[PATCH] hw/acpi/erst.c: Fix memset argument order
 2022-10-21  6:42 UTC  (5+ messages)

[PATCH 0/4] hw/block/nvme: Implement ZNS finish-zone ZDC AEN
 2022-10-21  6:41 UTC  (5+ messages)
` [PATCH 1/4] hw/block/nvme: add ZONE_FINISH_RECOMMENDED functionality
` [PATCH 4/4] hw/block/nvme: add zone descriptor changed AEN

[PATCH -next] i2c: mlxbf: Fix unused-variable warning
 2022-10-21  6:46 UTC  (4+ messages)

[PATCH] eventdev/eth_tx: fix queue delete logic
 2022-10-21  6:43 UTC  (2+ messages)
` [PATCH v2] "

WARNING in isotp_tx_timer_handler
 2022-10-21  6:45 UTC 

[PATCH] USB: gadget: dummy_hcd: switch char * to u8 *
 2022-10-21  6:44 UTC 

[PATCH] efi_loader: remove CONFIG_EFI_SETUP_EARLY
 2022-10-21  6:43 UTC  (2+ messages)

[PATCH] usb: cdnsp: fix issue with ZLP - added TD_SIZE = 1
 2022-10-21  5:03 UTC  (3+ messages)

[Xen-devel] Xen crash after S3 suspend - Xen 4.13
 2022-10-21  6:41 UTC  (12+ messages)
        ` [Xen-devel] Xen crash after S3 suspend - Xen 4.13 and newer

[PATCH 1/1] efi_loader: discover if no efi_system_partition is set
 2022-10-21  6:40 UTC 

❌ FAIL: Test report for master (6.1.0-rc1, mainline.kernel.org-clang, 6d36c728)
 2022-10-21  6:40 UTC 

[PATCH 0/2] PCI: qcom: Add basic interconnect support
 2022-10-21  6:40 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: PCI: qcom: Add SC8280XP/SA8540P interconnects

[PATCH v8 01/14] common/idpf: introduce common library
 2022-10-21  6:40 UTC  (4+ messages)
` [PATCH v9 00/14] add support for idpf PMD in DPDK
  ` [PATCH v9 01/14] common/idpf: introduce common library

[PATCH v7 18/43] instrumented.h: add KMSAN support
 2022-10-21  6:39 UTC  (11+ messages)
  ` Fwd: "

[lib/cpumask] 6f9c07be9d: WARNING:at_include/linux/cpumask.h:#prefill_possible_map
 2022-10-21  6:39 UTC  (4+ messages)

[PATCH v2] ASoC: core: clarify the driver name initialization
 2022-10-21  6:37 UTC  (7+ messages)

[PATCH V2] xen/virtio: Handle PCI devices which Host controller is described in DT
 2022-10-21  6:37 UTC  (10+ messages)

[virtio-dev] [PATCH 0/2] introduce virtio-ism: internal shared memory device
 2022-10-21  6:38 UTC  (12+ 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.