All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-12-20 21:32:22 to 2021-12-20 22:39:04 UTC [more...]

[PATCH v2 1/2] platform/chrome: Add driver for ChromeOS privacy-screen
 2021-12-20 22:07 UTC  (8+ messages)
` [PATCH v2 2/2] drm/privacy_screen_x86: Add entry "

[Buildroot] [PATCH 1/1] package/pppd: fix build with kernel >= 5.15
 2021-12-20 22:38 UTC  (3+ messages)

[linux-next:master 4533/8898] undefined reference to `generic_handle_arch_irq'
 2021-12-20 22:38 UTC 

[PATCH v5 0/9] Refactor/improve cryptomount data passing to crypto modules
 2021-12-20 22:37 UTC  (9+ messages)
` [PATCH v5 6/9] cryptodisk: Add infrastructure to pass data from cryptomount to cryptodisk modules
` [PATCH v5 7/9] cryptodisk: Refactor password input out of crypto dev modules into cryptodisk
` [PATCH v5 8/9] cryptodisk: Move global variables into grub_cryptomount_args struct
` [PATCH v5 9/9] cryptodisk: Improve handling of partition name in cryptomount password prompt

[Buildroot] [PATCH 1/1] package/guile: drop unrecognized option
 2021-12-20 22:37 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] DEVELOPERS: add the stm32f469_disco_xip_defconfig entry
 2021-12-20 22:37 UTC  (2+ messages)

[PATCH 0/6] linux-user: prctl improvements
 2021-12-20 22:35 UTC  (9+ messages)
` [PATCH 1/6] linux-user: Split out do_prctl and subroutines
` [PATCH 2/6] linux-user: Disable more prctl subcodes
` [PATCH 3/6] linux-user: Add code for PR_GET/SET_UNALIGN
` [PATCH 4/6] target/alpha: Implement prctl_unalign_sigbus
` [PATCH 5/6] target/hppa: "
` [PATCH 6/6] target/sh4: "

[Buildroot] [PATCH 1/1] package/frr: add sqlite optional dependency
 2021-12-20 22:36 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/mbedtls: security bump to version 2.16.12
 2021-12-20 22:35 UTC  (2+ messages)

stable-rc/queue/5.4 build: 172 builds: 3 failed, 169 passed, 4 errors, 28 warnings (v5.4.167-71-g2668f7ae1c9f)
 2021-12-20 22:35 UTC 

[Buildroot] [PATCH 1/1] package/libmbim: bump to version 1.26.2
 2021-12-20 22:35 UTC  (2+ messages)

[Buildroot] [PATCH 1/3] package/gupnp-dlna: add introspection support
 2021-12-20 22:34 UTC  (2+ messages)

[OE-core][PATCH 0/4] Move crate fetcher to OE_IMPORTS
 2021-12-20 22:34 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/connman: add iwd support
 2021-12-20 22:34 UTC  (2+ messages)

[dtor-input:next] BUILD SUCCESS 652c0441de588dafb68516eccd4a89662830d23b
 2021-12-20 22:33 UTC 

Issues with smsc95xx driver since a049a30fc27c
 2021-12-20 21:28 UTC  (8+ messages)

[Buildroot] [PATCH] package/libopenaptx: drop package
 2021-12-20 22:30 UTC  (4+ messages)

[RFC PATCH 1/2] firmware: arm_scmi: Filter out negative results on scmi_reading_get
 2021-12-20 22:28 UTC  (3+ messages)

[PATCH v3 1/3] drm/privacy_screen: Add drvdata in drm_privacy_screen
 2021-12-20 22:28 UTC  (3+ messages)
` [PATCH v3 2/3] platform/chrome: Add driver for ChromeOS privacy-screen
` [PATCH v3 3/3] drm/privacy_screen_x86: Add entry "

[PATCH mm v4 00/39] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
 2021-12-20 22:05 UTC  (82+ messages)
` [PATCH mm v4 01/39] kasan, page_alloc: deduplicate should_skip_kasan_poison
` [PATCH mm v4 02/39] kasan, page_alloc: move tag_clear_highpage out of kernel_init_free_pages
` [PATCH mm v4 03/39] kasan, page_alloc: merge kasan_free_pages into free_pages_prepare
` [PATCH mm v4 04/39] kasan, page_alloc: simplify kasan_poison_pages call site
` [PATCH mm v4 05/39] kasan, page_alloc: init memory of skipped pages on free
` [PATCH mm v4 06/39] kasan: drop skip_kasan_poison variable in free_pages_prepare
` [PATCH mm v4 07/39] mm: clarify __GFP_ZEROTAGS comment
` [PATCH mm v4 08/39] kasan: only apply __GFP_ZEROTAGS when memory is zeroed
` [PATCH mm v4 09/39] kasan, page_alloc: refactor init checks in post_alloc_hook
` [PATCH mm v4 10/39] kasan, page_alloc: merge kasan_alloc_pages into post_alloc_hook
` [PATCH mm v4 11/39] kasan, page_alloc: combine tag_clear_highpage calls in post_alloc_hook
` [PATCH mm v4 12/39] kasan, page_alloc: move SetPageSkipKASanPoison "
` [PATCH mm v4 13/39] kasan, page_alloc: move kernel_init_free_pages "
` [PATCH mm v4 14/39] kasan, page_alloc: rework kasan_unpoison_pages call site
` [PATCH mm v4 15/39] kasan: clean up metadata byte definitions
` [PATCH mm v4 16/39] kasan: define KASAN_VMALLOC_INVALID for SW_TAGS
` [PATCH mm v4 17/39] kasan, x86, arm64, s390: rename functions for modules shadow
` [PATCH mm v4 18/39] kasan, vmalloc: drop outdated VM_KASAN comment
` [PATCH mm v4 19/39] kasan: reorder vmalloc hooks
` [PATCH mm v4 20/39] kasan: add wrappers for "
` [PATCH mm v4 21/39] kasan, vmalloc: reset tags in vmalloc functions
` [PATCH mm v4 22/39] kasan, fork: reset pointer tags of vmapped stacks
` [PATCH mm v4 23/39] kasan, arm64: "
` [PATCH mm v4 24/39] kasan, vmalloc: add vmalloc tagging for SW_TAGS
` [PATCH mm v4 25/39] kasan, vmalloc, arm64: mark vmalloc mappings as pgprot_tagged
` [PATCH mm v4 26/39] kasan, vmalloc: unpoison VM_ALLOC pages after mapping
` [PATCH mm v4 27/39] kasan, mm: only define ___GFP_SKIP_KASAN_POISON with HW_TAGS
` [PATCH mm v4 28/39] kasan, page_alloc: allow skipping unpoisoning for HW_TAGS
` [PATCH mm v4 29/39] kasan, page_alloc: allow skipping memory init "
` [PATCH mm v4 30/39] kasan, vmalloc: add vmalloc tagging "
` [PATCH mm v4 31/39] kasan, vmalloc: only tag normal vmalloc allocations
` [PATCH mm v4 32/39] kasan, arm64: don't tag executable "
` [PATCH mm v4 33/39] kasan: mark kasan_arg_stacktrace as __initdata
` [PATCH mm v4 34/39] kasan: simplify kasan_init_hw_tags
` [PATCH mm v4 35/39] kasan: add kasan.vmalloc command line flag
` [PATCH mm v4 36/39] kasan: allow enabling KASAN_VMALLOC and SW/HW_TAGS
` [PATCH mm v4 37/39] arm64: select KASAN_VMALLOC for SW/HW_TAGS modes
` [PATCH mm v4 38/39] kasan: documentation updates
` [PATCH mm v4 39/39] kasan: improve vmalloc tests

[RFC PATCH] vfio: Update/Clarify migration uAPI, add NDMA state
 2021-12-20 22:26 UTC  (5+ messages)

[PATCH v22] tty: Fix the keyboard led light display problem
 2021-12-20 22:25 UTC  (2+ messages)

[PATCH v6 2/6] object-file.c: refactor object header generation into a function
 2021-12-20 22:25 UTC  (3+ messages)
` [RFC PATCH] object-file API: add a format_loose_header() function

stable-rc/linux-4.4.y baseline: 118 runs, 1 regressions (v4.4.295-24-gf46f7fed4810)
 2021-12-20 22:21 UTC 

passing CURLOPT_CERTTYPE to libcurl
 2021-12-20 22:21 UTC  (3+ messages)

[dtor-input:for-linus] BUILD SUCCESS 4ebfee2bbc1a9c343dd50565ba5ae249fac32267
 2021-12-20 22:20 UTC 

[usb:usb-testing] BUILD SUCCESS 236c9ad1f87088bb07ebdd136b8432f83dfd1e14
 2021-12-20 22:20 UTC 

[tty:tty-next] BUILD SUCCESS 35eaa42c4a1017c08d0572008db375becb621744
 2021-12-20 22:20 UTC 

[geert-renesas-devel:master] BUILD SUCCESS 8398a361cd075d8ec3e1d68b246a67148a1486d1
 2021-12-20 22:20 UTC 

[RFC BlueZ PATCH] Bluetooth: Use driver status and experiment value for central-peripheral support
 2021-12-20 22:19 UTC 

[RFC 0/6] Define and use reset domain for GPU recovery in amdgpu
 2021-12-20 22:17 UTC  (9+ messages)
` [RFC 2/6] drm/amdgpu: Move scheduler init to after XGMI is ready
` [RFC 4/6] drm/amdgpu: Serialize non TDR gpu recovery with TDRs

[f2fs-dev] [PATCH 1/2] f2fs: avoid down_write on nat_tree_lock during checkpoint
 2021-12-20 22:15 UTC  (4+ messages)

stable-rc/linux-4.9.y baseline: 114 runs, 3 regressions (v4.9.293-32-g4578d170efaa)
 2021-12-20 22:14 UTC 

[PATCH] builtin/fetch: skip unnecessary tasks when using --negotiate-only
 2021-12-20 22:12 UTC  (7+ messages)
` [PATCH v2] "

[Buildroot] [PATCH 1/3] package/cross-ldd: new package
 2021-12-20 22:10 UTC  (9+ messages)
` [Buildroot] [PATCH 3/3] fs/dracut: new fs type

[PATCH] iomap: turn the byte variable in iomap_zero_iter into a ssize_t
 2021-12-20 22:10 UTC  (2+ messages)

[PATCH 1/1] mmc: unconditionally define mmc_deinit()
 2021-12-20 22:11 UTC  (2+ messages)

[PATCH RESEND] random: use correct memory barriers for crng_node_pool
 2021-12-20 22:10 UTC  (9+ messages)

[melver:review/kmsan 36/43] arch/x86/mm/fault.c:299:28: error: 'KMSAN_VMALLOC_SHADOW_START' undeclared
 2021-12-20 22:08 UTC 

[melver:review/kmsan 13/43] arch/arm64/include/asm/pgtable.h:299:26: error: invalid use of undefined type 'struct task_struct'
 2021-12-20 22:08 UTC 

[RFC PATCH 0/2] cryptoSign flag & config
 2021-12-20 22:07 UTC  (5+ messages)
` [RFC PATCH 1/2] crypto sign: add crypto-sign alias flag
` [RFC PATCH 2/2] crypto sign: add cryptoSign.* config

[PATCH 1/2] grep/pcre2: use PCRE2_UTF even with ASCII patterns
 2021-12-20 22:03 UTC  (5+ messages)
` [PATCH 2/2] grep/pcre2: factor out literal variable

stable-rc/queue/5.15 build: 177 builds: 4 failed, 173 passed, 14 errors, 5 warnings (v5.15.10-177-gaed9163d4cc5)
 2021-12-20 22:06 UTC 

[tpm2] Re: tpm2_flushcontext stuck
 2021-12-20 22:06 UTC 

[Buildroot] [PATCH] package/pdbg: Bump version to v3.4
 2021-12-20 22:05 UTC 

[Buildroot] [PATCH 1/1] package/boost: fix musl build
 2021-12-20 22:02 UTC 

[Buildroot] [PATCH v1 1/2] package/mesa3d: add config option for DRI3 support
 2021-12-20 22:00 UTC  (4+ messages)

[PATCH v2 0/3] Enable replacing image symlinks with unversioned files
 2021-12-20 21:58 UTC  (4+ messages)
` [PATCH v2 1/3] classes/kernel*: allow disabling symlink creation
` [PATCH v2 2/3] classes/kernel*: add variables to allow changing artifact extension
` [PATCH v2 3/3] classes/qemuboot: allow IMAGE_LINK_NAME to be empty

[PATCH] thermal: Kconfig: simplify dependency of THERMAL_HWMON
 2021-12-20 21:58 UTC 

[chao:feature/dax 4/9] fs/f2fs/file.c:584:14: error: implicit declaration of function 'daxdev_mapping_supported'
 2021-12-20 21:57 UTC  (2+ messages)

Bug report - Can create worktrees from bare repo / such worktrees can fool is_bare_repository()
 2021-12-20 21:58 UTC  (8+ messages)

[PATCH] arm: socfpga: vining: Unmount UBIFS and detach UBI in ubi_load script
 2021-12-20 21:57 UTC 

stable-rc/queue/5.10 build: 166 builds: 3 failed, 163 passed, 4 errors, 10 warnings (v5.10.87-99-gf1842ac43117)
 2021-12-20 21:58 UTC 

✅ PASS: Test report for kernel 5.15.11-rc1 (stable, 9fd839d4)
 2021-12-20 21:56 UTC 

[PATCH v2] kasan: fix quarantine conflicting with init_on_free
 2021-12-20 21:55 UTC 

[Intel-gfx] How to fix screen resolution detection?
 2021-12-20 21:50 UTC  (3+ messages)

[PATCH] CHROMIUM: i2c: Add device property for probing
 2021-12-20 21:49 UTC  (2+ messages)

[PATCH 9/9] client: add DPP client commands
 2021-12-20 21:49 UTC 

[PATCH 8/9] client: add DPP interface
 2021-12-20 21:49 UTC 

[PATCH 7/9] doc: document StartConfigurator
 2021-12-20 21:49 UTC 

[PATCH 6/9] dpp: implement configurator role
 2021-12-20 21:49 UTC 

[PATCH 5/9] dpp: add role definitions
 2021-12-20 21:49 UTC 

[PATCH 4/9] dpp: add timeout for auth/config protocols
 2021-12-20 21:49 UTC 

[PATCH 3/9] dpp-util: add dpp_configuration_new/dpp_configuration_to_json
 2021-12-20 21:49 UTC 

[PATCH 2/9] dpp-util: pass actual ad_size, not hard coded '2'
 2021-12-20 21:49 UTC 

[PATCH 1/9] dpp: use frame data directly in unwrap for config response
 2021-12-20 21:49 UTC 

[PATCH bpf v2] bpftool: Flush tracelog output
 2021-12-20 21:48 UTC  (3+ messages)

[PATCH v3 0/9] Parallel CPU bringup for x86_64
 2021-12-20 21:47 UTC  (10+ messages)

[PATCH bpf v3] bpftool: Enable line buffering for stdout
 2021-12-20 21:45 UTC 

✅ PASS: Test report for kernel 5.15.10 (stable-queue, 65910a21)
 2021-12-20 21:44 UTC 

[OpenRISC] [PATCH v3 00/13] Glibc OpenRISC port
 2021-12-20 21:40 UTC  (6+ messages)
` [OpenRISC] [PATCH v3 04/13] or1k: startup and dynamic linking code

[PATCH mm v3 00/38] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
 2021-12-20 21:38 UTC  (15+ messages)
` [PATCH mm v3 25/38] kasan, vmalloc, arm64: mark vmalloc mappings as pgprot_tagged
` [PATCH mm v3 26/38] kasan, vmalloc: don't unpoison VM_ALLOC pages before mapping
` [PATCH mm v3 28/38] kasan, page_alloc: allow skipping memory init for HW_TAGS

powernv gitlab ci regression
 2021-12-20 21:35 UTC 

next/master baseline: 537 runs, 35 regressions (next-20211220)
 2021-12-20 21:37 UTC 

[PATCH v10 00/14] iio: afe: add temperature rescaling support
 2021-12-20 21:37 UTC  (2+ messages)

[meta-oe]
 2021-12-20 21:37 UTC 

[PATCH v4] usb: ohci: add check for host controller functional states
 2021-12-20 21:35 UTC  (3+ messages)

[PATCH 0/2] x86/sgx: Limit EPC overcommit
 2021-12-20 21:35 UTC  (6+ messages)
` [PATCH 1/2] x86/sgx: Add accounting for tracking overcommit

[PATCH 0/4] staging: vc04_services: avoid the use of typedef for function pointers
 2021-12-20 21:29 UTC  (5+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] "
` [PATCH 3/4] "
` [PATCH 4/4] staging: vc04_services: update TODO file

[PATCH v2 0/7] ixgbe SFP handling fixes
 2021-12-20 21:32 UTC  (7+ messages)
` [PATCH v2 1/7] net/ixgbe: Fix ixgbe_is_sfp() to return valid result for X550EM_a devs
` [PATCH v2 3/7] net/ixgbe: Check that SFF-8472 soft rate select is supported before write

[PATCH v7 00/16] Introduce atomic support for SCMI transports
 2021-12-20 21:30 UTC  (4+ messages)
` [PATCH v7 14/16] firmware: arm_scmi: Add atomic mode support to virtio transport


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.