All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-09-07 21:30:48 to 2021-09-07 22:56:46 UTC [more...]

[PATCH v5 00/21] ASoC: qcom: Add AudioReach support
 2021-09-07 22:56 UTC  (17+ messages)
` [PATCH v5 01/21] soc: dt-bindings: qcom: apr: convert to yaml
` [PATCH v5 02/21] soc: dt-bindings: qcom: apr: deprecate qcom,apr-domain property
` [PATCH v5 04/21] soc: dt-bindings: qcom: add gpr bindings
` [PATCH v5 06/21] ASoC: dt-bindings: move LPASS dai related bindings out of q6afe
` [PATCH v5 08/21] ASoC: dt-bindings: rename q6afe.h to q6dsp-lpass-ports.h
` [PATCH v5 11/21] ASoC: dt-bindings: q6dsp: add q6apm-lpass-dai compatible

[PATCH BlueZ 1/5] adapter-api: Add Experimental property
 2021-09-07 22:56 UTC  (6+ messages)
` [PATCH BlueZ 2/5] adapter: Implement "
` [PATCH BlueZ 3/5] client: Add support for printing ExperimentalFeatures property
` [PATCH BlueZ 4/5] main.conf: Allow passing a list of UUIDs to Experimental
` [PATCH BlueZ 5/5] adapter: Enable codec offload when Experimental is set
` [BlueZ,1/5] adapter-api: Add Experimental property

[PATCH] Revert "Enable '-Werror' by default for all kernel builds"
 2021-09-07 22:55 UTC  (10+ messages)

mdadm resync causes stable system to crash every 2 or 3 hours
 2021-09-07 22:55 UTC  (6+ messages)

[PATCH 0/8] Drop support for git rebase --preserve-merges
 2021-09-07 22:48 UTC  (7+ messages)
` [PATCH v2 0/7] "

[PATCH v3 1/5] target/riscv: Expose interrupt pending bits as GPIO lines
 2021-09-07 22:44 UTC  (4+ messages)
` [PATCH v3 5/5] hw/intc: ibex_timer: Convert the timer to use RISC-V CPU "

[syzbot] upstream boot error: possible deadlock in blktrans_open
 2021-09-07 22:44 UTC  (2+ messages)

[PATCH v2 00/12] Extensions to ov8865 driver
 2021-09-07 22:44 UTC  (6+ messages)
` [PATCH v2 04/12] media: i2c: Support 19.2MHz input clock in ov8865

[hch-block:blkdev.h-includes 2/17] fs/f2fs/compress.c:562:34: error: unexpected type name 'uint': expected identifier
 2021-09-07 22:43 UTC 

[PATCH] PinePhone: enable LED on boot for improved visual feedback
 2021-09-07 22:42 UTC  (5+ messages)
` [PATCH 1/2] board: sunxi: enable status LED early

[PATCH] Makefile: use -Wno-main in the full kernel tree
 2021-09-07 22:42 UTC  (4+ messages)

[PATCH v2 4/5] mm/page_alloc: place pages to tail in __free_pages_core()
 2021-09-07 22:40 UTC  (2+ messages)

[patch V2 00/20] x86/fpu: Clean up exception fixups and error handling in sigframe related code
 2021-09-07 22:37 UTC  (7+ messages)

[PATCH 0/2] pack-write,repack: prevent opening packs too early
 2021-09-07 22:36 UTC  (9+ messages)
` [PATCH 0/3] rename *.idx file into place last (also after *.bitmap)
  ` [PATCH 1/3] pack-write: use more idiomatic strbuf usage for packname construction
  ` [PATCH 2/3] pack-write: split up finish_tmp_packfile() function
  ` [PATCH 3/3] pack-write: rename *.idx file into place last (really!)

[PATCH V3 0/3] scsi: ufs: Let devices remain runtime suspended during system suspend
 2021-09-07 22:36 UTC  (6+ messages)
` [PATCH V3 1/3] scsi: ufs: Fix error handler clear ua deadlock

[PATCH v10 0/1] asus-wmi: Add support for custom fan curves
 2021-09-07 22:35 UTC  (3+ messages)
` [PATCH v10] "

[PATCH v2] hw/arm: Add support for kudo-bmc board
 2021-09-07 22:32 UTC 

[Intel-gfx] [PATCH] drm/i915: deduplicate frequency dump on debugfs
 2021-09-07 22:35 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "

[PATCH] ARM: dts: aspeed: Add TYAN S7106 BMC machine
 2021-09-07 22:33 UTC 

Vmalloc.h implicit functions
 2021-09-07 22:34 UTC  (3+ messages)

[PULL 00/42] bsd-user updates to run hello world
 2021-09-07 21:53 UTC  (43+ messages)
` [PULL 01/42] bsd-user: remove sparc and sparc64
` [PULL 02/42] bsd-user: add copyright header to elfload.c
` [PULL 03/42] bsd-user: Add Stacey's copyright to main.c
` [PULL 04/42] bsd-user: add license to bsdload.c
` [PULL 05/42] bsd-user: style nits: bsdload.c whitespace to qemu standard
` [PULL 06/42] bsd-user: Remove all non-x86 code from elfload.c
` [PULL 07/42] bsd-user: move arch specific defines out of elfload.c
` [PULL 08/42] bsd-user: pass the bsd_param into loader_exec
` [PULL 09/42] bsd-user: Fix calculation of size to allocate
` [PULL 10/42] bsd-user: implement path searching
` [PULL 11/42] bsd-user: Eliminate elf personality
` [PULL 12/42] bsd-user: remove a.out support
` [PULL 13/42] bsd-user: TARGET_NGROUPS unused in this file, remove
` [PULL 14/42] bsd-user: elfload: simplify bswap a bit
` [PULL 15/42] bsd-user: assume pthreads and support of __thread
` [PULL 16/42] bsd-user: add host-os.h
` [PULL 17/42] bsd-user: Include host-os.h from main
` [PULL 18/42] bsd-user: save the path to the qemu emulator
` [PULL 19/42] bsd-user: start to move target CPU functions to target_arch*
` [PULL 20/42] bsd-user: Move per-cpu code into target_arch_cpu.h
` [PULL 21/42] bsd-user: pull in target_arch_thread.h update target_arch_elf.h
` [PULL 22/42] bsd-user: Include more things in qemu.h
` [PULL 23/42] bsd-user: define max args in terms of pages
` [PULL 24/42] bsd-user: Create target specific vmparam.h
` [PULL 25/42] bsd-user: Add system independent stack, data and text limiting
` [PULL 26/42] bsd-user: *BSD specific siginfo defintions
` [PULL 27/42] bsd-user: Implement --seed and initialize random state
` [PULL 28/42] bsd-user: Move stack initializtion into a per-os file
` [PULL 29/42] bsd-user: Add architecture specific signal tramp code
` [PULL 30/42] bsd-user: elf cleanup
` [PULL 31/42] bsd-user: Remove dead #ifdefs from elfload.c
` [PULL 32/42] bsd-user: Rewrite target system call definintion glue
` [PULL 33/42] bsd-user: update debugging in mmap.c
` [PULL 34/42] bsd-user: Add target_arch_reg to describe a target's register set
` [PULL 35/42] bsd-user: Add target_os_user.h to capture the user/kernel structures
` [PULL 36/42] bsd-user: add stubbed out core dump support
` [PULL 37/42] bsd-user: elfload.c style catch up patch
` [PULL 38/42] bsd-user: Refactor load_elf_sections and is_target_elf_binary
` [PULL 39/42] bsd-user: move gemu_log to later in the file
` [PULL 40/42] bsd-user: Implement interlock for atomic operations
` [PULL 41/42] bsd-user: Add '-0 argv0' option to bsd-user/main.c
` [PULL 42/42] bsd-user: Update mapping to handle reserved and starting conditions

[PATCH v2 0/2] Add memcg accounting to Arm KVM
 2021-09-07 22:29 UTC  (5+ messages)
` [PATCH v2 2/2] KVM: arm64: Add memcg accounting to KVM allocations

[PATCH] staging: r8188eu: remove unused function Hal_ProSetCrystalCap()
 2021-09-07 22:29 UTC  (3+ messages)

TPS68470 PMIC config option
 2021-09-07 22:28 UTC  (7+ messages)

[PATCH v3 0/8] dt-bindings: memory-controllers: ti,gpmc: Convert to yaml
 2021-09-07 22:24 UTC  (8+ messages)
` [PATCH v3 5/8] dt-bindings: mtd: ti,gpmc-nand: "

[PATCH] bpf: Add env_type_is_resolved() in front of env_stack_push() in btf_resolve()
 2021-09-07 22:24 UTC  (2+ messages)

[PATCH bpf-next v2] libbpf: ignore .eh_frame sections when parsing elf files
 2021-09-07 22:24 UTC  (11+ messages)

stable-rc/queue/5.13 build: 177 builds: 2 failed, 175 passed, 7 warnings (v5.13.14-24-gff358fe92fee)
 2021-09-07 22:24 UTC 

[PATCH RFC mptcp-next 2/4] mptcp: add struct mptcp_sched_ops
 2021-09-07 22:24 UTC  (2+ messages)

[PATCH bpf-next v2 00/13] bpf/tests: Extend JIT test suite coverage
 2021-09-07 22:23 UTC  (14+ messages)
` [PATCH bpf-next v2 01/13] bpf/tests: Allow different number of runs per test case
` [PATCH bpf-next v2 02/13] bpf/tests: Reduce memory footprint of test suite
` [PATCH bpf-next v2 03/13] bpf/tests: Add exhaustive tests of ALU shift values
` [PATCH bpf-next v2 04/13] bpf/tests: Add exhaustive tests of ALU operand magnitudes
` [PATCH bpf-next v2 05/13] bpf/tests: Add exhaustive tests of JMP "
` [PATCH bpf-next v2 06/13] bpf/tests: Add staggered JMP and JMP32 tests
` [PATCH bpf-next v2 07/13] bpf/tests: Add exhaustive test of LD_IMM64 immediate magnitudes
` [PATCH bpf-next v2 08/13] bpf/tests: Add test case flag for verifier zero-extension
` [PATCH bpf-next v2 09/13] bpf/tests: Add JMP tests with small offsets
` [PATCH bpf-next v2 10/13] bpf/tests: Add JMP tests with degenerate conditional
` [PATCH bpf-next v2 11/13] bpf/tests: Expand branch conversion JIT test
` [PATCH bpf-next v2 12/13] bpf/tests: Add more BPF_END byte order conversion tests
` [PATCH bpf-next v2 13/13] bpf/tests: Add tail call limit test with external function call

[PATCH bpf-next] libbpf: Fix build with latest gcc/binutils with LTO
 2021-09-07 22:10 UTC 

[PATCH v2] Prevent vhost-user-blk-test hang
 2021-09-07 21:54 UTC  (2+ messages)

[PATCH 1/3] drm/amdkfd: separate kfd_iommu_resume from kfd_resume
 2021-09-07 22:20 UTC  (8+ messages)
` [PATCH 3/3] drm/amdgpu: move iommu_resume before ip init/resume

[PATCH] drm/i915/gtt: add some flushing for the 64K GTT path
 2021-09-07 22:20 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/gtt: add some flushing for the 64K GTT path (rev2)

[PATCH 0/2]: ARM: Enable THREAD_INFO_IN_TASK
 2021-09-07 22:17 UTC  (26+ messages)
` [PATCH 0/2] ARM: support THREAD_INFO_IN_TASK (v7 only) (v2)
  ` [PATCH 2/3] ARM: Move thread_info into task_struct (v7 only)
  ` [PATCH 0/7] ARM: support THREAD_INFO_IN_TASK (v3)
    ` [PATCH 1/7] ARM: Pass cpu number to secondary_start_kernel
    ` [PATCH 2/7] ARM: Pass task "
    ` [PATCH 3/7] ARM: Use smp_processor_id() in vfp_pm_suspend instead of ti->cpu
    ` [PATCH 4/7] ARM: Use hack from powerpc to get current cpu number
    ` [PATCH 5/7] ARM: Stop using TPIDRPRW to hold per_cpu_offset
    ` [PATCH 6/7] ARM: Use TPIDRPRW for current
    ` [PATCH 7/7] ARM: Move thread_info into task_struct (v7 only)

ipv4/tcp.c:4234:1: error: the frame size of 1152 bytes is larger than 1024 bytes [-Werror=frame-larger-than=]
 2021-09-07 22:16 UTC  (3+ messages)

[PATCH v2 0/5] arm: mach-k3: Fixes for j721e/j7200 clock data and drivers
 2021-09-07 22:16 UTC  (6+ messages)
` [PATCH v2 1/5] arm: mach-k3: j721e: Fix clk-data parenting for postdiv PLL clocks
` [PATCH v2 2/5] arm: mach-k3: j7200: "
` [PATCH v2 3/5] arm: mach-k3: Add note to auto-generated files
` [PATCH v2 4/5] clk: ti: k3-pll: Change DIV_CTRL programming to read-modify-write
` [PATCH v2 5/5] clk: ti: k3: Update driver to account for divider flags

❌ FAIL: Test report for kernel 5.14.0 (mainline.kernel.org-clang, 626bf91a)
 2021-09-07 22:15 UTC 

[linux-chenxing:msc313_mainlining 24/40] drivers/pinctrl/mstar/pinctrl-msc313.c:1528:5: error: no previous prototype for 'mstar_pin_config_get'
 2021-09-07 22:14 UTC  (2+ messages)

[Intel-gfx] [PATCH v3 1/3] drm/i915/display: Some code improvements and code style fixes for DRRS
 2021-09-07 22:13 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [v3,1/3] drm/i915/display: Some code improvements and code style fixes for DRRS (rev2)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [v3,1/3] drm/i915/display: Some code improvements and code style fixes for DRRS (rev3)

stable-rc/queue/5.4 build: 186 builds: 0 failed, 186 passed, 10 warnings (v5.4.144-21-gb97123bcdebe)
 2021-09-07 22:13 UTC 

[PATCH] hash-object: prefix_filename() returns allocated memory these days
 2021-09-07 22:10 UTC 

[PATCH] staging: r8188eu: remove redundant variable hoffset
 2021-09-07 22:10 UTC  (2+ messages)

[PATCH v2 1/3] tools/sco-tester: add test cases to get offload codecs
 2021-09-07 22:07 UTC  (3+ messages)
` [v2,1/3] "

[Bisected Regression] OLPC XO-1.5: Internal drive and SD card (mmcblk*) gone since commit ea718c699055
 2021-09-07 22:05 UTC  (2+ messages)

[PATCH v15 01/13] Bluetooth: Enumerate local supported codec and cache details
 2021-09-07 22:06 UTC  (3+ messages)
` [v15,01/13] "

[PATCH] pci/hotplug/pnv-php: Remove probable double put
 2021-09-07 22:01 UTC  (3+ messages)

[RESEND PATCH v4 0/4] Add perf interface to expose nvdimm
 2021-09-07 21:59 UTC  (5+ messages)
` [RESEND PATCH v4 1/4] drivers/nvdimm: Add nvdimm pmu structure

[PATCH v2 1/2] drivers: thermal: tsens: fix wrong check for tzd in irq handlers
 2021-09-07 21:57 UTC  (3+ messages)
` [PATCH v2 2/2] drivers: thermal: tsens: add timeout to get_tem_tsens_valid

[PATCH] Documentation: fix default directory of git bugreport -o
 2021-09-07 21:56 UTC  (6+ messages)
` bugreport papercuts
  ` [PATCH 1/2] bugreport: avoid duplicating options in usage()
  ` [PATCH 2/2] bugreport: slightly better memory management

[Intel-gfx] [PATCH 1/3] drm/i915: Guard debugfs against invalid access without display
 2021-09-07 21:56 UTC  (7+ messages)
` [Intel-gfx] [PATCH 3/3] drm/i915: remove some debug-only registers from MCHBAR

[PATCH 0/3] namei: fix use-after-free and adjust calling conventions
 2021-09-07 21:54 UTC  (4+ messages)

[PATCH u-boot-marvell v2 00/39] kwboot higher baudrate
 2021-09-07 21:53 UTC  (3+ messages)
` [PATCH u-boot-marvell v2 15/39] tools: kwboot: Allow greater timeout when executing header code

[dm-devel] [PATCH 0/3] multipath-tools: final touces before next PR
 2021-09-07 21:51 UTC  (2+ messages)

[PATCH] cdrom: add linux-block list to uniform CD-ROM entry in MAINTAINERS file
 2021-09-07 21:51 UTC  (3+ messages)

[PATCH] SUNRPC: use congestion_wait() in svc_alloc_args()
 2021-09-07 21:47 UTC  (7+ messages)

[PATCH v2 0/3] namei: fix use-after-free and adjust calling conventions
 2021-09-07 21:44 UTC  (2+ messages)

[patch V2.1 00/20] x86/fpu: Clean up exception fixups and error handling in sigframe related code
 2021-09-07 21:44 UTC  (4+ messages)
` [patch V2.1 05/20] x86/extable: Rework the exception table mechanics

[PATCH v2 1/2] media: i2c: Add ON Semiconductor AP1302 ISP driver
 2021-09-07 21:42 UTC  (6+ messages)

[Patch v5 0/3] Introduce a driver to support host accelerated access to Microsoft Azure Blob for Azure VM
 2021-09-07 21:42 UTC  (3+ messages)
` [Patch v5 2/3] Drivers: hv: add Azure Blob driver

[PATCH 0/1] ubifs: ubifs to export filesystem error counters
 2021-09-07 21:40 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH] test-tool run-command: remove dead "testsuite" code
 2021-09-07 21:41 UTC  (2+ messages)

HVM/PVH Ballon crash
 2021-09-07 21:40 UTC  (7+ messages)
  ` HVM/PVH Balloon crash

[PATCH v3 0/1] Relax restrictions on user.* xattr
 2021-09-07 21:40 UTC  (6+ messages)
      ` [Virtio-fs] "

[GIT PULL] PCI changes for v5.15
 2021-09-07 21:39 UTC 

[PATCH] set_user: add capability check when rlimit(RLIMIT_NPROC) exceeds
 2021-09-07 21:30 UTC  (6+ messages)

Poky:dunfell: SDK install issue (sed: -e expression #1, char 0: no previous regular expression)
 2021-09-07 21:37 UTC  (2+ messages)
` [poky] "

[PATCH 5.13 00/24] 5.13.15-rc1 review
 2021-09-07 21:36 UTC  (2+ messages)

[RFC PATCH 0/3] Type C partner power supply and PDO support
 2021-09-07 21:36 UTC  (5+ messages)
` [RFC PATCH 1/3] usb: pd: Increase max PDO objects to 13

[RFC PATCH] xen/memory: Introduce a hypercall to provide unallocated space
 2021-09-07 21:34 UTC  (3+ messages)

[PATCH] mm: hwpoison: deal with page cache THP
 2021-09-07 21:34 UTC  (14+ messages)

❌ FAIL: Test report for kernel 5.14.0 (mainline.kernel.org-clang, a2b28235)
 2021-09-07 21:33 UTC 

INFO: task hung in io_uring_cancel_generic
 2021-09-07 21:31 UTC  (3+ messages)

[dpdk-dev] [RFC 01/15] eventdev: make driver interface as internal
 2021-09-07 21:31 UTC  (3+ messages)
` [dpdk-dev] [RFC 11/15] eventdev: reserve fields in timer object

[PATCH v4 0/3] add a test mode for SANITIZE=leak, run it in CI
 2021-09-07 21:30 UTC  (5+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/3] Makefile: add SANITIZE=leak flag to GIT-BUILD-OPTIONS
  ` [PATCH v5 2/3] CI: refactor "if" to "case" statement
  ` [PATCH v5 3/3] tests: add a test mode for SANITIZE=leak, run it in CI


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.