All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-25 12:53:47 to 2024-02-25 15:20:05 UTC [more...]

[PATCH v8 00/35] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-02-25 15:19 UTC  (28+ messages)
` [PATCH v8 01/35] tracing: Add a comment about ftrace_regs definition
` [PATCH v8 02/35] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
` [PATCH v8 03/35] x86: tracing: Add ftrace_regs definition in the header
` [PATCH v8 04/35] function_graph: Convert ret_stack to a series of longs
` [PATCH v8 05/35] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
` [PATCH v8 06/35] function_graph: Add an array structure that will allow multiple callbacks
` [PATCH v8 07/35] function_graph: Allow multiple users to attach to function graph
` [PATCH v8 08/35] function_graph: Remove logic around ftrace_graph_entry and return
` [PATCH v8 09/35] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
` [PATCH v8 10/35] ftrace: Allow function_graph tracer to be enabled in instances
` [PATCH v8 11/35] ftrace: Allow ftrace startup flags exist without dynamic ftrace
` [PATCH v8 12/35] function_graph: Have the instances use their own ftrace_ops for filtering
` [PATCH v8 13/35] function_graph: Use a simple LRU for fgraph_array index number
` [PATCH v8 14/35] function_graph: Add "task variables" per task for fgraph_ops
` [PATCH v8 15/35] function_graph: Move set_graph_function tests to shadow stack global var
` [PATCH v8 16/35] function_graph: Move graph depth stored data "
` [PATCH v8 17/35] function_graph: Move graph notrace bit "
` [PATCH v8 18/35] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [PATCH v8 19/35] function_graph: Add selftest for passing local variables
` [PATCH v8 20/35] ftrace: Add multiple fgraph storage selftest
` [PATCH v8 21/35] function_graph: Pass ftrace_regs to entryfunc
` [PATCH v8 22/35] function_graph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v8 23/35] function_graph: Pass ftrace_regs to retfunc
` [PATCH v8 24/35] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v8 25/35] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v8 26/35] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v8 27/35] tracing: Add ftrace_fill_perf_regs() for perf event

[jirislaby:devel 35/36] drivers/char/aaa.c:54:2: warning: variable '__tmp' is uninitialized when used within its own initialization
 2024-02-25 15:15 UTC 

Dangerous commands (was:[ANNOUNCE] fstests: for-next branch updated to v2024.02.04)
 2024-02-25 15:16 UTC  (2+ messages)

[ima-evm-utils: PATCH v1 1/1] Change license to LGPL-2.0-or-later and GPL-2.0-or-later
 2024-02-25 15:14 UTC  (2+ messages)

[PATCH v3 0/3] clocksource/drivers/arm_global_timer: Three improvements
 2024-02-25 15:13 UTC  (12+ messages)
` [PATCH v3 1/3] clocksource/drivers/arm_global_timer: Make gt_target_rate unsigned long
` [PATCH v3 2/3] clocksource/drivers/arm_global_timer: Guard against division by zero
` [PATCH v3 3/3] clocksource/drivers/arm_global_timer: Simplify prescaler register access

[PATCH 1/2] serial: core: introduce uart_port_tx_limited_flags()
 2024-02-25 15:14 UTC  (2+ messages)
` [PATCH 2/2] serial: bcm63xx-uart: fix tx after conversion to uart_port_tx_limited()

[PATCH 1/1] kbuild: Add DT schema check also when applying DT overlays
 2024-02-25 15:12 UTC 

[RFC v3 1/6] eal: add static per-lcore memory allocation facility
 2024-02-25 15:03 UTC  (8+ messages)
` [RFC v4 0/6] Lcore variables
  ` [RFC v4 1/6] eal: add static per-lcore memory allocation facility
  ` [RFC v4 2/6] eal: add lcore variable test suite
  ` [RFC v4 3/6] random: keep PRNG state in lcore variable
  ` [RFC v4 4/6] power: keep per-lcore "
  ` [RFC v4 5/6] service: "
  ` [RFC v4 6/6] eal: keep per-lcore power intrinsics "

[wens:mtk-wip 31/52] drivers/gpu/drm/drm_mipi_dsi.c:1421:56: error: 'mipi_dsi_of_notifier' undeclared
 2024-02-25 15:05 UTC 

[PATCH v2 00/20] Omnivision OV4689 refactoring and improvements
 2024-02-25 14:58 UTC  (13+ messages)
` [PATCH v2 09/20] media: i2c: ov4689: Use runtime PM autosuspend
` [PATCH v2 12/20] media: i2c: ov4689: Implement vflip/hflip controls

[PATCH v7 00/36] drm/connector: Create HDMI Connector infrastructure
 2024-02-25 15:02 UTC  (12+ messages)
` [PATCH v7 19/36] drm/connector: hdmi: Compute bpc and format automatically
` [PATCH v7 25/36] drm/connector: hdmi: Add Infoframes generation

[PATCH 0/8] regulator: mp8859: Cleanups and enhancements
 2024-02-25 14:59 UTC  (9+ messages)
` [PATCH 1/8] regulator: mp8859: Specify register accessibility and enable caching
` [PATCH 2/8] regulator: mp8859: Validate and log device identifier information
` [PATCH 3/8] regulator: mp8859: Support enable control
` [PATCH 4/8] regulator: mp8859: Support mode operations
` [PATCH 5/8] regulator: mp8859: Support active discharge control
` [PATCH 6/8] regulator: mp8859: Support status and error readback
` [PATCH 7/8] regulator: mp8859: Report slew rate
` [PATCH 8/8] regulator: mp8859: Implement set_current_limit()

[PATCHv7 00/16] x86/tdx: Add kexec support
 2024-02-25 14:58 UTC  (5+ messages)
` [PATCHv7 10/16] x86/tdx: Convert shared memory back to private on kexec

[PATCH v2] kernel.bbclass: Set pkg-config variables for building modules
 2024-02-25 14:54 UTC  (3+ messages)

[PATCH 0/1] Rosebush, a new hash table
 2024-02-25 14:47 UTC  (5+ messages)

[PATCH v4 07/11] block: Add fops atomic write support
 2024-02-25 14:46 UTC  (2+ messages)

[PATCH V1] net/mlx5: store IPv6 TC detection result in physical device
 2024-02-25 14:45 UTC  (2+ messages)

[PATCH] net/mlx5: remove non constant size from type cast
 2024-02-25 14:42 UTC  (2+ messages)

[PATCH 0/2] wifi: cfg80211/ath12k: Add support to rx retry stats
 2024-02-25 14:34 UTC  (3+ messages)

[hch-xfs:xfs-zoned 38/40] fs/xfs/xfs_zone_gc.c:307: undefined reference to `__udivdi3'
 2024-02-25 14:33 UTC 

[PATCH 1/2] iio: accel: adxl367: fix DEVID read after reset
 2024-02-25 14:33 UTC  (5+ messages)
` [PATCH 2/2] iio: accel: adxl367: fix I2C FIFO data register

[PATCH v2] ARM: mvebu: Add error handling in coherency.c to prevent bugs
 2024-02-25 14:31 UTC  (2+ messages)

[GIT PULL] i.MX fixes for 6.8, round 2
 2024-02-25 14:31 UTC  (2+ messages)

[PATCH v2] ARM: mvebu: Add error handling in i2c_quirk to prevent bugs
 2024-02-25 14:29 UTC  (2+ messages)

[PATCH v3 0/4] erofs-utils: mkfs: introduce multi-threaded compression
 2024-02-25 14:27 UTC  (5+ messages)
` [PATCH v3 1/4] erofs-utils: introduce multi-threading framework
` [PATCH v3 2/4] erofs-utils: add a helper to get available processors
` [PATCH v3 3/4] erofs-utils: mkfs: add --worker=# parameter
` [PATCH v3 4/4] erofs-utils: mkfs: introduce inner-file multi-threaded compression

[RESEND PATCH v2 0/4] of: automate of_node_put() - new approach to loops
 2024-02-25 14:27 UTC  (5+ messages)
` [RESEND PATCH v2 1/4] of: Add cleanup.h based auto release via __free(device_node) markings
` [RESEND PATCH v2 2/4] of: Introduce for_each_*_child_of_node_scoped() to automate of_node_put() handling
` [RESEND PATCH v2 3/4] of: unittest: Use for_each_child_of_node_scoped()
` [RESEND PATCH v2 4/4] iio: adc: rcar-gyroadc: use for_each_available_child_node_scoped()

[Buildroot] Buildroot 2024.02-rc1 released
 2024-02-25 14:26 UTC 

[PATCH v2 0/4] of: automate of_node_put() - new approach to loops
 2024-02-25 14:25 UTC  (2+ messages)

[Buildroot] [PATCH] configs/friendlyarm_nanopi_r2s: bump Linux to 6.6.18 and U-Boot to 2024.01
 2024-02-25 14:25 UTC  (3+ messages)

[PATCH v2] disk: dos: Add all options for EFI System Partitions
 2024-02-25 14:23 UTC  (2+ messages)

Linux regressions report for mainline [2024-02-25]
 2024-02-25 14:21 UTC  (2+ messages)

[PATCH v4 0/3] CDAT updates and fixes
 2024-02-25 14:21 UTC  (4+ messages)
` [PATCH v4 2/3] cxl/pci: Get rid of pointer arithmetic reading CDAT table

OE-core CVE metrics for nanbield on Sun 25 Feb 2024 04:00:01 AM HST
 2024-02-25 14:20 UTC 

[PATCH v4 06/11] block: Add atomic write support for statx
 2024-02-25 14:20 UTC  (2+ messages)

[PATCH v4 00/16] UNI-T UTi260B support
 2024-02-25 14:15 UTC  (28+ messages)
` [PATCH v4 08/16] ARM: dts: imx6ull: fix pinctrl node name
` [PATCH v4 09/16] ARM: dts: imx6ul: Remove fsl,anatop from usbotg1
` [PATCH v4 10/16] ARM: dts: imx6ul: add missing #thermal-sensor-cells
` [PATCH v4 11/16] ARM: dts: nxp: imx6ul: xnur-gpio -> xnur-gpios
` [PATCH v4 12/16] ARM: dts: nxp: imx6ul: fix touchscreen node name
` [PATCH v4 13/16] ARM: dts: nxp: imx: fix weim "
` [PATCH v4 14/16] dt-bindings: vendor-prefixes: add UNI-T
` [PATCH v4 15/16] dt-bindings: arm: add UNI-T UTi260B
` [PATCH v4 16/16] ARM: dts: imx6ull-uti260b: Add board

[ti:ti-rt-linux-6.1.y-cicd 1/6] sound/soc/soc-generic-dmaengine-pcm.c:321:5: warning: no previous prototype for function 'dmaengine_pcm_prepare'
 2024-02-25 14:11 UTC 

[PATCH v3 0/3] drm/msm/dpu: debug commit_done timeouts
 2024-02-25 14:12 UTC  (4+ messages)
` [PATCH v3 1/3] drm/msm/dpu: make "vblank timeout" more useful
` [PATCH v3 2/3] drm/msm/dpu: split dpu_encoder_wait_for_event into two functions
` [PATCH v3 3/3] drm/msm/dpu: capture snapshot on the first commit_done timeout

[powerpc:next-test] BUILD SUCCESS 362c297127ccc2838da19a0a098cbe24a34d7708
 2024-02-25 14:09 UTC 

[Buildroot] [PATCH v7] configs/friendlyarm_nanopi_neo2_defconfig: new board
 2024-02-25 14:04 UTC  (2+ messages)
` [Buildroot] [PATCH v8] "

CVE-2022-48626: moxart: fix potential use-after-free on remove path
 2024-02-25 14:03 UTC 

CVE-2021-46905: net: hso: fix NULL-deref on disconnect regression
 2024-02-25 14:03 UTC 

CVE-2021-46904: net: hso: fix null-ptr-deref during tty device unregistration
 2024-02-25 14:03 UTC 

Raspberry Pi 3b Plus USB-Ethernet lan78xx_eth address not set
 2024-02-25 14:02 UTC  (3+ messages)

[PATCH V2 0/1] Change the UEFI loading mode to loongarch
 2024-02-25 13:57 UTC  (5+ messages)
` [PATCH V2 1/1] loongarch: "

[GIT PULL] USB driver fixes for 6.8-rc6
 2024-02-25 13:56 UTC 

[GIT PULL] TTY/Serial driver fixes for 6.8-rc6
 2024-02-25 13:56 UTC 

[PATCH mptcp-next v3 00/13] add helpers and vars in mptcp_lib.sh, part 3
 2024-02-25 13:51 UTC  (15+ messages)
` [PATCH mptcp-next v3 01/13] selftests: mptcp: capitalize ok/fail/skip
` [PATCH mptcp-next v3 02/13] selftests: mptcp: sockopt: print every test result
` [PATCH mptcp-next v3 03/13] selftests: mptcp: connect: fix misaligned OK/FAIL
` [PATCH mptcp-next v3 04/13] selftests: mptcp: print test results with colors
` [PATCH mptcp-next v3 05/13] selftests: mptcp: connect: add dedicated port counter
` [PATCH mptcp-next v3 06/13] selftests: mptcp: connect: print out ping tests info
` [PATCH mptcp-next v3 07/13] selftests: mptcp: add mptcp_lib_print_test_counter
` [PATCH mptcp-next v3 08/13] selftests: mptcp: print test results with counters
` [PATCH mptcp-next v3 09/13] selftests: mptcp: move test_fail out of check_expected_one
` [PATCH mptcp-next v3 10/13] selftests: mptcp: extract mptcp_lib_check_expected
` [PATCH mptcp-next v3 11/13] selftests: mptcp: export event macros in mptcp_lib
` [PATCH mptcp-next v3 12/13] selftests: mptcp: add mptcp_lib_verify_listener_events
` [PATCH mptcp-next v3 13/13] selftests: mptcp: use KSFT_SKIP/KSFT_PASS/KSFT_FAIL
  ` selftests: mptcp: use KSFT_SKIP/KSFT_PASS/KSFT_FAIL: Tests Results

[syzbot] [rdma?] KASAN: slab-use-after-free Read in rdma_resolve_route
 2024-02-25 13:49 UTC  (3+ messages)

[GIT PULL] erofs fix for 6.8-rc6
 2024-02-25 13:46 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/libpthsem: fix build with autoconf >= 2.72
 2024-02-25 13:38 UTC 

[PATCH] arm64: dts: imx8mm-kontron-bl-osm-s: Fix Ethernet PHY compatible
 2024-02-25 13:36 UTC  (2+ messages)

[PATCH] arm64: imx8-apalis-v1.1: Remove reset-names from ethernet-phy
 2024-02-25 13:35 UTC  (2+ messages)

[PATCH] arm64: dts: imx8mp: Fix LDB clocks property
 2024-02-25 13:30 UTC  (3+ messages)

[PATCH] arm64: dts: imx8mp-evk: Fix hdmi@3d node
 2024-02-25 13:28 UTC  (3+ messages)

[PATCH] arm64: dts: imx93-var-som: Remove phy-supply from eqos
 2024-02-25 13:26 UTC  (2+ messages)

[PATCH] ARM: dts: imx1-apf9328: Fix Ethernet node name
 2024-02-25 13:25 UTC  (2+ messages)

[PATCH] ARM: dts: imx28-evk: Use 'eeprom' as the node name
 2024-02-25 13:24 UTC  (2+ messages)

[PATCH] arm64: dts: imx8mp: Fix TC9595 reset GPIO on DH i.MX8M Plus DHCOM SoM
 2024-02-25 13:23 UTC  (3+ messages)

[PATCH] ARM: mvebu: Add check in coherency.c to prevent null pointer dereference
 2024-02-25 13:20 UTC  (4+ messages)

[jfern:tick/keep-tick-on-hrt 13/15] include/trace/events/timer.h:444:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'long long int'
 2024-02-25 13:19 UTC 

OE-core CVE metrics for kirkstone on Sun 25 Feb 2024 03:00:01 AM HST
 2024-02-25 13:18 UTC 

[PATCH v2] MAINTAINERS: Use a proper mailinglist for NXP i.MX development
 2024-02-25 13:13 UTC  (2+ messages)

[PATCH] ARM: mvebu: Prevent null pointer dereference caused by kzalloc failure
 2024-02-25 13:12 UTC  (4+ messages)

[PATCH 8/8] ucounts: delete these duplicate static variables ue_zero and ue_int_max
 2024-02-25 12:29 UTC  (2+ messages)

[PULL] IIO: First set of new device support, features and cleanup for 6.9
 2024-02-25 13:12 UTC  (3+ messages)

[PATCH v2 0/5] iio: move IIO to the cleanup.h magic
 2024-02-25 13:12 UTC  (5+ messages)
` [PATCH v2 4/5] iio: buffer: iio: core: move "
` [PATCH v2 5/5] iio: inkern: "

[PATCH v2 0/4] Update of phyBOARD-Pollux-i.MX8MP
 2024-02-25 13:10 UTC  (2+ messages)

[PATCH v10 00/15] Introduce initial TI's J784S4 and AM69 support
 2024-02-25 13:10 UTC  (3+ messages)
` [PATCH v10 08/15] board: ti: j784s4: Add board support for J784S4 EVM

[LSF/MM/BPF TOPIC] Measuring limits and enhancing buffered IO
 2024-02-25 13:10 UTC  (5+ messages)

[PATCH v2 0/3] Enable OSPI on j721e
 2024-02-25 13:10 UTC  (4+ messages)
` [PATCH v2 3/3] arm: dts: k3-j721e-sk: Remove OSPI phypattern partition

[PATCH 00/12] FSMonitor edge cases on case-insensitive file systems
 2024-02-25 13:10 UTC  (4+ messages)
` [PATCH v2 00/16] "
  ` [PATCH v2 14/16] fsmonitor: support case-insensitive events

[GIT PULL] Please pull u-boot-imx-master-20240224
 2024-02-25 13:10 UTC  (2+ messages)

OE-core CVE metrics for master on Sun 25 Feb 2024 01:00:01 AM HST
 2024-02-25 13:01 UTC  (2+ messages)
` [OE-core] "

[PULL 00/25] Misc HW patches for 2024-02-21
 2024-02-25 13:03 UTC  (3+ messages)
` [PULL 14/25] hw/i386/pc: Confine system flash handling to pc_sysfw

[PATCH] arm64: dts: imx8mm-evk: Add spdif sound card support
 2024-02-25 13:03 UTC  (3+ messages)

[PATCH] ocfs2: remove SLAB_MEM_SPREAD flag usage
 2024-02-25 13:02 UTC  (3+ messages)

[PATCH 1/1] ARM: dts: ls1021a: Enable usb3-lpm-capable for usb3 node
 2024-02-25 13:01 UTC  (3+ messages)

[PATCH 1/1] arm64: dts: mba8xx: Add missing #interrupt-cells
 2024-02-25 12:59 UTC  (3+ messages)

[PRBOMB] xfs: online repair patches for 6.9
 2024-02-25 12:51 UTC  (2+ messages)


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.