All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-02-22 13:28:58 to 2021-02-22 13:58:19 UTC [more...]

[PATCH 4.9 00/49] 4.9.258-rc1 review
 2021-02-22 12:36 UTC  (48+ messages)
` [PATCH 4.9 01/49] mm: memcontrol: fix NULL pointer crash in test_clear_page_writeback()
` [PATCH 4.9 02/49] fgraph: Initialize tracing_graph_pause at task creation
` [PATCH 4.9 03/49] remoteproc: qcom_q6v5_mss: Validate MBA firmware size before load
` [PATCH 4.9 04/49] af_key: relax availability checks for skb size calculation
` [PATCH 4.9 05/49] iwlwifi: mvm: take mutex for calling iwl_mvm_get_sync_time()
` [PATCH 4.9 06/49] iwlwifi: pcie: add a NULL check in iwl_pcie_txq_unmap
` [PATCH 4.9 07/49] iwlwifi: mvm: guard against device removal in reprobe
` [PATCH 4.9 08/49] SUNRPC: Move simple_get_bytes and simple_get_netobj into private header
` [PATCH 4.9 10/49] lib/string: Add strscpy_pad() function
` [PATCH 4.9 11/49] include/trace/events/writeback.h: fix -Wstringop-truncation warnings
` [PATCH 4.9 12/49] memcg: fix a crash in wb_workfn when a device disappears
` [PATCH 4.9 13/49] futex: Ensure the correct return value from futex_lock_pi()
` [PATCH 4.9 14/49] futex: Change locking rules
` [PATCH 4.9 15/49] futex: Cure exit race
` [PATCH 4.9 16/49] squashfs: add more sanity checks in id lookup
` [PATCH 4.9 17/49] squashfs: add more sanity checks in inode lookup
` [PATCH 4.9 18/49] squashfs: add more sanity checks in xattr id lookup
` [PATCH 4.9 19/49] tracing: Do not count ftrace events in top level enable output
` [PATCH 4.9 20/49] tracing: Check length before giving out the filter buffer
` [PATCH 4.9 21/49] ovl: skip getxattr of security labels
` [PATCH 4.9 22/49] ARM: dts: lpc32xx: Revert set default clock rate of HCLK PLL
` [PATCH 4.9 23/49] memblock: do not start bottom-up allocations with kernel_end
` [PATCH 4.9 24/49] bpf: Check for integer overflow when using roundup_pow_of_two()
` [PATCH 4.9 25/49] netfilter: xt_recent: Fix attempt to update deleted entry
` [PATCH 4.9 26/49] xen/netback: avoid race in xenvif_rx_ring_slots_available()
` [PATCH 4.9 27/49] netfilter: conntrack: skip identical origin tuple in same zone only
` [PATCH 4.9 28/49] h8300: fix PREEMPTION build, TI_PRE_COUNT undefined
` [PATCH 4.9 29/49] usb: dwc3: ulpi: fix checkpatch warning
` [PATCH 4.9 30/49] usb: dwc3: ulpi: Replace CPU-based busyloop with Protocol-based one
` [PATCH 4.9 31/49] net/vmw_vsock: improve locking in vsock_connect_timeout()
` [PATCH 4.9 32/49] net: watchdog: hold device global xmit lock during tx disable
` [PATCH 4.9 33/49] vsock/virtio: update credit only if socket is not closed
` [PATCH 4.9 34/49] vsock: fix locking in vsock_shutdown()
` [PATCH 4.9 35/49] x86/build: Disable CET instrumentation in the kernel for 32-bit too
` [PATCH 4.9 36/49] trace: Use -mcount-record for dynamic ftrace
` [PATCH 4.9 37/49] tracing: Fix SKIP_STACK_VALIDATION=1 build due to bad merge with -mrecord-mcount
` [PATCH 4.9 38/49] tracing: Avoid calling cc-option -mrecord-mcount for every Makefile
` [PATCH 4.9 39/49] Xen/x86: dont bail early from clear_foreign_p2m_mapping()
` [PATCH 4.9 40/49] Xen/x86: also check kernel mapping in set_foreign_p2m_mapping()
` [PATCH 4.9 41/49] Xen/gntdev: correct dev_bus_addr handling in gntdev_map_grant_pages()
` [PATCH 4.9 42/49] Xen/gntdev: correct error checking "
` [PATCH 4.9 43/49] xen/arm: dont ignore return errors from set_phys_to_machine
` [PATCH 4.9 44/49] xen-blkback: dont "handle" error by BUG()
` [PATCH 4.9 45/49] xen-netback: "
` [PATCH 4.9 46/49] xen-scsiback: "
` [PATCH 4.9 47/49] xen-blkback: fix error handling in xen_blkbk_map()
` [PATCH 4.9 48/49] scsi: qla2xxx: Fix crash during driver load on big endian machines

[yocto] Custom python location on target #python
 2021-02-22 13:58 UTC  (4+ messages)
`  "
  ` Private: Re: [yocto] "

[PATCH] MAINTAINERS: update for mwifiex driver maintainers
 2021-02-22 13:56 UTC  (2+ messages)

[PATCH] drivers: gnu: drm: i915: gvt: Fixed couple of spellings in the file gtt.c
 2021-02-22 13:57 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[linux-next:master 6931/12022] drivers/vfio/vfio_iommu_type1.c:1093 vfio_dma_do_unmap() warn: impossible condition '(size > (~0)) => (0-u32max > u32max)'
 2021-02-22 13:57 UTC 

[PATCH v21 00/17] i386 cleanup PART 2
 2021-02-22 13:46 UTC  (21+ messages)
` [PATCH v21 01/17] i386: split cpu accelerators from cpu.c, using AccelCPUClass
` [PATCH v21 02/17] cpu: call AccelCPUClass::cpu_realizefn in cpu_exec_realizefn
` [PATCH v21 03/17] accel: introduce new accessor functions
` [PATCH v21 04/17] target/i386: fix host_cpu_adjust_phys_bits error handling
` [PATCH v21 05/17] accel-cpu: make cpu_realizefn return a bool
` [PATCH v21 06/17] meson: add target_user_arch
` [PATCH v21 07/17] i386: split off softmmu-only functionality in tcg-cpu
` [PATCH v21 08/17] i386: split smm helper (softmmu)
` [PATCH v21 09/17] i386: split tcg excp_helper into softmmu and user parts
` [PATCH v21 10/17] i386: move TCG btp_helper into softmmu/
` [PATCH v21 11/17] i386: split misc helper into user and softmmu parts
` [PATCH v21 12/17] i386: separate fpu_helper "
` [PATCH v21 13/17] i386: split svm_helper into softmmu and stub-only user
` [PATCH v21 14/17] i386: split seg_helper into user-only and softmmu parts
` [PATCH v21 15/17] i386: split off softmmu part of cpu.c
` [PATCH v21 16/17] i386: gdbstub: only write CR0/CR2/CR3/EFER for SOFTMMU
` [PATCH v21 17/17] i386: move cpu_load_efer into SOFTMMU-only section of cpu.h

[5.4 / 4.19] backport of 2cea4a7a1885bd0c765089afc14f7ff0eb77864e and fe968c41ac4f4ec9ffe3c4cf16b72285f5e9674f
 2021-02-22 13:54 UTC  (2+ messages)
` [PATCH 5.4/5.19 2/2] scripts: set proper OpenSSL include dir also for sign-file

stable-rc/queue/4.19 build: 206 builds: 0 failed, 206 passed, 86 warnings (v4.19.176-50-gecbf7af016c09)
 2021-02-22 13:55 UTC 

[PATCH V2 00/11] arm64: coresight: Enable ETE and TRBE
 2021-02-22 13:55 UTC  (3+ messages)
` [PATCH V2 07/11] arm64: Add TRBE definitions

[PATCH v2] configure: fix --enable-fuzzing linker failures
 2021-02-22 13:52 UTC  (2+ messages)

[PATCH v3 0/6] Introduce intel_skl_int3472 module
 2021-02-22 13:54 UTC  (16+ messages)
` [PATCH v3 1/6] ACPI: scan: Extend acpi_walk_dep_device_list()
    ` [Devel] "
` [PATCH v3 2/6] ACPI: scan: Add function to fetch dependent of acpi device
    ` [Devel] "
` [PATCH v3 3/6] i2c: core: Add a format macro for I2C device names
` [PATCH v3 4/6] gpiolib: acpi: Export acpi_get_gpiod()
    ` [Devel] "
` [PATCH v3 5/6] platform/x86: Add intel_skl_int3472 driver

[PATCH 0/3] fastrpc: fix dmabuf arguments
 2021-02-22 13:53 UTC  (4+ messages)
` [PATCH 3/3] fastrpc: remove redundant fastrpc_map_create() call

[PATCH v3 0/8] hw/sh4: Kconfig cleanups
 2021-02-22 13:49 UTC  (3+ messages)
` [PATCH v3 7/8] hw/pci-host: Introduce SH_PCI Kconfig entry

[GIT PULL] Isofs, udf, and quota changes for v5.12-rc1
 2021-02-22 13:53 UTC 

[igt-dev] [PATCH i-g-t] i915/gem_mmap_wc: Added test description for test case
 2021-02-22 13:54 UTC  (2+ messages)

[nft PATCH 1/2] main: fix nft --help output fallout from 719e4427
 2021-02-22 13:52 UTC  (4+ messages)
` [nft PATCH 2/2] doc: nft: fix some typos and formatting issues

[PATCHSET RFC 0/18] Remove kthread usage from io_uring
 2021-02-22 13:46 UTC  (3+ messages)
` [PATCH 01/18] io_uring: remove the need for relying on an io-wq fallback worker

[PATCH][next] leds: lgm: Fix spelling mistake "prepate" -> "prepare"
 2021-02-22 13:49 UTC 

[PATCH 1/2] optee: fix tee out of memory failure seen during kexec reboot
 2021-02-22 12:45 UTC  (2+ messages)

[PATCH for-next] xen/arm: mm: flush_page_to_ram() only need to clean to PoC
 2021-02-22 13:48 UTC  (4+ messages)

ibv_req_notify_cq clarification
 2021-02-22 13:46 UTC  (6+ messages)

[PATCH] scripts/bash_aliases: tfix
 2021-02-22 13:45 UTC  (2+ messages)

[PATCH v2 0/7] Add audio driver base on rpmsg on i.MX platform
 2021-02-22 13:46 UTC  (9+ messages)
` [PATCH v2 2/7] ASoC: fsl_rpmsg: Add CPU DAI driver for audio base on rpmsg

[PATCH] ASoC: rt5682: remove jack detect delay
 2021-02-22 13:45 UTC  (4+ messages)

[PATCH 4.4 00/35] 4.4.258-rc1 review
 2021-02-22 12:36 UTC  (31+ messages)
` [PATCH 4.4 02/35] fgraph: Initialize tracing_graph_pause at task creation
` [PATCH 4.4 03/35] af_key: relax availability checks for skb size calculation
` [PATCH 4.4 05/35] iwlwifi: mvm: guard against device removal in reprobe
` [PATCH 4.4 06/35] SUNRPC: Move simple_get_bytes and simple_get_netobj into private header
` [PATCH 4.4 07/35] SUNRPC: Handle 0 length opaque XDR object data properly
` [PATCH 4.4 08/35] lib/string: Add strscpy_pad() function
` [PATCH 4.4 09/35] include/trace/events/writeback.h: fix -Wstringop-truncation warnings
` [PATCH 4.4 12/35] squashfs: add more sanity checks in inode lookup
` [PATCH 4.4 13/35] squashfs: add more sanity checks in xattr id lookup
` [PATCH 4.4 15/35] netfilter: xt_recent: Fix attempt to update deleted entry
` [PATCH 4.4 16/35] h8300: fix PREEMPTION build, TI_PRE_COUNT undefined
` [PATCH 4.4 17/35] usb: dwc3: ulpi: fix checkpatch warning
` [PATCH 4.4 18/35] usb: dwc3: ulpi: Replace CPU-based busyloop with Protocol-based one
` [PATCH 4.4 19/35] net: watchdog: hold device global xmit lock during tx disable
` [PATCH 4.4 20/35] vsock: fix locking in vsock_shutdown()
` [PATCH 4.4 21/35] x86/build: Disable CET instrumentation in the kernel for 32-bit too
` [PATCH 4.4 22/35] trace: Use -mcount-record for dynamic ftrace
` [PATCH 4.4 23/35] tracing: Fix SKIP_STACK_VALIDATION=1 build due to bad merge with -mrecord-mcount
` [PATCH 4.4 24/35] tracing: Avoid calling cc-option -mrecord-mcount for every Makefile
` [PATCH 4.4 25/35] Xen/x86: dont bail early from clear_foreign_p2m_mapping()
` [PATCH 4.4 26/35] Xen/x86: also check kernel mapping in set_foreign_p2m_mapping()
` [PATCH 4.4 27/35] Xen/gntdev: correct dev_bus_addr handling in gntdev_map_grant_pages()
` [PATCH 4.4 28/35] Xen/gntdev: correct error checking "
` [PATCH 4.4 29/35] xen/arm: dont ignore return errors from set_phys_to_machine
` [PATCH 4.4 30/35] xen-blkback: dont "handle" error by BUG()
` [PATCH 4.4 31/35] xen-netback: "
` [PATCH 4.4 32/35] xen-scsiback: "
` [PATCH 4.4 33/35] xen-blkback: fix error handling in xen_blkbk_map()
` [PATCH 4.4 34/35] scsi: qla2xxx: Fix crash during driver load on big endian machines
` [PATCH 4.4 35/35] kvm: check tlbs_dirty directly

[igt-dev] [PATCH i-g-t] i915/gem_pread: Added test description for test case
 2021-02-22 13:46 UTC  (2+ messages)

[PATCH for-4.15] xen/vgic: Implement write to ISPENDR in vGICv{2, 3}
 2021-02-22 13:45 UTC  (2+ messages)

sync system call failure
 2021-02-22 13:41 UTC  (2+ messages)

[PATCH net-next v4 0/8] Support setting lanes via ethtool
 2021-02-22 13:39 UTC  (4+ messages)
` [PATCH net-next v4 3/8] ethtool: Get link mode in use instead of speed and duplex parameters

[PATCH] block: fix potential IO hang when turning off io_poll
 2021-02-22 13:40 UTC  (2+ messages)

[PATCH 00/13] DC Patches FEB 22, 2021
 2021-02-22 13:43 UTC  (4+ messages)
` [PATCH 08/13] drm/amd/display: Synchronize displays with different timings

[PATCH RFC] f2fs: fix to avoid selecting full segment w/ {AT,}SSR allocator
 2021-02-22 13:43 UTC  (2+ messages)
` [f2fs-dev] [PATCH RFC] f2fs: fix to avoid selecting full segment w/ {AT, }SSR allocator

[PATCH v2 0/3] drm/prime: Only call dma_map_sgtable() for devices with DMA support
 2021-02-22 13:24 UTC  (5+ messages)
` [PATCH v2 1/3] drm: Support importing dmabufs into drivers without DMA

[RFC PATCH 0/4] Asynchronous passthrough ioctl
 2021-02-22 13:42 UTC  (8+ messages)

[RFC PATCH 1/2] soundwire: add support for static port mapping
 2021-02-22 13:40 UTC  (14+ messages)

stable-rc/queue/5.10 baseline: 120 runs, 1 regressions (v5.10.17-15-g77de003de366)
 2021-02-22 13:38 UTC 

[PATCH 00/57] Enforce DM_MMC migration and remove platforms
 2021-02-22 13:40 UTC  (7+ messages)
` [PATCH 55/57] ppc: Remove T1023RDB board
` [PATCH 56/57] ppc: Remove T4160RDB board

[PATCH V3 0/5] blktrace: few cleanup
 2021-02-22 13:37 UTC  (2+ messages)

[PATCH bpf-next] bpf: use MAX_BPF_FUNC_REGISTER_ARGS macro
 2021-02-22 13:38 UTC 

[PATCH v2] ASoC: rt1316: Add RT1316 SDCA vendor-specific driver
 2021-02-22 13:35 UTC  (5+ messages)

[PATCH v6 00/12] virtio-mem: vfio support
 2021-02-22 13:33 UTC  (8+ messages)
` [PATCH v6 01/12] memory: Introduce RamDiscardMgr for RAM memory regions
` [PATCH v6 05/12] vfio: Support for RamDiscardMgr in the !vIOMMU case
` [PATCH v6 09/12] softmmu/physmem: Don't use atomic operations in ram_block_discard_(disable|require)

[PATCH] block: Remove unused blk_pm_*() function definitions
 2021-02-22 13:34 UTC  (2+ messages)

[PATCH v13 0/7] arm64: ARMv8.5-A: MTE: Add async mode support
 2021-02-22 13:35 UTC  (6+ messages)
` [PATCH v13 7/7] kasan: don't run tests in async mode

[PATCH v2 00/22] eMMC support
 2021-02-22 13:23 UTC  (6+ messages)
` [PATCH v2 01/22] block: add eMMC block device type

[Buildroot] [PATCH] package/bind: security bump to version 9.11.28
 2021-02-22 13:35 UTC  (2+ messages)

[PATCH] io_uring: double freeing req caches
 2021-02-22 13:32 UTC  (2+ messages)

stable-rc/queue/4.4 build: 190 builds: 0 failed, 190 passed, 13 warnings (v4.4.257-35-g748b93344eca)
 2021-02-22 13:31 UTC 

[PATCH v2] drm/scheduler: Fix hang when sched_entity released
 2021-02-22 13:35 UTC  (9+ messages)

[Buildroot] [git commit] package/bind: security bump to version 9.11.28
 2021-02-22 13:35 UTC 

[PATCHv7 00/31] scsi: enable reserved commands for LLDDs
 2021-02-22 13:24 UTC  (25+ messages)
` [PATCH 04/31] fnic: use scsi_host_busy_iter() to traverse commands
` [PATCH 09/31] snic: use reserved commands
` [PATCH 10/31] snic: use tagset iter for traversing commands
` [PATCH 11/31] snic: check for started requests in snic_hba_reset_cmpl_handler()
` [PATCH 12/31] scsi: implement reserved command handling
` [PATCH 13/31] hpsa: move hpsa_hba_inquiry after scsi_add_host()
` [PATCH 14/31] hpsa: use reserved commands
` [PATCH 15/31] hpsa: use scsi_host_busy_iter() to traverse outstanding commands
` [PATCH 16/31] hpsa: drop refcount field from CommandList
` [PATCH 17/31] aacraid: move scsi_add_host()
` [PATCH 18/31] aacraid: store target id in host_scribble
` [PATCH 19/31] aacraid: use scsi_get_internal_cmd()
` [PATCH 20/31] aacraid: use scsi_host_busy_iter() to traverse outstanding commands
` [PATCH 21/31] mv_sas: kill mvsas_debug_issue_ssp_tmf()
` [PATCH 22/31] pm8001: kill pm8001_issue_ssp_tmf()
` [PATCH 23/31] pm8001: kill 'dev' argument from pm8001_exec_internal_task_abort()
` [PATCH 24/31] pm8001: use libsas-provided domain devices for SATA
` [PATCH 25/31] libsas: add SCSI target pointer to struct domain_device
` [PATCH 26/31] scsi: libsas,hisi_sas,mvsas,pm8001: Allocate Scsi_cmd for slow task
` [PATCH 27/31] libsas: add tag to struct sas_task
` [PATCH 28/31] scsi: hisi_sas: Use libsas slow task SCSI command
` [PATCH 29/31] hisi_sas: use task tag to reference the slot
` [PATCH 30/31] mv_sas: use reserved tags and drop private tag allocation
` [PATCH 31/31] pm8001: use block-layer tags for ccb allocation

vhost reply_ack negotiation (a.k.a differences in vhost-user behaviour with libvhost-user and vhost-user-backend.rs)
 2021-02-22 13:27 UTC  (4+ messages)

[PATCH v20 00/17] i386 cleanup PART 2
 2021-02-22 13:30 UTC  (4+ messages)
` [PATCH v20 06/17] meson: add target_user_arch

[PATCH] FreeBSD: Upgrade to 12.2 release
 2021-02-22 13:21 UTC  (2+ messages)

[PATCH v2 1/1] hw/s390x: modularize virtio-gpu-ccw
 2021-02-22 12:55 UTC 

[PATCH] io_uring: don't issue reqs in iopoll mode when ctx is dying
 2021-02-22 13:23 UTC  (5+ messages)

Include "my.conf" in conf/local.conf
 2021-02-22 13:29 UTC 

[PATCH v2 0/3] dts: qcom: sm8250: Enable venus related DT nodes
 2021-02-22 13:28 UTC  (4+ messages)
` [PATCH v2 1/3] arm64: dts: qcom: sm8250: add mmcx regulator
` [PATCH v2 2/3] arm64: dts: qcom: sm8250: Add videocc DT node
` [PATCH v2 3/3] arm64: dts: qcom: sm8250: Add venus "

[igt-dev] [PATCH i-g-t v2] tests/i915/i915_pm_dc: Add DC9 igt test Function
 2021-02-22 13:29 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for tests/i915/i915_pm_dc: Add DC9 igt test Function (rev4)


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.