mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[syzbot] [block?] [trace?] INFO: task hung in blk_trace_ioctl (4)
 2024-10-11 19:20 UTC  (2+ messages)

[syzbot] Monthly trace report (Oct 2024)
 2024-10-11 19:16 UTC  (3+ messages)

[syzbot] [nfs?] INFO: task hung in nfsd_nl_listener_set_doit
 2024-10-11 19:15 UTC  (7+ messages)

[PATCH v4 00/28] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-10-11 19:14 UTC  (6+ messages)
` [PATCH v4 21/28] cxl/extent: Process DCD events and realize region extents

[PATCH v5 bpf-next 0/3] bpf: Add kmem_cache iterator and kfunc
 2024-10-11 19:14 UTC  (8+ messages)
` [PATCH v5 bpf-next 1/3] bpf: Add kmem_cache iterator
` [PATCH v5 bpf-next 2/3] mm/bpf: Add bpf_get_kmem_cache() kfunc

[PATCH v2 0/8] misc: keba: Add support for additional devices
 2024-10-11 19:12 UTC  (4+ messages)
` [PATCH v2 6/8] misc: keba: Add fan device
` [PATCH v2 7/8] misc: keba: Add battery device
` [PATCH v2 8/8] misc: keba: Add UART devices

[PATCH v1 00/13]: chemical: bme680: 2nd set of clean and add
 2024-10-11 19:08 UTC  (33+ messages)
` [PATCH v1 01/13] iio: chemical: bme680: Fix indentation and unnecessary spaces
` [PATCH v1 02/13] iio: chemical: bme680: avoid using camel case
` [PATCH v1 03/13] iio: chemical: bme680: fix startup time
` [PATCH v1 05/13] iio: chemical: bme680: refactorize set_mode() mode
` [PATCH v1 06/13] dt-bindings: iio: add binding for BME680 driver
` [PATCH v1 07/13] iio: chemical: bme680: add regulators
` [PATCH v1 08/13] iio: chemical: bme680: add power management
` [PATCH v1 09/13] iio: chemical: bme680: Move ambient temperature to attributes
` [PATCH v1 12/13] iio: chemical: bme680: Add triggered buffer support
` [PATCH v1 13/13] iio: chemical: bme680: Add support for preheat current

[PATCH net-next v02 1/2] af_packet: allow fanout_add when socket is not RUNNING
 2024-10-11 19:08 UTC  (13+ messages)

[PATCH RESEND 0/2] Misc OMAP GPIO/UART fixes
 2024-10-11 19:07 UTC  (4+ messages)
` [PATCH RESEND 1/2] gpio: omap: Add omap_gpio_disable/enable_irq calls
` [PATCH RESEND 2/2] serial: 8250: omap: Move pm_runtime_get_sync

[PATCH 1/1] perf build: Require at least clang 16.0.6 to build BPF skeletons
 2024-10-11 19:06 UTC  (9+ messages)

[PATCH] MAINTAINERS: Add Unicode tree
 2024-10-11 19:03 UTC  (2+ messages)

[PATCH v3 0/9] can: m_can: Add am62 wakeup support
 2024-10-11 19:01 UTC  (6+ messages)
` [PATCH v3 2/9] dt-bindings: can: m_can: Add vio-supply
` [PATCH v3 3/9] can: m_can: Map WoL to device_set_wakeup_enable

[RFC] staging: vt6656: Proposal to delete driver vt6656_stage
 2024-10-11 18:59 UTC 

[PATCH v3 0/2] pressure: bmp280: Improve pushing of data to buffer
 2024-10-11 18:59 UTC  (3+ messages)
` [PATCH v3 2/2] iio: pressure: bmp280: Use char instead of s32 for data buffer

[PATCH 0/3] Character device abstractions for Rust
 2024-10-11 18:55 UTC  (4+ messages)
` [PATCH 1/3] rust: char_dev: add character device abstraction
` [PATCH 2/3] rust: macros: add IoctlCommand derive macro
` [PATCH 3/3] samples: rust: add character device sample

[PATCH v7 00/17] Hardware wrapped key support for QCom ICE and UFS core
 2024-10-11 18:54 UTC  (18+ messages)
` [PATCH v7 01/17] blk-crypto: add basic hardware-wrapped key support
` [PATCH v7 02/17] blk-crypto: show supported key types in sysfs
` [PATCH v7 03/17] blk-crypto: add ioctls to create and prepare hardware-wrapped keys
` [PATCH v7 04/17] fscrypt: add support for "
` [PATCH v7 05/17] ice, ufs, mmc: use the blk_crypto_key struct when programming the key
` [PATCH v7 06/17] firmware: qcom: scm: add a call for deriving the software secret
` [PATCH v7 07/17] firmware: qcom: scm: add calls for creating, preparing and importing keys
` [PATCH v7 08/17] firmware: qcom: scm: add a call for checking wrapped key support
` [PATCH v7 09/17] soc: qcom: ice: add HWKM support to the ICE driver
` [PATCH v7 10/17] soc: qcom: ice: add support for hardware wrapped keys
` [PATCH v7 11/17] soc: qcom: ice: add support for generating, importing and preparing keys
` [PATCH v7 12/17] ufs: core: add support for wrapped keys to UFS core
` [PATCH v7 13/17] ufs: core: add support for deriving the software secret
` [PATCH v7 14/17] ufs: core: add support for generating, importing and preparing keys
` [PATCH v7 15/17] ufs: host: add support for wrapped keys in QCom UFS
` [PATCH v7 16/17] ufs: host: add a callback for deriving software secrets and use it
` [PATCH v7 17/17] ufs: host: add support for generating, importing and preparing wrapped keys

[PATCH v2 00/11] thermal: core: Reimplement locking through guards
 2024-10-11 18:51 UTC  (2+ messages)

[PATCH v2 00/12] thermal: core: Fixes and cleanups, mostly related to thermal zone init and exit
 2024-10-11 18:50 UTC  (2+ messages)

[net-next v6 0/9] Add support for per-NAPI config via netlink
 2024-10-11 18:49 UTC  (13+ messages)
` [net-next v6 1/9] net: napi: Make napi_defer_hard_irqs per-NAPI
` [net-next v6 2/9] netdev-genl: Dump napi_defer_hard_irqs
` [net-next v6 3/9] net: napi: Make gro_flush_timeout per-NAPI
` [net-next v6 4/9] netdev-genl: Dump gro_flush_timeout
` [net-next v6 5/9] net: napi: Add napi_config
` [net-next v6 6/9] netdev-genl: Support setting per-NAPI config values
` [net-next v6 7/9] bnxt: Add support for persistent NAPI config
` [net-next v6 8/9] mlx5: "
` [net-next v6 9/9] mlx4: Add support for persistent NAPI config to RX CQs

[PATCH net-next 0/8] lib: packing: introduce and use (un)pack_fields
 2024-10-11 18:48 UTC  (9+ messages)
` [PATCH net-next 1/8] lib: packing: create __pack() and __unpack() variants without error checking
` [PATCH net-next 2/8] lib: packing: demote truncation error in pack() to a warning in __pack()
` [PATCH net-next 3/8] lib: packing: add pack_fields() and unpack_fields()
` [PATCH net-next 4/8] ice: remove int_q_state from ice_tlan_ctx
` [PATCH net-next 5/8] ice: use <linux/packing.h> for Tx and Rx queue context data
` [PATCH net-next 6/8] ice: reduce size of queue context fields
` [PATCH net-next 7/8] ice: move prefetch enable to ice_setup_rx_ctx
` [PATCH net-next 8/8] ice: cleanup Rx queue context programming functions

[PATCH v4] irqchip/renesas-rzg2l: Fix missing put_device
 2024-10-11 18:48 UTC  (2+ messages)

[PATCH RFC v2] mm: Enforce the stack gap when changing inaccessible VMAs
 2024-10-11 18:46 UTC  (3+ messages)

[PATCH v20 0/6] Script execution control (was O_MAYEXEC)
 2024-10-11 18:44 UTC  (7+ messages)
` [PATCH v20 1/6] exec: Add a new AT_CHECK flag to execveat(2)
` [PATCH v20 2/6] security: Add EXEC_RESTRICT_FILE and EXEC_DENY_INTERACTIVE securebits
` [PATCH v20 3/6] selftests/exec: Add 32 tests for AT_CHECK and exec securebits
` [PATCH v20 4/6] selftests/landlock: Add tests for execveat + AT_CHECK
` [PATCH v20 5/6] samples/check-exec: Add set-exec
` [PATCH v20 6/6] samples/check-exec: Add an enlighten "inc" interpreter and 28 tests

[PATCH v4 04/13] Audit: maintain an lsm_prop in audit_context
 2024-10-11 18:42 UTC  (6+ messages)
` [PATCH v4 4/13] "

[PATCH V7 0/5] TPH and cache direct injection support
 2024-10-11 18:35 UTC  (4+ messages)
` [PATCH V7 4/5] bnxt_en: Add TPH support in BNXT driver

[PATCH net-next 0/2] ethtool: rss: track rss ctx busy from core
 2024-10-11 18:35 UTC  (3+ messages)
` [PATCH net-next 1/2] ethtool: rss: prevent rss ctx deletion when in use
` [PATCH net-next 2/2] selftests: drv-net: rss_ctx: add rss ctx busy testcase

[PATCH 0/7] Lazy preemption bits
 2024-10-11 18:35 UTC  (5+ messages)
` [PATCH 7/7] powerpc: add support for PREEMPT_LAZY

[PATCH net-next v3 1/2] dt-bindings: net: marvell,aquantia: add property to override MDI_CFG
 2024-10-11 18:34 UTC  (6+ messages)
` [PATCH net-next v3 2/2] net: phy: aquantia: allow forcing order of MDI pairs

[PATCH] iio: Fix uninitialized variable
 2024-10-11 18:32 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] mm/zswap: avoid touching XArray for unnecessary invalidation
 2024-10-11 18:28 UTC  (3+ messages)

[PATCH] MAINTAINERS: add mailing list for GPMI NAND driver
 2024-10-11 18:26 UTC 

[PATCH] mm: avoid zeroing user movable page twice with init_on_alloc=1
 2024-10-11 18:23 UTC  (2+ messages)

[PATCH 1/1 fyi] tools headers UAPI: Sync linux/const.h with the kernel headers
 2024-10-11 18:23 UTC 

[GIT PULL] RCU fix for v6.12
 2024-10-11 18:20 UTC 

[PATCH v8 00/25] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2024-10-11 18:14 UTC  (17+ messages)
` [PATCH v8 06/25] x86/resctrl: Add support to enable/disable AMD ABMC feature
` [PATCH v8 08/25] x86/resctrl: Introduce interface to display number of monitoring counters
` [PATCH v8 19/25] x86/resctrl: Auto assign/unassign counters when mbm_cntr_assign is enabled
` [PATCH v8 20/25] x86/resctrl: Report "Unassigned" for MBM events in mbm_cntr_assign mode

[RFC PATCH 0/4] implement lightweight guard pages
 2024-10-11 18:11 UTC  (7+ messages)
` [RFC PATCH 1/4] mm: pagewalk: add the ability to install PTEs
` [RFC PATCH 2/4] mm: add PTE_MARKER_GUARD PTE marker
` [RFC PATCH 3/4] mm: madvise: implement lightweight guard page mechanism

[PATCH v3] mm/slub: Avoid list corruption when removing a slab from the full list
 2024-10-11 18:07 UTC  (2+ messages)

USB-C DisplayPort display failing to stay active with Intel Barlow Ridge USB4 controller, power-management related issue?
 2024-10-11 18:02 UTC  (5+ messages)

[GIT PULL] tomoyo update for v6.12
 2024-10-11 18:01 UTC  (10+ messages)

[PATCH 1/2] perf tools: Fix possible compiler warnings in hashmap
 2024-10-11 18:00 UTC  (4+ messages)

[PATCH v2] i2c: i2c-qcom-geni: Serve transfer during early resume stage
 2024-10-11 17:58 UTC  (2+ messages)

[PATCH rcu 0/12] SRCU-lite changes for v6.13
 2024-10-11 17:57 UTC  (16+ messages)
` [PATCH v2 rcu 0/13] "
  ` [PATCH v2 rcu 01/13] srcu: Rename srcu_might_be_idle() to srcu_should_expedite()
  ` [PATCH v2 rcu 02/13] srcu: Introduce srcu_gp_is_expedited() helper function
  ` [PATCH v2 rcu 03/13] srcu: Renaming in preparation for additional reader flavor
  ` [PATCH v2 rcu 04/13] srcu: Bit manipulation changes "
  ` [PATCH v2 rcu 05/13] srcu: Standardize srcu_data pointers to "sdp" and similar
  ` [PATCH v2 rcu 06/13] srcu: Add srcu_read_lock_lite() and srcu_read_unlock_lite()
  ` [PATCH v2 rcu 07/13] srcu: Allow inlining of __srcu_read_{,un}lock_lite()
  ` [PATCH v2 rcu 08/13] rcutorture: Expand RCUTORTURE_RDR_MASK_[12] to eight bits
  ` [PATCH v2 rcu 09/13] rcutorture: Add reader_flavor parameter for SRCU readers
  ` [PATCH v2 rcu 10/13] rcutorture: Add srcu_read_lock_lite() support to rcutorture.reader_flavor
  ` [PATCH v2 rcu 11/13] rcutorture: Add light-weight SRCU scenario
  ` [PATCH v2 rcu 12/13] refscale: Add srcu_read_lock_lite() support using "srcu-lite"
  ` [PATCH v2 rcu 13/13] srcu: Improve srcu_read_lock_lite() kernel-doc comment

[PATCH] ASoC: rsnd: Refactor port handling with helper for endpoint node selection
 2024-10-11 17:53 UTC 

[PATCH v2] PCI: imx6: Add suspend/resume support for i.MX6QDL
 2024-10-11 17:53 UTC  (7+ messages)

[PATCH v2] clocksource/drivers/timer-ti-dm: Don't fail probe if int not found
 2024-10-11 17:52 UTC 

[PATCH v10 0/5] Tracepoints and static branch in Rust
 2024-10-11 17:51 UTC  (6+ messages)
` [PATCH v10 1/5] rust: add static_branch_unlikely for static_key_false

[net-next v5 0/9] Add support for per-NAPI config via netlink
 2024-10-11 17:50 UTC  (8+ messages)
` [net-next v5 6/9] netdev-genl: Support setting per-NAPI config values

[PATCH v6] perf sched timehist: Add pre-migration wait time option
 2024-10-11 17:44 UTC  (3+ messages)

[rfc, PATCH v1 1/1] platform/x86: intel: Add 'intel' prefix to the modules automatically
 2024-10-11 17:41 UTC  (2+ messages)

locking/csd-lock: Switch from sched_clock() to ktime_get_mono_fast_ns()
 2024-10-11 17:40 UTC  (4+ messages)

[PATCH bpf-next 0/2] security.bpf xattr name prefix
 2024-10-11 17:40 UTC  (2+ messages)

[PATCH v1 RESEND] net: sfp: change quirks for Alcatel Lucent G-010S-P
 2024-10-11 17:39 UTC 

[PATCH RESEND] clocksource/drivers/timer-ti-dm: Don't fail probe if int not found
 2024-10-11 17:39 UTC  (3+ messages)

[PATCH v8 1/4] iio: pressure: bmp280: Use sleep and forced mode for oneshot captures
 2024-10-11 17:35 UTC  (4+ messages)

[PATCH 0/3 v2] nvme: add rotational support
 2024-10-11 17:32 UTC  (4+ messages)
` [PATCH 1/3 v2] nvme: make independent ns identify default

[PATCH v5 00/22] media: platform: rzg2l-cru: CSI-2 and CRU enhancements
 2024-10-11 17:30 UTC  (23+ messages)
` [PATCH v5 01/22] media: rzg2l-cru: Use RZG2L_CRU_IP_SINK/SOURCE enum entries
` [PATCH v5 02/22] media: rzg2l-cru: Mark sink and source pad with MUST_CONNECT flag
` [PATCH v5 03/22] media: rzg2l-cru: csi2: "
` [PATCH v5 04/22] media: rzg2l-cru: csi2: Use ARRAY_SIZE() in media_entity_pads_init()
` [PATCH v5 05/22] media: rzg2l-cru: csi2: Implement .get_frame_desc()
` [PATCH v5 06/22] media: rzg2l-cru: Retrieve virtual channel information
` [PATCH v5 07/22] media: rzg2l-cru: Remove `channel` member from `struct rzg2l_cru_csi`
` [PATCH v5 08/22] media: rzg2l-cru: Use MIPI CSI-2 data types for ICnMC_INF definitions
` [PATCH v5 09/22] media: rzg2l-cru: Remove unused fields from rzg2l_cru_ip_format struct
` [PATCH v5 10/22] media: rzg2l-cru: Remove unnecessary WARN_ON check in format func
` [PATCH v5 11/22] media: rzg2l-cru: Simplify configuring input format for image processing
` [PATCH v5 12/22] media: rzg2l-cru: Inline calculating image size
` [PATCH v5 13/22] media: rzg2l-cru: Simplify handling of supported formats
` [PATCH v5 14/22] media: rzg2l-cru: Inline calculating bytesperline
` [PATCH v5 15/22] media: rzg2l-cru: Make use of v4l2_format_info() helpers
` [PATCH v5 16/22] media: rzg2l-cru: Use `rzg2l_cru_ip_formats` array in enum_frame_size
` [PATCH v5 17/22] media: rzg2l-cru: csi2: Remove unused field from rzg2l_csi2_format
` [PATCH v5 18/22] media: rzg2l-cru: video: Implement .link_validate() callback
` [PATCH v5 19/22] media: rzg2l-cru: csi2: Use rzg2l_csi2_formats array in enum_frame_size
` [PATCH v5 20/22] media: rzg2l-cru: Refactor ICnDMR register configuration
` [PATCH v5 21/22] media: rzg2l-cru: Add support to capture 8bit raw sRGB
` [PATCH v5 22/22] media: rzg2l-cru: Move register definitions to a separate file

[for-next][PATCH 0/9] rtla: Updates for 6.13
 2024-10-11 17:30 UTC  (10+ messages)
` [for-next][PATCH 1/9] rtla: use the definition for stdout fd when calling isatty()
` [for-next][PATCH 2/9] tools/rv: Correct the grammatical errors in the comments
` [for-next][PATCH 3/9] tools/rv: Correct the grammatical errors in the comments[2]
` [for-next][PATCH 4/9] rv: Fix a typo
` [for-next][PATCH 5/9] rtla: Fix consistency in getopt_long for timerlat_hist
` [for-next][PATCH 6/9] tools/rtla: drop __NR_sched_getattr
` [for-next][PATCH 7/9] tools/rtla: fix collision with glibc sched_attr/sched_set_attr
` [for-next][PATCH 8/9] rtla/timerlat: Make timerlat_top_cpu->*_count unsigned long long
` [for-next][PATCH 9/9] rtla/timerlat: Make timerlat_hist_cpu->*_count "

[PATCH v2] drm/msm/dpu: don't always activate merge_3d block
 2024-10-11 17:25 UTC 

[PATCH 1/2] rtla/timerlat: Make timerlat_top_cpu->*_count unsigned long long
 2024-10-11 17:23 UTC  (2+ messages)

[PATCH 0/6] KUnit test moves / renames
 2024-10-11 17:22 UTC  (10+ messages)
` [PATCH 3/6] lib: Move KUnit tests into tests/ subdirectory

[PATCH v3 0/8] pinctrl: Add T-Head TH1520 SoC pin controllers
 2024-10-11 17:22 UTC  (2+ messages)

[PATCH] selftests/ftrace: Fix check of return value in fgraph-retval.tc test
 2024-10-11 17:20 UTC 

drivers/nx: Invalid wait context issue when rebooting
 2024-10-11 17:20 UTC  (4+ messages)

[PATCH 0/4] Add new panel driver Samsung S6E88A0-AMS427AP24
 2024-10-11 17:17 UTC  (3+ messages)
` [PATCH 4/4] drm/panel: samsung-s6e88a0-ams427ap24: Add flip option

[PATCH v2 0/3] Document the 'perf test -w' workloads functionality
 2024-10-11 17:14 UTC  (4+ messages)
` [PATCH 1/3] perf test: Introduce workloads__for_each()
` [PATCH 2/3] perf test: Introduce '-w --list' to list the available workloads
` [PATCH 3/3] perf test: Document the -w/--workload option

[PATCH 3/3 v2] nvmet: add rotational support
 2024-10-11 17:11 UTC  (2+ messages)

[PATCH net v3 3/4] ip6mr: Lock RCU before ip6mr_get_table() call in ip6mr_compat_ioctl()
 2024-10-11 17:11 UTC  (2+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®