All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-09-27 21:16:52 to 2021-09-27 22:05:40 UTC [more...]

[PATCH v2 00/14] block: 6th batch of add_disk() error handling conversions
 2021-09-27 22:03 UTC  (11+ messages)
` [PATCH v2 01/14] block/swim3: add error handling support for add_disk()
` [PATCH v2 03/14] floppy: use blk_cleanup_disk()
` [PATCH v2 04/14] floppy: fix calling platform_device_unregister() on invalid drives
` [PATCH v2 05/14] floppy: add error handling support for add_disk()
` [PATCH v2 06/14] amiflop: "
` [PATCH v2 07/14] swim: simplify using blk_cleanup_disk() on swim_remove()
` [PATCH v2 08/14] swim: add helper for disk cleanup
` [PATCH v2 11/14] block/ataflop: use the blk_cleanup_disk() helper
` [PATCH v2 13/14] block/ataflop: provide a helper for cleanup up an atari disk
` [PATCH v2 14/14] block/ataflop: add error handling support for add_disk()

Current high bug count owners for Yocto Project 3.4
 2021-09-27 22:05 UTC 

[PATCH v2 00/10] block: fourth batch of add_disk() error handling conversions
 2021-09-27 22:01 UTC  (15+ messages)
` [PATCH v2 01/10] mtip32xx: add error handling support for add_disk()
` [PATCH v2 02/10] pktcdvd: "
` [PATCH v2 03/10] ps3disk: "
` [PATCH v2 04/10] ps3vram: "
` [PATCH v2 05/10] rnbd: "
` [PATCH v2 06/10] block/rsxx: "
` [PATCH v2 07/10] block/sunvdc: "
` [PATCH v2 08/10] block/sx8: "
` [PATCH v2 09/10] pf: "
` [PATCH v2 10/10] mtd/ubi/block: "

[PULL 00/20] NBD patches through 2021-09-27
 2021-09-27 21:55 UTC  (9+ messages)
` [PULL 01/20] qemu-nbd: Change default cache mode to writeback
` [PULL 02/20] block/io: bring request check to bdrv_co_(read, write)v_vmstate
` [PULL 03/20] qcow2: check request on vmstate save/load path
` [PULL 05/20] block: use int64_t instead of uint64_t in driver write handlers
` [PULL 06/20] block: use int64_t instead of uint64_t in copy_range driver handlers
` [PULL 09/20] block/io: allow 64bit write-zeroes requests
` [PULL 10/20] block: make BlockLimits::max_pdiscard 64bit
` [PULL 19/20] block/nbd: check that received handle is valid

[PATCH v2 00/10] block: second batch of add_disk() error handling conversions
 2021-09-27 22:00 UTC  (18+ messages)
` [PATCH v2 01/10] block/brd: add error handling support for add_disk()
` [PATCH v2 02/10] bcache: "
` [PATCH v2 03/10] nvme-multipath: "
` [PATCH v2 04/10] nvdimm/btt: do not call del_gendisk() if not needed
` [PATCH v2 05/10] nvdimm/btt: use goto error labels on btt_blk_init()
` [PATCH v2 06/10] nvdimm/btt: add error handling support for add_disk()
` [PATCH v2 07/10] nvdimm/blk: avoid calling del_gendisk() on early failures
` [PATCH v2 08/10] nvdimm/blk: add error handling support for add_disk()
` [PATCH v2 09/10] xen-blkfront: "
` [PATCH v2 10/10] zram: "

[PATCH v2 0/6] block: 5th batch of add_disk() error handling conversions
 2021-09-27 22:02 UTC  (7+ messages)
` [PATCH v2 1/6] cdrom/gdrom: add error handling support for add_disk()
` [PATCH v2 2/6] rbd: add add_disk() error handling
` [PATCH v2 3/6] mtd: "
` [PATCH v2 4/6] s390/block/dasd_genhd: add error handling support for add_disk()
` [PATCH v2 5/6] s390/block/dcssblk: "
` [PATCH v2 6/6] s390/block/scm_blk: "

[PATCH v2 0/4] Restore I/O priority support in the mq-deadline scheduler
 2021-09-27 22:03 UTC  (5+ messages)
` [PATCH v2 1/4] block/mq-deadline: Improve request accounting further
` [PATCH v2 2/4] block/mq-deadline: Add an invariant check
` [PATCH v2 3/4] block/mq-deadline: Stop using per-CPU counters
` [PATCH v2 4/4] block/mq-deadline: Prioritize high-priority requests

[PATCH] libtraceevent: Fix for print_field
 2021-09-27 22:02 UTC  (3+ messages)

[PATCH v2 00/15] block: third batch of add_disk() error handling conversions
 2021-09-27 22:01 UTC  (16+ messages)
` [PATCH v2 01/15] z2ram: add error handling support for add_disk()
` [PATCH v2 02/15] aoe: "
` [PATCH v2 03/15] m68k/emu/nfblock: "
` [PATCH v2 04/15] drbd: "
` [PATCH v2 05/15] um/drivers/ubd_kern: "
` [PATCH v2 06/15] xtensa/platforms/iss/simdisk: "
` [PATCH v2 07/15] n64cart: "
` [PATCH v2 08/15] pcd: move the identify buffer into pcd_identify
` [PATCH v2 09/15] pcd: cleanup initialization
` [PATCH v2 10/15] pf: "
` [PATCH v2 11/15] pd: "
` [PATCH v2 12/15] pcd: add error handling support for add_disk()
` [PATCH v2 13/15] pcd: fix ordering of unregister_cdrom()
` [PATCH v2 14/15] pcd: capture errors on cdrom_register()
` [PATCH v2 15/15] pd: add error handling support for add_disk()

[Intel-gfx] [PATCH 00/13] drm/i915/tc: Fix TypeC connect/disconnect sequences
 2021-09-27 22:02 UTC  (8+ messages)
` [Intel-gfx] [PATCH 07/13] drm/i915/tc: Add a mode for the TypeC PHY's disconnected state
` [Intel-gfx] [PATCH 08/13] drm/i915/tc: Refactor TC-cold block/unblock helpers
` [Intel-gfx] [PATCH 10/13] drm/i915/icl/tc: Remove the ICL special casing during TC-cold blocking

[PATCHSET RFC v2 chandan 0/4] xfs: separate btree cursor slab zones
 2021-09-27 22:01 UTC  (9+ messages)
` [PATCH 3/4] xfs: check absolute maximum nlevels for each btree type
` [PATCH 4/4] xfs: use separate btree cursor slab "

[PATCH] PCI: xgene: Use PCI_VENDOR_ID_AMCC macro
 2021-09-27 22:01 UTC  (2+ messages)

[PATCH v4 0/6] block: first batch of add_disk() error handling conversions
 2021-09-27 21:59 UTC  (21+ messages)
` [dm-devel] "
` [PATCH v4 1/6] scsi/sd: add error handling support for add_disk()
  ` [dm-devel] "
` [PATCH v4 2/6] scsi/sr: "
  ` [dm-devel] "
` [PATCH v4 3/6] md: "
  ` [dm-devel] "
` [dm-devel] [PATCH v4 4/6] dm: add add_disk() error handling
  `  "
` [PATCH v4 5/6] loop: add error handling support for add_disk()
  ` [dm-devel] "
` [PATCH v4 6/6] nbd: "
  ` [dm-devel] "

[PATCH] Bluetooth: msft: Fix build when BT_MSFTEXT is not defined
 2021-09-27 22:00 UTC 

[OE-core][PATCH] rm_work.bbclass: Fix for files starting with -
 2021-09-27 22:00 UTC 

Yocto Project Newcomer & Unassigned Bugs - Help Needed
 2021-09-27 21:59 UTC 

[PATCH] Revert "of: property: fw_devlink: Add support for remote-endpoint"
 2021-09-27 21:58 UTC  (2+ messages)

[PATCH v4 0/2] Global Clock Controller driver for MSM8976/56
 2021-09-27 21:58 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: clk: qcom: Document MSM8976 Global Clock Controller
` [PATCH v4 2/2] clk: qcom: Add MSM8976/56 Global Clock Controller (GCC) driver

[PATCH] printk: avoid -Wsometimes-uninitialized warning
 2021-09-27 21:58 UTC  (5+ messages)

[PATCH 3/5] vfs: add a zero-initialization mode to fallocate
 2021-09-27 21:57 UTC  (12+ messages)

drivers/gpu/drm/i915/gvt/scheduler.c:646 prepare_shadow_wa_ctx() warn: inconsistent returns 'wa_ctx->indirect_ctx.obj->base.resv'
 2021-09-27 21:57 UTC 

[PATCH v11 00/16] target/riscv: Update QEmu for Zb[abcs] 1.0.0
 2021-09-27 21:54 UTC  (5+ messages)

[PATCH] tracing/cfi: Fix cmp_entries_* functions signature mismatch
 2021-09-27 21:56 UTC  (4+ messages)

[PATCH] s390/sclp_vt220: fix unused function warning
 2021-09-27 21:56 UTC 

[PATCH] selinux: enable genfscon labeling for securityfs
 2021-09-27 21:56 UTC  (5+ messages)

[PATCH 0/5] x86/mce: Handle error simulation failures in mce-inject module
 2021-09-27 21:56 UTC  (6+ messages)
` [PATCH 1/5] x86/mce/inject: Check if a bank is unpopulated before error simulation

ANSI sequences produced on non-ANSI terminal
 2021-09-27 21:56 UTC  (10+ messages)
` [PATCH] config: add an includeIf.env{Exists,Bool,Is,Match}

[PATCH 0/5] Designated initializer cleanup & conversion
 2021-09-27 21:54 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/5] *.h _INIT macros: don't specify fields equal to 0

[PATCH 0/3] drm/dp, drm/i915: Finish basic PWM support for VESA backlight helpers
 2021-09-27 21:54 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH 0/3] drm/bridge: Create a function to abstract panels away
 2021-09-27 21:53 UTC  (5+ messages)
` [PATCH 1/3] drm/bridge: Add a function to abstract away panels

[PATCH] arm64: dts: qcom: msm8996: Add CPU cooling suppor,t
 2021-09-27 21:52 UTC  (2+ messages)

[PATCH 0/5] btrfs-progs: use direct-IO for zoned device
 2021-09-27 21:51 UTC  (2+ messages)

[lpc-contact] Linux Plumbers Conference Last Day
 2021-09-27 21:51 UTC  (2+ messages)

❌ FAIL: Test report for kernel 5.15.0-rc3 (mainline.kernel.org-clang, 42d43c92)
 2021-09-27 21:51 UTC 

Linux 5.15-rc3
 2021-09-27 21:49 UTC  (6+ messages)

[PATCH 1/2] dt-bindings: pwm: rockchip: add description for rk3568
 2021-09-27 21:47 UTC  (4+ messages)
` (subset) "

[RFC PATCH] cxl: switch usp to parent cxl_port
 2021-09-27 21:49 UTC  (2+ messages)

[PATCH net] net: sun: SUNVNET_COMMON should depend on INET
 2021-09-27 21:48 UTC 

[freescale-fslc:5.10-2.1.x-imx 13116/14523] drivers/regulator/fp9931-regulator.c:25:1: warning: 'static' is not at beginning of declaration
 2021-09-27 21:47 UTC 

call_rcu data race patch
 2021-09-27 21:46 UTC  (11+ messages)

[PATCH] dt-bindings: display: simple: hardware can use ddc-i2c-bus
 2021-09-27 21:45 UTC 

[PATCH v5 0/3] staging: vt6655: replace camel case variables
 2021-09-27 21:46 UTC  (7+ messages)
` [PATCH v5 1/3] staging: vt6655: fix camelcase in bShortSlotTime
` [PATCH v5 2/3] staging: vt6655: fix camelcase in ldBmThreshold

[PATCH] staging: r8188eu: Remove unused macros and defines from odm.h
 2021-09-27 21:45 UTC 

[PATCH 2/2] fuse: Send security context of inode on file creation
 2021-09-27 21:45 UTC  (13+ messages)
                    ` [Virtio-fs] "

[PATCH v9 0/3] maintenance: add support for systemd timers on Linux
 2021-09-27 21:44 UTC  (4+ messages)
` [PATCH v10 "

[PATCH v2] nbd/server: Add --selinux-label option
 2021-09-27 21:39 UTC  (4+ messages)

[PATCH 02/02 v2] drm/amd/display: add cyan_skillfish display support
 2021-09-27 21:37 UTC  (3+ messages)

linux-next: Fixes tag needs some work in the perf-current tree
 2021-09-27 21:35 UTC 

[GIT PULL] (Many) KVM fixes for 5.15-rc4
 2021-09-27 21:35 UTC  (2+ messages)

[GIT PULL] perf tools fixes for v5.15: 2nd batch
 2021-09-27 21:35 UTC  (2+ messages)

[PATCH v6 0/7] Basic recovery for machine checks inside SGX
 2021-09-27 21:34 UTC  (9+ messages)
` [PATCH v7 "
  ` [PATCH v7 1/7] x86/sgx: Add new sgx_epc_page flag bit to mark in-use pages
  ` [PATCH v7 2/7] x86/sgx: Add infrastructure to identify SGX EPC pages
  ` [PATCH v7 3/7] x86/sgx: Initial poison handling for dirty and free pages
  ` [PATCH v7 4/7] x86/sgx: Add SGX infrastructure to recover from poison
  ` [PATCH v7 5/7] x86/sgx: Hook arch_memory_failure() into mainline code
  ` [PATCH v7 6/7] x86/sgx: Add hook to error injection address validation
  ` [PATCH v7 7/7] x86/sgx: Add check for SGX pages to ghes_do_memory_failure()

[PATCH] fs: eventpoll: add empty event
 2021-09-27 21:33 UTC  (4+ messages)

[PATCH 0/1] maintenance: fix test t7900-maintenance.sh
 2021-09-27 21:30 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v2 0/6] Fix various issues around removal of untracked files/directories
 2021-09-27 21:31 UTC  (5+ messages)
` [PATCH v3 00/11] "

[PATCH v3] KEYS: trusted: Fix trusted key backends when building as module
 2021-09-27 21:31 UTC  (8+ messages)

[PATCH v5 01/13] drm/ttm: stop calling tt_swapin in vm_access
 2021-09-27 21:29 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [v5,01/13] "

drivers/power/supply/ltc4162-l-charger.c:912:34: warning: unused variable 'ltc4162l_of_match'
 2021-09-27 21:28 UTC  (2+ messages)

[pull] amdgpu, amdkfd, radeon drm-next-5.16
 2021-09-27 21:26 UTC 

m68k: default value for MEMORY_RESERVE?
 2021-09-27 21:26 UTC 

[PATCH v4 0/8] PCI: Drop duplicated tracking of a pci_dev's bound driver
 2021-09-27 20:59 UTC  (2+ messages)

[PATCH v4 0/4] mm: A few cleanup patches around zap, shmem and uffd
 2021-09-27 21:21 UTC  (4+ messages)
` [PATCH v4 1/4] mm/shmem: Unconditionally set pte dirty in mfill_atomic_install_pte

Bug Report: git ls-files -d
 2021-09-27 21:21 UTC  (2+ messages)

[Intel-gfx] [PATCH 0/6] drm/i915: Reject bogus modes with fixed mode panels
 2021-09-27 21:21 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Reject bogus modes with fixed mode panels (rev3)

[PATCH 0/5] irq_work: PREEMPT_RT bits
 2021-09-27 21:19 UTC  (6+ messages)
` [PATCH 1/5] sched/rt: Annotate the RT balancing logic irqwork as IRQ_WORK_HARD_IRQ
` [PATCH 2/5] irq_work: Ensure that irq_work runs in in-IRQ context
` [PATCH 3/5] irq_work: Allow irq_work_sync() to sleep if irq_work() no IRQ support
` [PATCH 4/5] irq_work: Handle some irq_work in SOFTIRQ on PREEMPT_RT
` [PATCH 5/5] irq_work: Also rcuwait for !IRQ_WORK_HARD_IRQ "

[Buildroot] [PATCH 1/1] package/atftp: security bump to version 0.7.5
 2021-09-27 21:18 UTC 

[PATCH v15 00/12] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-09-27 21:17 UTC  (3+ messages)

[PATCH v8 0/9] gpio-rockchip driver
 2021-09-27 21:04 UTC  (4+ messages)
` [PATCH v8 9/9] pinctrl/rockchip: drop the gpio related codes


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.