All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-25 11:33:49 to 2023-09-25 12:15:22 UTC [more...]

[PATCH v5 00/12] tracing: fprobe: rethook: Use ftrace_regs instead of pt_regs
 2023-09-25 12:15 UTC  (4+ messages)
` [PATCH v5 04/12] fprobe: Use ftrace_regs in fprobe entry handler

[PATCH 00/54] ASoC: convert asoc_xxx() to snd_soc_xxx()
 2023-09-25 12:14 UTC  (5+ messages)
` [PATCH 30/54] ASoC: mediatek: convert not to use asoc_xxx()
` [PATCH 35/54] ASoC: intel: "

[PATCH v3] drivers: hwmon: max31827: handle vref regulator
 2023-09-25 12:14 UTC  (2+ messages)

[RFC PATCH 3/5] RISC-V: hwprobe: Introduce which-cpus flag
 2023-09-25 12:14 UTC  (5+ messages)

[RFC PATCH v2 0/4] staging: vc04: Drop custom logging
 2023-09-25 12:13 UTC  (7+ messages)

[PATCH 0/6] Add a GitHub workflow to submit builds to Coverity Scan
 2023-09-25 12:13 UTC  (26+ messages)
` [PATCH 1/6] ci: add a GitHub workflow to submit Coverity scans
` [PATCH 2/6] coverity: cache the Coverity Build Tool
` [PATCH 3/6] coverity: allow overriding the Coverity project
` [PATCH 5/6] coverity: allow running on macOS
` [PATCH 6/6] coverity: detect and report when the token or project is incorrect
` [PATCH v2 0/6] Add a GitHub workflow to submit builds to Coverity Scan
  ` [PATCH v2 1/6] ci: add a GitHub workflow to submit Coverity scans
  ` [PATCH v2 2/6] coverity: cache the Coverity Build Tool
  ` [PATCH v2 3/6] coverity: allow overriding the Coverity project
  ` [PATCH v2 4/6] coverity: support building on Windows
  ` [PATCH v2 5/6] coverity: allow running on macOS
  ` [PATCH v2 6/6] coverity: detect and report when the token or project is incorrect

[PATCH] watchdog: ixp4xx: Make sure restart always works
 2023-09-25 12:13 UTC  (2+ messages)

[PATCH v6 0/2] tpm: add mssim backend
 2023-09-25 12:12 UTC  (7+ messages)
` [PATCH v6 2/2] tpm: add backend for mssim

[PATCH v4 0/8] Add EFI HTTP boot support
 2023-09-25 12:12 UTC  (5+ messages)
` [PATCH v4 3/8] blk: blkmap: add ramdisk creation utility function
` [PATCH v4 7/8] doc: uefi: add HTTP Boot support

[PATCH 0/6] accel/ivpu: Fixes for linux-6.6-rc4
 2023-09-25 12:11 UTC  (7+ messages)
` [PATCH 1/6] accel/ivpu: Do not use wait event interruptible
` [PATCH 2/6] accel/ivpu: Don't flood dmesg with VPU ready message
` [PATCH 3/6] accel/ivpu/40xx: Ensure clock resource ownership Ack before Power-Up
` [PATCH 4/6] accel/ivpu/40xx: Disable frequency change interrupt
` [PATCH 5/6] accel/ivpu/40xx: Fix missing VPUIP interrupts
` [PATCH 6/6] accel/ivpu: Use cached buffers for FW loading

[PATCH 0/2] serial: introduce CONFIG_CONSOLE_FLUSH_ON_NEWLINE
 2023-09-25 12:10 UTC  (3+ messages)
` [PATCH 2/2] "

[PATCH] sched/rt: Make rt_rq->pushable_tasks updates drive rto_mask
 2023-09-25 12:09 UTC  (4+ messages)

[bug report] ext4 misses final i_size meta sync under O_DIRECT | O_SYNC semantics after iomap DIO conversion
 2023-09-25 12:08 UTC  (3+ messages)

[PATCH v2] usb: dwc2: fix possible NULL pointer dereference caused by driver concurrency
 2023-09-25 12:08 UTC  (2+ messages)

[Intel-xe] [PATCH v5 0/6] Add HWMON support for DGFX
 2023-09-25 12:08 UTC  (6+ messages)
` [Intel-xe] [PATCH v5 1/6] drm/xe: Add XE_MISSING_CASE macro

[RFC PATCH 1/5] RISC-V: hwprobe: Clarify cpus size parameter
 2023-09-25 12:07 UTC  (3+ messages)

[PATCH 0/4] consolidate and cleanup CPU capacity
 2023-09-25 12:06 UTC  (15+ messages)
` [PATCH 2/4] topology: add a new arch_scale_freq_reference
` [PATCH 3/4] cpufreq/schedutil: use a fixed reference frequency

[PATCH 0/1] [PULL REQUEST] iommu/vt-d: Fixes for v6.6-rc4
 2023-09-25 12:04 UTC  (2+ messages)
` [PATCH 1/1] iommu/vt-d: Avoid memory allocation in iommu_suspend()

{standard input}:1198: Error: value of ffffff6c too large for field of 1 byte at 00000533
 2023-09-25 12:07 UTC  (2+ messages)

[syzbot] [bluetooth?] possible deadlock in hci_dev_do_close
 2023-09-25 12:06 UTC 

[PATCH v7 00/12] iov_iter: Convert the iterator macros into inline funcs
 2023-09-25 12:03 UTC  (13+ messages)
` [PATCH v7 01/12] iov_iter: Remove last_offset from iov_iter as it was for ITER_PIPE
` [PATCH v7 02/12] iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()
` [PATCH v7 03/12] sound: Fix snd_pcm_readv()/writev() to use iov access functions
` [PATCH v7 04/12] infiniband: Use user_backed_iter() to see if iterator is UBUF/IOVEC
` [PATCH v7 05/12] iov_iter: Renumber ITER_* constants
` [PATCH v7 06/12] iov_iter: Derive user-backedness from the iterator type
` [PATCH v7 07/12] iov_iter: Convert iterate*() to inline funcs
` [PATCH v7 08/12] iov_iter: Don't deal with iter->copy_mc in memcpy_from_iter_mc()
` [PATCH v7 09/12] iov_iter, net: Move csum_and_copy_to/from_iter() to net/
` [PATCH v7 10/12] iov_iter, net: Fold in csum_and_memcpy()
` [PATCH v7 11/12] iov_iter, net: Merge csum_and_copy_from_iter{,_full}() together
` [PATCH v7 12/12] iov_iter, net: Move hash_and_copy_to_iter() to net/

[Buildroot] [git commit branch/2023.02.x] package/icu: drop CVE-2021-30535 from IGNORE_CVES
 2023-09-25 11:57 UTC 

[Buildroot] [git commit branch/2023.02.x] package/python3: drop CVE-2022-45061 from IGNORE_CVES
 2023-09-25 11:58 UTC 

[Buildroot] [git commit branch/2023.08.x] package/tar: drop CVE-2007-4476 from IGNORE_CVES
 2023-09-25 11:59 UTC 

[Buildroot] [git commit branch/2023.08.x] package/icu: drop CVE-2021-30535 from IGNORE_CVES
 2023-09-25 11:57 UTC 

[Buildroot] [git commit branch/2023.08.x] package/python3: drop CVE-2022-45061 from IGNORE_CVES
 2023-09-25 11:58 UTC 

[PATCH 0/3] ARM: omap: omap4-embt2ws: Add IMU on control unit
 2023-09-25 12:04 UTC  (4+ messages)
` [PATCH 2/3] iio: imu: mpu6050: add level shifter flag

[Buildroot] [git commit branch/2023.08.x] package/openvpn: dco needs headers >= 4.16
 2023-09-25 12:00 UTC 

[Bug 216322] New: Freezing of tasks failed after 60.004 seconds (1 tasks refusing to freeze... task:fstrim ext4_trim_fs - Dell XPS 13 9310
 2023-09-25 12:04 UTC  (2+ messages)
` [Bug 216322] "

[Buildroot] [git commit branch/2023.08.x] package/fail2ban: drop CVE-2021-32749 from IGNORE_CVES
 2023-09-25 11:53 UTC 

[Buildroot] [git commit branch/2023.08.x] package/zxing-cpp: fix python build
 2023-09-25 11:52 UTC 

[Buildroot] [git commit branch/2023.02.x] package/fail2ban: drop CVE-2021-32749 from IGNORE_CVES
 2023-09-25 11:53 UTC 

[Buildroot] [git commit branch/2023.02.x] package/zxing-cpp: fix python build
 2023-09-25 11:51 UTC 

[Buildroot] [git commit branch/2023.02.x] package/tar: drop CVE-2007-4476 from IGNORE_CVES
 2023-09-25 11:59 UTC 

[Buildroot] [git commit branch/2023.05.x] package/icu: drop CVE-2021-30535 from IGNORE_CVES
 2023-09-25 11:57 UTC 

[Buildroot] [git commit branch/2023.05.x] package/tar: drop CVE-2007-4476 from IGNORE_CVES
 2023-09-25 11:59 UTC 

[PATCH v2 0/3] iommu/vt-d: debugfs: Enhancements to IOMMU debugfs
 2023-09-25 12:03 UTC  (4+ messages)
` [PATCH v2 2/3] iommu/vt-d: debugfs: Create/remove debugfs file per {device, pasid}

[Buildroot] [git commit branch/2023.05.x] package/zxing-cpp: fix python build
 2023-09-25 11:51 UTC 

[Buildroot] [git commit branch/2023.05.x] package/python3: drop CVE-2022-45061 from IGNORE_CVES
 2023-09-25 11:58 UTC 

[Buildroot] [git commit branch/2023.05.x] package/fail2ban: drop CVE-2021-32749 from IGNORE_CVES
 2023-09-25 11:53 UTC 

[PATCHv2 00/23] media: fix all string truncate warnings
 2023-09-25 12:01 UTC  (5+ messages)
` [PATCHv2 16/23] media: microchip: don't set bus_info
` [PATCHv2 19/23] media: atmel: drop bus_info

[PATCH 0/4] ALSA: hda: Abstract and update HOST-stream setup procedure
 2023-09-25 11:58 UTC  (5+ messages)
` [PATCH 1/4] ALSA: hda: Poll SDxFIFOS after programming SDxFMT
` [PATCH 2/4] ALSA: hda: Introduce HOST stream setup mechanism
` [PATCH 3/4] ASoC: Intel: avs: Use helper to setup HOST stream
` [PATCH 4/4] ASoC: Intel: Skylake: "

[Buildroot] [PATCH 1/1] package/openvpn: needs headers >= 4.16
 2023-09-25 12:01 UTC  (2+ messages)

[PATCH] usb: renesas_usbhs: remove boilerplate from header file
 2023-09-25 12:00 UTC  (2+ messages)

[PATCH] platform/x86: think-lmi: Fix reference leak
 2023-09-25 12:00 UTC  (2+ messages)

[Buildroot] [PATCH] package/tar: drop CVE-2007-4476 from IGNORE_CVES
 2023-09-25 11:59 UTC  (2+ messages)

[PATCH] drm: tilcdc: don't use devm_pinctrl_get_select_default() in probe
 2023-09-25 11:59 UTC  (3+ messages)

[PATCH 0/3] treewide: drop check because i2c_unregister_device() is NULL safe
 2023-09-25 11:59 UTC  (6+ messages)
` [PATCH 2/3] media: i2c: "
` [PATCH 3/3] media: dvb-frontends: "

[Buildroot] [PATCH] package/python3: drop CVE-2022-45061 from IGNORE_CVES
 2023-09-25 11:59 UTC  (2+ messages)

[PATCH v2 0/2] wifi: cfg80211/mac80211: add link_id handling in AP channel switch during Multi-Link Operation
 2023-09-25 11:58 UTC  (3+ messages)
` [PATCH v2 1/2] wifi: cfg80211/mac80211: add support for AP channel switch with MLO
` [PATCH v2 2/2] wifi: mac80211: update beacon counters per link basis

[PATCH] drm/amdgpu: Add description for AMD_IP_BLOCK_TYPE_VPE
 2023-09-25 11:58 UTC  (4+ messages)

[PATCH v3] usb: cdns3: Modify the return value of cdns_set_active () to void when CONFIG_PM_SLEEP is disabled
 2023-09-25 11:58 UTC  (3+ messages)

[Buildroot] [PATCH] package/icu: drop CVE-2021-30535 from IGNORE_CVES
 2023-09-25 11:58 UTC  (2+ messages)

[PATCH] win32: avoid discarding the exception handler
 2023-09-25 11:56 UTC  (2+ messages)

[OE-core][kirkstone][PATCH 1/1] python3-git: upgrade 3.1.32 -> 3.1.37
 2023-09-25 11:56 UTC 

[Intel-xe] [PATCH v6 0/5] Add HWMON support for DGFX
 2023-09-25 11:56 UTC  (7+ messages)
` [Intel-xe] [PATCH v6 4/5] drm/xe/hwmon: Expose hwmon energy attribute
    `  "
` [Intel-xe] [PATCH v6 5/5] drm/xe/hwmon: Expose power1_max_interval
    `  "

[Buildroot] [PATCH] package/fail2ban: drop CVE-2021-32749 from IGNORE_CVES
 2023-09-25 11:56 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/zxing-cpp: fix python build
 2023-09-25 11:56 UTC  (2+ messages)

[PATCH v3] PCI/ASPM: Add back L1 PM Substate save and restore
 2023-09-25 11:55 UTC  (2+ messages)

[PATCH] bitbake/lib: spawn server/worker using the current Python interpreter
 2023-09-25 11:55 UTC 

[syzbot] KASAN: use-after-free Read in gsm_cleanup_mux
 2023-09-25 11:55 UTC  (2+ messages)
` [syzbot] [serial?] "

[PATCH 0/6] docs: Unify Getting Started Guides
 2023-09-25 11:54 UTC  (7+ messages)
` [PATCH 5/6] Section 5: Appendix
` [PATCH 6/6] Section 6: Glossary

[PATCH] ethdev: add flow API support for P4-programmable devices
 2023-09-25 11:52 UTC  (3+ messages)

[PATCH 0/2] serial: core: updates to uapi header
 2023-09-25 11:51 UTC  (3+ messages)
` [PATCH 1/2] serial: core: remove cruft from "

[linux-5.4 test] 183149: regressions - FAIL
 2023-09-25 11:50 UTC 

[PATCH net-next v4 00/18] net/smc: implement virtual ISM extension and loopback-ism
 2023-09-25 11:50 UTC  (3+ messages)
` [PATCH net-next v4 09/18] net/smc: introduce SMC-D loopback device

[PATCH v7 0/7] Hyper-V Dynamic Memory Protocol driver (hv-balloon 🎈️)
 2023-09-25 11:49 UTC  (3+ messages)
` [PATCH v7 6/7] qapi: Add HV_BALLOON_STATUS_REPORT event and its QMP query command

[Buildroot] [git commit branch/2023.05.x] package/agentpp: fix build with gcc 4.8
 2023-09-25 11:36 UTC 

[Buildroot] [git commit branch/2023.05.x] package/opensc: fix CVE-2023-2977
 2023-09-25  7:33 UTC 

[Buildroot] [git commit branch/2023.05.x] package/netatalk: security bump to version 3.1.17
 2023-09-25  7:40 UTC 

[Buildroot] [git commit branch/2023.02.x] package/netatalk: security bump to version 3.1.17
 2023-09-25  7:40 UTC 

[Buildroot] [git commit branch/2023.02.x] package/opensc: fix CVE-2023-2977
 2023-09-25  7:27 UTC 

[PATCH 0/3] usb: chipidea: Tegra USB DMA fix + cleanups
 2023-09-25 11:47 UTC  (7+ messages)
` [PATCH 1/3] usb: chipidea: Fix DMA overwrite for Tegra
` [PATCH 3/3] usb: chipidea: tegra: Consistently use dev_err_probe()

[Buildroot] [git commit branch/2023.02.x] package/agentpp: fix build with gcc 4.8
 2023-09-25 11:36 UTC 

Help wanted for enabling -Wshadow=local
 2023-09-25 11:47 UTC  (2+ messages)

[Buildroot] [git commit branch/2023.08.x] package/netatalk: security bump to version 3.1.17
 2023-09-25  7:39 UTC 

[Buildroot] [git commit branch/2023.08.x] package/util-linux: fix build with uclibc-ng < 1.0.42
 2023-09-25 11:44 UTC 

[Buildroot] [git commit branch/2023.08.x] package/opensc: fix CVE-2023-2977
 2023-09-25  7:33 UTC 

[Buildroot] [git commit branch/2023.08.x] package/agentpp: fix build with gcc 4.8
 2023-09-25 11:36 UTC 

[Intel-xe] [PATCH 1/2] drm/xe: Add module parameter 'fastboot'
 2023-09-25 11:47 UTC  (4+ messages)

pm/testing baseline: 48 runs, 3 regressions (v6.6-rc3-36-g6e2207203652)
 2023-09-25 11:47 UTC 

[Buildroot] [git commit branch/2023.08.x] package/binutils: install libsframe for all relevant binutils versions
 2023-09-25 11:43 UTC 

[PATCH v5 00/17] media: qcom: camss: Add parameter passing to remove several outstanding bugs
 2023-09-25 11:46 UTC  (4+ messages)
` [PATCH v5 11/17] media: qcom: camss: Allow clocks vfeN vfe_liteN or vfe_lite

[Buildroot] [PATCH] package/rtl8821cu: bump to version 2023-09-25
 2023-09-25 11:46 UTC 

[PATCH 1/1] riscv: set fdtfile on VisionFive 2
 2023-09-25 11:43 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/util-linux: fix build with uclibc-ng < 1.0.42
 2023-09-25 11:45 UTC  (2+ messages)

[PATCH] tracing: document buffer_size_kb more precisely
 2023-09-25 11:44 UTC  (2+ messages)

[PATCH v3 0/5] Add support for DCMIPP camera interface of STMicroelectronics STM32 SoC series
 2023-09-25 11:43 UTC  (9+ messages)
` [PATCH v3 4/5] ARM: dts: stm32: add dcmipp support to stm32mp135

[Buildroot] [PATCH v2, 1/1] package/binutils: fix install of libsframe
 2023-09-25 11:43 UTC  (2+ messages)

r8169 link up but no traffic, and watchdog error
 2023-09-25 11:30 UTC  (5+ messages)

[PATCH] swiotlb: fix the check whether a device has used software IO TLB
 2023-09-25 11:43 UTC  (11+ messages)

Linux 6.6-rc3
 2023-09-25 11:43 UTC  (3+ messages)
` Build regressions/improvements in v6.6-rc3

[PATCH 3/8] iommu/vt-d: Use ops->blocked_domain
 2023-09-25 11:41 UTC  (5+ messages)

[PATCH 0/7] Introduce generic_single_device_group()
 2023-09-25 11:42 UTC  (5+ messages)

[PATCH 0/9] Replace remaining target_ulong in system-mode accel
 2023-09-25 11:41 UTC  (5+ messages)

[PATCH 1/1] starfive: visionfive2: add mmc0 and nvme boot targets
 2023-09-25 11:39 UTC  (4+ messages)

[meta-python][PATCH 0/6] Remove recipes
 2023-09-25 11:41 UTC  (7+ messages)
` [meta-python][PATCH 1/6] Remove python3-xmltodict
` [meta-python][PATCH 2/6] Remove python3-rdflib
` [meta-python][PATCH 3/6] Remove python3-license-expression
` [meta-python][PATCH 4/6] Remove python3-click
` [meta-python][PATCH 5/6] Remove python3-booleanpy
` [meta-python][PATCH 6/6] Remove python3-isodate

[PATCH v2] qcow2: keep reference on zeroize with discard-no-unref enabled
 2023-09-25 11:40 UTC  (3+ messages)

[PATCH nfsd-next] NFSD: simplify error paths in nfsd_svc()
 2023-09-25 11:41 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/agentpp: fix build with gcc 4.8
 2023-09-25 11:40 UTC  (2+ messages)

[PATCH] webkitgtk: reduce size of -dbg package
 2023-09-25 11:40 UTC  (2+ messages)
` [OE-core] "

[ANNOUNCE] 6.1.54-cip6-rt3
 2023-09-25 11:39 UTC  (2+ messages)

[PATCH 1/2] memcg, oom: unmark under_oom after the oom killer is done
 2023-09-25 11:38 UTC  (6+ messages)

[Intel-gfx] [v2] drm/i915/display: Add a wrapper function for vga decode setup
 2023-09-25 11:37 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/display: Add a wrapper function for vga decode setup (rev2)

[LTP] [PATCH v1 0/2] factory
 2023-09-25 11:36 UTC  (5+ messages)
` [LTP] [PATCH v1 1/2] seccomp01.c: Add SECCOMP_RET_USER_NOTIF check
` [LTP] [PATCH v1 2/2] d

[PATCH wpan-next v4 04/11] mac802154: Handle associating
 2023-09-25 11:35 UTC  (2+ messages)

[tinazhangzw:per-iommu_IOTLB_invalidation 9/14] include/linux/iommu.h:117:45: error: field 'notifier' has incomplete type
 2023-09-25 11:35 UTC 

[tinazhangzw:per-iommu_IOTLB_invalidation 9/14] include/linux/iommu.h:117:24: error: field has incomplete type 'struct mmu_notifier'
 2023-09-25 11:35 UTC 

[Buildroot] [PATCH] package/go: fix installation
 2023-09-25 11:32 UTC  (2+ messages)

[xen-unstable-smoke test] 183156: tolerable all pass - PUSHED
 2023-09-25 11:35 UTC 

[PATCH v12 0/7] Wave5 codec driver
 2023-09-25 11:35 UTC  (3+ messages)
` [PATCH v12 4/7] media: chips-media: wave5: Add vpuapi layer

[PATCH v2] drm/simpledrm: Add support for multiple "power-domains"
 2023-09-25 11:35 UTC  (2+ messages)

[Buildroot] [PATCHv2] package/go: fix installation
 2023-09-25 11:34 UTC 

[PATCH v5 0/7] soc: qcom: Add uart console support for SM4450
 2023-09-25 11:33 UTC  (4+ messages)
` [PATCH v5 5/7] arm64: dts: qcom: sm4450-qrd: add QRD4450 uart support


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.