All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-07-29 00:10:43 to 2021-07-29 01:21:53 UTC [more...]

[dunfell][Patch 1/7] oeqa/ethernet_ip_connman : add test for network connections
 2021-07-29  1:21 UTC  (3+ messages)
` [dunfell][Patch 2/7] oeqa/runtime : add test for RTC(Real Time Clock)
` [dunfell][Patch 3/7] oeqa/runtime/cases: Only disable/enable for current boot

[PATCH for-6.2 00/43] Unaligned accesses for user-only
 2021-07-29  0:46 UTC  (38+ messages)
` [PATCH for-6.2 01/43] hw/core: Make do_unaligned_access available to user-only
` [PATCH for-6.2 02/43] target/alpha: Implement do_unaligned_access for user-only
` [PATCH for-6.2 03/43] target/arm: "
` [PATCH for-6.2 04/43] target/hppa: "
` [PATCH for-6.2 05/43] target/microblaze: "
` [PATCH for-6.2 06/43] target/mips: "
` [PATCH for-6.2 07/43] target/ppc: Set fault address in ppc_cpu_do_unaligned_access
` [PATCH for-6.2 08/43] target/ppc: Implement do_unaligned_access for user-only
` [PATCH for-6.2 09/43] target/riscv: "
` [PATCH for-6.2 10/43] target/s390x: "
` [PATCH for-6.2 11/43] target/sh4: Set fault address in superh_cpu_do_unaligned_access
` [PATCH for-6.2 12/43] target/sh4: Implement do_unaligned_access for user-only
` [PATCH for-6.2 13/43] target/sparc: Remove DEBUG_UNALIGNED
` [PATCH for-6.2 14/43] target/sparc: Set fault address in sparc_cpu_do_unaligned_access
` [PATCH for-6.2 15/43] target/sparc: Implement do_unaligned_access for user-only
` [PATCH for-6.2 16/43] target/xtensa: "
` [PATCH for-6.2 17/43] accel/tcg: Report unaligned atomics "
` [PATCH for-6.2 18/43] accel/tcg: Drop signness in tracing in cputlb.c
` [PATCH for-6.2 19/43] tcg: Expand MO_SIZE to 3 bits
` [PATCH for-6.2 20/43] tcg: Rename TCGMemOpIdx to MemOpIdx
` [PATCH for-6.2 21/43] tcg: Split out MemOpIdx to exec/memopidx.h
` [PATCH for-6.2 22/43] trace/mem: Pass MemOpIdx to trace_mem_get_info
` [PATCH for-6.2 23/43] accel/tcg: Remove double bswap for helper_atomic_sto_*_mmu
` [PATCH for-6.2 24/43] accel/tcg: Pass MemOpIdx to atomic_trace_*_post
` [PATCH for-6.2 25/43] plugins: Reorg arguments to qemu_plugin_vcpu_mem_cb
` [PATCH for-6.2 26/43] trace: Split guest_mem_before
` [PATCH for-6.2 27/43] target/arm: Use MO_128 for 16 byte atomics
` [PATCH for-6.2 29/43] target/ppc: "
` [PATCH for-6.2 30/43] target/s390x: "
` [PATCH for-6.2 32/43] accel/tcg: Add cpu_{ld,st}*_mmu interfaces
` [PATCH for-6.2 33/43] accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.h
` [PATCH for-6.2 34/43] target/mips: Use cpu_*_data_ra for msa load/store
` [PATCH for-6.2 37/43] target/sparc: Use cpu_*_mmu instead of helper_*_mmu
` [PATCH for-6.2 38/43] target/arm: "
` [PATCH for-6.2 41/43] tcg: Add helper_unaligned_mmu for user-only sigbus
` [PATCH for-6.2 42/43] tcg/i386: Support raising sigbus for user-only
` [PATCH for-6.2 43/43] tests/tcg/multiarch: Add sigbus.c

[cip-dev] New CVE entries this week
 2021-07-29  1:18 UTC 

[PATCH 0/7] ASoC: soc-core: cleanup cppcheck warning
 2021-07-29  1:16 UTC  (8+ messages)
` [PATCH 1/7] ASoC: soc-core: cleanup cppcheck warning at snd_soc_set_dmi_name()
` [PATCH 2/7] ASoC: soc-core: cleanup cppcheck warning at snd_soc_get_dai_name()
` [PATCH 3/7] ASoC: soc-core: cleanup cppcheck warning at snd_soc_daifmt_parse_format()
` [PATCH 4/7] ASoC: soc-core: cleanup cppcheck warning at snd_soc_unregister_component()
` [PATCH 5/7] ASoC: soc-core: cleanup cppcheck warning at snd_soc_add_controls()
` [PATCH 6/7] ASoC: soc-core: cleanup cppcheck warning at snd_soc_of_parse_audio_simple_widgets()
` [PATCH 7/7] ASoC: soc-core: cleanup cppcheck warning at snd_soc_of_parse_audio_routing()

[PATCH RFC 00/19] vfio-user implementation
 2021-07-29  0:55 UTC  (4+ messages)
` [PATCH RFC 04/19] vfio-user: Define type vfio_user_pci_dev_info

drivers/net/wwan/wwan_core.c:87:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
 2021-07-29  1:16 UTC 

[PATCH V1 0/9] A bunch of fix and optimization patches in spmi-pmic-arb.c
 2021-07-29  1:12 UTC  (10+ messages)
` [PATCH V1 1/9] spmi: pmic-arb: add a print in cleanup_irq
` [PATCH V1 2/9] spmi: pmic-arb: do not ack and clear peripheral interrupts "
` [PATCH V1 3/9] spmi: pmic-arb: check apid against limits before calling irq handler
` [PATCH V1 4/9] spmi: pmic-arb: add support to dispatch interrupt based on IRQ status
` [PATCH V1 5/9] spmi: pmic-arb: correct duplicate APID to PPID mapping logic
` [PATCH V1 6/9] spmi: pmic-arb: block access for invalid PMIC arbiter v5 SPMI writes
` [PATCH V1 7/9] spmi: pmic-arb: support updating interrupt type flags
` [PATCH V1 8/9] spmi: pmic-arb: make interrupt support optional
` [PATCH V1 9/9] spmi: pmic-arb: increase SPMI transaction timeout delay

[PATCH 4.19 000/119] 4.19.199-rc3 review
 2021-07-29  1:13 UTC  (2+ messages)

[PATCH] Input: elantench - Fix the firmware misreport coordinates for trackpoint occasionally
 2021-07-29  1:03 UTC 

[PATCH 5.10 000/168] 5.10.54-rc2 review
 2021-07-29  1:12 UTC  (2+ messages)

[PATCH] Input: elantench - Fix the firmware misreport coordinates for trackpoint occasionally
 2021-07-29  1:09 UTC 

[xlnx:xlnx_rebase_v5.10 1403/1757] include/linux/mtd/cfi.h:62:2: warning: No CONFIG_MTD_CFI_Ix selected. No NOR chip support can work
 2021-07-29  1:05 UTC  (2+ messages)

[PATCH rcu 0/18] Miscellaneous fixes for v5.15
 2021-07-29  1:07 UTC  (7+ messages)
` [PATCH rcu 04/18] rcu: Weaken ->dynticks accesses and updates
  ` [PATCH v2 "

[igt-dev] [PATCH] tests/kms_flip: Discard any stale event at each retry
 2021-07-29  1:07 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[PATCH 0/3] sched: migrate_disable() vs per-CPU access safety checks
 2021-07-29  1:04 UTC  (7+ messages)
` [PATCH 2/3] rcu/nocb: Check for migratability rather than pure preemptability

[PATCH] git-apply: fix --3way with binary patch
 2021-07-29  1:06 UTC  (5+ messages)
  ` [PATCH] ll-merge: teach ll_binary_merge() a trivial three-way merge

patch suggestion: Kconfig symbols
 2021-07-28 21:30 UTC  (4+ messages)

[Intel-gfx] [PATCH] drm/i915: Correct SFC_DONE register offset
 2021-07-29  1:05 UTC  (2+ messages)

stable-rc/queue/4.19 baseline: 135 runs, 3 regressions (v4.19.199-2-g6e7bdd8caac9)
 2021-07-29  1:04 UTC 

[PATCH v6 2/9] ssh signing: add ssh signature format and signing using ssh keys
 2021-07-29  1:01 UTC  (3+ messages)

[Intel-gfx] [CI 1/2] drm/i915/adl_s: Update ddi buf translation tables
 2021-07-29  1:00 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/2] "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH v3 06/18] scsi: ufs: Remove ufshcd_valid_tag()
 2021-07-29  0:57 UTC  (12+ messages)
  ` [PATCH v3 00/18] UFS patches for kernel v5.15
        ` RE:(2) [PATCH v3 06/18] scsi: ufs: Remove ufshcd_valid_tag()
      ` [PATCH v3 01/18] scsi: ufs: Fix memory corruption by ufshcd_read_desc_param()
      ` [PATCH v3 02/18] scsi: ufs: Reduce power management code duplication
      ` [PATCH v3 03/18] scsi: ufs: Only include power management code if necessary
      ` [PATCH v3 04/18] scsi: ufs: Rename the second ufshcd_probe_hba() argument
      ` [PATCH v3 05/18] scsi: ufs: Use DECLARE_COMPLETION_ONSTACK() where appropriate
      ` [PATCH v3 07/18] scsi: ufs: Verify UIC locking requirements at runtime
      ` [PATCH v3 08/18] scsi: ufs: Improve static type checking for the host controller state

[PATCH v6 1/9] ssh signing: preliminary refactoring and clean-up
 2021-07-29  0:58 UTC  (3+ messages)

[early pull] drm/msm: drm-msm-next-2021-07-28 for v5.15
 2021-07-29  1:02 UTC  (4+ messages)

reorganizing my snapshots: how to move a readonly snapshot? (btrbk)
 2021-07-29  0:57 UTC  (3+ messages)

[PATCH 00/14] bpf/tests: Extend the eBPF test suite
 2021-07-29  0:55 UTC  (7+ messages)
` [PATCH 10/14] bpf/tests: Add branch conversion JIT test
` [PATCH 12/14] bpf/tests: Add tests for atomic operations
` [PATCH 13/14] bpf/tests: Add tests for BPF_CMPXCHG

[PATCH] f2fs: do not submit NEW_ADDR to read node block
 2021-07-29  0:54 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH] tablet: acecad: update the reference count of the usb interface structure
 2021-07-29  0:54 UTC  (3+ messages)

using "BPF_MAP_TYPE_DEVMAP" when pinning it to a global path
 2021-07-29  0:53 UTC  (3+ messages)

Can't get RAID5/RAID6 NVMe randomread IOPS - AMD ROME what am I missing?????
 2021-07-29  0:54 UTC  (4+ messages)
  ` [Non-DoD Source] "
    ` [Non-DoD Source] "

next/pending-fixes build: 196 builds: 2 failed, 194 passed, 10 warnings (v5.14-rc3-280-ga13e2de60b6f)
 2021-07-29  0:53 UTC 

[PATCH v3 00/14] Provide core infrastructure for managing open/release
 2021-07-29  0:49 UTC  (45+ messages)
` [Intel-gfx] "
` [PATCH v3 01/14] vfio/samples: Remove module get/put
  ` [Intel-gfx] "
` [PATCH v3 02/14] vfio/mbochs: Fix missing error unwind of mbochs_used_mbytes
  ` [Intel-gfx] "
` [PATCH v3 03/14] vfio: Introduce a vfio_uninit_group_dev() API call
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v3 04/14] vfio: Provide better generic support for open/release vfio_device_ops
  `  "
` [PATCH v3 05/14] vfio/samples: Delete useless open/close
  ` [Intel-gfx] "
` [PATCH v3 06/14] vfio/fsl: Move to the device set infrastructure
  ` [Intel-gfx] "
` [PATCH v3 07/14] vfio/platform: Use open_device() instead of open coding a refcnt scheme
  ` [Intel-gfx] "
` [PATCH v3 08/14] vfio/pci: Move to the device set infrastructure
  ` [Intel-gfx] "
` [PATCH v3 09/14] vfio/pci: Change vfio_pci_try_bus_reset() to use the dev_set
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v3 10/14] vfio/pci: Reorganize VFIO_DEVICE_PCI_HOT_RESET to use the device set
  `  "
` [Intel-gfx] [PATCH v3 11/14] vfio/mbochs: Fix close when multiple device FDs are open
  `  "
` [Intel-gfx] [PATCH v3 12/14] vfio/ap, ccw: Fix open/close "
  `  "
  ` [PATCH v3 12/14] vfio/ap,ccw: "
` [PATCH v3 13/14] vfio/gvt: "
  ` [Intel-gfx] "
` [PATCH v3 14/14] vfio: Remove struct vfio_device_ops open/release
  ` [Intel-gfx] "

[PATCH] arm: mediatek: merge board Kconfigs into mach-mediatek
 2021-07-29  0:46 UTC  (2+ messages)

[RESEND v2] hid-elo: update the reference count of the usb device structure
 2021-07-29  0:45 UTC 

Can you grow a bcache cachedev without reformat?
 2021-07-29  0:43 UTC 

[PATCH/RFC 00/11] expose btrfs subvols in mount table correctly
 2021-07-29  0:43 UTC  (7+ messages)
` [PATCH 07/11] exportfs: Allow filehandle lookup to cross internal mount points
` [PATCH 11/11] btrfs: use automount to bind-mount all subvol roots

[PATCH v2 0/6] Basic recovery for machine checks inside SGX
 2021-07-29  0:42 UTC  (10+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v3 1/7] x86/sgx: Provide indication of life-cycle of EPC pages

[RFC PATCH 0/6] leds: Fix pca955x GPIO pin mappings
 2021-07-29  0:38 UTC  (5+ messages)

[PATCH v4] f2fs: change fiemap way in printing compression chunk
 2021-07-29  0:40 UTC  (8+ messages)
` [f2fs-dev] "

[PATCH v2 0/9] efi: Various tidy-ups and drop the default
 2021-07-29  0:40 UTC  (8+ messages)
` [PATCH v2 8/9] Add an option for EBBR
` [PATCH v2 9/9] efi: Make EBBR optional

[PATCH v2 0/9] efi_loader: capsule: improve capsule authentication support
 2021-07-29  0:39 UTC  (4+ messages)
` [PATCH v2 6/9] sandbox: add config for efi capsule authentication test

[PATCH] fault-inject: Declare the second argument of setup_fault_attr() const
 2021-07-29  0:35 UTC  (3+ messages)

[PATCH] lib: rsa: Extract public key from private key if keyfile argument is used
 2021-07-29  0:34 UTC  (2+ messages)

[PATCH for-6.2 v3 00/11] machine: smp parsing fixes and improvement
 2021-07-28  5:09 UTC  (3+ messages)
` [PATCH for-6.2 v3 11/11] machine: Move smp_prefer_sockets to struct SMPCompatProps

[Intel-gfx] [PATCH 00/25] Remove CNL - for drm-intel-next
 2021-07-29  0:32 UTC  (3+ messages)
` [Intel-gfx] [PATCH 25/25] drm/i915: finish removal of CNL

[PATCH 0/9] f2fs: use iomap for direct I/O
 2021-07-29  0:26 UTC  (11+ messages)
` [PATCH 3/9] f2fs: rework write preallocations
                ` [f2fs-dev] "

[rteval PATCH] rteval: stressng.py: Fix argument passing to Popen
 2021-07-29  0:23 UTC  (3+ messages)

[MPTCP][PATCH mptcp-next] Squash to "mptcp: MP_FAIL suboption sending"
 2021-07-29  0:23 UTC  (2+ messages)

[MPTCP][PATCH mptcp-next] Squash to "mptcp: remote addresses fullmesh"
 2021-07-29  0:21 UTC  (4+ messages)
` [MPTCP][PATCH mptcp-next] Squash to "mptcp: local "

[PATCH 0/1] fix pmem RAM device when nid is NUMA_NO_NODE
 2021-07-29  0:20 UTC  (4+ messages)
` [PATCH] device-dax: use fallback nid when numa_node is invalid

[PATCH v4 00/13] KVM: Add idempotent controls for migrating system counter state
 2021-07-29  0:10 UTC  (17+ messages)
` [PATCH v4 01/13] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK
` [PATCH v4 02/13] KVM: x86: Refactor tsc synchronization code
` [PATCH v4 03/13] KVM: x86: Expose TSC offset controls to userspace
` [PATCH v4 04/13] tools: arch: x86: pull in pvclock headers
` [PATCH v4 05/13] selftests: KVM: Add test for KVM_{GET,SET}_CLOCK
` [PATCH v4 06/13] selftests: KVM: Fix kvm device helper ioctl assertions
` [PATCH v4 07/13] selftests: KVM: Add helpers for vCPU device attributes
` [PATCH v4 08/13] selftests: KVM: Introduce system counter offset test
` [PATCH v4 09/13] KVM: arm64: Allow userspace to configure a vCPU's virtual offset
` [PATCH v4 10/13] selftests: KVM: Add support for aarch64 to system_counter_offset_test
` [PATCH v4 11/13] KVM: arm64: Provide userspace access to the physical counter offset
` [PATCH v4 12/13] selftests: KVM: Test physical counter offsetting
` [PATCH v4 13/13] selftests: KVM: Add counter emulation benchmark

[PATCH v2 0/2] Fix serial number usage in MHI bus
 2021-07-29  0:17 UTC  (3+ messages)
` [PATCH v2 1/2] bus: mhi: core: Move serial number read to power up phase
` [PATCH v2 2/2] bus: mhi: core: Depict serial number in hexadecimals

[MPTCP][PATCH v6 mptcp-next 0/5] fullmesh path manager support
 2021-07-29  0:17 UTC  (2+ messages)

[Intel-gfx] [PATCH 0/1] Fix gem_ctx_persistence failures with GuC submission
 2021-07-29  0:34 UTC  (4+ messages)
`  "
` [PATCH 1/1] drm/i915: Check if engine has heartbeat when closing a context
  ` [Intel-gfx] "

[PATCH] kbuild: cancel sub_make_done for the install target to fix DKMS
 2021-07-29  0:12 UTC 

[Bug 213373] New: [drm] [radeon] memory leak at parsing radeon_atombios_parse_power_table
 2021-07-29  0:12 UTC  (2+ messages)
` [Bug 213373] "

[PATCH v3 08/18] scsi: ufs: Improve static type checking for the host controller state
 2021-07-22  3:34 UTC 

[PATCH v3 07/18] scsi: ufs: Verify UIC locking requirements at runtime
 2021-07-22  3:34 UTC 

[PATCH v3 05/18] scsi: ufs: Use DECLARE_COMPLETION_ONSTACK() where appropriate
 2021-07-22  3:34 UTC 

[PATCH v3 04/18] scsi: ufs: Rename the second ufshcd_probe_hba() argument
 2021-07-22  3:34 UTC 

[PATCH v3 03/18] scsi: ufs: Only include power management code if necessary
 2021-07-22  3:34 UTC 

[PATCH v3 02/18] scsi: ufs: Reduce power management code duplication
 2021-07-22  3:34 UTC 

[PATCH v3 01/18] scsi: ufs: Fix memory corruption by ufshcd_read_desc_param()
 2021-07-22  3:34 UTC 


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.