All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-01-31 10:18:36 to 2025-01-31 11:32:59 UTC [more...]

[PATCH] tee: optee: Add support for supplicant timeout
 2025-01-31 11:32 UTC 

CVE-2025-21673: smb: client: fix double free of TCP_Server_Info::hostname
 2025-01-31 11:31 UTC 

CVE-2025-21672: afs: Fix merge preference rule failure condition
 2025-01-31 11:31 UTC 

[PATCH v2 00/18] firmware: arm_ffa: Framework notification support + other updates and fixes
 2025-01-31 11:24 UTC  (5+ messages)
` [PATCH v2 01/18] firmware: arm_ffa: Replace SCMI by FF-A in the macro
` [PATCH v2 02/18] firmware: arm_ffa: Replace UUID buffer to standard UUID format
` [PATCH v2 03/18] firmware: arm_ffa: Align sync_send_receive{,2} function prototypes
` [PATCH v2 04/18] firmware: arm_ffa: Fix big-endian support in __ffa_partition_info_get()

CVE-2025-21671: zram: fix potential UAF of zram table
 2025-01-31 11:31 UTC 

CVE-2025-21670: vsock/bpf: return early if transport is not assigned
 2025-01-31 11:31 UTC 

CVE-2025-21669: vsock/virtio: discard packets if the transport changes
 2025-01-31 11:31 UTC 

CVE-2025-21668: pmdomain: imx8mp-blk-ctrl: add missing loop break condition
 2025-01-31 11:31 UTC 

CVE-2025-21667: iomap: avoid avoid truncating 64-bit offset to 32 bits
 2025-01-31 11:30 UTC 

CVE-2025-21666: vsock: prevent null-ptr-deref in vsock_*[has_data|has_space]
 2025-01-31 11:30 UTC 

CVE-2025-21683: bpf: Fix bpf_sk_select_reuseport() memory leak
 2025-01-31 11:31 UTC 

CVE-2025-21682: eth: bnxt: always recalculate features after XDP clearing, fix null-deref
 2025-01-31 11:31 UTC 

CVE-2025-21681: openvswitch: fix lockup on tx to unregistering netdev with carrier
 2025-01-31 11:31 UTC 

CVE-2025-21680: pktgen: Avoid out-of-bounds access in get_imix_entries
 2025-01-31 11:31 UTC 

CVE-2025-21679: btrfs: add the missing error handling inside get_canonical_dev_path
 2025-01-31 11:31 UTC 

CVE-2025-21678: gtp: Destroy device along with udp socket's netns dismantle
 2025-01-31 11:31 UTC 

CVE-2025-21677: pfcp: Destroy device along with udp socket's netns dismantle
 2025-01-31 11:31 UTC 

CVE-2025-21676: net: fec: handle page_pool_dev_alloc_pages error
 2025-01-31 11:31 UTC 

CVE-2025-21675: net/mlx5: Clear port select structure when fail to create
 2025-01-31 11:31 UTC 

CVE-2025-21674: net/mlx5e: Fix inversion dependency warning while enabling IPsec tunnel
 2025-01-31 11:31 UTC 

CVE-2024-57948: mac802154: check local interfaces before deleting sdata list
 2025-01-31 11:30 UTC 

CVE-2025-21665: filemap: avoid truncating 64-bit offset to 32 bits
 2025-01-31 11:30 UTC 

[PATCH 0/4] rng: msm: fixes for MSM8916
 2025-01-31 11:29 UTC  (5+ messages)
` [PATCH 2/4] rng: msm: don't enable PRNG if it's already enabled

[PATCH v2 2/8] mmc: renesas_sdhi: Arrange local variables in reverse xmas tree order
 2025-01-31 11:28 UTC  (2+ messages)
` [PATCH v2 5/8] arm64: dts: renesas: r9a09g057: Add support for enabling SDHI internal regulator

sound/soc/sunxi/sun4i-spdif.c:180: warning: Function parameter or struct member 'mclk_multiplier' not described in 'sun4i_spdif_quirks'
 2025-01-31 11:28 UTC 

[jirislaby:devel 49/53] drivers/tty/serial/xilinx_uartps.c:1678:38: error: 'struct uart_driver' has no member named 'nr'
 2025-01-31 11:28 UTC 

[GIT PULL v2 00/20] KVM: s390: some non-trivial fixes and cleanups for 6.14
 2025-01-31 11:25 UTC  (21+ messages)
` [GIT PULL v2 01/20] KVM: s390: vsie: fix some corner-cases when grabbing vsie pages
` [GIT PULL v2 02/20] KVM: s390: vsie: stop using page->index
` [GIT PULL v2 03/20] KVM: s390: vsie: stop messing with page refcount
` [GIT PULL v2 04/20] KVM: s390: vsie: stop using "struct page" for vsie page
` [GIT PULL v2 05/20] KVM: Do not restrict the size of KVM-internal memory regions
` [GIT PULL v2 06/20] KVM: s390: wrapper for KVM_BUG
` [GIT PULL v2 07/20] KVM: s390: fake memslot for ucontrol VMs
` [GIT PULL v2 08/20] KVM: s390: selftests: fix ucontrol memory region test
` [GIT PULL v2 09/20] KVM: s390: move pv gmap functions into kvm
` [GIT PULL v2 10/20] KVM: s390: use __kvm_faultin_pfn()
` [GIT PULL v2 11/20] KVM: s390: get rid of gmap_fault()
` [GIT PULL v2 12/20] KVM: s390: get rid of gmap_translate()
` [GIT PULL v2 13/20] KVM: s390: move some gmap shadowing functions away from mm/gmap.c
` [GIT PULL v2 14/20] KVM: s390: stop using page->index for non-shadow gmaps
` [GIT PULL v2 15/20] KVM: s390: stop using lists to keep track of used dat tables
` [GIT PULL v2 16/20] KVM: s390: move gmap_shadow_pgt_lookup() into kvm
` [GIT PULL v2 17/20] KVM: s390: remove useless page->index usage
` [GIT PULL v2 18/20] KVM: s390: move PGSTE softbits
` [GIT PULL v2 19/20] KVM: s390: remove the last user of page->index
` [GIT PULL v2 20/20] KVM: s390: selftests: Streamline uc_skey test to issue iske after sske

[PATCH v2 0/8] Add RZ/G3E SDHI support
 2025-01-31 11:24 UTC  (7+ messages)
` [PATCH v2 1/8] dt-bindings: mmc: renesas,sdhi: Document RZ/G3E support
` [PATCH v2 3/8] mmc: renesas_sdhi: Add support for RZ/G3E SoC
` [PATCH v2 4/8] arm64: dts: renesas: r9a09g047: Add SDHI0-SDHI2 nodes
` [PATCH v2 6/8] arm64: dts: renesas: rzg3e-smarc-som: Enable SDHI{0,2}
` [PATCH v2 7/8] arm64: dts: renesas: rzg3e-smarc-som: Add support for enable SD on SDHI0
` [PATCH v2 8/8] arm64: dts: renesas: r9a09g047e57-smarc: Enable SDHI1

[PATCH] perf test: Fix perf test 11 hwmon endianess issue
 2025-01-31 11:24 UTC 

[PATCH][isar-cip-core] efibootguard: update to 0.19
 2025-01-31 11:24 UTC  (3+ messages)

[PATCH v4 0/3] int3472: Support GPIO con_id based on _HID
 2025-01-31 11:24 UTC  (4+ messages)
` [PATCH v4 2/3] platform/x86: int3472: Call "reset" GPIO "enable" for INT347E

[PATCH 0/5] tests/functional: Update Aspeed OpenBMC images (resend)
 2025-01-31 11:22 UTC  (3+ messages)
` [PATCH 5/5] tests/functional: Introduce a bletchley machine test

[PATCH] net/ice: fix segmentation fault Rx function
 2025-01-31 11:21 UTC  (3+ messages)

[PATCH 5.10 000/136] 5.10.234-rc2 review
 2025-01-31 11:21 UTC 

[PATCH 5.4 00/94] 5.4.290-rc2 review
 2025-01-31 11:21 UTC 

[PATCH] kunit: tool: Use qboot on QEMU x86_64
 2025-01-31 11:19 UTC  (3+ messages)

[jirislaby:devel 49/53] drivers/tty/serial/arc_uart.c:116:10: error: 'struct uart_driver' has no member named 'nr'
 2025-01-31 11:18 UTC 

[PATCH for-4.20 0/3] AMD/IOMMU: assorted corrections
 2025-01-31 11:18 UTC  (2+ messages)

[PATCH v3 1/1] media: uvcvideo: require entities to have a non-zero unique ID
 2025-01-31 11:17 UTC  (6+ messages)
` [PATCH] Revert "media: uvcvideo: Require entities to have a non-zero unique ID"

[RFC PATCH QEMU 0/3] cxl/plugins: Hotness Monitoring Unit with 'real' data
 2025-01-31 11:15 UTC  (10+ messages)

[RFC PATCH] workqueue: introduce queue_delayed_work_on_offline_safe
 2025-01-31 11:16 UTC  (5+ messages)

[PATCH BlueZ v2 1/2] audio: actually try to enable MTU auto-tuning
 2025-01-31 11:16 UTC  (4+ messages)

[PATCH] crypto:qat - set command ids as reserved
 2025-01-31 11:14 UTC  (2+ messages)

[yocto-docs][PATCH v2 0/2] migration-5.2: Add entries for virtual provider and multiconfig changes
 2025-01-31 11:14 UTC  (3+ messages)
` [yocto-docs][PATCH v2 1/2] migration-5.2: document BB_CURRENT_MC default value change
` [yocto-docs][PATCH v2 2/2] migration-5.2: add virtual provider change

[PATCH 0/2] platform/x86: Do not include <linux/fb.h>
 2025-01-31 11:09 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Page allocation for ASI
 2025-01-31 11:08 UTC  (3+ messages)

[PATCH] usb: dwc3: Fix timeout issue during controller enter/exit from halt state
 2025-01-31 11:08 UTC 

[PATCH] tee: optee: Add support for supplicant timeout
 2025-01-31 11:06 UTC  (11+ messages)

[PATCH v1 00/12] mm: fixes for device-exclusive entries (hmm)
 2025-01-31 11:06 UTC  (10+ messages)
` [PATCH v1 05/12] mm/memory: detect writability in restore_exclusive_pte() through can_change_pte_writable()
` [PATCH v1 07/12] mm/page_vma_mapped: device-private entries are not migration entries

qca: Update Bluetooth WCN6750 1.1.0-00476 firmware to 1.1.3-00069
 2025-01-31 11:06 UTC 

[PATCH v7 0/7] Improve gpu_scheduler trace events + uAPI
 2025-01-31 11:03 UTC  (8+ messages)
` [PATCH v7 1/7] drm/debugfs: output client_id in in drm_clients_info
` [PATCH v7 2/7] drm/sched: store the drm client_id in drm_sched_fence
` [PATCH v7 3/7] drm/sched: add device name to the drm_sched_process_job event
` [PATCH v7 4/7] drm/sched: cleanup gpu_scheduler trace events
` [PATCH v7 5/7] drm/sched: trace dependencies for gpu jobs
` [PATCH v7 6/7] drm/sched: add the drm_client_id to the drm_sched_run/exec_job events
` [PATCH v7 7/7] drm/doc: document some tracepoints as uAPI

[RFC PATCH v2 1/8] landlock: Fix non-TCP sockets restriction
 2025-01-31 11:04 UTC  (12+ messages)

[PATCH 0/3] Add Mali GPU support for Mediatek MT8370 SoC
 2025-01-31 11:01 UTC  (6+ messages)
` [PATCH 2/3] drm/panfrost: Add support for Mali on the "

[LSF/MM/BPF TOPIC] TP4129 KATO correctoins and clarification
 2025-01-31 11:02 UTC  (3+ messages)

[LTP] [PATCH v2] flock: Add test for verifying EINTR errno
 2025-01-31 11:01 UTC  (5+ messages)
` [LTP] [PATCH v3] "

[PULL] Pull request for u-boot master / v2025.04 = u-boot-stm32-20250131
 2025-01-31 10:57 UTC 

[PATCH 0/4] arm64: mitigate CVE-2024-7881 in the absence of firmware mitigation
 2025-01-31 11:01 UTC  (3+ messages)

[GIT PULL] ata changes for 6.14-rc1-part2
 2025-01-31 11:00 UTC 

[RFC 0/8] drm/nouveau: scrubber ucode image support for vGPU
 2025-01-31 11:00 UTC  (4+ messages)
` [RFC 2/8] drm/nouveau: introduce tu102_gsp_init_fw_heap()

[PATCH i-g-t 0/6] tests/intel/kms_joiner: Add a new test to validate non-joiner mode
 2025-01-31 11:00 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for tests/intel/kms_joiner: Add a new test to validate non-joiner mode (rev4)

[PATCH v1 0/2] Cleaning up code related to VRAM regions and its initialization - part 1
 2025-01-31 10:59 UTC  (8+ messages)
` [PATCH v1 2/2] drm/xe: Move VRAM manager to struct xe_vram_region
` ✓ CI.Build: success for Cleaning up code related to VRAM regions and its initialization - part 1
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "

[PATCH] arm64: Move storage of idreg overrides into mmuoff section
 2025-01-31 10:56 UTC  (2+ messages)

[kvm:kvm-coco-queue-20250129 43/129] arch/x86/kvm/vmx/main.c:176:13: error: 'vt_exit' undeclared; did you mean 'vmx_exit'?
 2025-01-31 10:57 UTC 

[syzbot] [ntfs3?] possible deadlock in ntfs_look_for_free_space
 2025-01-31 10:55 UTC  (2+ messages)

[vireshk-pm:cpufreq/core-attr 34/47] drivers/cpufreq/powernv-cpufreq.c:1130 powernv_cpufreq_init() error: buffer overflow 'powernv_cpu_freq_attr' 2 <= 2
 2025-01-31 10:55 UTC 

[PATCH v5 0/3] mount notification
 2025-01-31 10:53 UTC  (4+ messages)
` [PATCH v5 2/3] fanotify: notify on mount attach and detach

[PATCH 0/2] transport: don't ignore git-receive-pack(1) exit code on atomic push
 2025-01-31 10:53 UTC  (10+ messages)
` [PATCH v4 0/8] "
  ` [PATCH v4 1/8] t5504: modernize test by moving heredocs into test bodies
  ` [PATCH v4 2/8] t5548: refactor to reuse setup_upstream() function
  ` [PATCH v4 3/8] t5548: refactor test cases by resetting upstream
  ` [PATCH v4 4/8] t5548: add new porcelain test cases
  ` [PATCH v4 5/8] t5548: add porcelain push test cases for dry-run mode
  ` [PATCH v4 6/8] send-pack: new return code "ERROR_SEND_PACK_BAD_REF_STATUS"
  ` [PATCH v4 7/8] t5543: atomic push reports exit code failure
  ` [PATCH v4 8/8] send-pack: gracefully close the connection for atomic push

[RFC PATCH v2 00/11] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-01-31 10:52 UTC  (5+ messages)
` [RFC PATCH v2 04/11] KVM: guest_memfd: Add KVM capability to check if guest_memfd is shared

[PATCH v3 0/4] scsi: st: scsi_error: More reset patches
 2025-01-31 10:49 UTC  (4+ messages)
` [PATCH v3 4/4] scsi: st: Add sysfs file reset_blocked

[PATCH] USB: core: Enable root_hub's remote wakeup for wakeup sources
 2025-01-31 10:49 UTC  (2+ messages)

[PATCH 6.12 00/41] 6.12.12-rc2 review
 2025-01-31 10:49 UTC  (2+ messages)

[LTP] [RFC] Remove [Description] subtitle from docparse
 2025-01-31 10:48 UTC  (4+ messages)

[PATCH] USB: pci-quirks: Fix HCCPARAMS register error for LS7A EHCI
 2025-01-31 10:48 UTC  (2+ messages)

[PATCH nft 1/2] ipopt: use ipv4 address datatype for address field in ip options
 2025-01-31 10:47 UTC  (2+ messages)
` [PATCH nft 2/2] parser_bison: turn redudant ip option type field match into boolean

[PATCH v4 0/4] arm64: dts: rockchip: minimal support for Pre-ICT tester adapter for RK3588 Jaguar + add overlay tests
 2025-01-31 10:40 UTC  (10+ messages)
` [PATCH v4 1/4] arm64: dts: rockchip: add overlay test for WolfVision PF5
` [PATCH v4 2/4] arm64: dts: rockchip: add overlay test for Edgeble NCM6A
` [PATCH v4 3/4] arm64: dts: rockchip: add overlay tests for Rock 5B PCIe overlays
` [PATCH v4 4/4] arm64: dts: rockchip: minimal support for Pre-ICT tester adapter for RK3588 Jaguar

[PATCH 0/3] Introduce CXL type-2 device emulation
 2025-01-31 10:45 UTC  (8+ messages)
` [PATCH 3/3] hw/cxl: introduce "

[PATCH v3 0/2] objtool: Add option to fail build on vmlinux warnings
 2025-01-31 10:44 UTC  (5+ messages)

[PATCH 2/2] rust/kernel: Add platform::ModuleDevice
 2025-01-31 10:43 UTC  (3+ messages)
` [PATCH] WIP: drivers/base: Add virtual_device_create()

[RFC 0/3] Btrfs checksum offload
 2025-01-31 10:42 UTC  (9+ messages)

[PATCH v2 0/4] alpha: stack fixes
 2025-01-31 10:41 UTC  (5+ messages)
` [PATCH v2 1/4] alpha/uapi: do not expose kernel-only stack frame structures
` [PATCH v2 2/4] alpha: replace hardcoded stack offsets with autogenerated ones
` [PATCH v2 3/4] alpha: make stack 16-byte aligned (most cases)
` [PATCH v2 4/4] alpha: align stack for page fault and user unaligned trap handlers

[PATCH] drm/xe: Skip survivability mode for VF
 2025-01-31 10:41 UTC  (3+ messages)

[PATCH v3] drm/i915/gt: Use spin_lock_irqsave() in interruptible context
 2025-01-31 10:40 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for drm/i915/gt: Use spin_lock_irqsave() in interruptible context (rev2)

[PATCH v1] usb: dwc3: gadget: Prevent irq storm when TH re-executes
 2025-01-31 10:39 UTC  (5+ messages)

[PATCH v3 00/10] drm/amdgpu: Add jpeg devcoredump support
 2025-01-31 10:37 UTC  (4+ messages)
` [PATCH v3 02/10] drm/amdgpu: Add helper funcs for jpeg devcoredump

next-20250129: rk3399-rock-pi-4b NFS mount and boot failed
 2025-01-31 10:37 UTC 

[groeck-staging:testing] BUILD SUCCESS 223ef3538c79fd692a3b0204d5f00f09c8865462
 2025-01-31 10:36 UTC 

in-kernel verification of user PI?
 2025-01-31 10:36 UTC  (3+ messages)

[RFC v2 PATCH 00/10] PRU-ICSSM Ethernet Driver
 2025-01-31 10:33 UTC  (4+ messages)
` [RFC v2 PATCH 06/10] net: ti: prueth: Adds HW timestamping support for PTP using PRU-ICSS IEP module

[PATCH v2 00/13] pinctrl: rockchip: fix editing const struct + constify rockchip_pin_ctrl
 2025-01-31 10:31 UTC  (14+ messages)
` [PATCH v2 01/13] pinctrl: rockchip: fix bank's pin_base computing
` [PATCH v2 02/13] pinctrl: rockchip: constify rockchip_pin_ctrl for PX30
` [PATCH v2 03/13] pinctrl: rockchip: constify rockchip_pin_ctrl for RK3036
` [PATCH v2 04/13] pinctrl: rockchip: constify rockchip_pin_ctrl for RK3066
` [PATCH v2 05/13] pinctrl: rockchip: constify rockchip_pin_ctrl for RK3128
` [PATCH v2 06/13] pinctrl: rockchip: constify rockchip_pin_ctrl for RK3188
` [PATCH v2 07/13] pinctrl: rockchip: constify rockchip_pin_ctrl for RK3228
` [PATCH v2 08/13] pinctrl: rockchip: constify rockchip_pin_ctrl for RK3288
` [PATCH v2 09/13] pinctrl: rockchip: constify rockchip_pin_ctrl for RK3308
` [PATCH v2 10/13] pinctrl: rockchip: constify rockchip_pin_ctrl for RK3328
` [PATCH v2 11/13] pinctrl: rockchip: constify rockchip_pin_ctrl for RK3368
` [PATCH v2 12/13] pinctrl: rockchip: constify rockchip_pin_ctrl for RK3399
` [PATCH v2 13/13] pinctrl: rockchip: constify rockchip_pin_ctrl for RV1108

[yocto-docs][PATCH] migration-5.2: Add entries for virtual provider and multiconfig changes
 2025-01-31 10:31 UTC  (3+ messages)
` [docs] "

x86 denormal flag handling
 2025-01-31 10:28 UTC  (2+ messages)

[PATCH 0/2 v3] perf test: perf record tests (114) changes
 2025-01-31 10:27 UTC  (3+ messages)
` [PATCH 1/2 v3] perf test: Fix perf test 114 perf record test subtest precise_max
` [PATCH 2/2 v3] perf test: Change event in perf test 114 perf record test subtest test_leader_sampling

[PATCH v2 0/3] stratix10: miscellaneous changes and fix for child driver probing
 2025-01-31 10:26 UTC  (3+ messages)
` [PATCH v2 3/3] firmware: stratix10-svc: Add of_platform_default_populate()

TPM operation times out (very rarely)
 2025-01-31 10:25 UTC  (5+ messages)

[cocci] spatch #include statements and include search path
 2025-01-31 10:24 UTC  (8+ messages)
            ` [cocci] [cocci-mirror] "

[PATCH v2 1/3] Bluetooth: Fix possible race with userspace of sysfs isoc_alt
 2025-01-31 10:23 UTC  (6+ messages)

[PATCH 00/11] hw/sd: QOMify omap-mmc, remove legacy APIs
 2025-01-31 10:22 UTC  (4+ messages)
` [PATCH 04/11] hw/sd/omap_mmc: Convert to SDBus API

[PATCH v3 0/2] Add basic support for MYIR Remi Pi
 2025-01-31 10:22 UTC  (3+ messages)
` [PATCH v3 2/2] arm64: renesas: add initial "

[PATCH v7 0/6] introduce PIDFD_SELF* sentinels
 2025-01-31 10:21 UTC  (6+ messages)

[PATCH v4 0/2] thermal: imx91: Add support for i.MX91 thermal monitoring unit
 2025-01-31 10:19 UTC  (3+ messages)
` [PATCH v4 2/2] "

[PATCH v6 0/3] rust: platform: add Io support
 2025-01-31 10:19 UTC  (3+ messages)
` [PATCH v6 3/3] rust: platform: allow ioremap of platform resources

[PATCH 0/7] RK3588 Hardware Random Number Generator Driver
 2025-01-31 10:16 UTC  (4+ messages)
` [PATCH 6/7] arm64: dts: rockchip: Add rng node to RK3588


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.