All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-07 21:13:14 to 2022-05-08 03:33:17 UTC [more...]

mm/mempolicy.c:1415:6: warning: The left expression of the compound assignment is an uninitialized value. The computed value will also be garbage [clang-analyzer-core.uninitialized.Assign]
 2022-05-08  3:33 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-05-08  3:32 UTC 

[RFC PATCH v2 0/7] VSX MMA Implementation
 2022-05-08  3:28 UTC  (3+ messages)
` [RFC PATCH v2 1/7] target/ppc: Implement xxm[tf]acc and xxsetaccz

[PATCH v2 00/50] hppa: general improvements and tidy-ups
 2022-05-08  3:19 UTC  (44+ messages)
` [PATCH v2 30/50] lasi: use qdev GPIOs to wire up IRQs in lasi_initfn()
` [PATCH v2 31/50] lasi: fix serial port initialisation
` [PATCH v2 32/50] lasi: update lasi_initfn() to return LASIState
` [PATCH v2 33/50] lasi: move LAN initialisation to machine.c
` [PATCH v2 34/50] lasi: move parallel port "
` [PATCH v2 35/50] lasi: move second serial "
` [PATCH v2 36/50] lasi: move PS2 "
` [PATCH v2 37/50] lasi: remove address space parameter from lasi_initfn()
` [PATCH v2 38/50] lasi: move lasi_initfn() to machine.c
` [PATCH v2 39/50] lasi: use constants for device register offsets
` [PATCH v2 40/50] lasi: use numerical constant for iar reset value
` [PATCH v2 41/50] hppa: move device headers from hppa_sys.h into individual .c files
` [PATCH v2 42/50] lasi: move from hw/hppa to hw/misc
` [PATCH v2 43/50] hppa: move hppa_pci_ignore_ops from pci.c to machine.c
` [PATCH v2 44/50] hppa: remove hw/hppa/pci.c
` [PATCH v2 45/50] hppa: remove unused trace-events from from hw/hppa
` [PATCH v2 46/50] hppa: move enable_lan() define from hppa_sys.h to machine.c
` [PATCH v2 47/50] hppa: remove the empty hppa_sys.h file
` [PATCH v2 48/50] hppa: use MACHINE QOM macros for defining the hppa machine
` [PATCH v2 49/50] hppa: fold machine_hppa_machine_init() into machine_hppa_machine_init_class_init()
` [PATCH v2 50/50] hppa: simplify machine function names in machine.c

RTT-PROBE: lore-subspace-rtt
 2022-05-08  3:21 UTC 

[PATCH bpf-next v7 0/5] Attach a cookie to a tracing program
 2022-05-08  3:21 UTC  (6+ messages)
` [PATCH bpf-next v7 1/5] bpf, x86: Generate trampolines from bpf_tramp_links
` [PATCH bpf-next v7 2/5] bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stack
` [PATCH bpf-next v7 3/5] bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm
` [PATCH bpf-next v7 4/5] libbpf: Assign cookies to links in libbpf
` [PATCH bpf-next v7 5/5] selftest/bpf: The test cses of BPF cookie for fentry/fexit/fmod_ret/lsm

Proposal for Porting Xen to Armv8-R64 - DraftC (Archive for Day1)
 2022-05-08  3:13 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-05-08  3:10 UTC 

[LTP] [PATCH 0/3] fix some bugs in rct02
 2022-05-08  3:05 UTC  (5+ messages)
` [LTP] [PATCH 3/3] rtc02: loosen the compare precision with few seconds
      ` [LTP] [PATCH v2] "

[PATCH] ARC: Fix comment typo
 2022-05-08  3:02 UTC  (2+ messages)

[PATCH] alpha: Fix comment typo
 2022-05-08  3:00 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-05-08  3:00 UTC 

[PATCH V2] ARM: imx: imx8m: Adjust thermal trip points for Industrial parts
 2022-05-08  2:59 UTC  (3+ messages)

[PATCH v1 0/4] can: ctucanfd: clenup acoording to the actual rules and documentation linking
 2022-05-08  2:51 UTC  (5+ messages)

[PATCH] sparc64: Fix typos in some commnets
 2022-05-08  2:50 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-05-08  2:50 UTC 

[PATCH] KVM: PPC: Book3S HV: Fix typo in a comment
 2022-05-08  2:40 UTC  (2+ messages)

[PATCH] sparc32: srmmu: Fix typo in a comment
 2022-05-08  2:43 UTC 

[geert-renesas-drivers:master] BUILD SUCCESS 73738e3f3a1ddc060ffa371deea2f1b2b4c2a440
 2022-05-08  2:42 UTC 

drivers/clk/ux500/u8500_of_clk.c:548 u8500_clk_init() warn: possible memory leak of 'rstc'
 2022-05-08  2:42 UTC 

[PATCH v4 00/15] Introducing AMD x2AVIC and hybrid-AVIC modes
 2022-05-08  2:39 UTC  (16+ messages)
` [PATCH v4 01/15] x86/cpufeatures: Introduce x2AVIC CPUID bit
` [PATCH v4 02/15] KVM: x86: lapic: Rename [GET/SET]_APIC_DEST_FIELD to [GET/SET]_XAPIC_DEST_FIELD
` [PATCH v4 03/15] KVM: SVM: Detect X2APIC virtualization (x2AVIC) support
` [PATCH v4 04/15] KVM: SVM: Update max number of vCPUs supported for x2AVIC mode
` [PATCH v4 05/15] KVM: SVM: Update avic_kick_target_vcpus to support 32-bit APIC ID
` [PATCH v4 06/15] KVM: SVM: Do not support updating APIC ID when in x2APIC mode
` [PATCH v4 07/15] KVM: SVM: Adding support for configuring x2APIC MSRs interception
` [PATCH v4 08/15] KVM: x86: Deactivate APICv on vCPU with APIC disabled
` [PATCH v4 09/15] KVM: SVM: Refresh AVIC configuration when changing APIC mode
` [PATCH v4 10/15] KVM: SVM: Introduce helper functions to (de)activate AVIC and x2AVIC
` [PATCH v4 11/15] KVM: SVM: Do not throw warning when calling avic_vcpu_load on a running vcpu
` [PATCH v4 12/15] KVM: SVM: Introduce hybrid-AVIC mode
` [PATCH v4 13/15] KVM: x86: Warning APICv inconsistency only when vcpu APIC mode is valid
` [PATCH v4 14/15] KVM: SVM: Use target APIC ID to complete x2AVIC IRQs when possible
` [PATCH v4 15/15] KVM: SVM: Add AVIC doorbell tracepoint

RTT-PROBE: lore-subspace-rtt
 2022-05-08  2:39 UTC 

[PATCH] w1: no need to initialise statics to 0
 2022-05-08  2:34 UTC 

[PATCH] MIPS: tools: no need to initialise statics to 0
 2022-05-08  2:31 UTC 

[PATCH] xtensa: no need to initialise statics to 0
 2022-05-08  2:29 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-05-08  2:29 UTC 

[PATCH] arch/ia64: no need to initialise statics to 0
 2022-05-08  2:26 UTC  (2+ messages)

[PATCH] mt76: mt7915: rework fw_util debugfs knob
 2022-05-08  2:18 UTC  (4+ messages)

[PATCH] arm64: perf: no need to initialise statics to 0
 2022-05-08  2:23 UTC 

[PATCH 0/2] linux-user/s390x: Fix unwinding from signal handlers
 2022-05-08  2:17 UTC  (4+ messages)
` [PATCH 1/2] "

RTT-PROBE: lore-subspace-rtt
 2022-05-08  2:18 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-05-08  2:07 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-05-08  1:57 UTC 

[dgc-xfs:xfs-5.19-compose 16/43] fs/xfs/xfs_attr_item.c:401 xfs_attr_create_intent() error: uninitialized symbol 'attrip'
 2022-05-08  1:50 UTC 

[meta-filesystems][PATCH 1/2] zfs: Disable on mips
 2022-05-08  1:46 UTC  (2+ messages)
` [meta-filesystems][PATCH 2/2] zfs: Make systemd and sysvinit into packageconfigs

RTT-PROBE: lore-subspace-rtt
 2022-05-08  1:46 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-05-08  1:36 UTC 

[PATCH v2 04/11] clk: qcom: ipq8074: add PPE crypto clock
 2022-05-08  1:30 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-05-08  1:26 UTC 

[PATCH V3 0/4] arm64: add i.MX93 support
 2022-05-08  1:23 UTC  (4+ messages)
` [PATCH V3 1/4] dt-bindings: arm: fsl: add imx93 11x11 evk board

RTT-PROBE: lore-subspace-rtt
 2022-05-08  1:16 UTC 

xtensa-linux-ld: section .Level2InterruptVector.text VMA [0000000000000180,0000000000000193] overlaps section .data VMA [0000000000000000,000000000017a61f]
 2022-05-08  1:09 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-05-08  1:06 UTC 

Latest PA8800/PA8900 cache flush patch
 2022-05-08  1:02 UTC  (6+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-05-08  0:56 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-05-08  0:46 UTC 

[PATCH v4 0/5] memblock tests: update style of comments
 2022-05-08  0:41 UTC  (2+ messages)

[ovmf test] 170226: regressions - FAIL
 2022-05-08  0:40 UTC 

[PATCH] gcc: upgrade 11.3 -> 12.1
 2022-05-08  0:38 UTC 

[PATCH v2] hex2bin: make the function hex_to_bin constant-time
 2022-05-08  0:37 UTC  (11+ messages)
        ` [dm-devel] "

RTT-PROBE: lore-subspace-rtt
 2022-05-08  0:36 UTC 

[PATCH v6] net: atlantic: always deep reset on pm op, fixing up my null deref regression
 2022-05-08  0:36 UTC 

[PATCH] mm: fix is_pinnable_page against on cma page
 2022-05-08  0:31 UTC  (12+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-05-08  0:25 UTC 

[PATCH] init: call time_init() before rand_initialize()
 2022-05-08  0:20 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2] mm: fix is_pinnable_page against on cma page
 2022-05-08  0:19 UTC  (3+ messages)

[PATCH] ARM: imx: mx5: Convert MX53 Menlo board to DM I2C and DM RTC
 2022-05-08  0:19 UTC 

arch/arm64/kernel/mte.c:197:13: warning: no previous prototype for 'kasan_hw_tags_enable'
 2022-05-08  0:18 UTC 

[RFC v2 01/39] Kconfig: introduce HAS_IOPORT option and select it as necessary
 2022-05-08  0:15 UTC  (17+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-05-08  0:15 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-05-08  0:04 UTC 

[PATCHv3 06/10]crypto: add rocksoft 64b crc framework
 2022-05-08  0:01 UTC 

Fix bug when stdin is closed
 2022-05-07 23:54 UTC  (4+ messages)
` [PATCH 1/3] main: Accept FD 0 as epoll_fd
` [PATCH 2/3] dhcp6-transport: Remove udp_fd field
` [PATCH 3/3] dhcp-transport: Initialize the "

RTT-PROBE: lore-subspace-rtt
 2022-05-07 23:54 UTC 

sound/soc/sh/rcar/ssiu.c:73 rsnd_ssiu_busif_err_irq_ctrl() error: uninitialized symbol 'offset'
 2022-05-07 23:47 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-05-07 23:44 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-05-07 23:33 UTC 

Inquriy
 2022-05-07 23:02 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-05-07 23:23 UTC 

[xilinx-xlnx:xlnx_rebase_v5.15_LTS 643/1129] drivers/gpu/drm/xlnx/xlnx_scaler.c:1394:21: warning: variable 'fmt_out' set but not used
 2022-05-07 23:17 UTC 

[cxl:preview 63/78] drivers/cxl/region.c:698:7: warning: Branch condition evaluates to a garbage value [clang-analyzer-core.uninitialized.Branch]
 2022-05-07 23:17 UTC 

[linux-lvm] Bypassing LVM Restrictions - RAID6 With Less Than 5 Disks
 2022-05-07 23:14 UTC  (7+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-05-07 23:13 UTC 

[Buildroot] [PATCH] package/cpulimit: Added missing dependency on threads
 2022-05-07 23:10 UTC 

net/openvswitch/flow.c:920:9: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
 2022-05-07 23:07 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-05-07 23:03 UTC 

[PATCH] percpu: improve percpu_alloc_percpu event trace
 2022-05-07 23:00 UTC  (6+ messages)
` [PATCH mm] tracing: incorrect gfp_t conversion

[withdrawn] tracing-incorrect-gfp_t-conversion-fix.patch removed from -mm tree
 2022-05-07 23:00 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-05-07 22:52 UTC 

+ tracing-incorrect-gfp_t-conversion-fix.patch added to mm-unstable branch
 2022-05-07 22:49 UTC 

[PATCH] arm64: dts: qcom: sm6350: Replace literal rpmpd indices with constants
 2022-05-07 22:46 UTC 

[PATCH 1/2] mm/mlock: not handle NULL vma specially
 2022-05-07 22:44 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-05-07 22:42 UTC 

Beginner's guide to writing a SATA device driver?
 2022-05-07 22:40 UTC  (2+ messages)

[linux-next:master 5484/9759] mips64-linux-ld: warning: orphan section `.ctors.65436' from `drivers/gpu/drm/display/drm_hdcp_helper.o' being placed in section `.ctors.65436'
 2022-05-07 22:36 UTC 

[PATCH] rcu/nocb: Add an option to ON/OFF an offloading from RT context
 2022-05-07 22:32 UTC  (6+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-05-07 22:31 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-05-07 22:21 UTC 

[PATCH 1/4] dt-bindings: leds: qcom-lpg: Add compatible for PM660L LPG block
 2022-05-07 22:20 UTC  (3+ messages)

[PATCH v7 0/7] fpga: zynqmp: Adding support of loading authenticated images
 2022-05-07 22:19 UTC  (4+ messages)
` [PATCH v7 6/7] fpga: zynqmp: support "

[PATCH 1/4] dt-bindings: leds: qcom-lpg: Add compatible for PM660L LPG block
 2022-05-07 22:11 UTC  (4+ messages)
` [PATCH 2/4] leds: qcom-lpg: Add PM660L configuration and compatible
` [PATCH 3/4] arm64: dts: qcom: pm660l: Add LPG node
` [PATCH 4/4] arm64: dts: qcom: sdm630-nile: Add RGB status LED on the PM660L LPG

RTT-PROBE: lore-subspace-rtt
 2022-05-07 22:10 UTC 

[PATCH v3 00/43] Add LoongArch softmmu support
 2022-05-07 22:08 UTC  (5+ messages)
` [PATCH v3 38/43] hw/loongarch: Add LoongArch ls7a rtc device support
` [PATCH v3 39/43] hw/loongarch: Add LoongArch load elf function

[allisonhenderson-xfs-work:xfs-5.19-compose_pptrs 32/32] fs/xfs/xfs_parent_utils.c: xfs_da_btree.h is included more than once
 2022-05-07 22:06 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-05-07 22:00 UTC 

[PATCH] mm: fix align-error when get_addr in unmapped_area_topdown
 2022-05-07 21:59 UTC  (7+ messages)
  `  "

+ mm-handle-thp-in-swap_page_fs-count_vm_events.patch added to mm-unstable branch
 2022-05-07 21:55 UTC 

+ fs-sendfile-handles-o_nonblock-of-out_fd.patch added to mm-nonmm-unstable branch
 2022-05-07 21:52 UTC 

[PATCH] fs: sendfile handles O_NONBLOCK of out_fd
 2022-05-07 21:52 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-05-07 21:50 UTC 

[GIT PULL FOR v5.19] Misc fixes and enhancements
 2022-05-07 21:49 UTC  (2+ messages)
` [GIT PULL FOR v5.19] Misc fixes and enhancements (#82999)

RTT-PROBE: lore-subspace-rtt
 2022-05-07 21:40 UTC 

[xilinx-xlnx:master 30/530] drivers/remoteproc/remoteproc_sysfs.c:244:17-19: WARNING opportunity for min()
 2022-05-07 21:36 UTC  (2+ messages)
` [PATCH] fix minmax.cocci warnings

+ fs-ntfs3-validate-boot-sectors_per_clusters.patch added to mm-nonmm-unstable branch
 2022-05-07 21:34 UTC 

[ovmf test] 170222: regressions - FAIL
 2022-05-07 21:31 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-05-07 21:30 UTC 

[PATCH v8 0/6] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2022-05-07 21:30 UTC  (2+ messages)

[PATCH nft] intervals: deletion should adjust range not yet in the kernel
 2022-05-07 21:30 UTC 

[PATCH] selftests: clarify common error when running gup_test
 2022-05-07 21:26 UTC  (2+ messages)

[linux-next:master 2885/9759] drivers/cxl/core/mbox.c:245 cxl_payload_from_user_allowed() warn: should this be a bitwise op?
 2022-05-07 21:25 UTC 

[PATCH v2 0/2] bisect: status improvements when bisect is not fully fleshed out
 2022-05-07 21:22 UTC  (4+ messages)

[PATCH] leds: lp50xx: Remove duplicated error reporting in .remove()
 2022-05-07 21:21 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-05-07 21:20 UTC 

[PATCH] leds: qcom-lpg: add missing PWM dependency
 2022-05-07 21:20 UTC  (2+ messages)

+ mmap-locking-api-fix-missed-mmap_sem-references-in-comments.patch added to mm-unstable branch
 2022-05-07 21:17 UTC 

[PATCH] media: v4l: vsp1: Fix offset calculation for plane cropping
 2022-05-07 21:16 UTC  (6+ messages)

[PATCH v2] lib/eal/ppc fix compilation for musl
 2022-05-07 21:15 UTC  (2+ messages)
` [PATCH v6] "

block/blk-throttle.c:1470:3: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
 2022-05-07 21:15 UTC 

net/bluetooth/eir.c:295:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
 2022-05-07 21:15 UTC 

[PATCH v8 0/3 RESEND] Multicolor PWM LED support
 2022-05-07 21:14 UTC  (4+ messages)

[PATCH v8 0/2] Make AUX gpio pin optional for ktd2692
 2022-05-07 21:14 UTC  (5+ messages)
` [PATCH v8 1/3] leds: ktd2692: Avoid duplicate error messages on probe deferral


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.