All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-28 12:56:02 to 2023-09-28 13:31:03 UTC [more...]

[Intel-gfx] [RFC PATCH] drm/i915/gt: Force mcr lock takeover if hardware forgot to release it
 2023-09-28 13:25 UTC  (2+ messages)

[PATCH v2 00/53] migration/rdma: Error handling fixes
 2023-09-28 13:20 UTC  (51+ messages)
` [PATCH v2 01/53] migration/rdma: Clean up qemu_rdma_poll()'s return type
` [PATCH v2 02/53] migration/rdma: Clean up qemu_rdma_data_init()'s "
` [PATCH v2 03/53] migration/rdma: Clean up rdma_delete_block()'s "
` [PATCH v2 04/53] migration/rdma: Drop fragile wr_id formatting
` [PATCH v2 05/53] migration/rdma: Consistently use uint64_t for work request IDs
` [PATCH v2 06/53] migration/rdma: Fix unwanted integer truncation
` [PATCH v2 07/53] migration/rdma: Clean up two more harmless signed vs. unsigned issues
` [PATCH v2 08/53] migration/rdma: Give qio_channel_rdma_source_funcs internal linkage
` [PATCH v2 09/53] migration/rdma: Fix qemu_rdma_accept() to return failure on errors
` [PATCH v2 10/53] migration/rdma: Put @errp parameter last
` [PATCH v2 11/53] migration/rdma: Eliminate error_propagate()
` [PATCH v2 12/53] migration/rdma: Drop rdma_add_block() error handling
` [PATCH v2 13/53] migration/rdma: Drop qemu_rdma_search_ram_block() "
` [PATCH v2 14/53] migration/rdma: Make qemu_rdma_buffer_mergeable() return bool
` [PATCH v2 15/53] migration/rdma: Use bool for two RDMAContext flags
` [PATCH v2 16/53] migration/rdma: Fix or document problematic uses of errno
` [PATCH v2 17/53] migration/rdma: Ditch useless numeric error codes in error messages
` [PATCH v2 18/53] migration/rdma: Fix io_writev(), io_readv() methods to obey contract
` [PATCH v2 19/53] migration/rdma: Replace dangerous macro CHECK_ERROR_STATE()
` [PATCH v2 20/53] migration/rdma: Fix qemu_rdma_broken_ipv6_kernel() to set error
` [PATCH v2 21/53] migration/rdma: Fix qemu_get_cm_event_timeout() to always "
` [PATCH v2 22/53] migration/rdma: Drop dead qemu_rdma_data_init() code for !@host_port
` [PATCH v2 23/53] migration/rdma: Fix QEMUFileHooks method return values
` [PATCH v2 24/53] migration/rdma: Fix rdma_getaddrinfo() error checking
` [PATCH v2 25/53] migration/rdma: Return -1 instead of negative errno code
` [PATCH v2 26/53] migration/rdma: Dumb down remaining int error values to -1
` [PATCH v2 27/53] migration/rdma: Replace int error_state by bool errored
` [PATCH v2 28/53] migration/rdma: Drop superfluous assignments to @ret
` [PATCH v2 29/53] migration/rdma: Check negative error values the same way everywhere
` [PATCH v2 30/53] migration/rdma: Plug a memory leak and improve a message
` [PATCH v2 31/53] migration/rdma: Delete inappropriate error_report() in macro ERROR()
` [PATCH v2 32/53] migration/rdma: Retire "
` [PATCH v2 33/53] migration/rdma: Fix error handling around rdma_getaddrinfo()
` [PATCH v2 34/53] migration/rdma: Drop "@errp is clear" guards around error_setg()
` [PATCH v2 35/53] migration/rdma: Convert qemu_rdma_exchange_recv() to Error
` [PATCH v2 36/53] migration/rdma: Convert qemu_rdma_exchange_send() "
` [PATCH v2 38/53] migration/rdma: Convert qemu_rdma_reg_whole_ram_blocks() "
` [PATCH v2 39/53] migration/rdma: Convert qemu_rdma_write_flush() "
` [PATCH v2 40/53] migration/rdma: Convert qemu_rdma_write_one() "
` [PATCH v2 41/53] migration/rdma: Convert qemu_rdma_write() "
` [PATCH v2 42/53] migration/rdma: Convert qemu_rdma_post_send_control() "
` [PATCH v2 43/53] migration/rdma: Convert qemu_rdma_post_recv_control() "
` [PATCH v2 44/53] migration/rdma: Convert qemu_rdma_alloc_pd_cq() "
` [PATCH v2 45/53] migration/rdma: Silence qemu_rdma_resolve_host()
` [PATCH v2 46/53] migration/rdma: Silence qemu_rdma_connect()
` [PATCH v2 48/53] migration/rdma: Don't report received completion events as error
` [PATCH v2 49/53] migration/rdma: Silence qemu_rdma_block_for_wrid()
` [PATCH v2 50/53] migration/rdma: Silence qemu_rdma_register_and_get_keys()
` [PATCH v2 52/53] migration/rdma: Use error_report() & friends instead of stderr
` [PATCH v2 53/53] migration/rdma: Replace flawed device detail dump by tracing

[PATCH 00/15] sysctl: Remove sentinel elements from drivers
 2023-09-28 13:21 UTC  (44+ messages)
` [PATCH 01/15] cdrom: Remove now superfluous sentinel element from ctl_table array
` [PATCH 02/15] hpet: "
` [PATCH 03/15] xen: "
` [PATCH 04/15] tty: "
` [PATCH 05/15] scsi: "
` [PATCH 06/15] parport: Remove the "
` [PATCH 07/15] macintosh: "
` [PATCH 08/15] infiniband: "
` [PATCH 09/15] char-misc: "
` [PATCH 10/15] vrf: "
` [PATCH 11/15] sgi-xp: "
` [PATCH 12/15] fw loader: "
` [PATCH 13/15] raid: Remove "
` [PATCH 14/15] hyper-v/azure: "
` [PATCH 15/15] intel drm: "

[PATCH v8 1/3] dt-bindings: thermal-zones: Document critical-action
 2023-09-28 13:30 UTC  (4+ messages)
` [PATCH v8 3/3] thermal: thermal_core: Allow rebooting after critical temp

[PATCH v24 00/21] s390x: CPU Topology
 2023-09-28 13:29 UTC  (5+ messages)
` [PATCH v24 04/21] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
` [PATCH v24 09/21] qapi/s390x/cpu topology: set-cpu-topology qmp command

[PATCH v2 1/2] dt-bindings: adc: add AD7173
 2023-09-28 13:29 UTC  (4+ messages)
` [PATCH v2 2/2] iio: adc: ad7173: add AD7173 driver

[PATCH v7 1/4] drm/i915: Introduce intel_gt_mcr_lock_sanitize()
 2023-09-28 13:27 UTC  (10+ messages)
` [Intel-gfx] "
` [Intel-gfx] [PATCH v7 2/4] drm/i915: Introduce the intel_gt_resume_early()
  `  "
` [PATCH v7 3/4] drm/i915: Clean steer semaphore on resume
  ` [Intel-gfx] "
` [PATCH v7 4/4] drm/i915/mtl: Skip MCR ops for ring fault register
  ` [Intel-gfx] "

[PATCH v6 0/9] AMDGPU usermode queues
 2023-09-28 13:27 UTC  (6+ messages)
` [PATCH v6 4/9] drm/amdgpu: create GFX-gen11 usermode queue

[PATCH] qed/red_ll2: Fix undefined behavior bug in struct qed_ll2_info
 2023-09-28 13:27 UTC  (2+ messages)

[PATCH] hyperv: add check for NULL for msg
 2023-09-28 13:25 UTC 

[PATCH v2 0/4] ledtrig-tty: add new state evaluation
 2023-09-28 13:26 UTC  (5+ messages)
` [PATCH v2 1/4] tty: whitespaces in descriptions corrected by replacing tabs with spaces
` [PATCH v2 2/4] tty: add new helper function tty_get_tiocm
` [PATCH v2 3/4] trigger: ledtrig-tty: move variable definition to the top
` [PATCH v2 4/4] trigger: ledtrig-tty: add new line mode to triggers

[PATCH] scsi: Clean up errors in sni_53c710.c
 2023-09-28 13:24 UTC  (2+ messages)

[bug report] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
 2023-09-28 13:26 UTC  (2+ messages)
` [External] "

[PATCH v3 0/6] python/machine: use socketpair() for console socket
 2023-09-28 13:23 UTC  (3+ messages)

[PATCH v2] vfs: shave work on failed file open
 2023-09-28 13:25 UTC  (10+ messages)

[GIT PULL] SPI fixes for v6.6-rc3
 2023-09-28 13:25 UTC 

[PATCH] accel/habanalabs/gaudi2: fix spmu mask creation
 2023-09-28 13:25 UTC 

[libgpiod][PATCH 0/3] bindings: rust: fix modeling of line_info lifetimes
 2023-09-28 13:24 UTC  (3+ messages)
` [libgpiod][PATCH 1/3] bindings: rust: fix soundness of line_info modeling

[PATCH] mfd: dln2: Fix double put in dln2_probe
 2023-09-28 13:23 UTC  (2+ messages)
` (subset) "

[PATCH v1 0/9] qapi-go: add generator for Golang interface
 2023-09-28 13:22 UTC  (3+ messages)
` [PATCH v1 9/9] docs: add notes on Golang code generator

[RFC PATCH v2 0/4] Extend rseq with sched_state_ptr field
 2023-09-28 13:20 UTC  (5+ messages)
` [RFC PATCH v2 1/4] rseq: Add sched_state field to struct rseq

[PATCH] drm/atomic: Perform blocking commits on workqueue
 2023-09-28 13:23 UTC  (8+ messages)

[PATCH 1/2] drm/amdgpu/gmc: add a way to force a particular placement for GART
 2023-09-28 13:23 UTC  (2+ messages)

[GIT PULL] ASoC fixes for v6.6-rc4
 2023-09-28 13:22 UTC 

[PATCH v4 0/4] Simplify obtaining I2C match data
 2023-09-28 13:21 UTC  (2+ messages)

[Intel-xe] [PATCH v6 0/5] PAT and cache coherency support
 2023-09-28 13:15 UTC  (5+ messages)
` [Intel-xe] [PATCH v6 1/5] drm/xe/pat: trim the xelp PAT table
` [Intel-xe] [PATCH v6 2/5] drm/xe: directly use pat_index for pte_encode

[bug report] drm/amd/display: add DMUB registers to crash dump diagnostic data
 2023-09-28  7:05 UTC 

[PATCH] drm/radeon/kms/atom: Remove redundant code
 2023-09-28  9:45 UTC 

[bug report] drm/amd/display: switch DC over to the new DRM logging macros
 2023-09-28  7:05 UTC 

[PATCH v4 0/9] runstate/time area registration by (guest) physical address
 2023-09-28 13:19 UTC  (6+ messages)
` [PATCH v4 5/9] x86/mem-sharing: copy GADDR based shared guest areas

[PATCH] mfd: iqs62x: Annotate struct iqs62x_fw_blk with __counted_by
 2023-09-28 13:19 UTC  (2+ messages)
` (subset) "

[PATCH][yocto-autobuilder-helper] config.json: add reproducible-openembedded build
 2023-09-28 13:18 UTC 

[PATCH net-next v5 1/2] pktgen: Automate flag enumeration for unknown flag handling
 2023-09-28 13:18 UTC  (3+ messages)

[XEN PATCH v2 00/10] address violations of MISRA C:2012 Directive 4.10
 2023-09-28 13:17 UTC  (5+ messages)

[PATCH v8 00/53] Add DELETE_BUF ioctl
 2023-09-28 13:16 UTC  (7+ messages)

[PATCH] erofs: update documentation
 2023-09-28 13:16 UTC  (2+ messages)

[PATCH 00/36] fix Rx and Tx queue state
 2023-09-28 13:15 UTC  (4+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 1/8] lib/ethdev: update Rx and Tx queue status

[RFC PATCH 0/9] ACPI:RASF: Add support for ACPI RASF, ACPI RAS2 and configure scrubbers
 2023-09-28 13:14 UTC  (6+ messages)
` [RFC PATCH 2/9] memory: scrub: sysfs: Add Documentation entries for set of scrub attributes

[PATCH nf] netfilter: nf_tables: nft_set_rbtree: fix spurious insertion failure
 2023-09-28 13:12 UTC 

[v1 0/6] cryptodev: support digest message in SM2
 2023-09-28 13:12 UTC  (5+ messages)
` [PATCH v2 0/7] "
  ` [PATCH v2 2/7] cryptodev: set private and public keys in EC session

[PATCH v2 0/2] raspi: pass additional VC values via dtb
 2023-09-28 13:10 UTC  (4+ messages)

[PATCH] net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_reg
 2023-09-28 13:11 UTC  (2+ messages)

[PATCH] fs: fix possible extra iput() in do_unlinkat()
 2023-09-28 13:11 UTC 

[PATCH v1 0/3] Add HWS mirroring support
 2023-09-28 13:09 UTC  (4+ messages)
` [PATCH v1 1/3] net/mlx5/hws: add creation of packet reformat DevX obj
` [PATCH v1 2/3] net/mlx5/hws: add mlx5dr obj struct to mlx5dr action
` [PATCH v1 3/3] net/mlx5/hws: add support for mirroring

RFC: ARM && restricted DMA apparently not working
 2023-09-28 13:09 UTC  (6+ messages)
` [PATCH v1 1/1] ARM: Select DMA_DIRECT_REMAP to fix restricted DMA

[PATCH] leds: trigger: ledtrig-cpu:: Fix a warning when compiling with W=1
 2023-09-28 13:09 UTC  (3+ messages)
` (subset) "

[PATCH v1] misc: fastrpc: Clean buffers on remote invocation failures
 2023-09-28 13:08 UTC  (2+ messages)

[PATCH v1] misc: fastrpc: Reset metadata buffer to avoid incorrect free
 2023-09-28 13:08 UTC  (2+ messages)

[PATCH v3 0/6] btrfs: simple quotas fstests
 2023-09-28 13:07 UTC  (5+ messages)
` [PATCH v3 2/6] btrfs: quota mode helpers
` [PATCH v3 4/6] btrfs: quota rescan helpers

[PATCH 0/3] tty: Fix tiocspgrp() related races
 2023-09-28 13:06 UTC  (5+ messages)
` [PATCH v2 "
` [PATCH v2 1/3] tty: Fix __tty_check_change() and tiocspgrp() race
` [PATCH v2 2/3] tty: Serialise racing tiocspgrp() callers
` [PATCH v2 3/3] tty: Move task_pgrp() after tty->ctrl.lock for consistency

[PATCH v3 0/5] Add multimode invoke request IOCTl support
 2023-09-28 13:07 UTC  (3+ messages)
` [PATCH v3 1/5] misc: fastrpc: Add fastrpc multimode invoke request support

[PATCH] app/test: drop dependency on crypto scheduler driver
 2023-09-28 13:06 UTC  (4+ messages)
` [PATCH 1/2] app/test: add support for optional dependencies
    ` [EXT] "

[Bug 217572] New: Initial blocked tasks causing deterioration over hours until (nearly) complete system lockup and data loss with PostgreSQL 13
 2023-09-28 13:06 UTC  (2+ messages)
` [Bug 217572] "

[PATCH] net: hsr: Add error handling in hsr_portdev_setup()
 2023-09-28 13:05 UTC  (2+ messages)

[PATCH v1] misc: fastrpc: Free DMA handles for RPC calls with no arguments
 2023-09-28 13:05 UTC  (2+ messages)

Linux regressions report for mainline [2023-09-24]
 2023-09-28 13:04 UTC  (4+ messages)

[PATCH v3 0/4] querying mount attributes
 2023-09-28 13:01 UTC  (5+ messages)
` [PATCH v3 1/4] add unique mount ID
` [PATCH v3 2/4] namespace: extract show_path() helper
` [PATCH v3 3/4] add statmount(2) syscall
` [PATCH v3 4/4] add listmount(2) syscall

[PATCH v2] lib: sbi_pmu: check for index overflows
 2023-09-28 13:03 UTC 

[PATCH 00/13] Cleanup deprecated audio features, take 2
 2023-09-28 13:01 UTC  (4+ messages)
` [PATCH 02/13] audio: Require AudioState in AUD_add_capture

[PATCH] locktorture: Check the correct variable for allocation failure
 2023-09-28 13:00 UTC  (2+ messages)

[PATCH v2] dm: core: Report bootph-pre-ram/sram node as pre-reloc after relocation
 2023-09-28 12:59 UTC  (2+ messages)
` [PATCH v2] dm: core: Report bootph-pre-ram/sram node as pre-reloc after relocation : regression

[PATCH net-next v9 00/13] Add Realtek automotive PCIe driver
 2023-09-28 12:57 UTC  (3+ messages)
` [PATCH net-next v9 02/13] net:ethernet:realtek:rtase: Implement the .ndo_open function

[linux-lvm] Can I combine LUKS and LVM to achieve encryption and snapshots?
 2023-09-28 12:23 UTC  (7+ messages)

[PATCH v4 1/2] dt-bindings: display: imx: add binding for i.MX8MP HDMI PVI
 2023-09-28 12:55 UTC  (4+ messages)
` [PATCH v4 2/2] drm/bridge: imx: add driver for HDMI TX Parallel Video Interface


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.