All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-05 17:52:32 to 2023-11-05 20:32:00 UTC [more...]

[Buildroot] [PATCH 1/2] package/traceroute: add TRACEROUTE_CPE_ID_VENDOR
 2023-11-05 20:27 UTC  (2+ messages)

[Buildroot] [PATCH v2 01/24] package/python3: use upstream build system to disable berkeleydb module
 2023-11-05 20:25 UTC  (24+ messages)
` [Buildroot] [PATCH v2 02/24] package/python3: use upstream build system to disable uuid module
` [Buildroot] [PATCH v2 03/24] package/python3: use upstream build system to disable bzip2/zlib/xz modules
` [Buildroot] [PATCH v2 04/24] package/python3: use upstream build system to disable curses/readline modules
` [Buildroot] [PATCH v2 05/24] package/python3: use upstream build system to disable ssl module
` [Buildroot] [PATCH v2 06/24] package/python3: use upstream build system to disable ossaudiodev module
` [Buildroot] [PATCH v2 07/24] package/python3: use upstream build system to disable unicodedata module
` [Buildroot] [PATCH v2 08/24] package/python3: use upstream build system to disable nis module
` [Buildroot] [PATCH v2 09/24] package/python3: use upstream build system to disable decimal module
` [Buildroot] [PATCH v2 10/24] package/python3: use upstream build system to disable CJK codecs
` [Buildroot] [PATCH v2 11/24] package/python3: use upstream build system to disable pyexpat module
` [Buildroot] [PATCH v2 12/24] package/python3: use upstream build system to disable sqlite3 module
` [Buildroot] [PATCH v2 13/24] package/python3: update patch and partly use upstream build system to disable tk module
` [Buildroot] [PATCH v2 14/24] package/python3: Remove infrastructure to disable the build of certain extensions
` [Buildroot] [PATCH v2 15/24] package/python-systemd: bump version to 235
` [Buildroot] [PATCH v2 16/24] package/python-versioneer: new package
` [Buildroot] [PATCH v2 17/24] package/python-constantly: bump version to 23.10.4
` [Buildroot] [PATCH v2 18/24] package/python-pyxb: Drop package
` [Buildroot] [PATCH v2 19/24] package/python-pygame: drop package
` [Buildroot] [PATCH v2 20/24] package/python-crossbar: "
` [Buildroot] [PATCH v2 21/24] package/scons: bump version to 4.5.2
` [Buildroot] [PATCH v2 22/24] package/kmod: drop python support
` [Buildroot] [PATCH v2 23/24] package/python-kmod: new package
` [Buildroot] [PATCH v2 24/24] package/python3: bump version to 3.12.0

long stalls when creating 20 directory trees of 1 million inodes in parallel
 2023-11-05 20:30 UTC  (6+ messages)

[PATCH] pstore: ram_core: fix possible overflow in persistent_ram_init_ecc()
 2023-11-05 20:29 UTC 

[PATCH 01/30] net/mlx5/hws: Definer, add mlx5dr context to definer_conv_data
 2023-11-05 20:27 UTC  (4+ messages)
` [PATCH 04/30] net/mlx5: add rte_device parameter to locate HWS registers

0bda:b812 USB "3.0" WLAN devices only report a maximum of 480 Mbps
 2023-11-05 20:24 UTC  (9+ messages)

How to contribute to ir-keytable/ir-ctl ?
 2023-11-05 20:23 UTC 

[Buildroot] [PATCH 1/4] configs/stm32mp157a_dk1_defconfig: unbreak TF-A build with GCC >= 12
 2023-11-05 20:22 UTC  (5+ messages)
` [Buildroot] [PATCH 2/4] configs/stm32mp157c_dk2_defconfig: "
` [Buildroot] [PATCH 3/4] configs/stm32mp157c_odyssey_defconfig: use a fixed TF-A version
` [Buildroot] [PATCH 4/4] configs/avenger96_defconfig: downgrade to TF-A v2.5

[PATCH for-next 0/6] RDMA/rxe: Make multicast actually work
 2023-11-05 20:19 UTC  (4+ messages)
` [PATCH for-next 3/6] RDMA/rxe: Register IP mcast address

drivers/mux/adg792a.c:134:34: warning: 'adg792a_of_match' defined but not used
 2023-11-05 20:08 UTC  (2+ messages)

[PATCH v2 1/2] rtc: add pcf85053a
 2023-11-05 20:17 UTC  (3+ messages)

[PULL 00/21] target/sparc: Cleanup condition codes
 2023-11-05 20:12 UTC  (22+ messages)
` [PULL 01/21] target/sparc: Introduce cpu_put_psr_icc
` [PULL 02/21] target/sparc: Split psr and xcc into components
` [PULL 03/21] target/sparc: Remove CC_OP_LOGIC
` [PULL 04/21] target/sparc: Remove CC_OP_DIV
` [PULL 05/21] target/sparc: Remove CC_OP_ADD, CC_OP_ADDX, CC_OP_TADD
` [PULL 06/21] target/sparc: Remove CC_OP_SUB, CC_OP_SUBX, CC_OP_TSUB
` [PULL 07/21] target/sparc: Remove CC_OP_TADDTV, CC_OP_TSUBTV
` [PULL 08/21] target/sparc: Remove CC_OP leftovers
` [PULL 09/21] target/sparc: Remove DisasCompare.is_bool
` [PULL 10/21] target/sparc: Change DisasCompare.c2 to int
` [PULL 11/21] target/sparc: Always copy conditions into a new temporary
` [PULL 12/21] target/sparc: Do flush_cond in advance_jump_cond
` [PULL 13/21] target/sparc: Merge gen_branch2 into advance_pc
` [PULL 14/21] target/sparc: Merge advance_jump_uncond_{never, always} into advance_jump_cond
` [PULL 15/21] target/sparc: Pass displacement to advance_jump_cond
` [PULL 16/21] target/sparc: Merge gen_op_next_insn into only caller
` [PULL 17/21] target/sparc: Record entire jump condition in DisasContext
` [PULL 18/21] target/sparc: Discard cpu_cond at the end of each insn
` [PULL 19/21] target/sparc: Implement UDIVX and SDIVX inline
` [PULL 20/21] target/sparc: Implement UDIV inline
` [PULL 21/21] target/sparc: Check for invalid cond in gen_compare_reg

[PATCH] fs/smb: using crypto lib instead cifs_arc4
 2023-11-05 20:15 UTC  (9+ messages)
` smb cifs: Linux 6.7 pre rc-1 kernel dump in smb2_get_aead_req

[PATCH 0/3] staging: vc04: Smatch analysis fixes
 2023-11-05 20:13 UTC  (4+ messages)
` [PATCH 1/3] staging: vc04_services: vchiq_core: Log through struct vchiq_instance

[PATCH] btrfs: fix race between accounting qgroup extents and removing a qgroup
 2023-11-05 20:11 UTC  (2+ messages)

[meta-gnome][PATCH 1/4] gnome-shell: Upgrade 45.0 -> 45.1
 2023-11-05 20:09 UTC  (5+ messages)
` [meta-gnome][PATCH 2/4] mutter: "
` [meta-gnome][PATCH 3/4] dconf-editor: Upgrade 43 -> 45.0.1
` [meta-gnome][PATCH 4/4] libgsf: Upgrade 1.14.50 -> 1.14.51
  ` [oe] "

[PATCH 1/2] dt-bindings: clk: rs9: Add 9FGV0841
 2023-11-05 20:07 UTC  (2+ messages)
` [PATCH 2/2] clk: rs9: Add support for 9FGV0841

drivers/nvmem/meson-efuse.c:78:12: warning: cast from 'void (*)(struct clk *)' to 'void (*)(void *)' converts to incompatible function type
 2023-11-05 20:06 UTC 

drivers/iio/proximity/isl29501.c:1009:34: warning: 'isl29501_i2c_matches' defined but not used
 2023-11-05 20:06 UTC 

[PATCH] clk: rs9: Fix DIF OEn bit placement on 9FGV0241
 2023-11-05 20:06 UTC 

[PATCH 0/4] bootm: Handle compressed arm64 images with bootm
 2023-11-05 20:06 UTC  (6+ messages)
` [PATCH 1/4] bootm: Allow ignoring the load address with kernel_noload
` [PATCH 2/4] bootm: Move arm64-image processing later
` [PATCH 3/4] image: Show the load address when decompressing
` [PATCH 4/4] image: Correct load_bug typo

drivers/memory/emif.c:70: warning: Function parameter or member 'lpmode' not described in 'emif_data'
 2023-11-05 20:06 UTC 

drivers/net/ethernet/cavium/liquidio/cn23xx_pf_device.c:1251:13: warning: variable 'max_rings' set but not used
 2023-11-05 19:59 UTC 

[jgunthorpe:iommu_fwspec 11/19] include/linux/acpi_iort.h:63: multiple definition of `iort_iommu_configure_id'; drivers/acpi/glue.o:include/linux/acpi_iort.h:63: first defined here
 2023-11-05 19:59 UTC 

[PATCH net] net: xt_recent: fix (increase) ipv6 literal buffer length
 2023-11-05 19:59 UTC  (3+ messages)

fs/nilfs2/ioctl.c:120: warning: Function parameter or member 'fa' not described in 'nilfs_fileattr_get'
 2023-11-05 19:58 UTC 

[Buildroot] [PATCH 1/1] package/nmap: bump to version 7.94
 2023-11-05 19:58 UTC 

[PATCH net v2] netfilter: xt_recent: fix (increase) ipv6 literal buffer length
 2023-11-05 19:56 UTC 

[RFC] simplifying fast_dput(), dentry_kill() et.al
 2023-11-05 19:54 UTC  (5+ messages)

[Buildroot] [PATCH v2 1/1] package/spirv-tools: fix build issue
 2023-11-05 19:45 UTC  (5+ messages)
` [Buildroot] [PATCH v3 "
    ` [Buildroot] [PATCH v4 "

Yocto Project Status 12 September 2023 (WW37)
 2023-11-05 19:43 UTC  (9+ messages)
` Core workflow: sstate for all, bblock/bbunlock, tools for why is sstate not being reused?
      ` [OE-core] "

[broonie-ci:v2_20231004_robh_asoc_dt_matching_and_header_cleanups 90/90] sound/soc/tegra/tegra210_amx.c:553:10: warning: variable 'soc_data' is uninitialized when used here
 2023-11-05 19:40 UTC 

drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1954: warning: Function parameter or member 'init' not described in 'init_reset_end'
 2023-11-05 19:40 UTC 

[Intel-wired-lan] [tnguy-next-queue:dev-queue] BUILD REGRESSION 3740264edb0e1ded57cd0ec30e639b41d82df502
 2023-11-05 19:38 UTC 

[Buildroot] [PATCH 1/1] package/system-config-printer: bump to version 1.5.18
 2023-11-05 19:37 UTC 

[PATCH 0/3] iio: adc: ad7192: Add support for AD7194
 2023-11-05 19:31 UTC  (8+ messages)
` [PATCH 1/3] iio: adc: ad7192: Use device api
` [PATCH 2/3] dt-bindings: iio: adc: ad7192: Add AD7194 support
` [PATCH 3/3] "

General protection fault in nfs4_setup_sequence caused by delegation return task
 2023-11-05 19:27 UTC 

[PATCH net-next v6 0/5] Coalesce mac ocp write/modify calls to reduce spinlock contention
 2023-11-05 19:27 UTC  (5+ messages)

[PATCH v2 1/2] tg3: Increment tx_dropped in tg3_tso_bug()
 2023-11-05 19:26 UTC  (2+ messages)

[PATCH] Kunit to check the longest symbol length
 2023-11-05 19:25 UTC  (2+ messages)

[PATCH] xfs: fix again select in kconfig XFS_ONLINE_SCRUB_STATS
 2023-11-05 19:23 UTC 

[RFC v2] hwmon: (hp-wmi-sensors) Fix failure to load on EliteDesk 800 G6
 2023-11-05 19:20 UTC 

[RFC PATCH 00/32] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2023-11-05 19:11 UTC  (4+ messages)
` [RFC PATCH 24/32] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS

[GIT PULL] vhost,virtio,vdpa: features, fixes, cleanups
 2023-11-05 19:11 UTC  (3+ messages)

[syzbot] [net?] general protection fault in ptp_ioctl
 2023-11-05 19:10 UTC 

[PATCH bpf-next] bpf, lpm: fix check prefixlen before walking trie
 2023-11-05 19:08 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: watchdog: re-order entries to match coding convention
 2023-11-05 19:05 UTC  (8+ messages)
` [PATCH 2/2] dt-bindings: watchdog: intel,keembay: reference common watchdog schema

[PATCH v3] tg3: Fix the TX ring stall
 2023-11-05 18:58 UTC 

[PATCH bpf-next] libbpf: Add tail padding check for LIBBPF_OPTS_RESET macro
 2023-11-05 18:53 UTC 

[GIT PULL] UBI and UBIFS Updates for v6.7-rc1
 2023-11-05 18:53 UTC  (3+ messages)

[GIT PULL] firewire updates for 6.7
 2023-11-05 18:53 UTC  (2+ messages)

[PULL REQUEST] i2c-for-6.7-rc1
 2023-11-05 18:53 UTC  (2+ messages)

[RFC] hwmon: (hp-wmi-sensors) Fix failure to load on EliteDesk 800 G6
 2023-11-05 18:51 UTC  (5+ messages)

[RFC Draft net-next] docs: netdev: add section on using lei to manage netdev mail volume
 2023-11-05 18:50 UTC 

[PATCH] generic/732: fix mount option munging
 2023-11-05 18:43 UTC  (4+ messages)

[PATCH] Remove use of LFS64 interfaces
 2023-11-05 18:39 UTC 

[PATCH v2] scsi: mvsas: Try to enable MSI
 2023-11-05 18:36 UTC 

[nft PATCH] tests: shell: Fix sets/reset_command_0 for current kernels
 2023-11-05 18:35 UTC  (5+ messages)

[PATCH] media: uvcvideo: Implement V4L2_EVENT_FRAME_SYNC
 2023-11-05 18:34 UTC  (2+ messages)

[Buildroot] [git commit] package/petitboot: fix pb-discover pidfile creation
 2023-11-05 17:14 UTC 

[Buildroot] [git commit] package/petitboot: run petitboot UI on consoles
 2023-11-05 18:04 UTC 

drivers/xen/xen-front-pgdir-shbuf.c:34: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2023-11-05 18:32 UTC 

[hverkuil-media-tree:hdmi-dbg 18/33] htmldocs: ./include/drm/drm_connector.h:1028: warning: Function parameter or member 'hdmi' not described in 'drm_connector_state'
 2023-11-05 18:32 UTC 

fs/bcachefs/reflink.c:56 bch2_reflink_p_merge() warn: ignoring unreachable code
 2023-11-05 18:32 UTC 

[Buildroot] [git commit] package/kexec-lite: introduce BR2_PACKAGE_KEXEC_LITE_ARCH_SUPPORTS
 2023-11-05 17:24 UTC 

[Buildroot] [git commit] package/petitboot: use default logfile dir
 2023-11-05 17:15 UTC 

[Buildroot] [git commit] package/petitboot: prefer kexec-lite on powerpc
 2023-11-05 17:32 UTC 

[Buildroot] [git commit] package/petitboot: fix menu comment
 2023-11-05 17:13 UTC 

[Buildroot] [PATCH v3 0/8] package/petitboot: misc fixes/enhancement
 2023-11-05 18:31 UTC  (10+ messages)
` [Buildroot] [PATCH v3 5/8] package/petitboot: fix shutdown
` [Buildroot] [PATCH v3 6/8] package/petitboot: run petitboot UI on consoles
` [Buildroot] [PATCH v3 7/8] package/petitboot: enable user separation
` [Buildroot] [PATCH v3 8/8] package/petitboot: prefer UTF-8 support

[PATCH] dt-bindings: watchdog: nxp,pnx4008-wdt: convert txt to yaml
 2023-11-05 18:30 UTC  (2+ messages)

XFS_DEBUG got enabled by default in 6.6
 2023-11-05 18:28 UTC  (2+ messages)

[PATCH v3 0/6] media: qcom: camss: Add sc8280xp support
 2023-11-05 18:27 UTC  (4+ messages)
` [PATCH v3 1/6] media: dt-bindings: media: camss: Add qcom,sc8280xp-camss binding

[PATCH] ltp/fsx.h: Explicitly use int for return type for aio_rw()
 2023-11-05 18:25 UTC  (2+ messages)

[Buildroot] [PATCH v2,1/1] package/vde2: bump to version 2.3.3
 2023-11-05 18:22 UTC 

[PATCH 1/2] fbdev/imsttfb: fix double free in probe()
 2023-11-05 18:22 UTC  (3+ messages)

[PATCH v5] usb-storage,uas: use host helper to generate driver info
 2023-11-05 18:20 UTC  (2+ messages)
` [PATCH v6] "

[Buildroot] [PATCH 00/30] package/python3: bump version to 3.12.0
 2023-11-05 18:20 UTC  (4+ messages)
` [Buildroot] [PATCH 17/30] package/python-systemd: bump version to 235

[Intel-gfx] [PATCH] drm/i915/display: Fix phys_base to be relative not absolute
 2023-11-05 18:19 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[PATCH] drivers/video/fbdev: use new array-copying-wrapper
 2023-11-05 18:17 UTC  (3+ messages)

[PATCH v3 00/13] iommu/amd: SVA Support (part 3) - refactor support for GCR3 table
 2023-11-05 18:16 UTC  (11+ messages)
` [PATCH v3 01/13] iommu/amd: Pass struct iommu_dev_data to set_dte_entry()
` [PATCH v3 02/13] iommu/amd: Introduce get_amd_iommu_from_dev()
` [PATCH v3 03/13] iommu/amd: Introduce struct protection_domain.pd_mode
` [PATCH v3 06/13] iommu/amd: Introduce per-device domain ID to workaround potential TLB aliasing issue
` [PATCH v3 08/13] iommu/amd: Rearrange GCR3 table setup code

[Buildroot] [PATCH v2 1/2] package/flutter-pi: bump version to 8f4e9726a18b32822b6e7faf19c044f88bded570
 2023-11-05 18:16 UTC  (2+ messages)
` [Buildroot] [PATCH v2 2/2] package/flutter-pi: add charset converter plugin option

[PATCH] fbdev: omapfb: Drop unused remove function
 2023-11-05 18:15 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/vde2: bump to version 2.3.3
 2023-11-05 18:14 UTC 

[PATCH v4 00/53] Improvements to memory use
 2023-11-05 18:12 UTC  (5+ messages)
` [PATCH v4 03/53] libperf: Lazily allocate mmap event copy

[PATCH] kconfig: do not clear SYMBOL_DEF_USER when the value is out of range
 2023-11-05 18:10 UTC 

[PATCH 1/1] Patch [1/1] Changes for FILS External Authentication
 2023-11-05 18:00 UTC  (2+ messages)

drivers/hwmon/scpi-hwmon.c:144:19: warning: 'snprintf' output may be truncated before the last format character
 2023-11-05 18:00 UTC 

lib/kunit/test.c:336 __kunit_abort() warn: ignoring unreachable code
 2023-11-05 18:00 UTC 

[asahilinux:bits/020-dart 14/21] drivers/iommu/io-pgtable-dart.c:483:21: warning: variable 'ptep' set but not used
 2023-11-05 17:59 UTC 

[ti:ti-rt-linux-6.1.y-cicd 62/70] drivers/media/platform/img/vxe-vxd/decoder/vxd_core.c:587:15: warning: variable 'fw_load_retries' set but not used
 2023-11-05 17:59 UTC 

[PATCH v1 00/13] Improve TLB invalidation logic
 2023-11-05 17:59 UTC  (11+ messages)
` [PATCH v1 09/13] iommu/amd: Refactor domain flush global function
` [PATCH v1 10/13] iommu/amd: Consolidate domain flush logic
` [PATCH v1 11/13] iommu/amd/pgtbl_v2: Invalidate updated page ranges only
` [PATCH v1 12/13] iommu/amd: Remove unused flush pasid functions
` [PATCH v1 13/13] iommu/amd: Rearrange device flush code

ip6 dscp fails map lookup
 2023-11-05 17:58 UTC  (6+ messages)

[Acpica-devel] [PATCH RFC 00/17] Solve iommu probe races around iommu_fwspec
 2023-11-05 17:55 UTC  (8+ messages)
` [Acpica-devel] [PATCH RFC 04/17] acpi: Do not return struct iommu_ops from acpi_iommu_configure_id()
  `  "

[PATCH 0/2] Reduce stack size for DML2
 2023-11-05 17:55 UTC  (3+ messages)
` [PATCH 2/2] drm/amd/display: Fix stack size issue on DML2


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.