All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-08-09 17:20:02 to 2025-08-09 21:19:23 UTC [more...]

[PATCH v2 00/76] media: Rationalise usage of v4l2_fh
 2025-08-09 21:16 UTC  (61+ messages)
` [PATCH v2 01/76] media: pci: saa7164: Store v4l2_fh pointer in file->private_data
` [PATCH v2 02/76] media: imagination: "
` [PATCH v2 03/76] media: ti: vpe: "
` [PATCH v2 04/76] media: usb: hdpvr: "
` [PATCH v2 05/76] media: usb: pvrusb2: "
` [PATCH v2 06/76] media: usb: uvcvideo: "
` [PATCH v2 07/76] media: staging: most: "
` [PATCH v2 08/76] media: Wrap file->private_data access with a helper function
` [PATCH v2 09/76] media: Replace file->private_data access with file_to_v4l2_fh()
` [PATCH v2 10/76] media: nvidia: tegra-vde: Replace file->private_data access
` [PATCH v2 11/76] media: Replace file->private_data access with custom functions
` [PATCH v2 12/76] media: pci: ivtv: Don't create fake v4l2_fh
` [PATCH v2 13/76] media: amphion: Make some vpu_v4l2 functions static
` [PATCH v2 14/76] media: amphion: Delete v4l2_fh synchronously in .release()
` [PATCH v2 15/76] media: visl: Drop visl_v4l2fh_to_ctx() function
` [PATCH v2 16/76] media: v4l2-fh: Move piece of documentation to correct function
` [PATCH v2 17/76] media: rcar-vin: Do not set file->private_data
` [PATCH v2 18/76] media: rzg2l-cru: "
` [PATCH v2 19/76] media: camss: Replace .open() file operation with v4l2_fh_open()
` [PATCH v2 20/76] media: camss: Remove custom .release fop()
` [PATCH v2 21/76] media: chips-media: wave5: Pass file pointer to wave5_cleanup_instance()
` [PATCH v2 22/76] media: qcom: iris: Pass file pointer to iris_v4l2_fh_(de)init()
` [PATCH v2 23/76] media: qcom: iris: Set file->private_data in iris_v4l2_fh_(de)init()
` [PATCH v2 24/76] media: qcom: iris: Drop unused argument to iris_get_inst()
` [PATCH v2 25/76] media: qcom: venus: Pass file pointer to venus_close_common()
` [PATCH v2 26/76] media: Set file->private_data in v4l2_fh_add()
` [PATCH v2 27/76] media: Reset file->private_data to NULL in v4l2_fh_del()
` [PATCH v2 28/76] media: ipu6: isys: Don't set V4L2_FL_USES_V4L2_FH manually
` [PATCH v2 29/76] media: staging: ipu7: "
` [PATCH v2 30/76] media: v4l2-ctrls: Move v4l2_fh retrieval after V4L2_FL_USES_V4L2_FH check
` [PATCH v2 31/76] media: v4l2-dev: Make open and release file operations mandatory
` [PATCH v2 32/76] media: Drop V4L2_FL_USES_V4L2_FH checks
` [PATCH v2 33/76] media: zoran: Remove zoran_fh structure
` [PATCH v2 34/76] media: zoran: Rename __fh to fh
` [PATCH v2 35/76] media: v4l2-ioctl: Access v4l2_fh from private_data
` [PATCH v2 36/76] media: allegro: Access v4l2_fh from file
` [PATCH v2 38/76] media: coda: "
` [PATCH v2 39/76] media: wave5: "
` [PATCH v2 40/76] media: m2m-deinterlace: "
` [PATCH v2 45/76] media: tegra-vde: "
` [PATCH v2 46/76] media: imx-jpeg: "
` [PATCH v2 47/76] media: imx-isi: "
` [PATCH v2 48/76] media: nxp: mx2: "
` [PATCH v2 49/76] media: renesas: "
` [PATCH v2 54/76] media: s3c-camif: "
` [PATCH v2 59/76] media: bdisp: "
` [PATCH v2 60/76] media: st: delta: "
` [PATCH v2 62/76] media: hantro: Access v4l2_fh from file->private_data
` [PATCH v2 63/76] media: omap3isp: Access v4l2_fh from file
` [PATCH v2 64/76] media: cx18: "
` [PATCH v2 65/76] media: ivtv: "
` [PATCH v2 66/76] media: usb: hdpvr: "
` [PATCH v2 67/76] media: usb: uvc: "
` [PATCH v2 68/76] media: staging: imx: "
` [PATCH v2 69/76] media: v4l2-ioctl: Stop passing fh pointer to ioctl handlers
` [PATCH v2 70/76] media: v4l2-ioctl: Push NULL fh argument down to ioctl wrappers
` [PATCH v2 71/76] media: test-drivers: Rename second ioctl handlers argument to 'void *priv'
` [PATCH v2 72/76] media: uvcvideo: "
` [PATCH v2 73/76] media: v4l2-pci-skeleton: "
` [PATCH v2 74/76] media: v4l2-core: "

[PATCH] go-cross-canadian: fix binaries install and GOARCH
 2025-08-09 21:17 UTC  (3+ messages)

[PATCH 6.6] io_uring/rw: ensure reissue path is correctly handled for IOPOLL
 2025-08-09 20:54 UTC  (3+ messages)
    ` [PATCH v2 "

[PATCH v2 0/3] hw: acpi: add UART clock freq to AArch64 SPCR
 2025-08-09 21:10 UTC  (4+ messages)
` [PATCH v2 1/3] tests: acpi: whitelist expected blobs
` [PATCH v2 2/3] hw: arm: acpi: upgrade SPCR table to revision 4
` [PATCH v2 3/3] tests: acpi: update expected blobs

[Buildroot] [PATCH] package/pthreadpool: fix thread dependency
 2025-08-09 21:11 UTC  (3+ messages)

[Buildroot] [PATCH v2 1/2] package/pthreadpool: fix thread dependency
 2025-08-09 21:08 UTC  (2+ messages)
` [Buildroot] [PATCH v2 2/2] package/cpuinfo: add thread requirement comment

Is NFSv4.2's clone_blksize per-file or per-file-system?
 2025-08-09 21:02 UTC  (3+ messages)
      ` [nfsv4] "

[Buildroot] [PATCH] package/libapparmor: remove stale reference to patch 0001
 2025-08-09 20:59 UTC  (2+ messages)

[syzbot] [pvrusb2?] WARNING in pvr2_send_request/usb_submit_urb
 2025-08-09 20:59 UTC 

[PATCH 00/21] gpiolib: fence off legacy interfaces
 2025-08-09 20:55 UTC  (10+ messages)
` [PATCH 05/21] x86/platform: select legacy gpiolib interfaces where used
` [PATCH 15/21] dsa: b53: hide legacy gpiolib usage on non-mips
` [PATCH 21/21] gpiolib: turn off legacy interface by default

[Buildroot] [git commit] package/tini: fix build w/ musl
 2025-08-09 20:51 UTC 

[Buildroot] [PATCH v2] package/tini: fix build w/ musl
 2025-08-09 20:53 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] bpf, arm64: support for timed may_goto
 2025-08-09 20:48 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] bpf, arm64: Add JIT "
` [PATCH bpf-next v2 2/2] selftests/bpf: Enable timed may_goto tests for arm64

[RFC PATCH] svcrdma: Introduce Receive buffer arenas
 2025-08-09 20:42 UTC  (2+ messages)

[Buildroot] [PATCH v2] package/php-lua: fix build with PHP8/GCC14
 2025-08-09 20:42 UTC  (2+ messages)

[PATCH v2] webkitgtk: fix compiling for 32-bit Arm
 2025-08-09 20:39 UTC  (2+ messages)
` [OE-core] "

[OE-core][kirkstone][PATCH] python3: patch CVE-2025-8194
 2025-08-09 20:37 UTC 

[OE-core][scarthgap][PATCH] python3: patch CVE-2025-8194
 2025-08-09 20:37 UTC 

[GIT PULL] bcachefs changes for 6.17
 2025-08-09 20:37 UTC  (7+ messages)

[syzbot] [mm?] WARNING in try_to_migrate_one (3)
 2025-08-09 20:36 UTC 

[PATCH] iio: light: ltr390: Add remove callback with needed support in device registration
 2025-08-09 20:34 UTC  (10+ messages)

[PATCH net] net: xilinx: axienet: Increment Rx skb ring head pointer after BD is successfully allocated in dmaengine flow
 2025-08-09 20:31 UTC  (3+ messages)

[PATCH v2 0/5] iio: imu: inv_icm42600: pm_runtime fixes + various changes
 2025-08-09 20:27 UTC  (5+ messages)
` [PATCH v2 1/5] iio: imu: inv_icm42600: Simplify pm_runtime setup

[PATCH 0/7] DC: don't overclock DCE 6-10 and other fixes
 2025-08-09 20:25 UTC  (2+ messages)

[Buildroot] [PATCH v2] package/php-pecl-dbus: fix build with PHP8
 2025-08-09 20:25 UTC  (2+ messages)

[Buildroot] [git commit] package/php-pecl-dbus: fix build with PHP8
 2025-08-09 20:16 UTC 

[PATCH] staging: rtl8723bs: refactor code for style compliance
 2025-08-09 20:22 UTC  (2+ messages)

[Buildroot] [PATCH] package/tini: fix build w/ musl
 2025-08-09 20:22 UTC  (3+ messages)

[RFC PATCH v2 0/4] rust: miscdevice: abstraction for uring-cmd
 2025-08-09 20:22 UTC  (12+ messages)
` [RFC PATCH v2 2/4] rust: io_uring: introduce rust abstraction for io-uring cmd

[PATCH v2 0/5] KVM: arm64: FEAT_RASv1p1 support and RAS selection
 2025-08-09 20:21 UTC  (6+ messages)
` [PATCH v2 4/5] KVM: arm64: Expose FEAT_RASv1p1 in a canonical manner

[PATCH v2 0/3] Better split_huge_page_test result check
 2025-08-09 20:18 UTC  (5+ messages)
` [PATCH v2 1/3] mm/huge_memory: add new_order and offset to split_huge_pages*() pr_debug
` [PATCH v2 2/3] selftests/mm: add check_folio_orders() helper

[PATCH 00/20] Analog connector support in DC
 2025-08-09 20:17 UTC  (8+ messages)
` [PATCH 13/20] drm/amd/display: Add analog link detection

problems with hfsc since 5.10.238-patches in sched_hfsc.c
 2025-08-09 20:03 UTC 

[PATCH] Makefile: mrproper deletes signing_key.x509
 2025-08-09 20:11 UTC  (2+ messages)

[PATCH] dt-bindings: iio: Replace bouncing Analog emails
 2025-08-09 20:04 UTC  (3+ messages)

[PATCH v2] iio: Remove error prints for devm_add_action_or_reset()
 2025-08-09 20:00 UTC  (4+ messages)

[bitbake-devel][PATCH] cooker: Add layer-specific ignore for dangling appends
 2025-08-09 19:59 UTC  (4+ messages)

[PATCH 1/2] dt-bindings: leds: Document netdev trigger netdev-trigger-mode property
 2025-08-09 19:58 UTC  (4+ messages)

[PATCH 0/6] SI power management fixes
 2025-08-09 19:56 UTC  (8+ messages)
` [PATCH 4/6] drm/amd/pm: Fix si_upload_smc_data

[PATCH] misc: ds1682: fix out-of-bounds access in EEPROM functions
 2025-08-09 19:54 UTC  (2+ messages)

[PATCH v2 0/3] Add IIO backend support for AD7779
 2025-08-09 19:48 UTC  (5+ messages)
` [PATCH v2 3/3] iio: adc: update ad7779 to use IIO backend

[Patch v2] selftests/mm: do check_huge_anon() with a number been passed in
 2025-08-09 19:42 UTC 

[akpm-mm:mm-new 72/77] arch/um/include/asm/kasan.h:29:2: error: UML does not work in KASAN_INLINE mode with STATIC_LINK enabled!
 2025-08-09 19:40 UTC 

[syzbot] [ocfs2?] INFO: trying to register non-static key in ocfs2_trim_fs
 2025-08-09 19:41 UTC 

[PATCH net] TUN/TAP: Improving throughput and latency by avoiding SKB drops
 2025-08-09 19:39 UTC  (3+ messages)

[PATCH v2 0/2] iio: adc: ad799x: reference voltage capability
 2025-08-09 19:33 UTC  (3+ messages)

[PATCH] iio: imu: inv_icm42600: change invalid data error to EBUSY
 2025-08-09 19:24 UTC  (2+ messages)

[PATCH v3 00/10] Support ROHM BD79105 ADC
 2025-08-09 19:22 UTC  (5+ messages)
` [PATCH v3 08/10] dt-bindings: iio: adc: ad7476: Add ROHM bd79105

kernel lockup on bpf selftests module_attach
 2025-08-09 19:11 UTC  (6+ messages)

[robh:dt-convert 15/801] arch/arm/boot/dts/broadcom/bcm7445-bcm97445svmb.dtb: / (brcm,bcm7445): '#address-cells', '#size-cells', 'chosen', 'cpus', 'interrupt-controller@ffd00000', 'interrupt-parent', 'memory@0', 'memory_controllers@f1100000', 'model', 'rdb@f0000000', 'sram@ffe000
 2025-08-09 19:09 UTC 

[PATCH] sched/ext: Fix invalid task state transitions on class switch
 2025-08-09 19:05 UTC  (2+ messages)

[soc:arm/fixes] BUILD SUCCESS 0c952efa0d7cf5258879406077df33d23cb06d5e
 2025-08-09 19:01 UTC 

[PATCH v3 0/3] sched_ext: Harden scx_bpf_cpu_rq()
 2025-08-09 19:03 UTC  (5+ messages)
` [PATCH v3 2/3] sched_ext: Provide scx_bpf_task_acquire_remote_curr()
` [PATCH v3 3/3] sched_ext: Guarantee rq lock on scx_bpf_cpu_rq()

[linus:master] [rcu] b41642c877: BUG:kernel_hang_in_boot_stage
 2025-08-09 19:02 UTC  (3+ messages)

[PATCH v1 3/3] arm64: dts: exynosautov920: add CMU_M2M clock DT nodes
 2025-08-09 18:58 UTC 

[GIT PULL] smp/urgent for v6.17-rc1
 2025-08-09 18:58 UTC 

[PATCH v4 0/8] x86: introduce NS16550-compatible UART emulator
 2025-08-09 18:55 UTC  (7+ messages)
` [PATCH v4 2/8] emul/vuart: introduce framework for UART emulators
` [PATCH v4 5/8] emul/vuart-ns16550: introduce NS16550-compatible UART emulator (x86)

[PATCH -rebased 00/15] Add a deadline server for sched_ext tasks
 2025-08-09 18:48 UTC  (16+ messages)
` [PATCH -rebased 01/15] sched/debug: Fix updating of ppos on server write ops
` [PATCH -rebased 02/15] sched/debug: Stop and start server based on if it was active
` [PATCH -rebased 03/15] sched/deadline: Clear the defer params
` [PATCH -rebased 04/15] sched/deadline: Return EBUSY if dl_bw_cpus is zero
` [PATCH -rebased 05/15] sched: Add support to pick functions to take rf
` [PATCH -rebased 06/15] sched: Add a server arg to dl_server_update_idle_time()
` [PATCH -rebased 07/15] sched_ext: Add a DL server for sched_ext tasks
` [PATCH -rebased 08/15] sched/debug: Add support to change sched_ext server params
` [PATCH -rebased 09/15] sched/deadline: Add support to remove DL server's bandwidth contribution
` [PATCH -rebased 10/15] sched/deadline: Account ext server bandwidth
` [PATCH -rebased 11/15] sched/deadline: Allow to initialize DL server when needed
` [PATCH -rebased 12/15] sched_ext: Selectively enable ext and fair DL servers
` [PATCH -rebased 13/15] sched/deadline: Fix DL server crash in inactive_timer callback
` [PATCH -rebased 14/15] selftests/sched_ext: Add test for sched_ext dl_server
` [PATCH -rebased 15/15] selftests/sched_ext: Add test for DL server total_bw consistency

[PATCH cgroup/for-6.16-fixes] cgroup: avoid null de-ref in css_rstat_exit()
 2025-08-09 18:46 UTC  (2+ messages)

[PATCH] sched/rt: Use prev_sum_exec_runtime to record the timeslice start time
 2025-08-09 18:44 UTC 

[PATCH 0/3] cgroup/cpuset: Miscellaneous fixes and cleanup
 2025-08-09 18:44 UTC  (2+ messages)

[PATCH] selftests/mm: do check_huge_anon() with a number been passed in
 2025-08-09 18:35 UTC  (5+ messages)

[PATCH v4] memcg: expose socket memory pressure in a cgroup
 2025-08-09 18:32 UTC  (2+ messages)

[PATCH v3 0/7] selftests/mm: Fix false positives and skip unsupported tests
 2025-08-09 18:32 UTC  (11+ messages)
` [PATCH v3 3/7] selftest/mm: Fix ksm_funtional_test failures

arch/mips/boot/dts/xilfpga/nexys4ddr.dtb: interrupt-controller@10200000 (xlnx,xps-intc-1.00.a): #interrupt-cells: 2 was expected
 2025-08-09 18:27 UTC 

[GIT PULL] irq/urgent for v6.17-rc1
 2025-08-09 18:22 UTC 

[PATCH] webkitgtk: fix compiling for 32-bit Arm
 2025-08-09 18:22 UTC  (2+ messages)

[GIT PULL] Crypto Fixes for 6.17
 2025-08-09 18:22 UTC  (3+ messages)

[PATCH] go-cross: Disable build with ccache
 2025-08-09 18:12 UTC 

[GIT PULL] x86/urgent for v6.17-rc1
 2025-08-09 18:11 UTC 

[PATCH] blk-cgroup: remove redundant __GFP_NOWARN
 2025-08-09 18:04 UTC  (2+ messages)

[GIT PULL] locking/urgent for v6.17-rc1
 2025-08-09 18:02 UTC 

[bluez/bluez]
 2025-08-09 17:59 UTC 

[Buildroot] [PATCH] package/libapparmor: fix build w/ musl
 2025-08-09 17:56 UTC  (2+ messages)

[PATCH] mm: prevent RCU stalls in kswapd by adding cond_resched()
 2025-08-09 17:53 UTC  (4+ messages)

[PATCH] iio: frequency: adf4350: Fix prescaler usage
 2025-08-09 17:52 UTC  (2+ messages)

[PATCH] iio: imu: adis16475: remove extra line
 2025-08-09 17:49 UTC  (2+ messages)

[PATCH v2] mm/damon/core: fix commit_ops_filters by using correct nth function
 2025-08-09 17:48 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update max30208 maintainership
 2025-08-09 17:47 UTC  (5+ messages)

[Buildroot] [PATCH 1/2] package/grout: bump to 0.10.3 version
 2025-08-09 17:46 UTC  (5+ messages)
` [Buildroot] [PATCH 2/2] support/testing: add grout runtime test

arch/mips/boot/dts/xilfpga/nexys4ddr.dtb: gpio@10600000 (xlnx,xps-gpio-1.00.a): 'clocks' is a required property
 2025-08-09 17:44 UTC 

[PATCH] sched/fair: Make the BW replenish timer expire in hardirq context for PREEMPT_RT
 2025-08-09 17:39 UTC 

[PATCH 0/2] xfsprogs: Fix compiling against musl libc
 2025-08-09 17:13 UTC  (3+ messages)
` [PATCH 1/2] configure: Base NEED_INTERNAL_STATX on libc headers first
` [PATCH 2/2] libfrog: Define STATX__RESERVED if not provided by the system

[PATCH v2 0/2] tpm: Clean up HMAC validation and computation
 2025-08-09 17:38 UTC  (6+ messages)
` [PATCH v2 1/2] tpm: Compare HMAC values in constant time

[PATCH 1/2] selftests/damon: test no-op commit broke DAMON status
 2025-08-09 17:35 UTC  (2+ messages)

[PATCH i2c-host-fixes v4 0/5] i2c: rtl9300: Fix multi-byte I2C operations
 2025-08-09 17:34 UTC  (3+ messages)
` [PATCH i2c-host-fixes v4 1/5] i2c: rtl9300: Fix out-of-bounds bug in rtl9300_i2c_smbus_xfer

[Buildroot] [2025.02.x PATCH] package/gcc-bare-metal: fix symlink to gcc 14.3.0
 2025-08-09 17:32 UTC 

[PATCH v3 00/12] man2: document "new" mount API
 2025-08-09 17:32 UTC  (3+ messages)

[Buildroot] [PATCH v2 1/1] package/go: make pre-built compiler provide target support too
 2025-08-09 17:27 UTC  (3+ messages)

[Buildroot] [git commit] package/go: make pre-built compiler provide target support too
 2025-08-09 17:22 UTC 

Kernel warning on 5.15.187+ caused: net/sched: Always pass notifications when child class becomes empty
 2025-08-09 17:24 UTC  (2+ messages)

[PATCH v3] rpm-sequoia: upgrade 1.7.0 -> 1.9.0
 2025-08-09 17:23 UTC 

[PATCH 0/3] KEYS: trusted_tpm1: HMAC fix and cleanup
 2025-08-09 17:21 UTC  (6+ messages)
` [PATCH 1/3] KEYS: trusted_tpm1: Compare HMAC values in constant time

[PATCH v2 0/3] KEYS: trusted_tpm1: HMAC fix and cleanup
 2025-08-09 17:19 UTC  (3+ messages)
` [PATCH v2 2/3] KEYS: trusted_tpm1: Use SHA-1 library instead of crypto_shash
` [PATCH v2 3/3] KEYS: trusted_tpm1: Move private functionality out of public header


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.