All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-03 20:39:42 to 2024-11-03 22:59:03 UTC [more...]

[PATCH v3 00/18] Wire up CRC32 library functions to arch-optimized code
 2024-11-03 22:31 UTC  (51+ messages)
` [f2fs-dev] "
` [PATCH v3 01/18] lib/crc32: drop leading underscores from __crc32c_le_base
  ` [f2fs-dev] "
` [PATCH v3 02/18] lib/crc32: improve support for arch-specific overrides
  ` [f2fs-dev] "
` [PATCH v3 03/18] lib/crc32: expose whether the lib is really optimized at runtime
  ` [f2fs-dev] "
` [PATCH v3 04/18] crypto: crc32 - don't unnecessarily register arch algorithms
  ` [f2fs-dev] "
` [PATCH v3 05/18] arm/crc32: expose CRC32 functions through lib
  ` [f2fs-dev] "
` [PATCH v3 06/18] loongarch/crc32: "
  ` [f2fs-dev] "
` [PATCH v3 07/18] mips/crc32: "
  ` [f2fs-dev] "
` [f2fs-dev] [PATCH v3 08/18] powerpc/crc32: "
  `  "
` [PATCH v3 09/18] s390/crc32: "
  ` [f2fs-dev] "
` [PATCH v3 10/18] sparc/crc32: "
  ` [f2fs-dev] "
` [PATCH v3 11/18] x86/crc32: update prototype for crc_pcl()
  ` [f2fs-dev] "
` [PATCH v3 12/18] x86/crc32: update prototype for crc32_pclmul_le_16()
  ` [f2fs-dev] "
` [f2fs-dev] [PATCH v3 13/18] x86/crc32: expose CRC32 functions through lib
  `  "
` [PATCH v3 14/18] lib/crc32: make crc32c() go directly to lib
  ` [f2fs-dev] "
` [f2fs-dev] [PATCH v3 15/18] ext4: switch to using the crc32c library
  `  "
` [f2fs-dev] [PATCH v3 16/18] jbd2: "
  `  "
` [f2fs-dev] [PATCH v3 17/18] f2fs: switch to using the crc32 library
  `  "
` [f2fs-dev] [PATCH v3 18/18] scsi: target: iscsi: switch to using the crc32c library
  `  "

[PATCH next] exec: Fix a NULL vs IS_ERR() test in bprm_add_fixup_comm()
 2024-11-03 22:52 UTC  (2+ messages)

[PATCHSET 0/3] Move io_kiocb from task_struct to io_uring_task
 2024-11-03 22:51 UTC  (10+ messages)
` [PATCH 3/3] io_uring: move struct "

[PATCH v5 00/11] led: introduce LED boot and activity function
 2024-11-03 14:46 UTC  (8+ messages)
` [PATCH v5 03/11] led: implement LED boot API

[Intel-wired-lan] [resend PATCH 1/2] dim: make dim_calc_stats() inputs const pointers
 2024-11-03 22:50 UTC  (5+ messages)
` [Intel-wired-lan] [resend PATCH 2/2] dim: pass dim_sample to net_dim() by reference
      `  "

[PATCH net-next] vrf: Prepare vrf_process_v4_outbound() to future .flowi4_tos conversion
 2024-11-03 22:50 UTC  (2+ messages)

[PATCH net-next] ipvlan: Prepare ipvlan_process_v4_outbound() to future .flowi4_tos conversion
 2024-11-03 22:50 UTC  (2+ messages)

[PATCH net-next 00/12] ibm: emac: cleanup modules to use devm
 2024-11-03 22:50 UTC  (2+ messages)

[PATCH net-next] dt-bindings: net: snps,dwmac: Fix "snps,kbbe" type
 2024-11-03 22:50 UTC  (2+ messages)

[PATCH] loongarch/crc32: add missing dependency on 64BIT
 2024-11-03 22:47 UTC 

[PATCH 1/1] test: use %zd for size_t in mbr_test_run()
 2024-11-03 22:48 UTC 

[PATCH v2 0/4] lib: uuid: fix uuid_str_to_le_bin() on 32-bit
 2024-11-03 22:46 UTC  (6+ messages)
` [PATCH v2 1/4] lib: provide function hextoull()
` [PATCH v2 2/4] lib: uuid: fix uuid_str_to_le_bin() on 32-bit
` [PATCH v2 3/4] lib: uuid: fix uuid_str_to_bin() "
` [PATCH v2 4/4] configs: enable UNIT_TEST on qemu_arm_defconfig

[PATCH 1/1] test: run longjmp() test only on supported architectures
 2024-11-03 22:46 UTC  (2+ messages)

[PULL] u-boot-sh/master
 2024-11-03 22:46 UTC  (2+ messages)

[PATCH v5 0/5] refine storing null
 2024-11-03 22:46 UTC  (4+ messages)
` [PATCH v5 5/5] maple_tree: add a test checking "

[PATCH] netlink: typographical error in nlmsg_type constants definition
 2024-11-03 22:45 UTC  (2+ messages)

[PATCH 1/1] tools: mkeficapsule: use %zd to print ssize_t
 2024-11-03 22:45 UTC 

[PATCH v2 0/5] multipath-tools: udev rule fixes
 2024-11-03 22:43 UTC  (6+ messages)
` [PATCH v2 1/5] 11-dm-mpath.rules.in: import DM_COLDPLUG_SUSPENDED only once
` [PATCH v2 2/5] 11-dm-mpath.rules.in: handle inactive suspended devices correctly
` [PATCH v2 3/5] 11-dm-mpath.rules.in: clarify DM_ACTIVATION logic
` [PATCH v2 4/5] 11-dm-mpath-rules.in: skip one .DM_NOSCAN check
` [PATCH v2 5/5] 11-dm-mpath.rules.in: set .DM_NOSCAN if MPATH_UNCHANGED is set

mptcpd 0.13 released
 2024-11-03 22:40 UTC 

[PATCH v3 1/2] hwmon: modified ina2xx to match SY24655
 2024-11-03 22:39 UTC  (6+ messages)
` [PATCH linux dev-6.11 v3 1/2] hwmon: (ina226) Add support for SY24655
  ` [PATCH linux dev-6.11 v3 2/2] dt-bindings: Add SY24655 to ina2xx devicetree bindings

drivers/gpu/drm/amd/amdgpu/../display/dc/dml2/display_mode_core.c:6211:13: warning: stack frame size (3288) exceeds limit (2048) in 'dml_prefetch_check'
 2024-11-03 22:38 UTC 

internal error: arch/alpha/include/asm/io_trivial.h:70 SQL error #2: near "and": syntax error
 2024-11-03 22:38 UTC 

[PATCH v1] rust: Add pr_*_once macros
 2024-11-03 22:29 UTC  (3+ messages)

Gerrit Account Merge
 2024-11-01 20:29 UTC 

[PATCH 0/5] bcachefs hotfixes
 2024-11-03 22:32 UTC  (6+ messages)
` [PATCH 1/5] bcachefs: Fix null ptr deref in bucket_gen_get()
` [PATCH 2/5] bcachefs: Fix error handling in bch2_btree_node_prefetch()
` [PATCH 3/5] bcachefs: Ancient versions with bad bkey_formats are no longer supported
` [PATCH 4/5] bcachefs: Fix topology errors on split after merge
` [PATCH 5/5] bcachefs: Ensure BCH_FS_may_go_rw is set before exiting recovery

[PATCH V8 0/8] io_uring: support sqe group and leased group kbuf
 2024-11-03 22:31 UTC  (9+ messages)
` [PATCH V8 5/7] io_uring: support leased group buffer with REQ_F_GROUP_KBUF

[openeuler:openEuler-1.0-LTS 1223/1223] fs/ubifs/lpt_commit.o: warning: objtool: missing symbol for section .text.unlikely
 2024-11-03 22:27 UTC 

r8169: regression in connection speed with kernels 6.2+ (interrupt coalescing)
 2024-11-03 22:21 UTC  (2+ messages)

[RFC net-next v01 0/1] net: hinic3: Add a driver for Huawei 3rd gen NIC
 2024-11-03 22:19 UTC  (8+ messages)
` [RFC net-next v01 1/1] "

[syzbot] [block?] possible deadlock in __submit_bio
 2024-11-03 22:19 UTC 

[PATCH net-next 1/2] mlx5/core: avoid memory barrier in eq_update_ci()
 2024-11-03 22:18 UTC  (4+ messages)
` [PATCH net-next 2/2] mlx5/core: deduplicate {mlx5_,}eq_update_ci()

[linux-next:master 7685/8858] drivers/gpu/drm/xlnx/zynqmp_dp.c:2312:46: error: '_preemphasis' directive output may be truncated writing 12 bytes into a region of size between 4 and 14
 2024-11-03 22:17 UTC 

[Buildroot] [PATCH 1/2] package/opkg: bump to version 0.7.0
 2024-11-03 22:13 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/opkg-utils: "

[PATCH net-next v7 0/2] Add the dwmac driver support for T-HEAD TH1520 SoC
 2024-11-03 22:09 UTC  (4+ messages)

[RFC PATCH] NFSD: Fix READDIR on NFSv3 mounts of ext4 exports
 2024-11-03 22:13 UTC  (2+ messages)

[meta-oe][PATCH] snapper: use nonarch_libdir in FILES
 2024-11-03 22:13 UTC 

[PATCH v2 2/2] iio: adc: ad7606: finish pwm_get_state_hw() TODO
 2024-11-03 22:10 UTC  (5+ messages)

[Buildroot] [PATCH v4 1/1] configs/versal_vek280_defconfig: new defconfig
 2024-11-03 22:09 UTC  (2+ messages)

[Buildroot] [git commit] configs/versal_vek280_defconfig: new defconfig
 2024-11-03 21:51 UTC 

[PATCH net v2] MAINTAINERS: Remove self from DSA entry
 2024-11-03 22:06 UTC  (5+ messages)

[net-next v2] net: wwan: t7xx: reset device if suspend fails
 2024-11-03 22:02 UTC  (4+ messages)

[RFC PATCH] 11-dm-mpath.rules: Disable blkid runs when updating the device
 2024-11-03 22:02 UTC  (2+ messages)

linux-next: duplicate patches in the bcachefs tree
 2024-11-03 22:01 UTC 

[PATCH 1/2] io_uring/cmd: let cmds to know about dying task
 2024-11-03 22:01 UTC  (2+ messages)

[PATCH net-next] net: bnx2x: use ethtool string helpers
 2024-11-03 21:59 UTC  (2+ messages)

[PATCH 0/2] PF: Expose access to the VF GGTT PTEs over debugfs
 2024-11-03 21:59 UTC  (3+ messages)
` ✓ CI.BAT: success for "
` ✗ CI.FULL: failure "

[PATCH 0/4] Fix IOVA allocation in Apple dart iommu after global LMB mem map changes
 2024-11-03 21:56 UTC  (6+ messages)

[PATCH net-next] net: hisilicon: use ethtool string helpers
 2024-11-03 21:54 UTC  (2+ messages)

[oe][meta-python][PATCH] python3-zstandard: add a recipe for version 0.23.0
 2024-11-03 21:54 UTC 

[PATCH v7 00/15] io_uring zero copy rx
 2024-11-03 21:52 UTC  (5+ messages)
` [PATCH v7 11/15] io_uring/zcrx: implement zerocopy receive pp memory provider

[PATCH net-next v5 1/2] bnxt_en: cache only 24 bits of hw counter
 2024-11-03 21:51 UTC  (2+ messages)
` [PATCH net-next v5 2/2] bnxt_en: replace PTP spinlock with seqlock

[RFC PATCH] drm/amd/display/dc: Refactor remove duplications
 2024-11-03 21:47 UTC  (2+ messages)

[PATCH] drm: Switch back to struct platform_driver::remove()
 2024-11-03 21:45 UTC  (2+ messages)

[syzbot] [btrfs?] general protection fault in btrfs_search_slot
 2024-11-03 21:44 UTC  (2+ messages)

❌ FAIL: Test report for master (6.12.0-rc5, upstream-mainline, d5aaa0bc)
 2024-11-03 21:42 UTC 

[PATCH] counter: ti-ecap-capture: Add check for clk_enable()
 2024-11-03 21:39 UTC 

[jlayton:dir-deleg 31/42] fs/utimes.c:25:16: error: variable 'delegated_inode' has initializer but incomplete type
 2024-11-03 21:36 UTC 

[syzbot] [net?] KMSAN: kernel-infoleak in move_addr_to_user (7)
 2024-11-03 21:34 UTC 

[PATCH 0/4] Enable virtio-fs and virtio-snd in UML
 2024-11-03 21:28 UTC  (5+ messages)
` [PATCH 1/4] um: virtio_uml: send SET_MEM_TABLE message with the exact size
` [PATCH 2/4] um: virtio_uml: use smaller virtqueue sizes for VIRTIO_ID_SOUND
` [PATCH 3/4] um: virtio_uml: fix call_fd IRQ allocation
` [PATCH 4/4] um: virtio_uml: query the number of vqs if supported

[Buildroot] [PATCH 1/1] arch/arm: add the Cortex-A78 core
 2024-11-03 21:30 UTC 

[PATCH v2 00/11] staging: gpib: Patch set for gpib staging drivers
 2024-11-03 21:26 UTC  (12+ messages)
` [PATCH 01/11] staging: gpib: Fix buffer overflow in ni_usb_init
` [PATCH 02/11] staging: gpib: Replace custom debug with dev_dbg
` [PATCH 03/11] staging: gpib: Update messaging and usb_device refs in ni_usb
` [PATCH 04/11] staging: gpib: Update messaging and usb_device refs in agilent_usb
` [PATCH 05/11] staging: gpib: Remove GPIB_DEBUG reference and update messaging
` [PATCH 06/11] staging: gpib: Use dev_xxx for messaging
` [PATCH 07/11] staging: gpib: Fix Kconfig
` [PATCH 08/11] staging: gpib: Remove unneeded lookup table
` [PATCH 09/11] staging: gpib: Remove GPIO14 and GPIO15 lines in lookup tables
` [PATCH 10/11] staging: gpib: Re-order the "
` [PATCH 11/11] staging: gpib: Correct check for max secondary address

[PATCH bpf-next v2] bpf: Refactor active lock management
 2024-11-03 21:22 UTC 

[PATCH] multipath-tools: remove hwhandler from all hwtable configs
 2024-11-03 21:21 UTC  (2+ messages)

[PATCH v5 0/5] drm/xe/vf: Post-migration recovery worker basis
 2024-11-03 21:21 UTC  (5+ messages)
` [PATCH v5 1/5] drm/xe/vf: React to MIGRATED interrupt
` [PATCH v5 2/5] drm/xe/vf: Document SRIOV VF restore flow

[PATCH net-next v4 1/2] bnxt_en: cache only 24 bits of hw counter
 2024-11-03 21:17 UTC  (3+ messages)

[PATCH] PCI: j721e: Add PCIe support for J722S SoC
 2024-11-03 21:06 UTC  (2+ messages)

[PATCH v2] aspeed: Don't set always boot properties of the emmc device
 2024-11-03 21:08 UTC 

[kvm-unit-tests PATCH 0/5] Collection of tests for canonical checks on LA57 enabled CPUs
 2024-11-03 21:08 UTC  (2+ messages)

[PATCH v2 0/2] Fixes for PCI Keystone driver
 2024-11-03 21:05 UTC  (2+ messages)

[PATCH v5 00/23] path checker refactor and misc fixes
 2024-11-03 21:07 UTC  (9+ messages)
` [PATCH v5 14/23] multipathd: update priority once after updating all paths
` [PATCH v5 19/23] libmultipath: add libcheck_need_wait checker function
` [PATCH v5 23/23] multipathd: use timestamps to tell when the directio checker timed out

[PATCH v10] pwm: airoha: Add support for EN7581 SoC
 2024-11-03 21:04 UTC 

[kvm-unit-tests PATCH] pmu_lbr: drop check for MSR_LBR_TOS != 0
 2024-11-03 21:06 UTC  (2+ messages)

[jlayton:dir-deleg 31/42] fs/namei.c:3666:25: error: variable has incomplete type 'struct delegated_inode'
 2024-11-03 21:05 UTC 

[PATCH v8 0/5] Add support for PCIe3 on x1e80100
 2024-11-03 21:04 UTC  (3+ messages)

[PATCH] cpufreq: fix using cpufreq-dt as module
 2024-11-03 21:02 UTC 

[PATCH net-next v2] net: dsa: mt7530: Add TBF qdisc offload support
 2024-11-03 21:00 UTC  (2+ messages)

[PATCH v2] drm/v3d: Add DRM_IOCTL_V3D_PERFMON_SET_GLOBAL
 2024-11-03 21:01 UTC  (2+ messages)

[PATCH V7 0/4] Add PCIe support for IPQ9574
 2024-11-03 21:01 UTC  (2+ messages)

[PATCH] net/tcp: Add missing lockdep annotations for TCP-AO hlist traversals
 2024-11-03 21:00 UTC  (2+ messages)

[PATCH][next] ptp: fc3: remove redundant check on variable ret
 2024-11-03 21:00 UTC  (2+ messages)

[PATCH net 0/2] Fix issues when PF sets MAC address for VF
 2024-11-03 21:00 UTC  (3+ messages)

[PATCH bpf-next v1] bpf: Refactor active lock management
 2024-11-03 20:58 UTC 

add 32 bit equivalents of 64 bit hwcaps where the feature is actually accessible from 32 bits
 2024-11-03 20:56 UTC 

[PATCH v2] PCI: dwc: Fix resume failure if no EP is connected at some platforms
 2024-11-03 20:56 UTC  (2+ messages)

[PATCH 0/2] PCI: {qcom-ep/tegra194}: Move endpoint cleanups to PERST# deassert handler
 2024-11-03 20:55 UTC  (5+ messages)
` [PATCH 1/2] PCI: qcom-ep: Move controller cleanups to qcom_pcie_perst_deassert()
` [PATCH 2/2] PCI: tegra194: Move controller cleanups to pex_ep_event_pex_rst_deassert()

[GIT PULL] hotfixes for 6.12-rc6
 2024-11-03 20:54 UTC  (2+ messages)

[PATCH v6 0/2] pwm: add support for NXPs high-side switch MC33XS2410
 2024-11-03 20:52 UTC  (8+ messages)
` [PATCH v6 2/2] "

[PATCH] PCI: vmd: Add DID 8086:B06F and 8086:B60B for Intel client SKU's
 2024-11-03 20:52 UTC  (2+ messages)

linux-next: Signed-off-by missing for commit in the omap tree
 2024-11-03 20:51 UTC 

[PATCH v2] perf trace: avoid garbage when not printing a trace event's arguments
 2024-11-03 20:48 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v12 0/3] PCI: vmd: Enable PCI PM's L1 substates of remapped PCIe Root Port and NVMe
 2024-11-03 20:47 UTC  (5+ messages)
` [PATCH v12 1/3] PCI: vmd: Set PCI devices to D0 before enable PCI PM's L1 substates
` [PATCH v12 3/3] PCI/ASPM: Make pci_save_aspm_l1ss_state save both child and parent's L1SS configuration

[PATCH 1/1] test: print_printf() must check availability of %ls
 2024-11-03 20:46 UTC 

[PATCH v3] rust: Implement Display for Box
 2024-11-03 20:46 UTC  (2+ messages)

[openeuler:openEuler-1.0-LTS 1245/1245] drivers/powercap/intel_rapl_msr.o: warning: objtool: missing symbol for section .init.text
 2024-11-03 20:44 UTC 


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.