All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-09 20:00:53 to 2023-11-09 21:07:41 UTC [more...]

[Buildroot] [git commit] package/python-msgpack: bump to version 1.0.7
 2023-11-09 20:58 UTC 

[Buildroot] [git commit] package/python-msgfy: bump to version 0.2.1
 2023-11-09 20:58 UTC 

[Buildroot] [git commit] package/python-modbus-tk: bump to version 1.1.3
 2023-11-09 20:58 UTC 

[Intel-xe] [PATCH v2 00/27] Refactor VM bind code
 2023-11-09 14:06 UTC  (6+ messages)
` [Intel-xe] [PATCH v2 01/27] drm/xe: Allow num_binds == 0 in VM bind IOCTL

[Buildroot] [git commit] package/python-mypy-extensions: bump to version 1.0.0
 2023-11-09 20:58 UTC 

[Buildroot] [git commit] package/python-mistune: bump to version 3.0.2
 2023-11-09 20:57 UTC 

[PATCH v2 0/7] More buffer_head cleanups
 2023-11-09 21:06 UTC  (8+ messages)
` [PATCH v2 1/7] buffer: Return bool from grow_dev_folio()
` [PATCH v2 2/7] buffer: Calculate block number inside folio_init_buffers()
` [PATCH v2 3/7] buffer: Fix grow_buffers() for block size > PAGE_SIZE
` [PATCH v2 4/7] buffer: Cast block to loff_t before shifting it
` [PATCH v2 5/7] buffer: Fix various functions for block size > PAGE_SIZE
` [PATCH v2 6/7] buffer: Handle large folios in __block_write_begin_int()
` [PATCH v2 7/7] buffer: Fix more functions for block size > PAGE_SIZE

[Buildroot] [git commit] package/python-marshmallow: bump to version 3.20.1
 2023-11-09 20:57 UTC 

[Buildroot] [git commit] package/python-more-itertools: bump to version 10.1.0
 2023-11-09 20:58 UTC 

[Buildroot] [git commit] package/python-mbstrdecoder: bump to version 1.1.3
 2023-11-09 20:57 UTC 

RFC: CCC Linux Kernel SIG
 2023-11-09 21:05 UTC  (3+ messages)

[Buildroot] [git commit] package/python-markdown2: bump to version 2.4.10
 2023-11-09 20:57 UTC 

[PATCH v2 00/15] staging: vc04_services: bcm2835-isp support
 2023-11-09 21:03 UTC  (32+ messages)
` [PATCH v2 01/15] staging: vc04_services: Add new vc-sm-cma driver
` [PATCH v2 02/15] staging: vc04_services: vchiq_arm: Register vcsm-cma driver
` [PATCH v2 03/15] media: videobuf2: Allow exporting of a struct dmabuf
` [PATCH v2 04/15] staging: mmal-vchiq: Add support for event callbacks
` [PATCH v2 05/15] staging: mmal-vchiq: Use vc-sm-cma to support zero copy
` [PATCH v2 06/15] staging: mmal_vchiq: Add image formats to be used by bcm2835-isp
` [PATCH v2 07/15] media: uapi: v4l2-core: Add ISP statistics output V4L2 fourcc type
` [PATCH v2 08/15] uapi: bcm2835-isp: Add bcm2835-isp uapi header file
` [PATCH v2 09/15] staging: vc04_services: Add helpers for vchiq driver data
` [PATCH v2 10/15] staging: vc04_services: bcm2835-isp: Add a more complex ISP processing component
` [PATCH v2 11/15] vc04_services: bcm2835-isp: Allow formats with different colour spaces
` [PATCH v2 12/15] vc04_services: bcm2835-isp: Permit all sRGB colour spaces on ISP outputs
` [PATCH v2 13/15] staging: vc04_services: bcm2835_isp: Allow multiple users
` [PATCH v2 14/15] docs: admin-guide: media: bcm2835-isp: Add documentation for bcm2835-isp
` [PATCH v2 15/15] staging: vc04_services: vchiq: Register bcm2835-isp

[PATCH v2 0/3] BOOTP/DHCPv4 enhancements
 2023-11-09 21:04 UTC  (9+ messages)
` [PATCH v2 1/3] net: Get pxe config file from dhcp option 209

[Intel-xe] [PATCH v2 00/50] uAPI Alignment - take 2
 2023-11-09 21:04 UTC  (12+ messages)
` [Intel-xe] [PATCH v2 34/50] drm/xe/uapi: Move memory_region masks from GT to engine
` [Intel-xe] [PATCH v2 38/50] drm/xe/uapi: Rename couple exec_queue items

[PATCH v6 00/14] Improve KVM + userfaultfd performance via KVM_MEMORY_FAULT_EXITs on stage-2 faults
 2023-11-09 21:03 UTC  (15+ messages)
` [PATCH v6 01/14] KVM: Documentation: Clarify meaning of hva_to_pfn()'s 'atomic' parameter
` [PATCH v6 02/14] KVM: Documentation: Add docstrings for __kvm_read/write_guest_page()
` [PATCH v6 03/14] KVM: Simplify error handling in __gfn_to_pfn_memslot()
` [PATCH v6 04/14] KVM: Define and communicate KVM_EXIT_MEMORY_FAULT RWX flags to userspace
` [PATCH v6 05/14] KVM: Try using fast GUP to resolve read faults
` [PATCH v6 06/14] KVM: Add memslot flag to let userspace force an exit on missing hva mappings
` [PATCH v6 07/14] KVM: x86: Enable KVM_CAP_EXIT_ON_MISSING and annotate EFAULTs from stage-2 fault handler
` [PATCH v6 08/14] KVM: arm64: Enable KVM_CAP_MEMORY_FAULT_INFO
` [PATCH v6 09/14] KVM: arm64: Enable KVM_CAP_EXIT_ON_MISSING and annotate an EFAULT from stage-2 fault-handler
` [PATCH v6 10/14] KVM: selftests: Report per-vcpu demand paging rate from demand paging test
` [PATCH v6 11/14] KVM: selftests: Allow many vCPUs and reader threads per UFFD in "
` [PATCH v6 12/14] KVM: selftests: Use EPOLL in userfaultfd_util reader threads and signal errors via TEST_ASSERT
` [PATCH v6 13/14] KVM: selftests: Add memslot_flags parameter to memstress_create_vm()
` [PATCH v6 14/14] KVM: selftests: Handle memory fault exits in demand_paging_test

[GIT PULL] Networking for v6.7-rc1
 2023-11-09 21:00 UTC 

[PATCH] i2c: core: dont change pinmux state to GPIO during recovery setup
 2023-11-09 21:02 UTC  (6+ messages)

[PATCH v3] examples/l2fwd-macsec: add MACsec forwarding application
 2023-11-09 21:01 UTC  (2+ messages)
` [PATCH v4] "

[PATCH-for-8.2 v4 00/10] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop
 2023-11-09 20:59 UTC  (3+ messages)

[Intel-xe] [PATCH 0/2] Fix builtin vs module configuration
 2023-11-09 20:58 UTC  (4+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✓ CI.checkpatch: "
` [Intel-xe] ✓ CI.KUnit: "

[Buildroot] [PATCH 1/1] package/python-m2crypto: bump to version 0.40.1
 2023-11-09 20:58 UTC  (2+ messages)

[PATCH v7 00/24] x86/resctrl: monitored closid+rmid together, separate arch/fs locking
 2023-11-09 20:52 UTC  (48+ messages)
` [PATCH v7 02/24] x86/resctrl: kfree() rmid_ptrs from rdtgroup_exit()
` [PATCH v7 03/24] x86/resctrl: Create helper for RMID allocation and mondata dir creation
` [PATCH v7 04/24] x86/resctrl: Move rmid allocation out of mkdir_rdt_prepare()
` [PATCH v7 05/24] x86/resctrl: Track the closid with the rmid
` [PATCH v7 06/24] x86/resctrl: Access per-rmid structures by index
` [PATCH v7 07/24] x86/resctrl: Allow RMID allocation to be scoped by CLOSID
` [PATCH v7 08/24] x86/resctrl: Track the number of dirty RMID a CLOSID has
` [PATCH v7 09/24] x86/resctrl: Use __set_bit()/__clear_bit() instead of open coding
` [PATCH v7 10/24] x86/resctrl: Allocate the cleanest CLOSID by searching closid_num_dirty_rmid
` [PATCH v7 11/24] x86/resctrl: Move CLOSID/RMID matching and setting to use helpers
` [PATCH v7 12/24] x86/resctrl: Add cpumask_any_housekeeping() for limbo/overflow
` [PATCH v7 13/24] x86/resctrl: Queue mon_event_read() instead of sending an IPI
` [PATCH v7 14/24] x86/resctrl: Allow resctrl_arch_rmid_read() to sleep
` [PATCH v7 15/24] x86/resctrl: Allow arch to allocate memory needed in resctrl_arch_rmid_read()
` [PATCH v7 16/24] x86/resctrl: Make resctrl_mounted checks explicit
` [PATCH v7 17/24] x86/resctrl: Move alloc/mon static keys into helpers
` [PATCH v7 18/24] x86/resctrl: Make rdt_enable_key the arch's decision to switch
` [PATCH v7 19/24] x86/resctrl: Add helpers for system wide mon/alloc capable
` [PATCH v7 20/24] x86/resctrl: Add CPU online callback for resctrl work
` [PATCH v7 21/24] x86/resctrl: Allow overflow/limbo handlers to be scheduled on any-but cpu
` [PATCH v7 22/24] x86/resctrl: Add CPU offline callback for resctrl work
` [PATCH v7 23/24] x86/resctrl: Move domain helper migration into resctrl_offline_cpu()
` [PATCH v7 24/24] x86/resctrl: Separate arch and fs resctrl locks

[RFC][PATCHSET v2] simplifying fast_dput(), dentry_kill() et.al
 2023-11-09 20:52 UTC  (11+ messages)
` [PATCH 01/22] struct dentry: get rid of randomize_layout idiocy
  ` [PATCH 07/22] shrink_dentry_list(): no need to check that dentry refcount is marked dead
  ` [PATCH 09/22] fast_dput(): handle underflows gracefully
  ` [PATCH 10/22] fast_dput(): new rules for refcount

[PATCH 1/5] drm/amdgpu/gmc11: fix logic typo in AGP check
 2023-11-09 20:51 UTC  (5+ messages)
` [PATCH 2/5] drm/amdgpu: add a module parameter to control the AGP aperture
` [PATCH 3/5] drm/amdgpu/gmc11: disable "
` [PATCH 4/5] drm/amdgpu/gmc10: "
` [PATCH 5/5] drm/amdgpu/gmc9: "

[PATCH net v2] ncsi: Revert NCSI link loss/gain commit
 2023-11-09 20:51 UTC 

mm/khugepaged.c:747:25: sparse: sparse: symbol 'khugepaged_collapse_control' was not declared. Should it be static?
 2023-11-09 20:49 UTC 

[Intel-gfx] [PATCH 1/3] drm: Add drm_vblank_work_flush_all()
 2023-11-09 20:49 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[meta-python][PATCH] python3-gpiod: update to v2.1.3
 2023-11-09 20:47 UTC 

selftests: memfd: run_fuse_test.sh - fuse_evict_inode - fs/fuse/inode.c:162 - panic
 2023-11-09 20:41 UTC  (2+ messages)

[PATCH] rteval: Change the default kernel for kcompile to linux-6.6.1
 2023-11-09 20:45 UTC 

[PATCH bpf-next] selftests/bpf: Fix pyperf180 compilation failure with llvm18
 2023-11-09 20:45 UTC  (4+ messages)

[PATCH] acpi: move acpi_get_rsdp_addr() to acpi/acpi_table.h
 2023-11-09 20:41 UTC  (4+ messages)

[PATCH v2 00/12] i2c: designware: code consolidation & cleanups
 2023-11-09 20:41 UTC  (9+ messages)
` [PATCH v2 01/12] i2c: designware: Replace MODULE_ALIAS() with MODULE_DEVICE_TABLE()
` [PATCH v2 03/12] i2c: designware: Drop return value from i2c_dw_acpi_configure()
` [PATCH v2 04/12] i2c: designware: Drop return value from dw_i2c_of_configure()
` [PATCH v2 05/12] i2c: designware: Rename dw_i2c_of_configure() -> i2c_dw_of_configure()

[jimc:dd-shrink-2e 37/37] lib/dynamic_debug.c:117:6: sparse: sparse: symbol 'ddebug_clear_prefix_cache' was not declared. Should it be static?
 2023-11-09 20:39 UTC 

[jpoimboe:sframe 5/10] arch/x86/events/core.c:2856:6: warning: no previous prototype for function '__perf_callchain_user'
 2023-11-09 20:38 UTC 

[PATCH bpf-next 0/7] Complete BPF verifier precision tracking support for register spills
 2023-11-09 20:39 UTC  (8+ messages)
` [PATCH bpf-next 1/7] bpf: use common jump (instruction) history across all states

[PATCH nft 00/12] update tests/shell for 5.4 kernels
 2023-11-09 20:35 UTC  (5+ messages)
` [PATCH nft 01/12] tests: shell: export DIFF to use it from feature scripts

[PATCH v7 0/7] incorporate pm runtime framework and eDP clean up
 2023-11-09 20:35 UTC  (9+ messages)

[Intel-gfx] [PATCH] drm/i915: Read a shadowed mmio register for ggtt flush
 2023-11-09 20:35 UTC  (4+ messages)

[PATCH nft 1/3] parser: don't mark "string" as const
 2023-11-09 20:34 UTC  (3+ messages)

[PATCH] soc: qcom: llcc: Fix dis_cap_alloc and retain_on_pc configuration
 2023-11-09 20:34 UTC  (7+ messages)

[Intel-gfx] [PATCH 0/2] Selftest for FAST_REQUEST feature
 2023-11-09 20:33 UTC  (5+ messages)
` [Intel-gfx] [PATCH 1/2] drm/i915/guc: Fix for potential false positives in GuC hang selftest
` [Intel-gfx] [PATCH 2/2] drm/i915/guc: Add a selftest for FAST_REQUEST errors

[PATCH 00/22] fb: handle remove callbacks in .exit.text and convert to .remove_new
 2023-11-09 20:31 UTC  (7+ messages)
` [PATCH 01/22] fb: amifb: Stop using platform_driver_probe()

[PATCH 00/12] bus: Convert to platform remove callback returning void
 2023-11-09 20:28 UTC  (16+ messages)
` [PATCH 01/12] bus: hisi_lpc: "
` [PATCH 02/12] bus: omap-ocp2scp: "
` [PATCH 03/12] bus: omap_l3_smx: "
` [PATCH 04/12] bus: qcom-ssc-block-bus: "
` [PATCH 05/12] bus: simple-pm-bus: "
` [PATCH 06/12] bus: sun50i-de2: "
` [PATCH 07/12] bus: sunxi-rsb: "
` [PATCH 08/12] bus: tegra-aconnect: "
` [PATCH 09/12] bus: tegra-gmi: "
` [PATCH 10/12] bus: ti-pwmss: "
` [PATCH 11/12] bus: ti-sysc: "
` [PATCH 12/12] bus: ts-nbus: "

[PATCH] crypto/mlx5: fix crypto dev leak
 2023-11-09 20:28 UTC  (2+ messages)
` [EXT] "

[PATCH v2] v4l2-compliance: codecs: Add stateless (TRY_)DECODER_CMD tests
 2023-11-09 20:27 UTC 

[Intel-xe] [PATCH] drm/xe: Drop EXECLIST_CONTROL from error state dump
 2023-11-09 20:27 UTC  (2+ messages)

[v4 1/3] mm/rmap: Recognize read-only TLB entries during batched TLB flush
 2023-11-09 20:26 UTC  (2+ messages)

[android-common:android-mainline 5/6] include/trace/hooks/cgroup.h:21:1: sparse: sparse: incorrect type in assignment (different address spaces)
 2023-11-09 20:24 UTC 

RFC acceptable handling of VLAs across toolchains
 2023-11-09 20:26 UTC  (3+ messages)

[PATCH v13 00/10] Add multiport support for DWC3 controllers
 2023-11-09 20:25 UTC  (13+ messages)
` [PATCH v13 05/10] usb: dwc3: qcom: Refactor IRQ handling in QCOM Glue driver

[PATCH net] bonding: stop the device in bond_setup_by_slave()
 2023-11-09 20:26 UTC  (2+ messages)

[igt-dev] [PATCH 0/2 i-g-t] Tests for engine set property
 2023-11-09 20:25 UTC  (3+ messages)
` [igt-dev] [PATCH 2/2 i-g-t] tests/intel/xe_engine_property: Add scheduler "

[PATCH] v4l2-compliance: codecs: Add stateless (TRY_)DECODER_CMD tests
 2023-11-09 20:25 UTC 

[layerindex-web][PATCH] update.py: fix updates_enabled for newbranch
 2023-11-09 20:24 UTC 

[PATCH v1 1/4] test/cryptodev: add ECDH tests
 2023-11-09 20:24 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v15 13/56] media: mediatek: vcodec: Stop direct calls to queue num_buffers field
 2023-11-09 20:21 UTC  (5+ messages)
` [PATCH v15 38/56] media: ti: "

[PATCH 1/4] media: vicodec: Disable (TRY_)DECODER_CMD for the stateless case
 2023-11-09 20:16 UTC  (8+ messages)
` [PATCH 2/4] media: visl: Hook the (TRY_)DECODER_CMD stateless ioctls
` [PATCH 3/4] media: verisilicon: "
` [PATCH 4/4] media: rkvdec: "

[PATCH v2] crypto/openssl: fix memory leaks in asym ops
 2023-11-09 20:18 UTC  (3+ messages)
` [PATCH v3] "

[igt-dev] [PATCH i-g-t v9 00/15] PAT and cache coherency support
 2023-11-09 20:17 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for PAT and cache coherency support (rev9)

[PATCH] board: samsung: Remove incorrect SYS_CONFIG_NAME in axy17lte Kconfig
 2023-11-09 20:16 UTC  (3+ messages)

[PATCH] ethdev: add extension keyword to statement expression macro
 2023-11-09 20:13 UTC 

[PATCH v2 1/2] board: samsung: Fix SYS_CONFIG_NAME configs in axy17lte Kconfig
 2023-11-09 20:13 UTC  (2+ messages)
` [PATCH v2 2/2] configs: Remove unneeded SYS_CONFIG_NAME from a*y17lte defconfigs

[PATCH 0/1] KVM: x86/vPMU: Speed up vmexit for AMD Zen 4 CPUs
 2023-11-09 20:13 UTC  (4+ messages)
` [PATCH 1/1] KVM: x86/vPMU: Check PMU is enabled for vCPU before searching for PMC

[PATCH 0/2] remove unnecessary null checks in OpenSSL usage
 2023-11-09 20:12 UTC  (2+ messages)
` [EXT] "

[PATCH] x86/head_64: Use testb instead of testl in secondary_startup_64_no_verify
 2023-11-09 20:09 UTC 

[ceph-client:testing 5/17] include/linux/kern_levels.h:5:25: warning: format '%s' expects argument of type 'char *', but argument 5 has type 'u32' {aka 'unsigned int'}
 2023-11-09 20:10 UTC 

drivers/gpu/drm/nouveau/nvkm/engine/disp/uoutp.c:42 nvkm_uoutp_mthd_infoframe() error: we previously assumed 'ior->func->hdmi' could be null (see line 40)
 2023-11-09 20:09 UTC 

[PATCH 0/4] pcapng fixes
 2023-11-09 20:09 UTC  (4+ messages)
` [PATCH v5 0/5] dumpcap and "
  ` [PATCH v5 2/5] dumpcap: allow multiple invocations

Fw: [isocpp-parallel] OOTA fix (via fake branch-after-load) discussion
 2023-11-09 20:09 UTC  (8+ messages)

[PATCH 00/17] dt-bindings: samsung: add specific compatibles for existing SoC
 2023-11-09 20:06 UTC  (5+ messages)
` [PATCH 03/17] dt-bindings: i2c: samsung,s3c2410-i2c: "
    ` [PATCH 03/17] dt-bindings: i2c: samsung, s3c2410-i2c: "

[PATCH nft v2 0/4] [RESENT] remove xfree() and add free_const()+nft_gmp_free()
 2023-11-09 20:02 UTC  (5+ messages)

[PATCH] app/testpmd: fix indirect action list parameters parsing
 2023-11-09 20:01 UTC  (4+ messages)
` [PATCH v2] "

[PULL 0/5] Ui patches
 2023-11-09 19:59 UTC  (3+ messages)
` [PULL 2/5] ui/gtk-egl: Check EGLSurface before doing scanout


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.