All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-05 22:00:19 to 2022-03-06 03:31:00 UTC [more...]

Report 2 in ext4 and journal based on v5.17-rc1
 2022-03-06  3:30 UTC  (7+ messages)

[PATCH RFC v2] mm: Add f_ops->populate()
 2022-03-06  3:26 UTC  (2+ messages)

Error encountered when working with loop devices on zoned btrfs
 2022-03-06  3:24 UTC 

[ovmf test] 168430: regressions - FAIL
 2022-03-06  3:24 UTC 

[PATCH v3 00/26] binman: rockchip: Migrate from rockchip SPL_FIT_GENERATOR script
 2022-03-06  3:19 UTC  (27+ messages)
` [PATCH v3 01/26] dtoc: Make GetArgs() more flexible
` [PATCH v3 02/26] moveconfig: Remove remove_defconfig()
` [PATCH v3 03/26] moveconfig: Use re.fullmatch() to avoid extra check
` [PATCH v3 04/26] spl: Correct Kconfig help for TPL_BINMAN_SYMBOLS
` [PATCH v3 05/26] dtoc: Tidy up implementation of AddStringList()
` [PATCH v3 06/26] elf: Rename load_segments() and module failure
` [PATCH v3 07/26] binman: Tweak collect_contents_to_file() and docs
` [PATCH v3 08/26] binman: Rename ExpandToLimit to extend_to_limit
` [PATCH v3 09/26] binman: Rename ExpandEntries to gen_entries
` [PATCH v3 10/26] binman: Refactor fit to generate output at the end
` [PATCH v3 11/26] binman: Rename tools parameter to btools
` [PATCH v3 12/26] binman: Change how faked blobs are created
` [PATCH v3 13/26] binman: Make fake blobs zero-sized by default
` [PATCH v3 14/26] binman: Allow mkimage to use a non-zero fake-blob size
` [PATCH v3 15/26] binman: Read the fit entries only once
` [PATCH v3 16/26] binman: Update fit to move node reading into the ReadNode() method
` [PATCH v3 17/26] binman: Fix some pylint warnings in fit
` [PATCH v3 18/26] binman: Add a consistent way to report errors with fit
` [PATCH v3 19/26] binman: Update fit to use node instead of subnode
` [PATCH v3 20/26] binman: Keep a separate list of entries for fit
` [PATCH v3 21/26] binman: Support splitting an ELF file into multiple nodes
` [PATCH v3 22/26] rockchip: evb-rk3288: Drop raw-image support
` [PATCH v3 23/26] rockchip: Include binman script in 64-bit boards
` [PATCH v3 24/26] rockchip: Support building the all output files in binman
` [PATCH v3 25/26] rockchip: Convert all boards to use binman
` [PATCH v3 26/26] rockchip: Drop the FIT generator script

[PATCH RFC] mm: Add f_ops->populate()
 2022-03-06  3:21 UTC  (7+ messages)
` [Intel-gfx] "

[Linux-v5.17-rc6] Building tools/perf with perl v5.34
 2022-03-06  3:18 UTC  (4+ messages)

[PATCH v2] KVM: Fix minor indentation and brace style issues
 2022-03-06  3:19 UTC  (8+ messages)
` [PATCH v2 1/7] KVM: Use typical SPDX comment style
` [PATCH v2 2/7] KVM: Replace bare 'unsigned' with 'unsigned int'
` [PATCH v2 3/7] KVM: Replace '__attribute__((weak))' with '__weak'
` [PATCH v2 4/7] KVM: Add blank lines after some declarations
` [PATCH v2 5/7] KVM: Use typical style for block comments
` [PATCH v2 6/7] KVM: Fix minor indentation and brace style issues
` [PATCH v2 7/7] KVM: Modified two MMIO functions to return bool

stable-rc/queue/4.14 build: 152 builds: 1 failed, 151 passed, 29 warnings (v4.14.269-37-gc0154bcfa916)
 2022-03-06  3:17 UTC 

status page status - dedupe
 2022-03-06  3:12 UTC  (7+ messages)

[PATCH v3 00/31] Initial implementation of standard boot
 2022-03-06  3:08 UTC  (19+ messages)
` [PATCH v3 01/31] str: Move string tests to the string module
` [PATCH v3 04/31] lib: Add a way to find the postiion of a trailing number
` [PATCH v3 22/31] bootstd: Add an implementation of EFI boot
` [PATCH v3 24/31] bootstd: Add an implementation of EFI bootmgr

[PATCH v2 00/25] binman: rockchip: Migrate from rockchip SPL_FIT_GENERATOR script
 2022-03-06  3:08 UTC  (30+ messages)
` [PATCH v2 10/25] binman: Refactor fit to generate output at the end
` [PATCH v2 12/25] binman: Change how faked blobs are created
` [PATCH v2 13/25] binman: Make fake blobs zero-sized by default
` [PATCH v2 14/25] binman: Allow mkimage to use a non-zero fake-blob size
` [PATCH v2 15/25] binman: Read the fit entries only once
` [PATCH v2 17/25] binman: Add a consistent way to report errors with fit
` [PATCH v2 19/25] binman: Keep a separate list of entries for fit
` [PATCH v2 20/25] binman: Support splitting an ELF file into multiple nodes
` [PATCH v2 23/25] rockchip: Support building the all output files in binman

move more work to disk_release v3
 2022-03-06  3:09 UTC  (16+ messages)
` [PATCH 01/14] blk-mq: do not include passthrough requests in I/O accounting
` [PATCH 02/14] blk-mq: handle already freed tags gracefully in blk_mq_free_rqs
` [PATCH 03/14] scsi: don't use disk->private_data to find the scsi_driver
` [PATCH 04/14] sd: rename the scsi_disk.dev field
` [PATCH 05/14] sd: call sd_zbc_release_disk before releasing the scsi_device reference
` [PATCH 06/14] sd: delay calling free_opal_dev
` [PATCH 07/14] sd: make use of ->free_disk to simplify refcounting

[RFC] [PATCH] binman: support mkimage split files
 2022-03-06  3:08 UTC  (3+ messages)
` [PATCH v2] binman: support mkimage separate files

[PATCH 1/2] tools/vm/page_owner_sort: fix three trivival places
 2022-03-06  3:06 UTC  (2+ messages)
` [PATCH 2/2] tools/vm/page_owner_sort: support for sorting by task command name

[PATCH 00/24] binman: rockchip: Migrate from rockchip SPL_FIT_GENERATOR script
 2022-03-06  3:07 UTC  (16+ messages)
` [PATCH 03/24] spl: x86: Correct the binman symbols for SPL
` [PATCH 06/24] dtoc: Support adding a string list to a device tree
` [PATCH 20/24] binman: Support splitting an ELF file into multiple nodes

[PATCH v2] drivers: serial: Make sure we really return a serial device
 2022-03-06  3:07 UTC  (2+ messages)

[PATCH v2 00/10] tpm: rng: Move TPM RNG functionality to driver model
 2022-03-06  3:07 UTC  (9+ messages)
` [PATCH v2 08/10] tpm: Add the RNG child device

サンプル請求フォーム|株式会社 グラフィッククリエーション
 2022-03-06  2:56 UTC 

[PATCH bpf-next v1 0/4] bpf: add __percpu tagging in vmlinux BTF
 2022-03-06  2:50 UTC  (5+ messages)
` [PATCH bpf-next v1 4/4] selftests/bpf: Add a test for btf_type_tag "percpu"

stable-rc/queue/5.4 baseline: 108 runs, 4 regressions (v5.4.182-53-ge31c0b084082)
 2022-03-06  2:48 UTC 

[syzbot] KASAN: use-after-free Read in dev_uevent
 2022-03-06  2:47 UTC  (3+ messages)
  ` [PATCH] usb: gadget: Fix use-after-free bug by not setting udc->dev.driver

[PATCH] ACPI: APEI: fix return value of __setup handlers
 2022-03-06  2:46 UTC 

[tpm2] [RELEASE] tpm2-abrmd 2.4.1
 2022-03-06  2:43 UTC 

[PATCH] libbpf: fix array_size.cocci warning
 2022-03-06  2:34 UTC 

[ovmf test] 168427: regressions - FAIL
 2022-03-06  2:16 UTC 

[qemu-mainline test] 168420: tolerable FAIL - PUSHED
 2022-03-06  2:16 UTC 

[PATCH 1/2] cpufreq: unify the show() and store() styles of attr
 2022-03-06  2:12 UTC  (2+ messages)
` [PATCH 2/2] cpufreq: use helper macro __ATTR_XX

[PATCH v9 0/3] integrity: support including firmware ".platform" keys at build time
 2022-03-06  2:10 UTC  (5+ messages)

[CI 0/2] drm/mm: Add an iterator to optimally walk over holes suitable for an allocation
 2022-03-06  2:03 UTC  (10+ messages)
` [Intel-gfx] "
` [Intel-gfx] [CI 1/2] drm/mm: Add an iterator to optimally walk over holes for an allocation (v5)
  `  "
` [CI 2/2] drm/i915/gem: Don't try to map and fence large scanout buffers (v9)
  ` [Intel-gfx] "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/mm: Add an iterator to optimally walk over holes suitable for an allocation
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

stable-rc/queue/4.19 baseline: 63 runs, 1 regressions (v4.19.232-44-g885ff5b26df2)
 2022-03-06  1:55 UTC 

phosphor-network: does it make sense to disable systemd-networkd sending DHCP release?
 2022-03-06  1:54 UTC  (3+ messages)

[PATCH 6/6] KVM: Fix minor indentation and brace style issues
 2022-03-06  1:53 UTC  (4+ messages)
` [PATCH v2 2/6] KVM: Replace bare 'unsigned' with 'unsigned int'

How large is the xtensa pt_regs::areg array supposed to be?
 2022-03-06  1:50 UTC  (3+ messages)

[PATCH mptcp-next v6 0/4] add skc_to_mptcp_sock
 2022-03-06  1:48 UTC  (7+ messages)
` [PATCH mptcp-next v6 1/4] Revert "selftests: bpf: add bpf_mptcp_sock() verifier tests"
` [PATCH mptcp-next v6 2/4] Revert "bpf: add 'bpf_mptcp_sock' structure and helper"
` [PATCH mptcp-next v6 3/4] bpf: add skc_to_mptcp_sock helper
` [PATCH mptcp-next v6 4/4] selftests: bpf: add skc_to_mptcp_sock test
  ` selftests: bpf: add skc_to_mptcp_sock test: Tests Results

[GIT PULL] tracing: Minor fixes for tracing
 2022-03-06  1:37 UTC 

[ovmf test] 168426: regressions - FAIL
 2022-03-06  1:36 UTC 

How to (attempt to) repair these btrfs errors
 2022-03-06  1:36 UTC  (3+ messages)
` AW: "

[PATCHv2 bpf-next 0/8] bpf: Add kprobe multi link
 2022-03-06  1:32 UTC  (4+ messages)

[PATCH v4 0/4] MIPS: Modify mem= and memmap= parameter
 2022-03-06  1:22 UTC  (11+ messages)

【重要】えきねっとアカウントの自動退会処理について
 2022-03-06  1:20 UTC 

stable-rc/queue/5.15 build: 126 builds: 7 failed, 119 passed, 18 errors, 8 warnings (v5.15.26-245-g41c20ddd856d)
 2022-03-06  1:14 UTC 

[PATCH 1/4] ksmbd: remove internal.h include
 2022-03-06  1:10 UTC  (4+ messages)
` [PATCH v2 2/4] ksmbd: remove filename in ksmbd_file
` [PATCH v4 3/4] ksmbd: fix racy issue from using ->d_parent and ->d_name
` [PATCH v2 4/4] ksmbd: increment reference count of parent fp

Потврдете го вашиот профил на Слободен Пристап
 2022-03-06  0:50 UTC 

[PATCH 0/6] KVM: fix checkpatch warnings
 2022-03-06  0:49 UTC  (3+ messages)
` [PATCH 2/6] KVM: Replace bare 'unsigned' with 'unsigned int'

[PATCH 1/2] Print VLAN info in EFI device path
 2022-03-06  0:46 UTC  (2+ messages)
` [PATCH 2/2] Configure VLAN from UEFI device used for PXE

[ovmf test] 168425: regressions - FAIL
 2022-03-06  0:44 UTC 

[PATCH net-next?] net: fungible: fix multiple build problems
 2022-03-06  0:39 UTC  (4+ messages)

Pull request: u-boot-sunxi/master for v2022.04
 2022-03-06  0:38 UTC 

[PATCH 2/6] list: add new MACROs to make iterator invisiable outside the loop
 2022-03-06  0:35 UTC  (4+ messages)

SCSI discovery update
 2022-03-06  0:35 UTC  (5+ messages)
` [PATCH 09/14] scsi: sd: Fix discard errors during revalidate

[PATCH v3] Input: zinitix - Do not report shadow fingers
 2022-03-06  0:32 UTC  (3+ messages)

[RFC v6 net-next 0/9] add support for VSC7512 control over SPI
 2022-03-06  0:28 UTC  (5+ messages)
` [RFC v6 net-next 9/9] net: dsa: ocelot: add external ocelot switch control

[RFC] A couple of issues on BPF callstack
 2022-03-06  0:28 UTC  (2+ messages)

[PATCH] drivers/xen: use helper macro __ATTR_RW
 2022-03-06  0:26 UTC  (4+ messages)

[PATCH V2 16/32] x86/sgx: Support restricting of enclave page permissions
 2022-03-06  0:25 UTC  (12+ messages)

stable-rc/queue/5.16 build: 123 builds: 5 failed, 118 passed, 8 errors, 4 warnings (v5.16.12-165-g8596e86250dd)
 2022-03-06  0:18 UTC 

[PATCH net-next 0/3] ptp: Add generic is_sync() function
 2022-03-06  0:07 UTC  (2+ messages)

[git pull] Input updates for v5.17-rc6
 2022-03-05 23:57 UTC  (2+ messages)

[PATCH 1/2] nvme: remove support or stream based temperature hint
 2022-03-05 23:55 UTC  (6+ messages)
` [PATCH 2/2] block: remove the per-bio/request write hint

[PATCH bpf-next v1 0/9] Extend cgroup interface with bpf
 2022-03-05 23:47 UTC  (8+ messages)
` [PATCH bpf-next v1 1/9] bpf: Add mkdir, rmdir, unlink syscalls for prog_bpf_syscall

[PATCH v3] target/riscv: Add isa extenstion strings to the device tree
 2022-03-05 23:42 UTC  (6+ messages)

[PATCH bpf-next v4 0/8] Fixes for bad PTR_TO_BTF_ID offset
 2022-03-05 23:40 UTC  (2+ messages)

[PATCH 0/2] accel|target: Remove pointless CPUArchState casts
 2022-03-05 23:34 UTC  (3+ messages)
` [PATCH 1/2] accel/tcg: "
` [PATCH 2/2] target/i386: "

[PATCH] power: supply: Add missing charge restart voltages
 2022-03-05 23:24 UTC 

stable-rc/queue/5.4 build: 138 builds: 3 failed, 135 passed, 4 errors, 19 warnings (v5.4.182-53-ge31c0b084082)
 2022-03-05 23:19 UTC 

[PATCH] btrfs: avoid full commit due to race when logging dentry deletion
 2022-03-05 23:19 UTC  (2+ messages)

Honister on Ubuntu 14.04
 2022-03-05 23:12 UTC  (2+ messages)
` [yocto] "

[PATCH v21 0/3] Add matrix keypad driver support for Mediatek SoCs
 2022-03-05 23:04 UTC  (10+ messages)
` [PATCH v21 1/3] dt-bindings: input: Add bindings for Mediatek matrix keypad
` [PATCH v21 2/3] Input: mt6779-keypad - Add MediaTek keypad driver

[ovmf test] 168424: regressions - FAIL
 2022-03-05 23:04 UTC 

[PATCH] clocksource/timer-imx-tpm: define tpm_read_sched_clock() conditionally for arm
 2022-03-05 22:30 UTC  (3+ messages)

stable-rc/queue/5.10 build: 183 builds: 45 failed, 138 passed, 1170 errors, 699 warnings (v5.10.103-94-g8a21dc3cefb9)
 2022-03-05 22:42 UTC 

stable-rc/queue/4.19 build: 146 builds: 4 failed, 142 passed, 26 warnings (v4.19.232-44-g885ff5b26df2)
 2022-03-05 22:26 UTC 

stable-rc/queue/5.16 baseline: 84 runs, 3 regressions (v5.16.12-88-g574afe1b341b)
 2022-03-05 22:23 UTC 

[PATCH] common: add printf debugging automation
 2022-03-05 22:20 UTC 

[GSoC][PATCH] userdiff: Add diff driver for Kotlin lang and tests
 2022-03-05 22:17 UTC  (5+ messages)
` [PATCH v4] userdiff: add builtin diff driver for Kotlin language

[PATCH net-next 0/8] net: Convert user to netif_rx(), part 2
 2022-03-05 22:12 UTC  (9+ messages)
` [PATCH net-next 1/8] net: phy: Use netif_rx()
` [PATCH net-next 2/8] can: "
` [PATCH net-next 3/8] mctp: serial: "
` [PATCH net-next 4/8] slip/plip: "
` [PATCH net-next 5/8] wireless: Atheros: "
` [PATCH net-next 6/8] wireless: brcmfmac: "
` [PATCH net-next 7/8] wireless: Marvell: "
` [PATCH net-next 8/8] wireless: "

[xen-unstable test] 168417: tolerable FAIL
 2022-03-05 22:13 UTC 

[PATCH 0/6] Add driver for SAMA7G5's PDMC
 2022-03-05 22:06 UTC  (9+ messages)
` [PATCH 2/6] ASoC: add DT bindings for Microchip PDMC
` [PATCH 4/6] ARM: dts: at91: sama7g5: add nodes for PDMC

[PATCH] ARM: return_address: disable again for CONFIG_ARM_UNWIND=y
 2022-03-05 22:04 UTC  (3+ messages)

[ovmf test] 168422: regressions - FAIL
 2022-03-05 22:04 UTC 

[PATCH v3 0/2] fix dw-mmc-rockchip rk356x clock rates
 2022-03-05 21:58 UTC  (2+ messages)
` [PATCH v3 2/2] mmc: host: dw-mmc-rockchip: fix handling invalid "


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.