All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-11-22 15:43:30 to 2022-11-22 16:26:51 UTC [more...]

[PATCH] x86/fpu: use __alignof__ to avoid UB in TYPE_ALIGN
 2022-11-22 16:26 UTC  (2+ messages)
` [tip: x86/fpu] x86/fpu: Use _Alignof to avoid undefined behavior "

stable-rc/queue/4.14 build: 196 builds: 3 failed, 193 passed, 2 errors, 49 warnings (v4.14.299-74-g001b94a71393)
 2022-11-22 16:26 UTC 

[PATCH v7 0/6] iommu/mediatek: Improve safety from invalid dts input
 2022-11-22 16:24 UTC  (4+ messages)
` [PATCH v7 1/6] iommu/mediatek: Add platform_device_put for recovering the device refcnt

[PATCH 0/2] drm: Fix PCI device refcount leak
 2022-11-22 16:25 UTC  (6+ messages)
` [PATCH 1/2] drm/radeon: Fix PCI device refcount leak in radeon_atrm_get_bios()

Optimising csum_fold()
 2022-11-22 16:24 UTC  (2+ messages)

AW: Problem receiving > 8 byte UDS response when using istpsend
 2022-11-22 16:24 UTC  (5+ messages)
  `  "

[PATCH v2] igbvf: Regard vf reset nack as success
 2022-11-22 16:22 UTC  (3+ messages)
  ` [Intel-wired-lan] "

[PATCH 1/1] tpm/tpm_crb: Fix error message in __crb_relinquish_locality()
 2022-11-22 16:23 UTC  (3+ messages)

[PATCH v2 00/15] ufs: qcom: Add HS-G4 support
 2022-11-22 16:22 UTC  (11+ messages)
` [PATCH v2 02/15] phy: qcom-qmp-ufs: Add support for configuring PHY in HS Series B mode
` [PATCH v2 06/15] dt-bindings: ufs: Add "max-device-gear" property for UFS device

[PATCH 1/4] MAINTAINERS: Add KVM x86/xen maintainer list
 2022-11-22 16:23 UTC  (4+ messages)
` [PATCH 3/4] KVM: Update gfn_to_pfn_cache khva when it moves within the same page

[PATCH RFC v2 0/7] fix reset line polarity for Goodix touchscreen controllers
 2022-11-22 16:22 UTC  (7+ messages)
` [PATCH RFC v2 5/7] arm64: dts: imx: fix touchscreen reset GPIO polarity

[PATCH] ring: build with global includes
 2022-11-22 16:22 UTC  (8+ messages)

[iptables-nft RFC 0/5] update iptables-nft dissector
 2022-11-22 16:22 UTC  (7+ messages)
` [iptables-nft RFC 4/5] xlate-test: extra-escape of '"' for replay mode
` [iptables-nft RFC 5/5] generic.xlate: make one replay test case work

[PATCH] drm/amdgpu: fix stall on CPU when allocate large system memory
 2022-11-22 16:21 UTC  (3+ messages)
` [PATCH v3] "

[tip:timers/urgent] BUILD SUCCESS 839a973988a94c15002cbd81536e4af6ced2bd30
 2022-11-22 16:19 UTC 

[REPOST PATCH] epoll: use refcount to reduce ep_mutex contention
 2022-11-22 16:18 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-11-22 16:20 UTC 

git can not be built for s390x since update to git-2.38.0
 2022-11-22 16:16 UTC  (3+ messages)

[Buildroot] [for-next] package/libnss: bump version to 3.85
 2022-11-22 16:11 UTC 

[PATCH v5] dt-bindings: iio: adc: ad7923: adjust documentation
 2022-11-22 16:14 UTC 

[kvm-unit-tests PATCH v3 00/27] kvm-unit-tests: set of fixes and new tests
 2022-11-22 16:11 UTC  (28+ messages)
` [kvm-unit-tests PATCH v3 01/27] x86: replace irq_{enable|disable}() with sti()/cli()
` [kvm-unit-tests PATCH v3 02/27] x86: introduce sti_nop() and sti_nop_cli()
` [kvm-unit-tests PATCH v3 03/27] x86: add few helper functions for apic local timer
` [kvm-unit-tests PATCH v3 04/27] svm: remove nop after stgi/clgi
` [kvm-unit-tests PATCH v3 05/27] svm: make svm_intr_intercept_mix_if/gif test a bit more robust
` [kvm-unit-tests PATCH v3 06/27] svm: use apic_start_timer/apic_stop_timer instead of open coding it
` [kvm-unit-tests PATCH v3 07/27] x86: Add test for #SMI during interrupt window
` [kvm-unit-tests PATCH v3 08/27] x86: Add a simple test for SYSENTER instruction
` [kvm-unit-tests PATCH v3 09/27] svm: add simple nested shutdown test
` [kvm-unit-tests PATCH v3 10/27] SVM: add two tests for exitintinto on exception
` [kvm-unit-tests PATCH v3 11/27] lib: Add random number generator
` [kvm-unit-tests PATCH v3 12/27] x86: add IPI stress test
` [kvm-unit-tests PATCH v3 13/27] svm: remove get_npt_pte extern
` [kvm-unit-tests PATCH v3 14/27] svm: move svm spec definitions to lib/x86/svm.h
` [kvm-unit-tests PATCH v3 15/27] svm: move some svm support functions into lib/x86/svm_lib.h
` [kvm-unit-tests PATCH v3 16/27] svm: move setup_svm() to svm_lib.c
` [kvm-unit-tests PATCH v3 17/27] svm: correctly skip if NPT not supported
` [kvm-unit-tests PATCH v3 18/27] svm: move vmcb_ident to svm_lib.c
` [kvm-unit-tests PATCH v3 19/27] svm: rewerite vm entry macros
` [kvm-unit-tests PATCH v3 20/27] svm: move v2 tests run into test_run
` [kvm-unit-tests PATCH v3 21/27] svm: cleanup the default_prepare
` [kvm-unit-tests PATCH v3 22/27] svm: introduce svm_vcpu
` [kvm-unit-tests PATCH v3 23/27] svm: introduce struct svm_test_context
` [kvm-unit-tests PATCH v3 24/27] svm: use svm_test_context in v2 tests
` [kvm-unit-tests PATCH v3 25/27] svm: move nested vcpu to test context
` [kvm-unit-tests PATCH v3 26/27] svm: move test_guest_func "
` [kvm-unit-tests PATCH v3 27/27] x86: ipi_stress: add optional SVM support

[PATCH 0/1] *** Fix kill(-1,s) returning 0 on 0 kills ***
 2022-11-22 16:12 UTC  (2+ messages)
` [PATCH 1/1] Fix kill(-1,s) returning 0 on 0 kills

[PATCH v1 00/16] vfio/ccw: channel program cleanup
 2022-11-22 16:13 UTC  (5+ messages)
` [PATCH v1 01/16] vfio/ccw: cleanup some of the mdev commentary
` [PATCH v1 02/16] vfio/ccw: simplify the cp_get_orb interface

[PATCH 00/15] Add struct to pass in optional args to scsi_execute
 2022-11-22 16:13 UTC  (7+ messages)
` [PATCH 01/15] scsi: Add struct for args to execution functions
` [PATCH 06/15] scsi: core: Convert to scsi_execute_cmd

U-Boot SPL not getting generated
 2022-11-22 12:47 UTC  (3+ messages)

[kvm-unit-tests PATCH v1 0/2] s390x: test CMM during migration
 2022-11-22 16:12 UTC  (3+ messages)
` [kvm-unit-tests PATCH v1 1/2] s390x: add a library for CMM-related functions
` [kvm-unit-tests PATCH v1 2/2] s390x: add CMM test during migration

[Intel-gfx] [PATCH 00/10] drm/i915/dvo: Further DVO fixes/cleanups
 2022-11-22 16:15 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.DOCS: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH v2] USB: gadget: dummy_hcd: switch char * to u8 *
 2022-11-22 16:12 UTC  (3+ messages)

[RFC PATCH] Use `pip install` instead of `setup.py install`
 2022-11-22 16:11 UTC 

[Buildroot] [PATCH v2 1/1] boot/uboot/uboot.mk: add stripped u-boot.elf support
 2022-11-22 16:13 UTC  (4+ messages)

[PATCH] usb: musb: remove extra check in musb_gadget_vbus_draw
 2022-11-22 16:11 UTC  (2+ messages)

[PATCH v3 00/17] x86: head_64.S spring cleaning
 2022-11-22 16:10 UTC  (18+ messages)
` [PATCH v3 01/17] x86/compressed: efi-mixed: rename efi_thunk_64.S to efi-mixed.S
` [PATCH v3 02/17] x86/compressed: efi-mixed: move 32-bit entrypoint code into .text section
` [PATCH v3 03/17] x86/compressed: efi-mixed: move bootargs parsing out of 32-bit startup code
` [PATCH v3 04/17] x86/compressed: efi-mixed: move efi32_pe_entry into .text section
` [PATCH v3 05/17] x86/compressed: efi-mixed: move efi32_entry out of head_64.S
` [PATCH v3 06/17] x86/compressed: efi-mixed: move efi32_pe_entry() "
` [PATCH v3 07/17] x86/compressed: efi: merge multiple definitions of image_offset into one
` [PATCH v3 08/17] x86/compressed: efi-mixed: simplify IDT/GDT preserve/restore
` [PATCH v3 09/17] x86/compressed: avoid touching ECX in startup32_set_idt_entry()
` [PATCH v3 10/17] x86/compressed: pull global variable ref up into startup32_load_idt()
` [PATCH v3 11/17] x86/compressed: move startup32_load_idt() into .text section
` [PATCH v3 12/17] x86/compressed: move startup32_load_idt() out of head_64.S
` [PATCH v3 13/17] x86/compressed: move startup32_check_sev_cbit() into .text
` [PATCH v3 14/17] x86/compressed: move startup32_check_sev_cbit() out of head_64.S
` [PATCH v3 15/17] x86/compressed: adhere to calling convention in get_sev_encryption_bit()
` [PATCH v3 16/17] x86/compressed: only build mem_encrypt.S if AMD_MEM_ENCRYPT=y
` [PATCH v3 17/17] efi: x86: Make the deprecated EFI handover protocol optional

[linux-next-v2 4/5] arm64: dts: rockchip: Add support of interrupt to ethernet node on Rock 3A SBC
 2022-11-22 16:10 UTC  (4+ messages)

[PATCH] drm/amd/pm: added result check
 2022-11-22 15:36 UTC 

[PATCH v2] target/arm: Use signed quantity to represent VMSAv8-64 translation level
 2022-11-22 16:10 UTC  (2+ messages)

[PATCH] media: imx: remove code for non-existing config IMX_GPT_ICAP
 2022-11-22 16:09 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-11-22 16:10 UTC 

[PATCH 1/2] io: Add support for MSG_PEEK for socket channel
 2022-11-22 16:10 UTC  (8+ messages)
` [PATCH v3 "

[PATCH 00/12] Introduce CONFIG_SLUB_TINY and deprecate SLOB
 2022-11-22 16:08 UTC  (6+ messages)
` [PATCH 12/12] mm, slob: rename CONFIG_SLOB to CONFIG_SLOB_DEPRECATED

[PATCH v4 net-next 0/8] Let phylink manage in-band AN for the PHY
 2022-11-22 16:10 UTC  (6+ messages)

[PATCH v2] usb: gadget: fusb300_udc: free irq on the error path in fusb300_probe()
 2022-11-22 16:09 UTC  (2+ messages)

[Intel-wired-lan] [PATCH net resend] ixgbe: fix pci device refcount leak
 2022-11-22  6:08 UTC 

[PATCH net] intel/igbvf: free irq on the error path in igbvf_request_msix()
 2022-11-22  2:55 UTC  (3+ messages)
  ` [Intel-wired-lan] "

[Intel-wired-lan] [PATCH net, v2] intel/igbvf: free irq on the error path in igbvf_request_msix()
 2022-11-22  2:28 UTC 

[OE-core][kirkstone][PATCH] golang: Fix CVE-2022-2879\
 2022-11-22 16:07 UTC 

[PATCH V4 0/6] Enable USB host on Jetson AGX Orin
 2022-11-22 16:07 UTC  (4+ messages)
` [PATCH V4 5/6] usb: host: xhci-tegra: Add Tegra234 XHCI support

[PATCH v3 0/2] usb: serial: add support for CH348
 2022-11-22 16:06 UTC  (3+ messages)
` [PATCH v3 1/2] "

[PATCH] vhost-vdpa: skip TPM CRB memory section
 2022-11-22 16:05 UTC  (2+ messages)

[PATCH v8 0/9] Introduce device group and device management
 2022-11-22 16:06 UTC  (3+ messages)
` [PATCH v8 9/9] admin: conformance clauses
  ` [virtio] "

[PATCH v2 0/6] Add Hyper-v extended hypercall support in KVM
 2022-11-22 16:04 UTC  (9+ messages)
` [PATCH v2 1/6] KVM: x86: hyper-v: Use common code for hypercall userspace exit
` [PATCH v2 3/6] KVM: selftests: Test Hyper-V extended hypercall enablement
` [PATCH v2 4/6] KVM: selftests: Replace hardcoded Linux OS id with HYPERV_LINUX_OS_ID
` [PATCH v2 6/6] KVM: selftests: Test Hyper-V extended hypercall exit to userspace

[PATCH v2 00/44] cpuidle,rcu: Clean up the mess
 2022-11-22 16:04 UTC  (9+ messages)
` [PATCH v2 12/44] cpuidle,dt: Push RCU-idle into driver

RISC-V SoC Drivers for v6.2
 2022-11-22 16:04 UTC  (5+ messages)

[PATCH] target/riscv: Dump sstatus CSR in riscv_cpu_dump_state()
 2022-11-22 15:46 UTC 

[PATCH v1 0/5] Unify USB Over Current Settings on Toradex Boards
 2022-11-22 15:54 UTC  (12+ messages)
` [PATCH v1 1/5] ARM: dts: apalis-imx6: Disable usb over-current
` [PATCH v1 2/5] ARM: dts: colibri-imx6: "
` [PATCH v1 3/5] ARM: dts: colibri-imx6ull: "
` [PATCH v1 4/5] ARM: dts: colibri-imx7: "
` [PATCH v1 5/5] arm64: dts: verdin-imx8mm: "

RTT-PROBE: lore-subspace-rtt
 2022-11-22 16:00 UTC 

[PATCH] kbd: DEPEND on bison-native and don't build tests
 2022-11-22 16:00 UTC 

[PATCH] can: etas_es58x: report the firmware version through ethtool
 2022-11-22 16:00 UTC  (4+ messages)
` [PATCH v3 0/3] can: etas_es58x: report firmware, bootloader and hardware version
  ` [PATCH v3 1/3] USB: core: export usb_cache_string()

[LTP] Need info on LTP tests that use /dev/loop mount device
 2022-11-22 15:56 UTC 

[LTP] [PATCH v3] syscalls/prctl04: Fix false positive report when SECCOMP_MODE_FILTER is not supported
 2022-11-22  8:01 UTC 

[oe-core][PATCH 1/1] libpam: fix CVE-2022-28321
 2022-11-22 15:59 UTC  (2+ messages)

Pull request for efi-2023-01-rc2-2
 2022-11-22 15:58 UTC  (2+ messages)

[PATCH clocksource 0/3] Reject bogus watchdog clocksource measurements
 2022-11-22 15:55 UTC  (7+ messages)
` [PATCH clocksource 1/3] clocksource: "

Please pull u-boot-watchdog/master
 2022-11-22 15:58 UTC  (2+ messages)

[PATCH] multifd: Updated QAPI format for 'migrate' qemu monitor command
 2022-11-22 15:57 UTC  (4+ messages)

[PATCH v4 0/4] new subsystem for compute accelerator devices
 2022-11-22 15:57 UTC  (4+ messages)

[PATCH intel-next v4] i40e: allow toggling loopback mode via ndo_set_features callback
 2022-11-22 15:57 UTC  (4+ messages)
    ` [Intel-wired-lan] "

Plugin Memory Callback Debugging
 2022-11-22 15:57 UTC  (6+ messages)

[igt-dev] [PATCH] Chamelium: Simplify the chamelium test files
 2022-11-22 15:56 UTC  (2+ messages)

next-20221122: tinyconfig: ppc n s390: kernel/printk/printk.c:95:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Werror,-Wimplicit-int]
 2022-11-22 15:55 UTC  (5+ messages)

[PATCH] PCI/DOE: Remove asynchronous task support
 2022-11-22 15:55 UTC  (6+ messages)

[PATCH] usb: gadget: function: use after free in printer_close()
 2022-11-22 15:54 UTC  (3+ messages)
` [PATCH] usb: gadget: function: Simplify error messaging in printer open/close

Regarding User Data in DPDK ACL Library
 2022-11-22 15:53 UTC  (8+ messages)

[PATCH V2 0/2] PCI/DOE: Remove asynchronous task support
 2022-11-22 15:53 UTC  (3+ messages)
` [PATCH V2 1/2] PCI/DOE: Remove the pci_doe_flush_mb() call
` [PATCH V2 2/2] PCI/DOE: Remove asynchronous task support

soft-dirty kselftest is crashing on next-20221122
 2022-11-22 15:52 UTC  (6+ messages)

[PATCH v2] btrfs: rcu_string: Replace strncpy() with strscpy()
 2022-11-22 15:52 UTC  (3+ messages)
` [PATCH v3] btrfs: "

[PATCH v2 00/11] codeql fixes for various subsystems
 2022-11-22 15:52 UTC  (13+ messages)
` [PATCH v2 04/11] memzone: check result of malloc_elem_from_data
` [PATCH v2 05/11] malloc: malloc_elem_join_adjacent_free can return null
` [PATCH v2 06/11] malloc: check result of rte_mem_virt2memseg_list
` [PATCH v2 07/11] malloc: check result of rte_fbarray_get
` [PATCH v2 08/11] malloc: check result of rte_mem_virt2memseg
` [PATCH v2 09/11] malloc: check result of malloc_elem_free

[syzbot] kernel BUG in gfs2_glock_nq (2)
 2022-11-22 15:52 UTC  (3+ messages)
  ` [Cluster-devel] "

patch "usb: cdnsp: fix issue with ZLP - added TD_SIZE = 1" added to usb-linus
 2022-11-22 15:52 UTC 

patch "usb: cdnsp: Fix issue with Clear Feature Halt Endpoint" added to usb-linus
 2022-11-22 15:52 UTC 

git send-email friendly smtp provider anyone?
 2022-11-22 15:51 UTC  (4+ messages)

[PATCH v5] usb: gadget: uvc: add validate and fix function for uvc response
 2022-11-22 15:51 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-11-22 15:50 UTC 

[PATCH] target/arm: Use signed quantity to represent VMSAv8-64 translation level
 2022-11-22 15:49 UTC  (5+ messages)

[PATCH v28 00/11] Add MediaTek SoC(vdosys1) support for mt8195
 2022-11-22 15:48 UTC  (9+ messages)
` [PATCH v28 01/11] dt-bindings: arm: mediatek: mmsys: add vdosys1 compatible for MT8195

[RFC PATCH] net: devlink: devlink_nl_info_fill: populate default information
 2022-11-22 15:49 UTC 

[PATCH] ftrace: Prevent RCU stall on PREEMPT_VOLUNTARY kernels
 2022-11-22 15:49 UTC  (4+ messages)

[master][PATCH v2] libtiff: Fix CVE-2022-3970
 2022-11-22 15:49 UTC 

[PATCH v2 0/2] cleanup: Tweak and re-run return_directly.cocci
 2022-11-22 15:48 UTC  (4+ messages)
` [PATCH v2 1/2] "

Yocto Project Status 22 November 2022 (WW47)
 2022-11-22 15:47 UTC 

[PATCH v4 00/10] Initial support for Cadence MHDP(HDMI/DP) for i.MX8MQ
 2022-11-22 15:30 UTC  (5+ messages)
` [PATCH v4 02/10] dt-bindings: display: bridge: Add MHDP DP "
    ` [EXT] "

[OE-core] [master][PATCH] tiff: Security fix for CVE-2022-3970
 2022-11-22 15:46 UTC 

[PATCH] memstick/ms_block: Add check for alloc_ordered_workqueue
 2022-11-22 15:44 UTC  (2+ messages)

[PATCH] mmc: renesas_sdhi: use plain numbers for end_flags
 2022-11-22 15:44 UTC  (2+ messages)

[PATCH v5 0/7] KVM: x86: Hyper-V invariant TSC control feature
 2022-11-22 15:43 UTC  (3+ messages)

[PATCH v3 1/4] i915: Move list_count() to list.h for broader use
 2022-11-22 15:43 UTC  (4+ messages)
  ` [Intel-gfx] "

[tip:x86/tdx] BUILD SUCCESS 00e07cfbdf0b232f7553f0175f8f4e8d792f7e90
 2022-11-22 15:42 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.