All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-03 17:42:05 to 2023-12-03 20:12:53 UTC [more...]

[PATCH v2 00/35] bitops: add atomic find_bit() operations
 2023-12-03 19:33 UTC  (38+ messages)
` [PATCH v2 02/35] lib/find: add test for atomic find_bit() ops
  ` [PATCH v2 03/35] lib/sbitmap; make __sbitmap_get_word() using find_and_set_bit()
  ` [PATCH v2 04/35] watch_queue: use atomic find_bit() in post_one_notification()
  ` [PATCH v2 05/35] sched: add cpumask_find_and_set() and use it in __mm_cid_get()
  ` [PATCH v2 06/35] mips: sgi-ip30: rework heart_alloc_int()
  ` [PATCH v2 07/35] sparc: fix opencoded find_and_set_bit() in alloc_msi()
  ` [PATCH v2 08/35] perf/arm: optimize opencoded atomic find_bit() API
  ` [PATCH v2 09/35] drivers/perf: optimize ali_drw_get_counter_idx() by using find_bit()
  ` [PATCH v2 10/35] dmaengine: idxd: optimize perfmon_assign_event()
  ` [PATCH v2 11/35] ath10k: optimize ath10k_snoc_napi_poll() by using find_bit()
  ` [PATCH v2 12/35] wifi: rtw88: optimize rtw_pci_tx_kick_off() "
  ` [PATCH v2 13/35] KVM: x86: hyper-v: optimize and cleanup kvm_hv_process_stimers()
  ` [PATCH v2 14/35] PCI: hv: switch hv_get_dom_num() to use atomic find_bit()
  ` [PATCH v2 15/35] scsi: core: use atomic find_bit() API where appropriate
  ` [PATCH v2 16/35] scsi: mpi3mr: switch to using atomic find_and_set_bit()
  ` [PATCH v2 17/35] scsi: qedi: rework qedi_get_task_idx()
  ` [PATCH v2 18/35] powerpc: use atomic find_bit() API where appropriate
  ` [PATCH v2 19/35] iommu: "
  ` [PATCH v2 20/35] media: radio-shark: "
  ` [PATCH v2 21/35] sfc: switch to using "
  ` [PATCH v2 22/35] tty: nozomi: optimize interrupt_handler()
  ` [PATCH v2 23/35] usb: cdc-acm: optimize acm_softint()
  ` [PATCH v2 24/35] block: null_blk: fix opencoded find_and_set_bit() in get_tag()
  ` [PATCH v2 25/35] RDMA/rtrs: fix opencoded find_and_set_bit_lock() in __rtrs_get_permit()
  ` [PATCH v2 26/35] mISDN: optimize get_free_devid()
  ` [PATCH v2 27/35] media: em28xx: cx231xx: fix opencoded find_and_set_bit()
  ` [PATCH v2 28/35] ethernet: rocker: optimize ofdpa_port_internal_vlan_id_get()
  ` [PATCH v2 29/35] serial: sc12is7xx: optimize sc16is7xx_alloc_line()
  ` [PATCH v2 30/35] bluetooth: optimize cmtp_alloc_block_id()
  ` [PATCH v2 31/35] net: smc: use find_and_set_bit() in smc_wr_tx_get_free_slot_index()
  ` [PATCH v2 33/35] m68k: rework get_mmu_context()
  ` [PATCH v2 34/35] microblaze: "
  ` [PATCH v2 35/35] sh: mach-x3proto: rework ilsel_enable()

[PATCH v2 01/35] lib/find: add atomic find_bit() primitives
 2023-12-03 19:56 UTC  (2+ messages)
` bitops: add atomic find_bit() operations

[PATCH net-next 00/10] Doc: update bridge doc
 2023-12-03 20:12 UTC  (5+ messages)
` [PATCH net-next 05/10] docs: bridge: add STP doc

Linux 6.7-rc4
 2023-12-03 20:04 UTC  (2+ messages)
` Build regressions/improvements in v6.7-rc4

[PATCH v3] docs: dt-bindings: add DTS Coding Style document
 2023-12-03 20:12 UTC  (5+ messages)

Issue with 8K folio size in __filemap_get_folio()
 2023-12-03 20:11 UTC 

stable-rc/linux-5.10.y baseline: 144 runs, 4 regressions (v5.10.202-89-g101afac3a6283)
 2023-12-03 20:10 UTC 

[PATCH bpf-next v7 1/3] bpf: make common crypto API for TC/XDP programs
 2023-12-03 20:00 UTC  (11+ messages)
` [PATCH bpf-next v7 2/3] bpf: crypto: add skcipher to bpf crypto
` [PATCH bpf-next v7 3/3] selftests: bpf: crypto skcipher algo selftests

bootstd: Support for distro specific EFI folders
 2023-12-03 20:00 UTC  (17+ messages)

[ANNOUNCE] 6.1.64-cip10-rt5 (rt17)
 2023-12-03 19:59 UTC 

[PATCH v2] runqueue: Improve inter setscene task dependency handling
 2023-12-03 19:56 UTC 

lib/test_bpf.c:8531:25: sparse: sparse: cast truncates bits from constant value (dead0000000000f0 becomes f0)
 2023-12-03 19:55 UTC 

drivers/crypto/virtio/virtio_crypto_common.h:116:13: warning: variable 'cpu' set but not used
 2023-12-03 19:55 UTC 

drivers/xen/manage.c:337:60: warning: '%s' directive output may be truncated writing up to 95 bytes into a region of size 12
 2023-12-03 19:55 UTC 

fs/nfsd/nfs4xdr.c:2425 nfsd4_decode_compound() warn: potential spectre issue 'nfsd4_dec_ops' [r]
 2023-12-03 19:55 UTC 

arch/nios2/kernel/time.c:223 nios2_timer_get_base_and_freq() warn: '*base' from of_iomap() not released on lines: 220
 2023-12-03 19:55 UTC 

Regression: Inoperative bluetooth, Intel chipset, mainline kernel 6.6.2+
 2023-12-03 19:52 UTC  (8+ messages)

[Bug 218198] New: Suspend/Resume Regression with attached ATA devices
 2023-12-03 19:50 UTC  (4+ messages)
` [Bug 218198] "

[PATCH v3 0/8] Add support for Sonoff iHost RV1126 Smart Home Gateway
 2023-12-03 19:48 UTC  (8+ messages)
` [PATCH v3 3/8] i2c: rk3x: Adjust mask/value offset for i2c2 on rv1126

[PATCH] md/md-multipath: Convert "struct mpconf" to flexible array
 2023-12-03 19:48 UTC 

[igt-dev] [PATCH i-g-t,v5 0/1] vram d3cold threshold test
 2023-12-03 19:42 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t, v5 1/1] tests/intel/xe_pm: Fix d3cold subtests
` [igt-dev] ✓ CI.xeBAT: success for vram d3cold threshold test (rev10)
` [igt-dev] ✓ Fi.CI.BAT: "

[PATCH 1/2] mm/damon/sysfs: Implement recording feature
 2023-12-03 19:37 UTC  (2+ messages)

[PATCH 1/3] sparc: vdso: clean up build artifacts in arch/sparc/vdso/
 2023-12-03 19:19 UTC  (2+ messages)

stable-rc/queue/4.14 baseline: 112 runs, 24 regressions (v4.14.331-26-g23824766b9aff)
 2023-12-03 19:35 UTC 

[PATCH net-next v2 0/8] net: Add support for Power over Ethernet (PoE)
 2023-12-03 19:34 UTC  (12+ messages)
` [PATCH net-next v2 1/8] net: pse-pd: Rectify and adapt the naming of admin_cotrol member of struct pse_control_config
` [PATCH net-next v2 2/8] ethtool: Expand Ethernet Power Equipment with c33 (PoE) alongside PoDL
` [PATCH net-next v2 3/8] net: pse-pd: Introduce PSE types enumeration
` [PATCH net-next v2 4/8] net: ethtool: pse-pd: Expand pse commands with the PSE PoE interface
` [PATCH net-next v2 8/8] net: pse-pd: Add PD692x0 PSE controller driver

[PATCH 6.1,6.6] wifi: cfg80211: fix CQM for non-range use
 2023-12-03 19:28 UTC  (4+ messages)

[Buildroot] [git commit branch/next] support/misc/gitlab-ci.yml.in: print error log if the runtime test fail
 2023-12-03 19:20 UTC 

[Buildroot] [PATCH] support/misc/gitlab-ci.yml.in: print error log if the runtime test fail
 2023-12-03 19:21 UTC  (2+ messages)

[Buildroot] [git commit branch/next] package/rdma-core: bump to version v49.0
 2023-12-03 19:18 UTC 

[Buildroot] [PATCH next 1/1] package/rdma-core: bump to version v49.0
 2023-12-03 19:19 UTC  (2+ messages)

[Buildroot] [git commit] package/mariadb: security bump to version 10.11.6
 2023-12-03 19:14 UTC 

[Buildroot] [PATCH 1/1] package/mariadb: security bump to version 10.11.6
 2023-12-03 19:14 UTC  (2+ messages)

stable-rc/queue/6.1 baseline: 145 runs, 4 regressions (v6.1.65-53-gab9d7fb08abaf)
 2023-12-03 19:10 UTC 

[PATCHSET 0/3] xfs: fix realtime geometry integer overflows
 2023-12-03 19:09 UTC  (5+ messages)
` [PATCH 1/3] xfs: make rextslog computation consistent with mkfs
` [PATCH 2/3] xfs: fix 32-bit truncation in xfs_compute_rextslog
` [PATCH 3/3] xfs: don't allow overly small or large realtime volumes

stable-rc/linux-4.19.y baseline: 125 runs, 1 regressions (v4.19.300-45-gc7158dd8db14c)
 2023-12-03 19:09 UTC 

[PATCH] ipaq-micro-keys: Add error handling for devm_kmemdup
 2023-12-03 19:06 UTC  (2+ messages)

[PATCHSET 0/9] xfs: continue removing defer item boilerplate
 2023-12-03 19:05 UTC  (10+ messages)
` [PATCH 1/9] xfs: don't set XFS_TRANS_HAS_INTENT_DONE when there's no ATTRD log item
` [PATCH 2/9] xfs: hoist intent done flag setting to ->finish_item callsite
` [PATCH 3/9] xfs: collapse the ->finish_item helpers
` [PATCH 4/9] xfs: hoist ->create_intent boilerplate to its callsite
` [PATCH 5/9] xfs: use xfs_defer_create_done for the relogging operation
` [PATCH 6/9] xfs: clean out XFS_LI_DIRTY setting boilerplate from ->iop_relog
` [PATCH 7/9] xfs: hoist xfs_trans_add_item calls to defer ops functions
` [PATCH 8/9] xfs: collapse the ->create_done functions
` [PATCH 9/9] xfs: move ->iop_relog to struct xfs_defer_op_type

[Nouveau] Meaning of the engines in paramaters of nouveau module
 2023-12-03 19:04 UTC 

[PATCH bpf v4 0/7] bpf: Fix the release of inner map
 2023-12-03 19:04 UTC  (7+ messages)
` [PATCH bpf v4 3/7] bpf: Set need_defer as false when clearing fd array during map free
` [PATCH bpf v4 5/7] bpf: Optimize the free of inner map
` [PATCH bpf v4 7/7] selftests/bpf: Test outer map update operations in syscall program

[PATCHSET v2 0/8] xfs: log intent item recovery should reconstruct defer work state
 2023-12-03 19:02 UTC  (9+ messages)
` [PATCH 1/8] xfs: don't leak recovered attri intent items
` [PATCH 2/8] xfs: use xfs_defer_pending objects to recover "
` [PATCH 3/8] xfs: pass the xfs_defer_pending object to iop_recover
` [PATCH 4/8] xfs: transfer recovered intent item ownership in ->iop_recover
` [PATCH 5/8] xfs: recreate work items when recovering intent items
` [PATCH 6/8] xfs: dump the recovered xattri log item if corruption happens
` [PATCH 7/8] xfs: use xfs_defer_finish_one to finish recovered work items
` [PATCH 8/8] xfs: move ->iop_recover to xfs_defer_op_type

[Buildroot] [PATCH 1/1] package/util-linux: add an option to enable lscpu
 2023-12-03 19:02 UTC  (3+ messages)

from CoLinux to MoreLinux :D
 2023-12-03 18:58 UTC 

[PATCH 2/4] mm: multi-gen LRU: MGLRU unbalance reclaim
 2023-12-03 18:55 UTC 

drivers/gpu/drm/nouveau/nvkm/subdev/acr/lsfw.c:350 nvkm_acr_lsfw_load_bl_sig_net() warn: passing zero to 'PTR_ERR'
 2023-12-03 18:55 UTC 

netif_carrier_on() race
 2023-12-03 18:51 UTC  (6+ messages)
` [PATCH wireless-next 0/3] netlink carrier race workaround

[ANNOUNCE] 6.1.64-rt17
 2023-12-03 18:47 UTC  (2+ messages)

[syzbot] [net?] [nfc?] KASAN: slab-use-after-free Read in nfc_alloc_send_skb
 2023-12-03 18:46 UTC  (3+ messages)

[PATCH 00/16] cfg80211/mac80211 patches from our internal tree 2023-06-04
 2023-12-03 18:42 UTC  (5+ messages)
` [PATCH 14/16] wifi: mac80211: Modify type of "changed" variable

[PATCH] input/vmmouse: Fix device name copies
 2023-12-03 18:41 UTC  (2+ messages)

[PATCH v4] docs: dt-bindings: add DTS Coding Style document
 2023-12-03 18:40 UTC  (8+ messages)

drivers/input/touchscreen/egalax_ts_serial.c:116:21: warning: '/input0' directive output may be truncated writing 7 bytes into a region of size between 1 and 32
 2023-12-03 18:35 UTC  (3+ messages)
` [PATCH] egalax_ts_serial: Fix potential buffer overflow

stable-rc/queue/5.10 baseline: 135 runs, 8 regressions (v5.10.202-88-ge2eb03dd135e3)
 2023-12-03 18:33 UTC 

[Buildroot] [git commit branch/next] configs/zynqmp_kria_kr260_defconfig: new defconfig
 2023-12-03 18:22 UTC 

[Buildroot] [git commit branch/next] configs/versal_vck190_defconfig: bump to xilinx-v2023.2
 2023-12-03 18:27 UTC 

[Buildroot] [git commit branch/next] configs/zynq_qmtech_defconfig: deprecate board
 2023-12-03 18:28 UTC 

[Buildroot] [git commit branch/next] configs/zynqmp_zcu102_defconfig: bump to xilinx-v2023.2
 2023-12-03 18:25 UTC 

[Buildroot] [git commit branch/next] configs/zynqmp_kria_kv260_defconfig: bump to xilinx-v2023.2
 2023-12-03 18:26 UTC 

[Buildroot] [git commit branch/next] configs/zynqmp_zcu106_defconfig: bump to xilinx-v2023.2
 2023-12-03 18:25 UTC 

[Buildroot] [PATCH v1 1/1] configs/zynq_qmtech_defconfig: deprecate board
 2023-12-03 18:29 UTC  (3+ messages)

[PATCH iproute2] ip: require RTM_NEWLINK
 2023-12-03 18:29 UTC 

[Buildroot] [PATCH v2, 1/1] package/openssl: add BR2_PACKAGE_LIBRESSL_ARCH_SUPPORTS
 2023-12-03 18:29 UTC 

[Buildroot] [PATCH v1 1/1] configs/versal_vck190_defconfig: bump to xilinx-v2023.2
 2023-12-03 18:27 UTC  (2+ messages)

[Buildroot] [PATCH v1 1/3] configs/zynqmp_zcu102_defconfig: bump to xilinx-v2023.2
 2023-12-03 18:26 UTC  (6+ messages)
` [Buildroot] [PATCH v1 2/3] configs/zynqmp_zcu106_defconfig: "
` [Buildroot] [PATCH v1 3/3] configs/zynqmp_kria_kv260_defconfig: "

[PATCH] lib/find: optimize find_*_bit_wrap
 2023-12-03 18:25 UTC  (3+ messages)

[Buildroot] [PATCH v4 1/1] configs/zynqmp_kria_kr260_defconfig: new defconfig
 2023-12-03 18:24 UTC  (2+ messages)

stable-rc/queue/4.19 baseline: 121 runs, 28 regressions (v4.19.300-44-gb558861118e98)
 2023-12-03 18:23 UTC 

[Buildroot] [PATCH 1/1] package/openssl: add BR2_PACKAGE_LIBRESSL_ARCH_SUPPORTS
 2023-12-03 18:19 UTC 

[PULL 0/2] ppc-for-8.2 queue
 2023-12-01 19:58 UTC  (2+ messages)

[PULL 0/2] Migration 20231130 patches
 2023-12-01 19:58 UTC  (2+ messages)

[Buildroot] [git commit branch/next] package/libblockdev: drop unrecognized options
 2023-12-03 18:15 UTC 

[PATCH] drm: improve the documentation of connector hpd ops
 2023-12-03 18:14 UTC  (4+ messages)
  ` [Freedreno] "

[Buildroot] [PATCH 1/1] package/libblockdev: drop unrecognized options
 2023-12-03 18:15 UTC  (2+ messages)

[PATCH pci] PCI: remove the PCI_VENDOR_ID_NXP alias
 2023-12-03 18:15 UTC  (8+ messages)

[PATCH] scsi: qla2xxx: fix a memleak in qla2x00_mem_alloc
 2023-12-03 18:13 UTC 

[PATCH v3] soc: qcom: pmic: Fix resource leaks in a device_for_each_child_node() loop
 2023-12-03 18:12 UTC  (3+ messages)

[Buildroot] [git commit] package/libmemcached: fix static build
 2023-12-03 18:11 UTC 

[Buildroot] [PATCH 1/1] package/libmemcached: fix static build
 2023-12-03 18:11 UTC  (2+ messages)

[Buildroot] [git commit branch/next] package/linux-firmware: add RTL8851/RTL8852 firmware
 2023-12-03 18:02 UTC 

[PATCH RFC v7 00/10] Support for Solid Fill Planes
 2023-12-03 18:10 UTC  (5+ messages)
` (subset) "

[Buildroot] [git commit branch/next] package/tbb: bump to version 2021.11.0
 2023-12-03 18:07 UTC 

[PATCH net-next v2 0/2] nfc: Fix UAF during datagram sending caused by missing refcounting
 2023-12-03 18:08 UTC  (4+ messages)
` [PATCH net-next v2 1/2] nfc: llcp_core: Hold a ref to llcp_local->dev when holding a ref to llcp_local
  ` [EXT] "

[Buildroot] [PATCH] package/tbb: bump to version 2021.11.0
 2023-12-03 18:09 UTC  (2+ messages)

[linux-linus test] 183980: regressions - FAIL
 2023-12-03 18:07 UTC 

[Buildroot] [PATCH v2] package/linux-firmware: add RTL8851/RTL8852 firmware
 2023-12-03 18:06 UTC  (2+ messages)

drivers/iio/accel/bmc150-accel-i2c.c:64:36: warning: 'bmc150_accel_acpi_match' defined but not used
 2023-12-03 17:52 UTC 

drivers/firmware/efi/test/efi_test.c:380 efi_runtime_get_waketime() error: uninitialized symbol 'enabled'
 2023-12-03 17:52 UTC 

[PATCH] net/mlx5e: Fix slab-out-of-bounds in mlx5_query_nic_vport_mac_list()
 2023-12-03 17:50 UTC  (2+ messages)

stable-rc/linux-6.1.y build: 19 builds: 0 failed, 19 passed, 1 warning (v6.1.65-54-g51afe13792d3c)
 2023-12-03 17:50 UTC 

[PATCH] mmc: Poll CD in case cyclic framework is enabled
 2023-12-03 17:44 UTC  (2+ messages)

[PATCH 1/2] command: Allocate history buffer using calloc()
 2023-12-03 17:44 UTC  (4+ messages)
` [PATCH 2/2] command: Move command completion temporary buffer to stack

[PATCH] doc: Replace examples of MD5 and SHA1 with SHA256
 2023-12-03 17:44 UTC  (3+ messages)

efi: Set Variable Runtime implementation
 2023-12-03 17:44 UTC  (11+ messages)

[PATCH v3 0/3] With this patch series we implement SPI Flash storage for EFI
 2023-12-03 17:44 UTC  (5+ messages)
` [PATCH v3 3/3] defconfig: rockpro64: Enable SF EFI var store

EFI memory allocation
 2023-12-03 17:44 UTC 

[PATCH v2 0/6] smbios: Deal with tables beyond 4GB
 2023-12-03 17:43 UTC  (9+ messages)
` [PATCH v2 3/6] smbios: Use SMBIOS 3.0 to support an address above 4GB

RK3568 fail with 2023.11.0
 2023-12-03 17:41 UTC  (3+ messages)

stable-rc/queue/6.1 baseline: 142 runs, 4 regressions (v6.1.65-16-g699587b9c4264)
 2023-12-03 17:42 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.