All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-10-12 19:56:23 to 2022-10-12 21:07:31 UTC [more...]

[PATCH v5 00/15] Do not stop uclass iteration on error
 2022-10-12 19:58 UTC  (22+ messages)
` [PATCH v6 00/20] "
  ` [PATCH v6 01/20] dm: core: Fix uclass_probe_all to really probe all devices
  ` [PATCH v6 02/20] dm: treewide: Do not opencode uclass_probe_all()
  ` [PATCH v6 03/20] dm: pci: Fix device PCI iteration
  ` [PATCH v6 04/20] bootstd: Fix listing boot devices
  ` [PATCH v6 05/20] usb: ether: Fix error handling in usb_ether_init
  ` [PATCH v6 06/20] stdio: Fix class iteration in stdio_add_devices()
  ` [PATCH v6 07/20] video: ipuv3: Fix error handling when getting the display
  ` [PATCH v6 08/20] w1: Fix bus counting in w1_get_bus
  ` [PATCH v6 09/20] cmd: List all uclass devices regardless of probe error
  ` [PATCH v6 10/20] dm: treewide: Use uclass_first_device_err when accessing one device
  ` [PATCH v6 11/20] dm: treewide: Use uclass_next_device_err when accessing second device
  ` [PATCH v6 12/20] dm: blk: Do not use uclass_next_device_err
  ` [PATCH v6 13/20] net: eth-uclass: Do not set device on error
  ` [PATCH v6 14/20] dm: pci: Update error handling in pci_sriov_init
  ` [PATCH v6 15/20] mpc83xx: gazerbeam: Update sysinfo_get error handling
  ` [PATCH v6 16/20] dm: core: Switch uclass_foreach_dev_probe to use simple iterator
  ` [PATCH v6 17/20] dm: core: Switch uclass_*_device_err to use uclass_*_device_check
  ` [PATCH v6 18/20] dm: core: Non-activated device may be returned from uclass iterators that provide error handling
  ` [PATCH v6 19/20] dm: treewide: Do not use the return value of simple uclass iterator
  ` [PATCH v6 20/20] dm: core: Do not stop uclass iteration on error

[syzbot] KASAN: use-after-free Read in register_shrinker
 2022-10-12 21:07 UTC  (2+ messages)

RFH, where did I go wrong?
 2022-10-12 21:05 UTC  (6+ messages)

linux-next: Signed-off-by missing for commit in the fuse tree
 2022-10-12 21:04 UTC 

[PULL 00/55] pc,virtio: features, tests, fixes, cleanups
 2022-10-12 21:01 UTC  (4+ messages)

lksctp-tools licensing
 2022-10-12 21:04 UTC  (2+ messages)

[PATCH v2 00/22] run-command API: pass functions & opts via struct
 2022-10-12 21:02 UTC  (17+ messages)
` [PATCH v3 00/15] "
  ` [PATCH v3 01/15] run-command test helper: use "else if" pattern
  ` [PATCH v3 02/15] run-command API: have "run_processes_parallel{,_tr2}()" return void
  ` [PATCH v3 03/15] run-command tests: use "return", not "exit"
  ` [PATCH v3 04/15] run-command API: make "n" parameter a "size_t"
  ` [PATCH v3 05/15] run-command API: don't fall back on online_cpus()
  ` [PATCH v3 06/15] run-command.c: use designated init for pp_init(), add "const"
  ` [PATCH v3 07/15] run-command API: have run_process_parallel() take an "opts" struct
  ` [PATCH v3 08/15] run-command API: move *_tr2() users to "run_processes_parallel()"
  ` [PATCH v3 09/15] run-command.c: make "struct parallel_processes" const if possible
  ` [PATCH v3 10/15] run-command.c: don't copy *_fn to "struct parallel_processes"
  ` [PATCH v3 11/15] run-command.c: don't copy "ungroup" "
  ` [PATCH v3 12/15] run-command.c: don't copy "data" "
  ` [PATCH v3 13/15] run-command.c: use "opts->processes", not "pp->max_processes"
  ` [PATCH v3 14/15] run-command.c: pass "opts" further down, and use "opts->processes"
  ` [PATCH v3 15/15] run-command.c: remove "max_processes", add "const" to signal() handler

[PATCH] Accessiblity: speakup: specifying the default driver parameters among the module params
 2022-10-12 21:01 UTC  (2+ messages)

+ mailmap-update-dan-carpenters-email-address.patch added to mm-hotfixes-unstable branch
 2022-10-12 21:01 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-10-12 21:00 UTC 

[PATCH] rtc: rtc-cmos: Fix event handler registration ordering issue
 2022-10-12 20:57 UTC  (2+ messages)

[PATCH v3 0/3] Add devicetree support for max6639
 2022-10-12 20:57 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: hwmon: fan: Add fan binding to schema
` [PATCH v3 2/3] dt-bindings: hwmon: Add binding for max6639
` [PATCH v3 3/3] hwmon: (max6639) Change from pdata to dt configuration

Add linux-parport archives to lore.kernel.org?
 2022-10-12 20:56 UTC  (3+ messages)

[PATCH v2 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2022-10-12 20:56 UTC  (10+ messages)
` [PATCH v2 1/9] s390/uaccess: Add storage key checked cmpxchg access to user space
` [PATCH v2 2/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
` [PATCH v2 3/9] Documentation: KVM: s390: Describe KVM_S390_MEMOP_F_CMPXCHG
` [PATCH v2 4/9] KVM: s390: selftest: memop: Pass mop_desc via pointer
` [PATCH v2 5/9] KVM: s390: selftest: memop: Replace macros by functions
` [PATCH v2 6/9] KVM: s390: selftest: memop: Add cmpxchg tests
` [PATCH v2 7/9] KVM: s390: selftest: memop: Add bad address test
` [PATCH v2 8/9] KVM: s390: selftest: memop: Fix typo
` [PATCH v2 9/9] KVM: s390: selftest: memop: Fix wrong address being used in test

[PATCH RESEND v3 00/17] EDAC/mc/synopsys: Various fixes and cleanups
 2022-10-12 20:55 UTC  (19+ messages)
` [PATCH RESEND v3 13/17] EDAC/mc: Add MC unique index allocation procedure
` [PATCH RESEND v3 14/17] EDAC/synopsys: Detach Zynq DDRC controller support

[PATCH v9 0/3] x86/sgx: fine grained SGX MCA behavior
 2022-10-12 20:56 UTC  (7+ messages)
` [PATCH v9 3/3] x86/sgx: Fine grained SGX MCA behavior for virtualization

[PATCH net] i40e: Fix DMA mappings leak
 2022-10-12 20:54 UTC 

[PATCH 0/2] [2.38 regression] config: respect includes in protected config
 2022-10-12 20:54 UTC  (4+ messages)
` [PATCH 2/2] "

[OE-core] [PATCH v3] mesa: only apply patch to fix ALWAYS_INLINE for native
 2022-10-12 20:51 UTC  (3+ messages)

[PATCH v5 00/30] KVM: hardware enable/disable reorganize
 2022-10-12 20:50 UTC  (9+ messages)
` [PATCH v5 09/30] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
` [PATCH v5 10/30] KVM: Add arch hooks when VM is added/deleted
` [PATCH v5 11/30] KVM: Add arch hook for reboot event
` [PATCH v5 16/30] KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit()

3-word compound adjectives; the return of the '-'
 2022-10-12 20:50 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-10-12 20:50 UTC 

[Buildroot] [PATCH] package/libmdbx: bump version to 0.11.12
 2022-10-12 20:42 UTC 

[wireless-regdb] [PATCH] wireless-regdb: update regulatory rules for Switzerland (CH)
 2022-10-12 20:47 UTC  (2+ messages)

[PATCH v2] perf: Rewrite core context handling
 2022-10-12 20:47 UTC  (10+ messages)

[RFC PATCH] x86/sev-es: Include XSS value in GHCB CPUID request
 2022-10-12 20:47 UTC 

[PATCH 00/20] phy: qcom-qmp: further prep fixes and cleanups (set 3)
 2022-10-12 20:47 UTC  (16+ messages)
` [PATCH 01/20] phy: qcom-qmp-pcie: fix sc8180x initialisation
  ` [PATCH 02/20] phy: qcom-qmp-pcie: fix ipq8074-gen3 initialisation
  ` [PATCH 03/20] phy: qcom-qmp-pcie: fix ipq6018 initialisation
  ` [PATCH 04/20] phy: qcom-qmp-pcie: clean up status polling
  ` [PATCH 06/20] phy: qcom-qmp-pcie-msm8996: clean up ready and "

[PATCH v2 0/3] uvc gadget performance issues
 2022-10-12 20:44 UTC  (3+ messages)
` [PATCH v2 1/3] usb: gadget: uvc: make interrupt skip logic configurable

[igt-dev] [PATCH i-g-t v2] test/kms_plane_cursor: Honour max cursor size
 2022-10-12 20:45 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for test/kms_plane_cursor: Honour max cursor size (rev2)

rte_event_dev_xstats_reset id type
 2022-10-12 20:44 UTC  (4+ messages)

[PATCH v1] remoteproc: core: do pm relax when not first crash
 2022-10-12 20:43 UTC  (3+ messages)
` [PATCH v4] remoteproc: core: do pm relax when in RPROC_OFFLINE

[PATCH v12 0/7] crash: Kernel handling of CPU and memory hot un/plug
 2022-10-12 20:42 UTC  (17+ messages)
` [PATCH v12 7/7] x86/crash: Add x86 crash hotplug support

[PATCH v4] doc/checkpatch: Add description to MACRO_ARG_REUSE
 2022-10-12 20:39 UTC 

[meta-arago][master/kirkstone][PATCH] layers: Add langdale to LAYERSERIES_COMPAT
 2022-10-12 20:42 UTC  (2+ messages)

[PATCH v2 00/14] phy: qcom-qmp: further prep cleanups
 2022-10-12 20:41 UTC  (13+ messages)
` [PATCH v2 07/14] phy: qcom-qmp-usb: drop unused in-layout configuration
` [PATCH v2 09/14] phy: qcom-qmp-pcie: replace power-down delay
` [PATCH v2 11/14] phy: qcom-qmp-combo: drop sc8280xp "
` [PATCH v2 13/14] phy: qcom-qmp-usb: "

[GIT PULL] Please Pull NFS Client Updates for Linux 6.1
 2022-10-12 20:40 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-10-12 20:40 UTC 

[RFC PATCH 0/7] SVM guest shadow stack support
 2022-10-12 20:39 UTC  (8+ messages)
` [RFC PATCH 1/7] KVM: x86: Move shared CET routine to common x86 kvm code
` [RFC PATCH 2/7] KVM: x86: SVM: Emulate reads and writes to shadow stack MSRs
` [RFC PATCH 3/7] KVM: x86: SVM: Update dump_vmcb with shadow stack save area additions
` [RFC PATCH 4/7] KVM: x86: SVM: Pass through shadow stack MSRs
` [RFC PATCH 5/7] KVM: SVM: Save shadow stack host state on VMRUN
` [RFC PATCH 6/7] KVM: SVM: Add MSR_IA32_XSS to the GHCB for hypervisor kernel
` [RFC PATCH 7/7] KVM: SVM: Add CET features to supported_xss

[PATCH] usertools: rewrite pmdinfo
 2022-10-12 20:40 UTC  (4+ messages)
` [PATCH v7] "

[Buildroot] [PATCH] package/kmod: use the correct path for kmod
 2022-10-12 20:40 UTC  (2+ messages)

Add linux-um archives to lore.kernel.org?
 2022-10-12 20:38 UTC  (3+ messages)

Add linux-rpi-kernel archives to lore.kernel.org?
 2022-10-12 20:37 UTC  (2+ messages)

[PATCH 10/12] iwlwifi: Add support for getting rf id with blank otp Inbox
 2022-10-12 20:37 UTC 

[PATCH v2 0/8] rebase: make reflog messages independent of the backend
 2022-10-12 20:37 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/8] rebase --apply: remove duplicated code

[syzbot] memory leak in kernfs_fop_open
 2022-10-12 20:36 UTC  (2+ messages)

FAILED: patch "[PATCH] nilfs2: fix use-after-free bug of struct nilfs_root" failed to apply to 5.4-stable tree
 2022-10-12 20:37 UTC 

FAILED: patch "[PATCH] nilfs2: fix use-after-free bug of struct nilfs_root" failed to apply to 4.19-stable tree
 2022-10-12 20:36 UTC 

[RFC/PATCH] backlight: hx8357: prepare to conversion to gpiod API
 2022-10-12 20:34 UTC  (11+ messages)

FAILED: patch "[PATCH] nilfs2: fix use-after-free bug of struct nilfs_root" failed to apply to 4.14-stable tree
 2022-10-12 20:36 UTC 

FAILED: patch "[PATCH] nilfs2: fix use-after-free bug of struct nilfs_root" failed to apply to 4.9-stable tree
 2022-10-12 20:35 UTC 

[PATCH v2 0/2] usb: dwc3: revert OTG changes for Intel Merrifield
 2022-10-12 20:34 UTC  (18+ messages)
` [PATCH v2 2/2] Revert "usb: dwc3: Don't switch OTG -> peripheral if extcon is present"

[DNM RFC PATCH] drm/msm: Use lowercase hex for !defines
 2022-10-12 20:33 UTC  (2+ messages)

[Buildroot] [PATCH v2 1/1] boot/uboot/uboot.mk: add pmufw.elf support
 2022-10-12 20:33 UTC  (2+ messages)

[PATCH 0/5] Add misc support for QDU1000/QRU1000 SoCs
 2022-10-12 20:32 UTC  (4+ messages)
` [PATCH 4/5] soc: qcom: rpmhpd: Add QDU1000/QRU1000 power domains

trouble booting into staging kernel
 2022-10-12 20:22 UTC  (6+ messages)

[oe] [meta-oe][kirkstone][PATCH] minicoredumper: retry elf parsing as long as needed
 2022-10-12 20:31 UTC 

[PATCH] uio_hv_generic: Enable support for slower vmbus device channels
 2022-10-12 20:30 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-10-12 20:30 UTC 

[mark:arm64/ftrace/minimal-regs 2/5] arch/x86/include/asm/ftrace.h:72:7: error: incomplete definition of type 'struct ftrace_regs'
 2022-10-12 20:30 UTC 

Errors with Sun StorageTek STK RAID INT (Adaptec ASR-5805) with EL 8.6 driver?
 2022-10-12 20:29 UTC  (2+ messages)

[PATCH] xen/virtio: Handle PCI devices which Host controller is described in DT
 2022-10-12 20:26 UTC  (3+ messages)

[PATCH v1 0/5] Add PLREG and SPI Driver GXP Support
 2022-10-12 20:25 UTC  (9+ messages)
` [PATCH v1 1/5] soc: hpe: add support for HPE GXP Programmable Register Driver
` [PATCH v1 2/5] dt-bindings: soc: hpe: Add hpe,gxp-plreg

[PATCH v2 3/3] arm64: dts: qcom: sdm632: fairphone-fp3: add touchscreen
 2022-10-12 20:24 UTC 

[PATCH v2 0/3] Add Himax hx83112b touchscreen driver
 2022-10-12 20:24 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: touchscreen: add Himax hx83112b bindings
` [PATCH v2 2/3] Input: add driver for Himax hx83112b touchscreen devices

[Buildroot] [PATCH 1/2] package/lttng-modules: enable CONFIG_FTRACE in kernel configuration
 2022-10-12 20:23 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/lttng-modules: bump to 2.13.7

[PATCH v12 00/16] bbdev ACC200 PMD
 2022-10-12 20:19 UTC  (4+ messages)
` [PATCH v12 06/16] baseband/acc: add info get function for ACC200
  ` [EXT] "

RTT-PROBE: lore-subspace-rtt
 2022-10-12 20:20 UTC 

[PATCH] virtio_pci: read interrupt pin directly
 2022-10-12 20:19 UTC  (2+ messages)

[RFC PATCH v3 0/5] Create common DPLL/clock configuration API
 2022-10-12 20:17 UTC  (16+ messages)
` [RFC PATCH v3 1/6] dpll: Add DPLL framework base functions

[PATCH] dmaengine: idxd: Do not enable user type Work Queue without Shared Virtual Addressing
 2022-10-12 20:15 UTC  (2+ messages)

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-10-12 20:15 UTC  (10+ messages)
` [PATCH Part2 v6 37/49] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT

[PATCH] KVM: arm64: vgic: fix wrong loop condition in scan_its_table()
 2022-10-12 20:14 UTC  (3+ messages)

[PATCH] drivers/hid: use simple i2c probe
 2022-10-12 16:33 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-10-12 20:10 UTC 

mm/kasan/kasan_test.c:36:6: sparse: sparse: symbol 'kasan_ptr_result' was not declared. Should it be static?
 2022-10-12 20:08 UTC 

[ammarfaizi2-block:dhowells/linux-fs/rxrpc-ringless-5 10/41] ld.lld: error: undefined symbol: ipv6_icmp_error
 2022-10-12 20:08 UTC 

[qemu-mainline test] 173534: regressions - FAIL
 2022-10-12 20:04 UTC 

[PATCH v2 00/39] Shadowstacks for userspace
 2022-10-12 20:04 UTC  (3+ messages)
` [PATCH v2 02/39] x86/cet/shstk: Add Kconfig option for Shadow Stack

[kvalo-ath:ath12k-bringup] BUILD SUCCESS 620b992fbdb39cff62ac991b31047209830e7edf
 2022-10-12 19:59 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-10-12 20:00 UTC 

[PATCH v2 RESEND] Bluetooth: virtio_bt: Use skb_put to set length
 2022-10-12 20:00 UTC  (2+ messages)

[PATCH 1/7] power: supply: bq25890: Document POWER_SUPPLY_PROP_CURRENT_NOW
 2022-10-12 19:59 UTC  (5+ messages)
` [PATCH 4/7] power: supply: bq25890: Add support for setting user charge current and voltage limit
` [PATCH 5/7] power: supply: bq25890: Factor out regulator registration code

[mark:arm64/ftrace/minimal-regs 4/5] arch/powerpc/include/asm/ftrace.h:50:35: error: incomplete definition of type 'struct ftrace_refs'
 2022-10-12 19:57 UTC 

MultiFD and default channel out of order mapping on receive side
 2022-10-12 19:53 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.