All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-09-28 16:22:54 to 2024-09-28 20:05:11 UTC [more...]

[PATCH v2 00/30] Tidy up use of 'SPL' and CONFIG_SPL_BUILD
 2024-09-28 20:00 UTC  (28+ messages)
` [PATCH v2 01/30] Makefile: Add a u-boot.cfg file for VPL
` [PATCH v2 02/30] scripts: Rename Makefile.spl to Makefile.xpl
` [PATCH v2 03/30] scripts: Add some comments about autoconf.mk
` [PATCH v2 04/30] scripts: Define CONFIG_XPL_BUILD for all xPL builds
` [PATCH v2 06/30] doc: Update SPL docs for the xPL changes
` [PATCH v2 07/30] net: freescale: Drop use of SPL_BUILD dependency
` [PATCH v2 08/30] x86: Update a comment to mention XPL
` [PATCH v2 09/30] tegra: Use SPL instead of SPL_BUILD
` [PATCH v2 10/30] log: global: Rename warn_non_spl() and update the condition
` [PATCH v2 11/30] qconfig: Add XPL_BUILD to ignored symbols
` [PATCH v2 12/30] boot: Drop unnecessary ifdef for LOAD_FIT
` [PATCH v2 13/30] xpl: Define CONFIG_SPL_BUILD only for the SPL build
` [PATCH v2 14/30] serial: Make use of the SERIAL define
` [PATCH v2 15/30] stdio: "
` [PATCH v2 16/30] kconfig: binman: Check for SPL instead of XPL
` [PATCH v2 19/30] spl: Rename SPL_TPL_NAME and SPL_TPL_PROMPT
` [PATCH v2 20/30] qconfig: Update tool for new Makefile variables
` [PATCH v2 21/30] xpl: Rename u_boot_first_phase to xpl_is_first_phase()
` [PATCH v2 22/30] xpl: Rename spl_phase to xpl_phase_t
` [PATCH v2 23/30] xpl: Rename spl_phase() to xpl_phase()
` [PATCH v2 24/30] xpl: Rename spl_in_proper() to not_xpl()
` [PATCH v2 25/30] xpl: Add a function to indicate when in xPL
` [PATCH v2 26/30] xpl: Rename spl_next_phase() and spl_prev_phase()
` [PATCH v2 27/30] xpl: Rename spl_phase_prefix() and spl_phase_name()
` [PATCH v2 28/30] README: Drop SoC-specific comment about SPL
` [PATCH v2 29/30] doc: Move init-related things out of README
` [PATCH v2 30/30] doc: Update init docs for the xPL changes

[PATCH] drm/i915/vdsc: Add bpc check in intel_dsc_compute_params
 2024-09-28 20:04 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for drm/i915/vdsc: Add bpc check in intel_dsc_compute_params (rev4)

[PATCH] qcom: ice: Remove ice probe
 2024-09-28 20:03 UTC  (3+ messages)

[freescale-fslc:6.6-2.0.x-imx 159/16788] sound/soc/fsl/fsl_easrc_m2m.c:19:6: warning: no previous prototype for 'fsl_easrc_get_status'
 2024-09-28 20:03 UTC 

[PATCH -next v3 00/10] coccinelle: Add some rules for string_chioces helpers
 2024-09-28 19:57 UTC  (3+ messages)
  ` [cocci] "

[PATCH v3 0/5] perf arm-spe: Introduce metadata version 2
 2024-09-28 19:55 UTC  (6+ messages)
` [PATCH v3 1/5] perf arm-spe: Define metadata header "
` [PATCH v3 2/5] perf arm-spe: Calculate meta data size
` [PATCH v3 3/5] perf arm-spe: Save per CPU information in metadata
` [PATCH v3 4/5] perf arm-spe: Support metadata version 2
` [PATCH v3 5/5] perf arm-spe: Dump metadata with "

[PATCH v2 0/2] Implement Wa 14019834836
 2024-09-28 19:55 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for Implement Wa 14019834836 (rev2)

[PATCH] maintainers: fix prog guide paths
 2024-09-28 19:52 UTC  (3+ messages)

[PATCH v5 0/3] novatek-nvt-ts: add support for NT36672A touchscreen
 2024-09-28 19:50 UTC  (4+ messages)

[syzbot] [ocfs2?] kernel BUG in ocfs2_truncate_log_needs_flush
 2024-09-28 19:49 UTC 

[PATCH 0/3] gpio: switch to device_for_each_chilld_node_scoped()
 2024-09-28 19:47 UTC  (4+ messages)
` [PATCH 1/3] gpio: dwapb: switch to device_for_each_child_node_scoped()
` [PATCH 2/3] gpio: sim: "
` [PATCH 3/3] gpio: acpi: "

[PATCH i-g-t 1/3] igt: Fix printf formats on x86-32
 2024-09-28 19:45 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for series starting with [i-g-t,1/3] "

[PATCH v7 00/26] Generic `Allocator` support for Rust
 2024-09-28 19:43 UTC  (37+ messages)
` [PATCH v7 08/26] rust: alloc: add __GFP_NOWARN to `Flags`
` [PATCH v7 09/26] rust: alloc: implement kernel `Box`
` [PATCH v7 10/26] rust: treewide: switch to our kernel `Box` type
` [PATCH v7 11/26] rust: alloc: remove extension of std's `Box`
` [PATCH v7 12/26] rust: alloc: add `Box` to prelude
` [PATCH v7 13/26] rust: alloc: implement kernel `Vec` type
` [PATCH v7 14/26] rust: alloc: implement `IntoIterator` for `Vec`
` [PATCH v7 15/26] rust: alloc: implement `collect` for `IntoIter`
` [PATCH v7 16/26] rust: treewide: switch to the kernel `Vec` type
` [PATCH v7 17/26] rust: alloc: remove `VecExt` extension
` [PATCH v7 18/26] rust: alloc: add `Vec` to prelude
` [PATCH v7 19/26] rust: error: use `core::alloc::LayoutError`
` [PATCH v7 20/26] rust: error: check for config `test` in `Error::name`
` [PATCH v7 21/26] rust: alloc: implement `contains` for `Flags`
` [PATCH v7 22/26] rust: alloc: implement `Cmalloc` in module allocator_test
` [PATCH v7 23/26] rust: str: test: replace `alloc::format`
` [PATCH v7 24/26] rust: alloc: update module comment of alloc.rs
` [PATCH v7 25/26] kbuild: rust: remove the `alloc` crate and `GlobalAlloc`

[freescale-fslc:6.6-2.0.x-imx 169/16788] sound/soc/codecs/pcm512x.c:1594:7: warning: unused variable 'clk_name'
 2024-09-28 19:42 UTC 

[RFC PATCH] mempool: obey configured cache size
 2024-09-28 19:38 UTC  (3+ messages)
` [RFC PATCH v11] mempool: fix mempool "
` [RFC PATCH v12] "

[PATCH v8 0/8] clk: Add kunit tests for fixed rate and parent data
 2024-09-28 19:27 UTC  (10+ messages)
` [PATCH v8 8/8] clk: Add KUnit tests for clks registered with struct clk_parent_data

[PATCH] MAINTAINERS: remove Raveendra Padasalagi
 2024-09-28 19:17 UTC  (2+ messages)

[esmil:d1-6.11.y 37/47] drivers/gpu/drm/sun4i/sun8i_hdmi_phy.c:406:25: error: unused variable 'phy'
 2024-09-28 19:11 UTC 

[gourryinverse:memblock_align 2/2] srat.c:undefined reference to `set_memory_block_size_order'
 2024-09-28 19:11 UTC 

Results of the 2024 TAB election
 2024-09-28 19:12 UTC  (3+ messages)

[PATCH] meta-ti-bsp: ti-dm-fw: declare files installed in 'DEPLOYDIR'
 2024-09-28 19:09 UTC 

[Intel-wired-lan] [tnguy-next-queue:dev-queue] BUILD SUCCESS 252daba137fd8c5a841f7120fdafa6f2ad67e88a
 2024-09-28 19:06 UTC 

[openeuler:OLK-5.10 21044/30000] drivers/net/ethernet/hisilicon/hns3/hns3_common/hclge_comm_cmd.c:478:68: sparse: sparse: incorrect type in argument 1 (different base types)
 2024-09-28 19:00 UTC 

[pull] amdgpu firmware updates
 2024-09-28 18:55 UTC  (2+ messages)

[PATCH i-g-t 1/4] tests/xe_eudebug: Keep engine for each client
 2024-09-28 18:48 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for series starting with [i-g-t,1/4] "

iptables 1.8.10 translate error
 2024-09-28 18:39 UTC  (4+ messages)

[PATCH] tests/intel/xe_pm: one suspend/resume cycle for all xe engines
 2024-09-28 18:39 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for tests/intel/xe_pm: one suspend/resume cycle for all xe engines (rev3)

[PATCH] test-pmd: add more packet decode options (verbose)
 2024-09-28 18:36 UTC  (7+ messages)
` [PATCH v7 0/4] Add network packet dissector
  ` [PATCH v7 4/4] test-pmd: add more packet verbose decode options

[PATCH] rust: kunit: use C-string literals to clean warning
 2024-09-28 18:36 UTC  (2+ messages)

[PATCH i-g-t] lib/amdgpu: enhance sdma test
 2024-09-28 18:29 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH v1 0/1] update mseal.rst
 2024-09-28 18:28 UTC  (3+ messages)
` [PATCH v1 1/1] mseal: "

[PATCH 1/3] dt-bindings: platform: Add bindings for Lenovo Yoga Slim 7x EC
 2024-09-28 18:27 UTC  (5+ messages)
` [PATCH 2/3] platform: arm64: Add driver for Lenovo Yoga Slim 7x's EC

[PATCH] MAINTAINERS: Add security/Kconfig.hardening to hardening section
 2024-09-28 18:26 UTC 

[PATCH v2] tests/intel/xe_sysfs_timeslice_duration: Add test to validate timeslice duration
 2024-09-28 18:20 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for tests/intel/xe_sysfs_timeslice_duration: Add test to validate timeslice duration (rev2)

[freescale-fslc:6.6-2.0.x-imx 5904/16788] arch/arm/mach-imx/pm-rpmsg.c:141:6: warning: no previous prototype for 'pm_shutdown_notify_m4'
 2024-09-28 18:19 UTC 

[PATCH] hardening: Adjust dependencies in selection of MODVERSIONS
 2024-09-28 18:13 UTC 

[drm-xe:drm-xe-next] BUILD SUCCESS 0c8650b09a365f4a31fca1d1d1e9d99c56071128
 2024-09-28 18:11 UTC 

[PATCH v8 0/8] mm: zswap swap-out of large folios
 2024-09-28 18:11 UTC  (5+ messages)
` [PATCH v8 6/8] mm: zswap: Support large folios in zswap_store()

[PATCH] tests/intel/xe_tlb: Add test to check TLB invalidation
 2024-09-28 18:11 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[syzbot] [integrity?] [lsm?] possible deadlock in process_measurement (4)
 2024-09-28 18:07 UTC  (2+ messages)

[RFC PATCH v4] mm: move the check of READ_IMPLIES_EXEC out of do_mmap()
 2024-09-28 18:00 UTC 

[OE-core][kirkstone][PATCH 1/2] gnupg: Document CVE-2022-3219 and mark wontfix
 2024-09-28 17:57 UTC  (2+ messages)
` [OE-core][kirkstone][PATCH 2/2] wpa-supplicant: Ignore CVE-2024-5290

[PATCH 5.10 000/352] 5.10.224-rc1 review
 2024-09-28 17:55 UTC  (3+ messages)
` [PATCH 5.10 247/352] mptcp: fix duplicate data handling

[PATCH 0/2] Add MSM8996/MSM8953 dpu catalog
 2024-09-28 17:53 UTC  (5+ messages)

[PATCH v6 0/3] add support for ad777x family
 2024-09-28 17:52 UTC  (5+ messages)
` [PATCH v6 2/3] Documentation: ABI: added filter mode doc in sysfs-bus-iio

[PATCH 0/6] refactor RDMA live migration based on rsocket API
 2024-09-28 17:52 UTC  (8+ messages)

[GIT PULL] Kselftest fixes update for Linux 6.12-rc1
 2024-09-28 17:52 UTC 

BTRFS list of grievances
 2024-09-28 17:51 UTC  (3+ messages)

[REGRESSION][BISECTED] erroneous buffer overflow detected in bch2_xattr_validate
 2024-09-28 17:49 UTC  (5+ messages)

[openeuler:openEuler-1.0-LTS 21349/23799] drivers/mmc/host/phytium-mci-plat.c:169:23: error: lvalue required as unary '&' operand
 2024-09-28 17:48 UTC 

[freescale-fslc:6.6-2.0.x-imx 4910/16788] drivers/firmware/imx/imx-scu.c:229:43: warning: cast from pointer to integer of different size
 2024-09-28 17:48 UTC 

[PATCH 0/7] *** Add support for AD485x DAS Family ***
 2024-09-28 17:47 UTC  (13+ messages)
` [PATCH 1/7] iio: backend: add API for interface get
` [PATCH 2/7] iio: backend: add support for data size set
` [PATCH 6/7] iio: adc: ad485x: add ad485x driver
` [PATCH 7/7] Documentation: ABI: testing: ad485x: add ABI docs

[OE-core][scarthgap][PATCH 1/3] gnupg: Document CVE-2022-3219 and mark wontfix
 2024-09-28 17:42 UTC  (3+ messages)
` [OE-core][scarthgap][PATCH 2/3] openssh: Mark CVE-2023-51767 as wont-fix
` [OE-core][scarthgap][PATCH 3/3] wpa-supplicant: Ignore CVE-2024-5290

[syzbot] Monthly lsm report (Sep 2024)
 2024-09-28 17:40 UTC  (10+ messages)

[PATCH 0/6] Add AutoFDO and Propeller support for Clang build
 2024-09-28 17:35 UTC  (5+ messages)
` [PATCH 6/6] Add Propeller configuration for kernel build

[PATCH] .mailmap: Update Fangrui's email
 2024-09-28 17:29 UTC  (2+ messages)

[PATCH v3 0/3] media: static-analyzers: Fix 6.12-rc1 cocci warnings
 2024-09-28 17:24 UTC  (4+ messages)
` [PATCH v3 1/3] media: ti: cal: Use str_up_down()
` [PATCH v3 2/3] staging: media: ipu3: Use str_down_up()
` [PATCH v3 3/3] media: atomisp: Replace ternary operator with if

[GIT PULL] KVM/x86 changes for Linux 6.12
 2024-09-28 17:19 UTC  (4+ messages)

ucm2: Add Roland Bridge Cast V2
 2024-09-28 17:18 UTC 

[PATCH v8 0/3] Fix degradation problem of alpha blending series
 2024-09-28 17:18 UTC  (2+ messages)

[meta-multimedia][PATCH] pipewire: add patch to fix zero initialization
 2024-09-28 17:19 UTC 

[openeuler:OLK-5.10 19223/30000] drivers/ub/urma/ubcore/ubcore_dp.c:26:5: warning: no previous prototype for 'ubcore_post_jetty_send_wr'
 2024-09-28 17:17 UTC 

[PATCH RFC v2 2/3] riscv: Add Svukte extension support
 2024-09-28 17:17 UTC  (2+ messages)

[PATCH v1] iio: adc: Fix typos in comments across various files
 2024-09-28 17:15 UTC  (2+ messages)

[PATCH 6.6 00/54] 6.6.53-rc1 review
 2024-09-28 17:15 UTC  (2+ messages)

[syzbot] [kernel?] WARNING in enqueue_dl_entity
 2024-09-28 17:15 UTC 

[PATCH 6.11 00/12] 6.11.1-rc1 review
 2024-09-28 17:15 UTC  (2+ messages)

[PATCH 6.10 00/58] 6.10.12-rc1 review
 2024-09-28 17:14 UTC  (2+ messages)

[PATCH 6.1 00/73] 6.1.112-rc1 review
 2024-09-28 17:13 UTC  (2+ messages)

[PATCH] iio: light: ltrf216a: Document device name for compatible
 2024-09-28 17:12 UTC  (2+ messages)

Add Roland Bridge Cast V2
 2024-09-28 17:11 UTC 

[PATCH v8 0/2] iio: imu: smi240: add bosch smi240 driver
 2024-09-28 17:11 UTC  (3+ messages)
` [PATCH v8 2/2] iio: imu: smi240: add driver

[PATCH v2] clk: qcom: clk-alpha-pll: Fix pll post div mask when width is not set
 2024-09-28 17:05 UTC  (3+ messages)

[PATCH v8 0/8] Add tsd,mule-i2c-mux support
 2024-09-28 17:00 UTC  (10+ messages)
` [PATCH v8 2/8] i2c: muxes: add support for tsd,mule-i2c multiplexer
` [PATCH v8 3/8] dt-bindings: hwmon: add support for ti,amc6821

[openeuler:OLK-5.10 27588/30000] include/linux/compiler_attributes.h:221:41: warning: attribute 'fallthrough' not preceding a case label or default label
 2024-09-28 16:57 UTC 

[freescale-fslc:6.6-2.0.x-imx 1186/16788] drivers/dma/imx-sdma.c:475: warning: Function parameter or member 'prio' not described in 'sdma_channel'
 2024-09-28 16:57 UTC 

[freescale-fslc:6.6-2.0.x-imx 3890/16788] ld.lld: error: undefined symbol: linkmode_support_c73
 2024-09-28 16:57 UTC 

[boqun:lockdep-for-tip 3/3] lib/locking-selftest.c:2713:5: warning: "CONFIG_DEBUG_LOCK_ALLOC" is not defined, evaluates to 0
 2024-09-28 16:57 UTC 

[PATCHSET sched/urgent, sched_ext/for-6.12-fixes] sched/core, sched_ext: Add ENQUEUE_RQ_SELECTED to fix ->select_task_rq() skip detection in sched_ext schedulers
 2024-09-28 16:52 UTC  (4+ messages)
` [PATCH 3/3] sched_ext, scx_qmap: Add and use SCX_ENQ_CPU_SELECTED

[PATCH 00/16] Fix allocation issues and add hardening
 2024-09-28 16:47 UTC  (18+ messages)
` [PATCH v2 00/16] Fix allocation bugs and add malloc hardening
  ` [PATCH v2 01/16] eal: add function attributes for allocation functions
  ` [PATCH v2 02/16] memzone: fix use after free in tracing
  ` [PATCH v2 03/16] cryptodev/bcmfs: fix mis-matched free
  ` [PATCH v2 04/16] dma/ixd: fix incorrect free function in cleanup
  ` [PATCH v2 05/16] event/cnxk: fix pointer mismatch "
  ` [PATCH v2 06/16] examples/vhost: fix free function mismatch
  ` [PATCH v2 07/16] net/cnxk: fix use-after-free
  ` [PATCH v2 08/16] bpf: fix free mismatch if convert fails
  ` [PATCH v2 09/16] net/e1000: fix use-after-free
  ` [PATCH v2 10/16] net/sfc: fix use-after-free warning messages
  ` [PATCH v2 11/16] net/cpfl: fix free of nonheap object
  ` [PATCH v2 12/16] net/nfp: fix duplicate call to rte_free
  ` [PATCH v2 13/16] raw/ifpga/base: fix use after free
  ` [PATCH v2 14/16] common/qat: "
  ` [PATCH v2 15/16] drivers/ifpga: fix free function mismatch
  ` [PATCH v2 16/16] eal: add alloc_function attribute to rte_malloc

[PATCH v2 0/2] Add support of IAM-20680 HP & HT
 2024-09-28 16:47 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: iio: imu: mpu6050: Add iam20680ht/hp bindings to mpu6050

[GIT PULL] more s390 updates for 6.12 merge window
 2024-09-28 16:45 UTC  (2+ messages)

[git pull] drm fixes for 6.12-rc1
 2024-09-28 16:45 UTC  (2+ messages)

[GIT PULL] additional fbdev fixes for v6.12-rc1
 2024-09-28 16:45 UTC  (2+ messages)

[GIT PULL] ksmbd server fixes
 2024-09-28 16:45 UTC  (2+ messages)

[GIT PULL] Modules changes for v6.12-rc1
 2024-09-28 16:45 UTC  (2+ messages)

[GIT PULL] smb3 client fixes
 2024-09-28 16:45 UTC  (2+ messages)

[GIT PULL] Ceph fixes for 6.12-rc1
 2024-09-28 16:45 UTC  (2+ messages)

[PATCH v1] iio: adc: pac1921: add ACPI support for pac1921
 2024-09-28 16:42 UTC  (2+ messages)

[PATCH] eal/alarm_cancel: Fix thread starvation
 2024-09-28 16:40 UTC  (2+ messages)

[PATCH i-g-t v2] tests/intel/xe_pm_residency: Add an assertion on MI_STORE execution time
 2024-09-28 16:40 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for tests/intel/xe_pm_residency: Add an assertion on MI_STORE execution time (rev2)

Are 256K page sizes really a thing (on ppc64le in particular)?
 2024-09-28 16:38 UTC  (2+ messages)

Page sizes supported by RISC-V
 2024-09-28 16:35 UTC 

[REGRESSION] Corruption on cifs / smb write on ARM, kernels 6.3-6.9
 2024-09-28 16:37 UTC  (5+ messages)

[DPDK/ethdev Bug 1555] nfp: duplicate call to rte_free
 2024-09-28 16:37 UTC 

Testing 6.11.0 - No audio
 2024-09-28 16:34 UTC  (2+ messages)

[Linux Kernel Bug] general protection fault in dvb_vb2_expbuf
 2024-09-28 16:34 UTC 

[PATCH v1 1/1] drm/i915/gt: Use IS_ENABLED() instead of defined() on config check
 2024-09-28 16:31 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for series starting with [v1,1/1] "

[Intel-wired-lan] [PATCH iwl-net v3 1/2] ice: Fix entering Safe Mode
 2024-09-28 16:31 UTC  (3+ messages)

[PATCH iproute2 v2] iplink: fix fd leak when playing with netns
 2024-09-28 16:30 UTC  (2+ messages)

[PATCH 0/4] iio: adc: use scoped device_for_each_childe_node()
 2024-09-28 16:29 UTC  (2+ messages)

[PATCH 0/6] Samsung Exynos 7870 DECON driver support
 2024-09-28 16:25 UTC  (10+ messages)
` [PATCH 6/6] dt-bindings: display: samsung,exynos7-decon: add exynos7870 compatible

[PATCH v2 00/10] iio: light: veml6030: fix issues and add support for veml6035
 2024-09-28 16:25 UTC  (5+ messages)
` [PATCH v2 08/10] iio: light: veml6030: power off device in probe error paths
` [PATCH v2 10/10] iio: light: veml6030: add support for veml6035


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.