All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-25 19:53:44 to 2023-08-25 21:36:02 UTC [more...]

[PATCH net-next 00/17] tls: expand tls_cipher_size_desc to simplify getsockopt/setsockopt
 2023-08-25 21:35 UTC 

[PATCH v4 00/12] KVM: x86/mmu: refine memtype related mmu zap
 2023-08-25 21:34 UTC  (3+ messages)
` [PATCH v4 12/12] KVM: x86/mmu: convert kvm_zap_gfn_range() to use shared mmu_lock in TDP MMU

[Buildroot] [PATCH 1/1] package/{rust, rust-bin}: bump to version 1.71.1
 2023-08-25 21:34 UTC  (3+ messages)

[Buildroot] [RFC PATCH v1 0/2] Added package: 'sysbench' and its dependency: 'ck'
 2023-08-25 21:33 UTC  (3+ messages)
` [Buildroot] [RFC PATCH v1 1/2] package/ck: new package

[PATCH] .github/workflows: add coverity action
 2023-08-25 21:32 UTC  (2+ messages)

[PATCH v2 0/4] KVM: SVM: Fix unexpected #UD on INT3 in SEV guests
 2023-08-25 21:31 UTC  (3+ messages)

[RFC PATCH] mm/damon/sysfs: add __counted_by() annotation
 2023-08-25 21:32 UTC  (2+ messages)

WARNING: CPU: 3 PID: 261 at kernel/bpf/memalloc.c:342
 2023-08-25 21:31 UTC  (6+ messages)

[PATCH] drm/amdkfd: Add missing gfx11 MQD manager callbacks
 2023-08-25 21:30 UTC 

[meta-oe][PATCH 1/2] xdg-desktop-portal-gnome: upgrade 44.1 -> 44.2
 2023-08-25 21:29 UTC  (3+ messages)
` [meta-oe][PATCH 2/2] xdg-desktop-portal: upgrade 1.16.0 -> 1.17.0
  ` [oe] "

[djwong-xfs:xfile-page-caching 149/203] fs/xfs/xfs_swapext_item.c:57:5-24: WARNING: atomic_dec_and_test variation before object free at line 58
 2023-08-25 21:29 UTC 

[esmil:jh7110 77/80] drivers/pci/controller/plda/pcie-starfive.c:82:5: warning: no previous prototype for 'starfive_pcie_config_write'
 2023-08-25 21:29 UTC 

[rt-devel:linux-6.5.y-rt-rebase 19/87] kernel/softirq.c:658:54: error: implicit declaration of function 'local_pending_timers'
 2023-08-25 21:29 UTC 

[PATCH v3] PCI/PM: Only read PCI_PM_CTRL register when available
 2023-08-25 21:25 UTC  (2+ messages)

[PATCH 0/12] Do not include crypto/algapi.h
 2023-08-25 21:23 UTC  (7+ messages)
` [PATCH 1/12] fscrypt: "
` [PATCH 3/12] Bluetooth: "

Kernel hardening project suggestion: Normalizing ->ctor slabs and TYPESAFE_BY_RCU slabs
 2023-08-25 21:22 UTC  (2+ messages)

[RFC PATCH net-next 0/3] Support Symmetric Toeplitz RSS hash
 2023-08-25 21:21 UTC  (12+ messages)
` [RFC PATCH net-next 1/3] net: ethtool: add symmetric Toeplitz RSS hash function

[tip:x86/shstk 10/24] arch/x86/kernel/shstk.c:244:29: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-08-25 21:21 UTC  (3+ messages)
` [PATCH] x86/shstk: Change order of __user in type

Providing detailed CPE information for CVE matching capabilities
 2023-08-25 21:20 UTC  (3+ messages)
` [OE-core] "

[GIT PULL] md-next 20230825
 2023-08-25 21:17 UTC 

[PATCH] i2c: Make I2C_ATR invisible
 2023-08-25 21:16 UTC  (2+ messages)

[PATCH v7 00/24] iommu: Make default_domain's mandatory
 2023-08-25 21:15 UTC  (18+ messages)
` [PATCH v7 02/24] iommu: Add IOMMU_DOMAIN_PLATFORM
` [PATCH v7 03/24] powerpc/iommu: Setup a default domain and remove set_platform_dma_ops
` [PATCH v7 04/24] iommu: Add IOMMU_DOMAIN_PLATFORM for S390

[PATCH] scsi: fnic: Replace sgreset tag with max_tag_id
 2023-08-25 21:15 UTC  (2+ messages)

[PATCH v2 0/4] mm/hugetlb: fix /sys and /proc fs dealing with persistent hugepages
 2023-08-25 21:15 UTC  (10+ messages)
` [PATCH v2 1/4] mm/hugetlb: fix the inconsistency of /proc/sys/vm/nr_huge_pages

[PATCH] slub: Introduce CONFIG_SLUB_RCU_DEBUG
 2023-08-25 21:14 UTC 

[PATCH bpf-next v2 00/13] bpf: Add support for local percpu kptr
 2023-08-25 21:13 UTC  (15+ messages)
` [PATCH bpf-next v2 01/13] bpf: Add support for non-fix-size percpu mem allocation
` [PATCH bpf-next v2 02/13] bpf: Add BPF_KPTR_PERCPU as a field type
` [PATCH bpf-next v2 03/13] bpf: Add alloc/xchg/direct_access support for local percpu kptr
` [PATCH bpf-next v2 04/13] bpf: Add bpf_this_cpu_ptr/bpf_per_cpu_ptr support for allocated percpu obj
` [PATCH bpf-next v2 05/13] selftests/bpf: Update error message in negative linked_list test
` [PATCH bpf-next v2 06/13] libbpf: Add __percpu_kptr macro definition
` [PATCH bpf-next v2 07/13] selftests/bpf: Add bpf_percpu_obj_{new,drop}() macro in bpf_experimental.h
` [PATCH bpf-next v2 08/13] selftests/bpf: Add tests for array map with local percpu kptr
` [PATCH bpf-next v2 09/13] bpf: Mark OBJ_RELEASE argument as MEM_RCU when possible
` [PATCH bpf-next v2 10/13] selftests/bpf: Remove unnecessary direct read of local percpu kptr
` [PATCH bpf-next v2 11/13] selftests/bpf: Add tests for cgrp_local_storage with "
` [PATCH bpf-next v2 12/13] selftests/bpf: Add some negative tests
` [PATCH bpf-next v2 13/13] bpf: Mark BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE deprecated

[PATCH 0/4] i2c: devm_pinctrl_get() usage fixes
 2023-08-25 21:11 UTC  (4+ messages)
` [PATCH 1/4] i2c: mv64xxx: devm_pinctrl_get() cannot return NULL

[PATCH] drm/msm/adreno: Fix SM6375 GPU ID
 2023-08-25 21:11 UTC  (2+ messages)

[PATCH v2 0/3] wifi: mwifiex: Fix tlv_buf_left calculation and replace one-element array
 2023-08-25 21:10 UTC  (7+ messages)
` [PATCH v2 1/3] wifi: mwifiex: Fix tlv_buf_left calculation
` [PATCH v2 2/3] wifi: mwifiex: Replace one-element array with flexible-array member in struct mwifiex_ie_types_rxba_sync
` [PATCH v2 3/3] wifi: mwifiex: Sanity check tlv_len and tlv_bitmap_len

[PATCH v2] procfs: Fix /proc/self/maps output for 32-bit kernel and compat tasks
 2023-08-25 21:09 UTC  (5+ messages)

[PATCH V2 3/4] hwmon: ina3221: add support for summation channel control
 2023-08-25 21:08 UTC  (2+ messages)

[PATCH bpf-next] docs/bpf: Add description for CO-RE relocations
 2023-08-25 21:10 UTC  (3+ messages)

[GIT PULL] clk fixes for v6.5-rc7
 2023-08-25 21:08 UTC 

[PATCH v2] qla2xxx: remove unused variables in func qla24xx_build_scsi_type_6_iocbs
 2023-08-25 21:08 UTC  (2+ messages)

[ulfh-mmc:next 109/110] drivers/mmc/host/atmel-mci.c:238: warning: Function parameter or member 'dma_filter' not described in 'mci_platform_data'
 2023-08-25 21:08 UTC 

[PATCH v2 00/10] Hardware wrapped key support for qcom ice and ufs
 2023-08-25 21:07 UTC  (3+ messages)

[PATCH -next v3] I2C: Make return value check more accurate and explicit for devm_pinctrl_get()
 2023-08-25 21:07 UTC  (3+ messages)

[PATCH RFT] arm64: dts: qcom: sc7280: Add missing LMH interrupts
 2023-08-25 21:07 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t v9 0/4] Testcases for dirtyfb ioctl
 2023-08-25 21:07 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for Testcases for dirtyfb ioctl (rev2)

[PATCH RESEND] arm: marvell: Fix maxium->maxim typo for brownstone dts
 2023-08-25 21:06 UTC  (3+ messages)

counter target
 2023-08-25 21:06 UTC 

[Buildroot] [PATCH/next 1/1] package/kodi-pvr-nextpvr: bump version to 20.4.3-Nexus
 2023-08-25 21:05 UTC 

[PATCH v4 0/2]Add support to configure active retimer cable
 2023-08-25 21:04 UTC  (8+ messages)
` [PATCH v4 1/2] platform/chrome: cros_ec_typec: Configure Retimer cable type

[Buildroot] [PATCH/next 1/2] package/kodi-peripheral-joystick: bump version to 20.1.12-Nexus
 2023-08-25 21:04 UTC  (2+ messages)
` [Buildroot] [PATCH/next 2/2] package/kodi-inputstream-adaptive: bump version to 20.3.12-Nexus

[PATCH v2 00/12] scsi: mpt3sas: Use flexible arrays and do a few cleanups
 2023-08-25 21:03 UTC  (5+ messages)
` [PATCH v2 02/12] scsi: mpt3sas: Make MPI2_CONFIG_PAGE_IO_UNIT_8::Sensor[] a flexible array
` [PATCH v2 03/12] scsi: mpt3sas: Make MPI2_CONFIG_PAGE_RAID_VOL_0::PhysDisk[] "

[Buildroot] [git commit] package/mosquitto: bump to version 2.0.17
 2023-08-25 21:03 UTC 

[Buildroot] [git commit] {linux, linux-headers}: bump 6.{1, 4}.x series
 2023-08-25 21:03 UTC 

[Buildroot] [PATCH] package/mosquitto: bump to version 2.0.17
 2023-08-25 21:03 UTC  (4+ messages)

[PATCH net-next v2 0/4] selftests/tc-testing: add tests covering classid
 2023-08-25 21:03 UTC  (2+ messages)

[PATCH] lib/clz_ctz.c: Fix __clzdi2() and __ctzdi2() for 32-bit kernels
 2023-08-25 21:01 UTC  (4+ messages)

[PATCH V2 0/7] Add NSS clock controller support for IPQ9574
 2023-08-25 20:58 UTC  (4+ messages)
` [PATCH V2 1/7] clk: qcom: clk-alpha-pll: Add NSS HUAYRA ALPHA PLL support for ipq9574

[android-common:android-mainline 4/4] kernel/module/gki_module.c:31:6: warning: no previous prototype for 'gki_is_module_unprotected_symbol'
 2023-08-25 20:58 UTC 

[PATCH v2 0/4] qapi/migration: Dedup migration parameter objects and fix tls-authz crash
 2023-08-25 20:57 UTC  (4+ messages)
` [PATCH v2 2/4] tests/migration-test: Add a test for null parameter setups

[PATCH v2 00/18] Lazily load PMU data
 2023-08-25 20:56 UTC  (7+ messages)
` [PATCH v2 06/18] perf s390 s390_cpumcfdg_dump: Don't scan all PMUs

[PATCH v1 0/7] Introduce model for IBM's FSP
 2023-08-25 20:30 UTC  (8+ messages)
` [PATCH v1 1/7] hw/fsi: Introduce IBM's Local bus
` [PATCH v1 2/7] hw/fsi: Introduce IBM's scratchpad
` [PATCH v1 3/7] hw/fsi: Introduce IBM's cfam,fsi-slave
` [PATCH v1 4/7] hw/fsi: Introduce IBM's FSI
` [PATCH v1 5/7] hw/fsi: IBM's On-chip Peripheral Bus
` [PATCH v1 6/7] hw/fsi: Aspeed APB2OPB interface
` [PATCH v1 7/7] hw/arm: Hook up FSI module in AST2600

resctrl2 - status
 2023-08-25 20:54 UTC  (9+ messages)

[PATCH v3 0/3] Enhancements for tmp51x driver
 2023-08-25 20:53 UTC  (4+ messages)
` [PATCH v3 1/3] hwmon: tmp513: Add max_channels variable to struct tmp51x_data
` [PATCH v3 2/3] hwmon: tmp513: Drop enum tmp51x_ids and variable id from "
` [PATCH v3 3/3] hwmon: tmp513: Simplify tmp51x_read_properties()

[chrome-os:chromeos-5.10 5/15] drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c:1645:29: warning: 'mtk_jpeg_clocks' defined but not used
 2023-08-25 20:48 UTC 

[jack-fs:bdev_handle 15/30] drivers/s390/block/dasd.c:3928:13: error: invalid storage class for function 'do_requeue_requests'
 2023-08-25 20:48 UTC 

[rt-devel:linux-6.5.y-rt 44/87] kernel/printk/printk.c:3361:6: warning: no previous prototype for 'console_bkl_kthread_create'
 2023-08-25 20:48 UTC 

[tglx-devel:x86/microcode 15/30] arch/x86/kernel/cpu/microcode/core.c:564:9: sparse: sparse: incorrect type in initializer (different address spaces)
 2023-08-25 20:48 UTC 

[PATCH v2] Add configuration option to allow build qemu binary with
 2023-08-25 20:46 UTC  (5+ messages)
` [PATCH v2 1/1] qemu-build: Add a qemu build option for enabling debug

[PATCH v1] drm/msm/dp: do not reinitialize phy unless retry during link training
 2023-08-25 20:44 UTC  (3+ messages)

[PATCH] kallsyms: Change func signature for cleanup_symbol_name()
 2023-08-25 20:39 UTC  (3+ messages)

[PATCH 0/3] leak tests: mark remaining tests leak-free as such
 2023-08-25 20:38 UTC  (8+ messages)
` [PATCH 1/3] leak tests: mark a handful of tests as leak-free

[PATCH v7 09/11] drm/mediatek: dp: Add support for embedded DisplayPort aux-bus
 2023-08-25 20:36 UTC  (7+ messages)

[PATCH] habanalabs/gaudi: refactor deprecated strncpy
 2023-08-25 20:31 UTC  (3+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS 1d5e1321ead0b6172df55d47f190742f7a614bfd
 2023-08-25 20:30 UTC 

[Bug 217821] New: document that Linux' open(2) uses ENXIO in case of sockets, while POSIX mandates EOPNOTSUPP
 2023-08-25 20:30 UTC  (2+ messages)
` [Bug 217821] "

[PATCH] open.2: Clarify different POSIX uses of EOPNOTSUPP and ENXIO
 2023-08-25 20:28 UTC 

[PATCH] btrfs: Allow online resize to use "min" shortcut
 2023-08-25 20:27 UTC  (5+ messages)

[intel-lts:6.1/linux 2335/2351] drivers/gpu/drm/i915/pxp/intel_pxp_types.h:144: warning: Function parameter or member 'next_tag_id' not described in 'intel_pxp'
 2023-08-25 20:27 UTC 

[PATCH v6] i2c: designware: Add support for recovery when GPIO need pinctrl
 2023-08-25 20:26 UTC  (2+ messages)

[PATCH] wifi: ath10k: Default to board.bin for legacy board data file
 2023-08-25 20:26 UTC  (2+ messages)

[PATCH v5 0/2] perf list: Remove duplicate PMUs
 2023-08-25 20:23 UTC  (3+ messages)
` [PATCH v5 1/2] perf pmus: Sort pmus by name then suffix

[PATCH i2c-next 0/2] i2c: mlxcpld: Extend driver functionality and allow to run on ARM64
 2023-08-25 20:13 UTC  (5+ messages)
` [PATCH i2c-next 1/2] i2c: mlxcpld: Allow driver to run on ARM64 architecture
` [PATCH i2c-next 2/2] i2c: mlxcpld: Add support for extended transaction length

[PATCH v3 bpf-next] libbpf: add basic BTF sanity validation
 2023-08-25 20:21 UTC 

[PATCH v2] cxl/region: Refactor granularity select in cxl_port_setup_targets()
 2023-08-25 20:19 UTC  (2+ messages)

Update of amdgpu DMCUB firmware (2023-08-25)
 2023-08-25 20:20 UTC 

[PATCH v2 00/12] btrfs: ctree.[ch] cleanups
 2023-08-25 20:19 UTC  (13+ messages)
` [PATCH v2 01/12] btrfs: move btrfs_crc32c_final into free-space-cache.c
` [PATCH v2 02/12] btrfs: remove btrfs_crc32c wrapper
` [PATCH v2 03/12] btrfs: move btrfs_extref_hash into inode-item.h
` [PATCH v2 04/12] btrfs: move btrfs_name_hash to dir-item.h
` [PATCH v2 05/12] btrfs: include asm/unaligned.h in accessors.h
` [PATCH v2 06/12] btrfs: include linux/crc32c in dir-item and inode-item
` [PATCH v2 07/12] btrfs: include linux/iomap.h in file.c
` [PATCH v2 08/12] btrfs: add fscrypt related dependencies to respective headers
` [PATCH v2 09/12] btrfs: add btrfs_delayed_ref_head declaration to extent-tree.h
` [PATCH v2 10/12] btrfs: include trace header in where necessary
` [PATCH v2 11/12] btrfs: include linux/security.h in super.c
` [PATCH v2 12/12] btrfs: remove extraneous includes from ctree.h

[ANNOUNCE] libgpiod v2.0.2 released
 2023-08-25 20:18 UTC 

[igt-dev] [PATCH i-g-t v2 0/3] Toggle GT C States and validate power
 2023-08-25 20:19 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for Toggle GT C States and validate power (rev2)

[PATCH] bootstd: Drop some TODOs
 2023-08-25 20:16 UTC  (2+ messages)

[PATCH v2 00/15] Introduce /dev/mshv drivers
 2023-08-25 20:15 UTC  (6+ messages)
` [PATCH v2 15/15] Drivers: hv: Add modules to expose /dev/mshv to VMMs running on Hyper-V

[PATCH 00/15] Many folio conversions for ceph
 2023-08-25 20:12 UTC  (16+ messages)
` [PATCH 01/15] ceph: Convert ceph_writepages_start() to use folios a little more
` [PATCH 02/15] ceph: Convert ceph_page_mkwrite() to use a folio
` [PATCH 03/15] mm: Delete page_mkwrite_check_truncate()
` [PATCH 04/15] ceph: Add a migrate_folio method
` [PATCH 05/15] ceph: Remove ceph_writepage()
` [PATCH 06/15] ceph: Convert ceph_find_incompatible() to take a folio
` [PATCH 07/15] ceph: Convert writepage_nounlock() "
` [PATCH 08/15] ceph: Convert writepages_finish() to use "
` [PATCH 09/15] ceph: Use a folio in ceph_filemap_fault()
` [PATCH 10/15] ceph: Convert ceph_read_iter() to use a folio to read inline data
` [PATCH 11/15] ceph: Convert __ceph_do_getattr() to take a folio
` [PATCH 12/15] ceph: Convert ceph_fill_inode() "
` [PATCH 13/15] ceph: Convert ceph_fill_inline_data() "
` [PATCH 14/15] ceph: Convert ceph_set_page_fscache() to ceph_folio_start_fscache()
` [PATCH 15/15] netfs: Remove unused functions

[PATCH v2] fstests: generic/352 should accomodate other pwrite behaviors
 2023-08-25 20:09 UTC 

[PATCH] drm/amd/pm: workaround for the wrong ac power detection on smu 13.0.0
 2023-08-25 20:10 UTC  (2+ messages)
`  "

[PATCH vOther2 1/1] qemu-nbd: Restore "qemu-nbd -v --fork" output
 2023-08-25 20:08 UTC 

[linuxppc:next-test 85/129] arch/powerpc/xmon/xmon.c:489:12: error: stack frame size (2160) exceeds limit (2048) in 'xmon_core'
 2023-08-25 20:09 UTC  (2+ messages)

[PATCH 0/2] genirq: don't leak handler procfs entries
 2023-08-25 20:07 UTC  (8+ messages)
` [PATCH 2/2] genirq: proc: fix a procfs entry leak

[PATCH next] i2c: qcom-cci: Fix error checking in cci_probe()
 2023-08-25 20:07 UTC  (2+ messages)

[PATCH] mm: remove remnants of SPLIT_RSS_COUNTING
 2023-08-25 20:08 UTC  (3+ messages)

[PATCH BlueZ 0/4] Add mgmt event for BIGInfo report
 2023-08-25 20:05 UTC  (3+ messages)
` [PATCH BlueZ 2/4] monitor: Add decoding support for BIGInfo mgmt event

[PATCH v2 0/2] i2c: add support for Zhaoxin I2C controller
 2023-08-25 20:04 UTC  (5+ messages)
` [PATCH v2 1/2] i2c: wmt: split out i2c-viai2c-common.{c,h}
` [PATCH v2 2/2] i2c: add support for Zhaoxin I2C controller

[PATCH] kallsyms: Fix kallsyms_selftest failure
 2023-08-25 20:04 UTC  (5+ messages)

[linux-next:master 3581/12910] arch/powerpc/kvm/../../../virt/kvm/vfio.c:89:7: error: attribute declaration must precede definition
 2023-08-25 20:04 UTC  (5+ messages)

[patchtest][PATCH] patchtest: refactor and simplify modules
 2023-08-25 20:01 UTC 

[stable:linux-6.1.y 6680/8877] vmlinux.o: warning: objtool: i915_request_get.cold+0x5b: relocation to !ENDBR: live_error_interrupt.cold+0x0
 2023-08-25 19:57 UTC 

[Buildroot] [PATCH 1/1] package/python3: add the configuration to support python curses
 2023-08-25 19:56 UTC 

[igt-dev] [PATCH 0/6] tests/kms_vrr: Modify kms_vrr to allow flicker
 2023-08-25 19:55 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "


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.