All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-11-10 15:59:56 to 2022-11-10 16:45:37 UTC [more...]

[PATCH 0/2] ASoC: Intel: avs: DSP recovery and resume fixes
 2022-11-10 16:44 UTC  (8+ messages)
` [PATCH 2/2] ASoC: Intel: avs: Disconnect substream if suspend or resume fails

[PATCH v2] doc: support IPsec Multi-buffer lib v1.3
 2022-11-10 16:44 UTC  (3+ messages)
` [PATCH v3] "

Coverity: nv50_hdmi_enable(): OVERRUN
 2022-11-10 16:42 UTC  (3+ messages)
` [Nouveau] "

[PATCH v1 00/28] Rust core additions
 2022-11-10 16:41 UTC  (29+ messages)
` [PATCH v1 01/28] rust: prelude: split re-exports into groups
` [PATCH v1 02/28] rust: print: add more `pr_*!` levels
` [PATCH v1 03/28] rust: print: add `pr_cont!` macro
` [PATCH v1 04/28] rust: samples: add `rust_print` example
` [PATCH v1 05/28] rust: macros: add `concat_idents!` proc macro
` [PATCH v1 06/28] rust: macros: add `#[vtable]` "
` [PATCH v1 07/28] rust: macros: take string literals in `module!`
` [PATCH v1 08/28] rust: error: declare errors using macro
` [PATCH v1 09/28] rust: error: add codes from `errno-base.h`
` [PATCH v1 10/28] rust: error: add `From` implementations for `Error`
` [PATCH v1 11/28] rust: prelude: add `error::code::*` constant items
` [PATCH v1 12/28] rust: alloc: add `RawVec::try_with_capacity_in()` constructor
` [PATCH v1 13/28] rust: alloc: add `Vec::try_with_capacity{,_in}()` constructors
` [PATCH v1 14/28] rust: str: add `BStr` type
` [PATCH v1 15/28] rust: str: add `b_str!` macro
` [PATCH v1 16/28] rust: str: add `CStr` type
` [PATCH v1 17/28] rust: str: implement several traits for `CStr`
` [PATCH v1 18/28] rust: str: add `CStr` unit tests
` [PATCH v1 19/28] rust: str: add `c_str!` macro
` [PATCH v1 20/28] rust: str: add `Formatter` type
` [PATCH v1 21/28] rust: str: add `CString` type
` [PATCH v1 22/28] rust: str: add `fmt!` macro
` [PATCH v1 23/28] rust: std_vendor: add `dbg!` macro based on `std`'s one
` [PATCH v1 24/28] rust: static_assert: add `static_assert!` macro
` [PATCH v1 25/28] rust: add `build_error` crate
` [PATCH v1 26/28] rust: build_assert: add `build_{error,assert}!` macros
` [PATCH v1 27/28] rust: types: add `Either` type
` [PATCH v1 28/28] rust: types: add `Opaque` type

[PATCH] drivers/media/rc: Fix a race condition in send_packet()
 2022-11-10 16:42 UTC  (3+ messages)

[meta-ti][dunfell PATCH] optee-os: Update SRCREV for OP-TEE TRNG in AM62X
 2022-11-10 16:42 UTC 

ideapad-laptop touchpad handling problems, request for help
 2022-11-10 16:42 UTC  (5+ messages)

Coverity: imx290_ctrl_init(): Error handling issues
 2022-11-10 16:41 UTC  (2+ messages)

[PATCH net-next] net: dcb: move getapptrust to separate function
 2022-11-10 16:30 UTC  (2+ messages)

[PATCH] wifi: ath10k: Remove redundant argument offset
 2022-11-10 16:40 UTC  (2+ messages)

[PATCH 0/4] Misc SOQuartz Enablement
 2022-11-10 16:38 UTC  (15+ messages)
` [PATCH 1/4] arm64: dts: rockchip: Enable GPU on SOQuartz CM4
` [PATCH 2/4] arm64: dts: rockchip: Enable video output and HDMI on SOQuartz
` [PATCH 3/4] arm64: dts: rockchip: Enable HDMI sound "
` [PATCH 4/4] arm64: dts: rockchip: Enable PCIe 2 on SOQuartz CM4IO

[PATCH V3] x86/split_lock: Add sysctl to control the misery mode
 2022-11-10 16:36 UTC  (2+ messages)

[PATCH v2 1/2] iommu/amd: Fix ivrs_acpihid cmdline parsing code
 2022-11-10 16:38 UTC  (2+ messages)

[norov:bmap 14/14] include/linux/find.h:197: multiple definition of `sched_numa_find_nth_cpu'; block/bfq-iosched.o:include/linux/find.h:197: first defined here
 2022-11-10 16:37 UTC 

[norov:bmap 14/14] include/linux/topology.h:253: multiple definition of `sched_numa_find_nth_cpu'; block/bfq-iosched.o:include/linux/topology.h:253: first defined here
 2022-11-10 16:37 UTC 

[PATCH 0/3] Convert git-bisect--helper to OPT_SUBCOMMAND
 2022-11-10 16:36 UTC  (17+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] bisect--helper: remove unused options
  ` [PATCH v3 2/3] bisect--helper: move all subcommands into their own functions
  ` [PATCH v3 3/3] bisect--helper: parse subcommand with OPT_SUBCOMMAND
  ` [PATCH v2 00/11] Turn git-bisect to be builtin
    ` [PATCH v2 01/11] bisect tests: test for v2.30.0 "bisect run" regressions
    ` [PATCH v2 02/11] bisect: refactor bisect_run() to match CodingGuidelines
    ` [PATCH v2 03/11] bisect: fix output regressions in v2.30.0
    ` [PATCH v2 04/11] bisect run: keep some of the post-v2.30.0 output
    ` [PATCH v2 05/11] bisect-run: verify_good: account for non-negative exit status
    ` [PATCH v2 06/11] bisect--helper: identify as bisect when report error
    ` [PATCH v2 07/11] bisect test: test exit codes on bad usage
    ` [PATCH v2 08/11] bisect--helper: emit usage for "git bisect"
    ` [PATCH v2 09/11] bisect--helper: handle states directly
    ` [PATCH v2 10/11] bisect--helper: log: allow arbitrary number of arguments
    ` [PATCH v2 11/11] Turn `git bisect` into a full built-in

[PATCH 0/9] net: dsa: Add support for mv88e6020 and mv88e6071
 2022-11-10 16:37 UTC  (7+ messages)
` [PATCH 3/9] net: dsa: mv88e6xxx: implement get_phy_address
` [PATCH 9/9] net: dsa: mv88e6071: Set .set_max_frame_size callback

[Intel-wired-lan] [PATCH intel-next v2] i40e: allow toggling loopback mode via ndo_set_features callback
 2022-11-10 13:46 UTC  (2+ messages)

[Intel-wired-lan] igc kernel module crashes on new hardware (Intel Ethernet I225-V)
 2022-11-10 11:44 UTC  (5+ messages)

[Intel-wired-lan] [tnguy-next-queue:dev-queue 19/51] drivers/net/ethernet/intel/ice/ice_main.c:2562:16-37: WARNING: casting value returned by memory allocation function to (struct ice_ring_stats *) is useless
 2022-11-10  3:19 UTC 

[PATCH v4 1/3] mempool: split stats from debug
 2022-11-10 16:36 UTC  (4+ messages)
` [PATCH v5 "
  ` [PATCH v5 3/3] mempool: use cache for frequently updated stats

[PATCH v6 00/10] Designware PWM driver updates for OF
 2022-11-10 16:35 UTC  (7+ messages)
` [PATCH v6 06/10] pwm: dwc: split pci out of core driver
` [PATCH v6 10/10] pwm: dwc: use clock rate in hz to avoid rounding issues

[PATCH net-next v2 00/11] net: pcs: Add support for devices probed in the "usual" manner
 2022-11-10 16:32 UTC  (14+ messages)

[PATCH v2 0/8] imx8: switch missing boards to binman
 2022-11-10 16:35 UTC  (9+ messages)
` [PATCH v2 8/8] imx: imx8: apalis: switch "

[igt-dev] [PATCH i-g-t] tests/i915/gem_exec_fence: Replacing custom spinner with igt_spin
 2022-11-10 16:33 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[Intel-gfx] [PATCH v6 00/20] drm/i915/vm_bind: Add VM_BIND functionality
 2022-11-10 16:32 UTC  (5+ messages)
` [Intel-gfx] [PATCH v6 05/20] drm/i915/vm_bind: Implement bind and unbind of object
    `  "

[PATCH v3] platform/x86: don't unconditionally attach Intel PMC when virtualized
 2022-11-10 16:31 UTC 

[PATCH 0/3] mm,huge,rmap: unify and speed up compound mapcounts
 2022-11-10 16:31 UTC  (4+ messages)
` [PATCH 4/3] mm,thp,rmap: handle the normal !PageCompound case first

[PATCH 00/12] Add support for the Cirrus Logic CS48L32 audio codecs
 2022-11-10 16:31 UTC  (9+ messages)
` [PATCH 09/12] irqchip: cirrus: Add driver for Cirrus Logic CS48L31/32/33 codecs

Coverity: vgxy61_detect_cut_version(): Control flow issues
 2022-11-10 16:31 UTC 

[yocto] Minutes: Yocto Project Weekly Triage Meeting 11/10/2022
 2022-11-10 16:31 UTC 

Coverity: vgxy61_apply_gpiox_strobe_mode(): Control flow issues
 2022-11-10 16:31 UTC 

[PATCH 0/4] hw: make TCO watchdog actually work by default for Q35
 2022-11-10 16:30 UTC  (7+ messages)

[PATCH 0/5] Fix IS_ERR() vs NULL check for drm
 2022-11-10 16:30 UTC  (4+ messages)
` [PATCH 4/5] drm/komeda: Fix IS_ERR() vs NULL check in komeda_component_get_avail_scaler()

Coverity: vgxy61_patch(): Control flow issues
 2022-11-10 16:31 UTC 

Coverity: tc358746_apply_pll_config(): Control flow issues
 2022-11-10 16:30 UTC 

Coverity: vgxy61_configure(): Control flow issues
 2022-11-10 16:29 UTC 

Coverity: tc358746_g_register(): Error handling issues
 2022-11-10 16:29 UTC 

Coverity: if_sdio_reset_card_worker(): Error handling issues
 2022-11-10 16:29 UTC 

Coverity: tc358746_g_register(): Integer handling issues
 2022-11-10 16:28 UTC 

[yocto] Minutes: Yocto Project Weekly Triage Meeting 11/10/2022
 2022-11-10 16:27 UTC 

linux-next: build warning after merge of the mm tree
 2022-11-10 16:27 UTC  (2+ messages)

Coverity: vgxy61_detect(): Control flow issues
 2022-11-10 16:28 UTC 

[PATCH v1 0/2] python gitignore and line length
 2022-11-10 16:27 UTC  (6+ messages)
` [PATCH v1 2/2] doc: increase python max line to 88

Coverity: vgxy61_tx_from_ep(): Memory - corruptions
 2022-11-10 16:27 UTC 

[RFC PATCH 1/2] dt-bindings: net: h4-bluetooth: add new bindings for hci_h4
 2022-11-10 16:27 UTC  (7+ messages)

[BUG] rtc-efi: Error in efi.get_time() spams dmesg with error message
 2022-11-10 16:24 UTC  (6+ messages)

[PATCH 0/2] s390/vfio-ccw: addressing fixes
 2022-11-10 16:26 UTC  (5+ messages)
` [PATCH 1/2] vfio-ccw: sort out physical vs virtual pointers usage

raid5 deadlock issue
 2022-11-10 16:24 UTC  (4+ messages)
  ` [External] "

[PATCH net-next v3 0/4] net: lan966x: Add xdp support
 2022-11-10 16:21 UTC  (4+ messages)

[RESEND PATCH 0/6] x86/traps,VMX: implement software based NMI/IRQ dispatch for VMX NMI/IRQ reinjection
 2022-11-10 16:24 UTC  (3+ messages)
` [RESEND PATCH 4/6] x86/traps: add external_interrupt() to dispatch external interrupts

[PATCH v2 2/3] soc: renesas: Identify RZ/V2M SoC
 2022-11-10 16:24 UTC 

[PATCH v3 0/8] Implement AMD Pstate EPP Driver
 2022-11-10 16:23 UTC  (15+ messages)
` [PATCH v3 1/8] ACPI: CPPC: Add AMD pstate energy performance preference cppc control
` [PATCH v3 4/8] cpufreq: amd_pstate: add AMD Pstate EPP support for the MSR based processors
` [PATCH v3 6/8] cpufreq: amd-pstate: implement suspend and resume callbacks
` [PATCH v3 8/8] cpufreq: amd_pstate: add driver working mode status sysfs entry

[PATCH 0/4] x86/mm: Fix set_memory_rox()
 2022-11-10 16:22 UTC  (3+ messages)
` [PATCH 1/4] x86/mm: Add a few comments

[PATCH V4 1/2] arm64: dts: qcom: sc7280: Mark all Qualcomm reference boards as LTE
 2022-11-10 16:22 UTC  (2+ messages)

[PATCH] common/mlx5: fix the sysfs port name translation
 2022-11-10 16:21 UTC  (2+ messages)

[PATCH v2 0/3] Add SoC identification support for RZ/V2M
 2022-11-10 16:21 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: arm: renesas: Document Renesas RZ/V2M System Configuration
` [PATCH v2 3/3] arm64: dts: renesas: r9a09g011: Add system configuration node

[PATCH v5 0/1] i2c: Restore power status of device if probe fail or device is removed
 2022-11-10 16:20 UTC  (2+ messages)
` [PATCH v5 1/1] i2c: Restore initial power state when we are done

[PATCH] hwmon/coretemp: Simplify platform device antics
 2022-11-10 16:20 UTC 

Patchwork summary for: linux-renesas-soc
 2022-11-10 16:20 UTC 

Deprecating and removing SLOB
 2022-11-10 16:20 UTC  (6+ messages)

kasan-for-arm32
 2022-11-10 16:17 UTC  (3+ messages)
  ` [External] kasan-for-arm32

[PATCH] common/mlx5: fix DevX register read error severity
 2022-11-10 16:18 UTC  (2+ messages)

[PATCH v5 0/7] Add support for Renesas RZ/Five SoC
 2022-11-10 16:17 UTC  (5+ messages)

stable/linux-4.14.y build: 196 builds: 3 failed, 193 passed, 2 errors, 38 warnings (v4.14.299)
 2022-11-10 16:17 UTC 

[OE-core][dunfell][PATCH] curl: fix CVE-2022-32221 POST following PUT confusion
 2022-11-10 16:17 UTC  (2+ messages)

[PATCH v4 00/11] Encrypted Hibernation
 2022-11-10 16:17 UTC  (5+ messages)
` [PATCH v4 09/11] PM: hibernate: Mix user key in encrypted hibernate

[OE-core][PATCH] systemd: add group render to udev package
 2022-11-10 16:17 UTC  (2+ messages)

question about CVE-2022-3169
 2022-11-10 16:17 UTC  (2+ messages)

[PATCH RFC] maple_tree: should get pivots boundary by type
 2022-11-10 16:14 UTC  (2+ messages)

[PATCH] drm/mediatek: Add support for AR30 and BA30
 2022-11-10 16:15 UTC  (2+ messages)

[PATCH] x86: Drop fpregs lock before inheriting FPU permissions
 2022-11-10 16:14 UTC  (2+ messages)
` [tip: x86/urgent] x86/fpu: "

[PATCH v5 10/13] Makefile: copy contrib/coccinelle/*.cocci to build/
 2022-11-10 16:14 UTC  (2+ messages)
` [PATCH] Makefile: don't create a ".build/.build/" for cocci, fix output

release candidate 22.11-rc2
 2022-11-10 16:14 UTC  (2+ messages)

[RFC 2/2] testpmd: cleanup cleanly from signal
 2022-11-10 16:14 UTC  (9+ messages)
` [PATCH v4] "
` [PATCH v5] "

[PATCH] can: can327: fix potential skb leak when netdev is down
 2022-11-10 16:04 UTC  (2+ messages)

[PATCH v2 0/3] block: Start/end drain on correct AioContext
 2022-11-10 16:11 UTC  (3+ messages)

stable/linux-4.9.y build: 188 builds: 3 failed, 185 passed, 2 errors, 34 warnings (v4.9.333)
 2022-11-10 16:10 UTC 

[PATCH] tests/stream-under-throttle: New test
 2022-11-10 16:09 UTC 

[PATCH] arm64: dts: renesas: r9a09g011: Add L2 Cache node
 2022-11-10 16:09 UTC 

[PATCH v6 00/10] ASID support in vhost-vdpa net
 2022-11-10 16:07 UTC  (4+ messages)
` [PATCH v6 10/10] vdpa: Always start CVQ in SVQ mode

[PATCH v5 05/15] KVM: nVMX: Let userspace set nVMX MSR to any _host_ supported value
 2022-11-10 16:08 UTC  (11+ messages)

[PATCH v2 0/2] x86: Check return values for early memory/IO remap calls
 2022-11-10 16:07 UTC  (5+ messages)
` [PATCH v2 1/2] x86: Check return values from early_memremap calls
` [PATCH v2 2/2] x86: Check return values from early_ioremap calls

[linux-next:master 316/7046] drivers/media/platform/mediatek/jpeg/mtk_jpeg_core.c:1474:38: warning: unused variable 'mt8173_jpeg_drvdata'
 2022-11-10 16:07 UTC 

[PATCH] radix tree test suite: Fix uninitialized variable compilation warning
 2022-11-10 16:06 UTC  (5+ messages)
  ` [PATCH] lib/radix-tree: "

[OE-core][dunfell][PATCH] tzdata: update to 2022f
 2022-11-10 16:06 UTC  (2+ messages)

[PATCH] repository-version.txt: partialClone casing change
 2022-11-10 16:05 UTC 

[PATCH v2 0/3] power: supply: cpcap-battery improvements
 2022-11-10 16:05 UTC  (3+ messages)
` [PATCH 2/3] power: supply: cpcap-battery: Fix battery identification

[PATCH v7 00/10] drm: bridge: Add Samsung MIPI DSIM bridge
 2022-11-10 16:03 UTC  (6+ messages)

[PATCH v2 1/3] Documentation: KUnit: make usage.rst a superset of tips.rst, remove duplication
 2022-11-10 16:04 UTC  (4+ messages)
` [PATCH v2 2/3] Documentation: KUnit: reword description of assertions

[PATCH printk v3 00/40] reduce console_lock scope
 2022-11-10 16:03 UTC  (5+ messages)
` [PATCH printk v3 33/40] printk, xen: fbfront: create/use safe function for forcing preferred

[PATCH] xen/pcpu: fix possible memory leak in register_pcpu()
 2022-11-10 16:02 UTC  (2+ messages)

[PATCH] [next] drm/amdgpu: Replace one-element array with flex-array member
 2022-11-10 16:00 UTC  (5+ messages)

[PATCH v4 0/1] i2c: Restore power status of device if probe fail or device is removed
 2022-11-10 16:00 UTC  (3+ messages)
` [PATCH v4 1/1] i2c: Restore initial power state when we are done

[PATCH mptcp-net] selftests: mptcp: fix mibit vs mbit mix up
 2022-11-10 16:00 UTC 

[LTP] [PATCH] save_restore: Introduce new struct field for flags
 2022-11-10 16:00 UTC  (2+ messages)

[PATCH 0/2] Measure read while write latency
 2022-11-10 15:59 UTC  (3+ messages)
` [PATCH 1/2] mtd-utils: flash_speed: Rework the time counting helpers
` [PATCH 2/2] mtd-utils: flash_speed: Measure read while write latency

[PATCH 0/6] x86/traps,VMX: implement software based NMI/IRQ dispatch for VMX NMI/IRQ reinjection
 2022-11-10 15:59 UTC  (3+ messages)
` [PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for "


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.