All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-08 01:30:02 to 2023-01-08 03:56:26 UTC [more...]

mm/madvise.c:1438:6: warning: Redundant assignment of 'ret' to itself. [selfAssignment]
 2023-01-08  3:55 UTC 

[PATCH] riscv: do not set the rounding mode via `gen_set_rm`
 2023-01-08  3:52 UTC  (2+ messages)

BMI0160/260 conflicts
 2023-01-08  3:51 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-01-08  3:51 UTC 

[syzbot] [ext4?] INFO: task hung in find_inode_fast
 2023-01-08  3:47 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-01-08  3:41 UTC 

failed to start gnome/gdm3 wayland session after apply NPU patches
 2023-01-08  2:32 UTC  (3+ messages)

[PATCH v5 00/11] riscv: OpenSBI boot test and cleanups
 2023-01-08  3:33 UTC  (5+ messages)
` [PATCH v5 04/11] hw/riscv/boot.c: exit early if filename is NULL in load functions
` [PATCH v5 10/11] hw/riscv/boot.c: consolidate all kernel init in riscv_load_kernel()

RTT-PROBE: lore-subspace-rtt
 2023-01-08  3:31 UTC 

[PATCH v6 0/8] i2c-atr and FPDLink
 2023-01-08  3:23 UTC  (9+ messages)
` [PATCH v6 1/8] i2c: core: let adapters be notified of client attach/detach
` [PATCH v6 3/8] dt-bindings: media: add TI DS90UB913 FPD-Link III Serializer
` [PATCH v6 4/8] dt-bindings: media: add TI DS90UB953 "
` [PATCH v6 5/8] dt-bindings: media: add TI DS90UB960 FPD-Link III Deserializer

RTT-PROBE: lore-subspace-rtt
 2023-01-08  3:21 UTC 

[PATCH v2 00/71] bootstd: Allow migration from distro_bootcmd scripts
 2023-01-08  2:50 UTC  (71+ messages)
` [PATCH v2 01/71] dm: core: Correct ordering of uclasses IDs
` [PATCH v2 02/71] dm: core: Support sorting devices with dm tree
` [PATCH v2 03/71] dm: test: Correct assertion in dm_test_part()
` [PATCH v2 04/71] lib: Add a function to split a string into substrings
` [PATCH v2 05/71] bootstd: Remove special-case code for boot_targets
` [PATCH v2 06/71] bootstd: Simplify locating existing bootdevs
` [PATCH v2 07/71] test: Fix the help for the ut command
` [PATCH v2 08/71] test: Drop duplicate restore of DM state
` [PATCH v2 09/71] sandbox: mmc: Start off with a zeroed file
` [PATCH v2 10/71] vbe: Avoid a build failure when bloblist is not enabled
` [PATCH v2 11/71] vbe: sandbox: Drop VBE node in chosen
` [PATCH v2 12/71] dm: part: Update test to use mmc2
` [PATCH v2 13/71] dm: test: Correct ordering of DM setup
` [PATCH v2 14/71] ide: Drop non-DM code for BLK
` [PATCH v2 15/71] dm: mmc: Use bootdev_setup_sibling_blk()
` [PATCH v2 16/71] bootstd: Add a default method to get bootflows
` [PATCH v2 17/71] sandbox: Allow ethernet to be disabled at runtime
` [PATCH v2 18/71] sandbox: Allow ethernet bootdevs to be disabled for tests
` [PATCH v2 19/71] sandbox: Enable the Ethernet bootdev
` [PATCH v2 20/71] lib: Support printing an error string
` [PATCH v2 21/71] event: Correct duplicate log message in event_notify()
` [PATCH v2 22/71] efi: Improve logging in efi_disk
` [PATCH v2 23/71] bootstd: Add the concept of a bootdev hunter
` [PATCH v2 24/71] bootstd: Support running bootdev hunters
` [PATCH v2 25/71] dm: usb: Drop some dead code
` [PATCH v2 26/71] dm: usb: Mark the device name as alloced when binding
` [PATCH v2 27/71] test: Add a generic function to skip delays
` [PATCH v2 28/71] bootstd: Add a USB hunter
` [PATCH v2 29/71] bootstd: Add an MMC hunter
` [PATCH v2 30/71] net: Add a function to run dhcp
` [PATCH v2 31/71] bootstd: Add a hunter for ethernet
` [PATCH v2 32/71] part: Add a function to find the first bootable partition
` [PATCH v2 33/71] bootstd: Only scan bootable partitions
` [PATCH v2 34/71] scsi: Correct allocation of block-device name
` [PATCH v2 35/71] scsi: Remove all children of SCSI devices before rescanning
` [PATCH v2 36/71] bootstd: Add a SCSI bootdev
` [PATCH v2 37/71] bootstd: Add an IDE bootdev
` [PATCH v2 38/71] bootstd: Add an NVMe bootdev
` [PATCH v2 39/71] virtio: Avoid repeating a long expression
` [PATCH v2 40/71] virtio: Fix returning -ENODEV
` [PATCH v2 41/71] virtio: Avoid strange behaviour on removal
` [PATCH v2 42/71] virtio: Add a block device
` [PATCH v2 43/71] bootstd: Add a virtio bootdev
` [PATCH v2 44/71] ata: Don't try to use non-existent ports
` [PATCH v2 45/71] bootstd: Rename bootdev checkers
` [PATCH v2 46/71] bootstd: Allow reading an EFI file from the network
` [PATCH v2 47/71] bootstd: Include the device tree in the bootflow
` [PATCH v2 48/71] bootstd: Support reading the device tree with EFI
` [PATCH v2 49/71] bootstd: Set the distro_bootpart env var with scripts
` [PATCH v2 50/71] bootstd: Update docs on bootmeth_try_file() for sandbox
` [PATCH v2 51/71] bootstd: Move label parsing into its own function
` [PATCH v2 52/71] bootstd: Add a new bootmeth method to set the bootflow
` [PATCH v2 53/71] sandbox: Allow SPI flash bootdevs to be disabled for tests
` [PATCH v2 54/71] bootstd: Add a SPI flash bootdev
` [PATCH v2 55/71] bootstd: Support reading a script from network or SPI flash
` [PATCH v2 56/71] bootstd: Treat DHCP and PXE as bootdev labels
` [PATCH v2 57/71] bootstd: Use hunters when scanning for bootflows
` [PATCH v2 58/71] bootstd: Allow hunting for bootdevs of a given priority
` [PATCH v2 59/71] bootstd: Add a new pre-scan priority for bootdevs
` [PATCH v2 60/71] bootstd: Allow hunting for a bootdev by label
` [PATCH v2 61/71] bootstd: Allow iterating to the next label in a list
` [PATCH v2 63/71] extension: Refactor to allow non-command usage
` [PATCH v2 64/71] bootstd: Add a hunter for the extension feature
` [PATCH v2 65/71] bootstd: Switch bootdev scanning to use labels
` [PATCH v2 66/71] bootstd: Allow scanning a single bootdev label
` [PATCH v2 67/71] bootstd: Drop the old bootflow_scan_first()
` [PATCH v2 68/71] bootstd: Record the bootdevs used during scanning
` [PATCH v2 69/71] bootstd: Add a little more logging of bootflows
` [PATCH v2 70/71] bootstd: Update documentation for new features
` [PATCH v2 71/71] rockchip: Convert rockpro64-rk3399 to use standard boot

RTT-PROBE: lore-subspace-rtt
 2023-01-08  3:11 UTC 

Wake-up from suspend to RAM broken under `retbleed=stuff`
 2023-01-08  3:07 UTC 

[PATCH 0/8] Add Auxiliary driver support
 2023-01-08  3:02 UTC  (9+ messages)
` [PATCH 1/8] bnxt_en: Add auxiliary "
` [PATCH 2/8] RDMA/bnxt_re: Use auxiliary driver interface
` [PATCH 3/8] bnxt_en: Remove usage of ulp_id
` [PATCH 4/8] bnxt_en: Use direct API instead of indirection
` [PATCH 5/8] bnxt_en: Use auxiliary bus calls over proprietary calls
` [PATCH 6/8] bnxt_en: Remove struct bnxt access from RoCE driver
` [PATCH 7/8] RDMA/bnxt_re: Remove the sriov config callback
` [PATCH 8/8] bnxt_en: Remove runtime interrupt vector allocation

RTT-PROBE: lore-subspace-rtt
 2023-01-08  3:01 UTC 

[PATCH v4 00/36] tcg: Support for Int128 with helpers
 2023-01-08  2:37 UTC  (37+ messages)
` [PATCH v4 01/36] tcg: Define TCG_TYPE_I128 and related helper macros
` [PATCH v4 02/36] tcg: Handle dh_typecode_i128 with TCG_CALL_{RET, ARG}_NORMAL
` [PATCH v4 03/36] tcg: Allocate objects contiguously in temp_allocate_frame
` [PATCH v4 04/36] tcg: Introduce tcg_out_addi_ptr
` [PATCH v4 05/36] tcg: Add TCG_CALL_{RET,ARG}_BY_REF
` [PATCH v4 06/36] tcg: Introduce tcg_target_call_oarg_reg
` [PATCH v4 07/36] tcg: Add TCG_CALL_RET_BY_VEC
` [PATCH v4 08/36] include/qemu/int128: Use Int128 structure for TCI
` [PATCH v4 09/36] tcg/i386: Add TCG_TARGET_CALL_{RET,ARG}_I128
` [PATCH v4 10/36] tcg/tci: Fix big-endian return register ordering
` [PATCH v4 11/36] tcg/tci: Add TCG_TARGET_CALL_{RET,ARG}_I128
` [PATCH v4 12/36] tcg: "
` [PATCH v4 13/36] tcg: Add temp allocation for TCGv_i128
` [PATCH v4 14/36] tcg: Add basic data movement "
` [PATCH v4 15/36] tcg: Add guest load/store primitives "
` [PATCH v4 16/36] tcg: Add tcg_gen_{non}atomic_cmpxchg_i128
` [PATCH v4 17/36] tcg: Split out tcg_gen_nonatomic_cmpxchg_i{32,64}
` [PATCH v4 18/36] target/arm: Use tcg_gen_atomic_cmpxchg_i128 for STXP
` [PATCH v4 19/36] target/arm: Use tcg_gen_atomic_cmpxchg_i128 for CASP
` [PATCH v4 20/36] target/ppc: Use tcg_gen_atomic_cmpxchg_i128 for STQCX
` [PATCH v4 21/36] tests/tcg/s390x: Add div.c
` [PATCH v4 22/36] tests/tcg/s390x: Add clst.c
` [PATCH v4 23/36] tests/tcg/s390x: Add long-double.c
` [PATCH v4 24/36] target/s390x: Use a single return for helper_divs32/u32
` [PATCH v4 25/36] target/s390x: Use a single return for helper_divs64/u64
` [PATCH v4 26/36] target/s390x: Use Int128 for return from CLST
` [PATCH v4 27/36] target/s390x: Use Int128 for return from CKSM
` [PATCH v4 28/36] target/s390x: Use Int128 for return from TRE
` [PATCH v4 29/36] target/s390x: Copy wout_x1 to wout_x1_P
` [PATCH v4 30/36] target/s390x: Use Int128 for returning float128
` [PATCH v4 31/36] target/s390x: Use Int128 for passing float128
` [PATCH v4 32/36] target/s390x: Use tcg_gen_atomic_cmpxchg_i128 for CDSG
` [PATCH v4 33/36] target/s390x: Implement CC_OP_NZ in gen_op_calc_cc
` [PATCH v4 34/36] target/i386: Split out gen_cmpxchg8b, gen_cmpxchg16b
` [PATCH v4 35/36] target/i386: Inline cmpxchg8b
` [PATCH v4 36/36] target/i386: Inline cmpxchg16b

[PATCH v4] sock: add tracepoint for send recv length
 2023-01-08  2:55 UTC 

[PATCH] rcu: Fix missing TICK_DEP_MASK_RCU_EXP dependency check
 2023-01-08  2:55 UTC  (3+ messages)

[PATCH v7 0/4] media: camss: sm8250: Virtual channels support for SM8250
 2023-01-08  2:54 UTC  (8+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-01-08  2:51 UTC 

should git rev-parse -q --verify on a range produce output?
 2023-01-08  2:34 UTC  (2+ messages)

arch/loongarch/kernel/asm-offsets.c:262:6: warning: no previous prototype for 'output_pbe_defines'
 2023-01-08  2:45 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-01-08  2:41 UTC 

[Buildroot] [PATCH 1/1] package/crun: support crun as runtime in containerd
 2023-01-08  2:40 UTC  (2+ messages)

[PATCH v2 03/14] tpm: Add a proper Kconfig option for crc8 in SPL
 2023-01-08  2:40 UTC  (2+ messages)

[PATCH 14/14] Revert "fdtdec: drop needlessly convoluted CONFIG_PHANDLE_CHECK_SEQ"
 2023-01-08  2:39 UTC  (9+ messages)
` [PATCH 00/14] fdt: Improvements for fdt and tracing
  ` [PATCH 11/14] trace: Update trace-format generator for newer version
  ` [PATCH 10/14] trace: Adjust flags in proftool
  ` [PATCH 09/14] mkimage: Add a few more messages for FIT failures
  ` [PATCH 08/14] trace: Move trace pointer to data section
  ` [PATCH 02/14] arm: Support trace on armv8
  ` [PATCH 01/14] trace: Use notrace for short

[Buildroot] [PATCH 1/1] package/crun: add libgcrypt optional dependency
 2023-01-08  2:38 UTC  (2+ messages)

[PATCH 1/1] doc: building documentation
 2023-01-08  2:37 UTC  (11+ messages)

[meta-java][master][PATCH] layer.conf: Switch LAYERSERIES_COMPAT to mickledore
 2023-01-08  2:33 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-01-08  2:31 UTC 

[PATCH] mpg123: Enable largefile support
 2023-01-08  2:30 UTC 

[PATCH 15/16] spi: bcmbca-hsspi: Add driver for newer HSSPI controller
 2023-01-08  2:25 UTC  (2+ messages)

Postcopy migration failed with "qemu-system-x86_64: postcopy_ram_listen_thread: loadvm failed: -5"
 2023-01-08  2:23 UTC 

Fwd: [PATCH bpf] scripts: Exclude Rust CUs with pahole
 2023-01-08  2:23 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-01-08  2:21 UTC 

[PATCH 0/5] Documentation: updates and a correction around 'ORIG_HEAD'
 2023-01-08  2:16 UTC  (7+ messages)
` [PATCH 1/5] git-cherry-pick.txt: do not use 'ORIG_HEAD' in example
` [PATCH 4/5] revisions.txt: be explicit about commands writing 'ORIG_HEAD'
` [PATCH 5/5] git-rebase.txt: add a note about 'ORIG_HEAD' being overwritten

[PATCH v2] scripts: Exclude Rust CUs with pahole
 2023-01-08  2:14 UTC 

[PATCH] target/i386/gdbstub: Fix a bug about order of FPU stack in 'g' packets
 2023-01-08  2:07 UTC  (4+ messages)
` [PATCH v2] [PING] "

[PATCH] tracing/filter: fix kernel-doc warnings
 2023-01-08  2:12 UTC 

[PATCH] userns: fix a struct's kernel-doc notation
 2023-01-08  2:12 UTC 

[PATCH] seccomp: fix kernel-doc function name warning
 2023-01-08  2:12 UTC 

[PATCH] cgroup/cpuset: fix a few kernel-doc warnings & coding style
 2023-01-08  2:12 UTC  (2+ messages)

linux-next: duplicate patches in the amdgpu tree
 2023-01-08  2:12 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-01-08  2:11 UTC 

[PATCH] site/common-musl: Set ac_cv_sys_file_offset_bits default to 64
 2023-01-08  2:08 UTC  (3+ messages)
` [OE-core] "

[PATCH v2 0/2] media: i2c: Add driver for OmniVision OV8858
 2023-01-08  2:07 UTC  (5+ messages)
` [PATCH v2 2/2] "

[u-boot][master][PATCH 1/3] pico-imx7d: add support for 2GB memory SoMs
 2023-01-07 16:53 UTC  (5+ messages)

fs/erofs/fscache.c:226 erofs_fscache_meta_read_folio() warn: passing a valid pointer to 'PTR_ERR'
 2023-01-08  2:04 UTC 

[PATCH net] ipv6: prevent only DAD and RS sending for IFF_NO_ADDRCONF
 2023-01-08  2:04 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-01-08  2:01 UTC 

linux-next: duplicate patches in the drm tree
 2023-01-08  1:58 UTC  (2+ messages)

drivers/net/can/spi/mcp251xfd/mcp251xfd-tef.c:152:34: warning: Value stored to 'tx_ring' during its initialization is never read [clang-analyzer-deadcode.DeadStores]
 2023-01-08  1:54 UTC 

linux-next: duplicate patches in the ext3 tree
 2023-01-08  1:51 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-01-08  1:51 UTC 

[meta-ti][dunfell][PATCH 0/3] Update to cicd.2023.01.07.13:47:28
 2023-01-08  1:41 UTC  (4+ messages)
` [meta-ti][dunfell][PATCH 1/3] u-boot-ti-staging: CI/CD Auto-Merger: cicd.2023.01.07.13:47:28
` [meta-ti][dunfell][PATCH 2/3] linux-ti-staging-rt: "
` [meta-ti][dunfell][PATCH 3/3] linux-ti-staging: "

[meta-arago][dunfell][PATCH] ltp-ddt: CI/CD Auto-Merger: cicd.2023.01.07.13:47:28
 2023-01-08  1:41 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-01-08  1:41 UTC 

[PATCH v3] sock: add tracepoint for send recv length
 2023-01-08  1:34 UTC  (3+ messages)
  ` [External] "

RTT-PROBE: lore-subspace-rtt
 2023-01-08  1:31 UTC 

[PATCH v2 0/4] wifi: libertas: IE handling fixes
 2023-01-08  1:30 UTC  (5+ messages)
` [PATCH v2 1/4] wifi: libertas: fix capitalization in mrvl_ie_data struct
` [PATCH v2 2/4] wifi: libertas: only add RSN/WPA IE in lbs_add_wpa_tlv
` [PATCH v2 3/4] wifi: libertas: add new TLV type for WPS enrollee IE
` [PATCH v2 4/4] wifi: libertas: add support for WPS enrollee IE in probe requests

[PATCH v2] *: fix typos which duplicate a word
 2023-01-08  1:29 UTC  (2+ messages)

[PATCH 10/14] trace: Adjust flags in proftool
 2022-12-21 23:08 UTC 

[PATCH 09/14] mkimage: Add a few more messages for FIT failures
 2022-12-21 23:08 UTC 

[PATCH 11/14] trace: Update trace-format generator for newer version
 2022-12-21 23:08 UTC 

[PATCH 08/14] trace: Move trace pointer to data section
 2022-12-21 23:08 UTC 

[PATCH 01/14] trace: Use notrace for short
 2022-12-21 23:08 UTC 

[PATCH 02/14] arm: Support trace on armv8
 2022-12-21 23:08 UTC 


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.