All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-03-07 21:26:34 to 2021-03-08 01:13:41 UTC [more...]

[PATCH 1/2] ARM: dts: imx7d-mba7: Remove unsupported property
 2021-03-08  1:11 UTC  (3+ messages)

[PATCH] iio: cros: unify hw fifo attributes without API changes
 2021-03-08  1:09 UTC 

[tglx-devel:softirq 7/20] kernel/softirq.c:624:6: error: redefinition of 'tasklet_unlock_spin_wait'
 2021-03-08  1:09 UTC 

btrfs fails to mount on kernel 5.11.4 but works on 5.10.19
 2021-03-08  1:06 UTC  (5+ messages)

[PATCH v3] target/m68k: implement rtr instruction
 2021-03-08  1:04 UTC  (2+ messages)

stable-rc/queue/4.19 build: 206 builds: 0 failed, 206 passed, 86 warnings (v4.19.178-71-g265578f5dd1f)
 2021-03-08  1:04 UTC 

[PATCH bpf] bpf: Dont allow vmlinux BTF to be used in map_create and prog_load
 2021-03-08  1:03 UTC  (2+ messages)

[PATCH 0/2] target/m68k: MacOS related fixes
 2021-03-08  1:03 UTC  (3+ messages)
` [PATCH 2/2] target/m68k: add M68K_FEATURE_NO_DALIGN feature

[PATCH] ARM: imx: Kconfig: Fix typo in help
 2021-03-08  1:00 UTC  (2+ messages)

scsi: ufshcd: use a macro for UFS versions
 2021-03-08  0:59 UTC  (4+ messages)
` [PATCH 1/3] scsi: ufshcd: switch to a version macro
` [PATCH 2/3] scsi: ufs: qcom: use UFSHCI_VER macro
` [PATCH 3/3] scsi: ufshcd: remove version check

[PATCH V2 1/2] arm64: dts: imx8mp: add eqos node and alias
 2021-03-08  0:58 UTC  (2+ messages)

All files are damaged after btrfs restore
 2021-03-08  0:56 UTC  (9+ messages)

[PATCH v4 0/5] arm64: dts: imx8mm: Add Engicam i.Core MX8M Mini
 2021-03-08  0:55 UTC  (3+ messages)

stable-rc/queue/5.10 build: 195 builds: 0 failed, 195 passed, 29 warnings (v5.10.20-139-g399d512602cb1)
 2021-03-08  0:56 UTC 

linux-next: no release today
 2021-03-08  0:55 UTC 

[PATCH V3 0/5] imx esdhc dt/driver update
 2021-03-08  0:51 UTC  (5+ messages)

[PATCH v4 00/10] Add peripheral support for imx8mm-nitrogen-r2 board
 2021-03-08  0:46 UTC  (3+ messages)

Fwd: [PATCH 1/1] RDMA/umem: add back hugepage sg list
 2021-03-08  0:44 UTC  (2+ messages)

stable: KASan for ARM
 2021-03-08  0:42 UTC  (9+ messages)

[PATCH v4 0/5] m68k: add Virtual M68k Machine
 2021-03-08  0:41 UTC  (5+ messages)
` [PATCH v4 1/5] char: add goldfish-tty

[PATCHv1 0/4] Bx50v3 DT improvements
 2021-03-08  0:38 UTC  (7+ messages)
` [PATCHv1 1/4] ARM: dts: imx: ba16: add USB OTG VBUS enable GPIO
` [PATCHv1 2/4] ARM: dts: imx: ba16: improve PHY information

[PATCH v2] target/m68k: implement rtr instruction
 2021-03-08  0:37 UTC  (4+ messages)

[stable:linux-4.9.y 1640/1978] net/tipc/link.c:896:23: warning: variable 'hdr' is uninitialized when used here
 2021-03-08  0:38 UTC 

✅ PASS: Test report for kernel 5.11.4 (stable-queue)
 2021-03-08  0:36 UTC 

stable-rc/queue/4.4 build: 190 builds: 0 failed, 190 passed, 13 warnings (v4.4.259-35-gaa7c5505201ed)
 2021-03-08  0:37 UTC 

✅ PASS: Test report for kernel 5.11.4 (stable-queue)
 2021-03-08  0:34 UTC 

[PATCH v5 00/41] test: Refactor tests to have a single test runner
 2021-03-08  0:35 UTC  (42+ messages)
` [PATCH v5 01/41] dm: core: Fix allocation of empty of-platdata
` [PATCH v5 02/41] doc: Tidy up testing section
` [PATCH v5 03/41] doc: Document make tcheck
` [PATCH v5 04/41] sandbox: Drop the 'starting...' message
` [PATCH v5 05/41] test: Re-enable test_ofplatdata
` [PATCH v5 06/41] doc: Explain how to run tests without pytest
` [PATCH v5 07/41] doc: Document how sandbox_spl_tests are run
` [PATCH v5 08/41] test: Correct setexpr test prefix
` [PATCH v5 09/41] test: Mark all driver model tests with a flag
` [PATCH v5 10/41] test: Rename test-main.c to test-dm.c
` [PATCH v5 11/41] test: Add an overall test runner
` [PATCH v5 12/41] test: Create pre/post-run functions
` [PATCH v5 13/41] test: Call test_pre/post_run() from driver model tests
` [PATCH v5 14/41] test: Move dm_extended_scan() to test_pre_run()
` [PATCH v5 15/41] test: Move do_autoprobe() "
` [PATCH v5 16/41] test: Move dm_scan_plat() "
` [PATCH v5 17/41] test: Drop mallinfo() work-around
` [PATCH v5 18/41] test: Move console silencing to test_pre_run()
` [PATCH v5 19/41] test: Move delay skipping "
` [PATCH v5 20/41] test: Handle driver model reinit in test_pre_run()
` [PATCH v5 21/41] test: Drop struct dm_test_state
` [PATCH v5 22/41] test: Move dm_test_init() into test-main.c
` [PATCH v5 23/41] test: Move dm_test_destroy() "
` [PATCH v5 24/41] test: Move test running into a separate function
` [PATCH v5 25/41] test: Use ut_run_test() to run driver model tests
` [PATCH v5 26/41] test: Drop dm_do_test()
` [PATCH v5 27/41] test: Add ut_run_test_live_flat() to run tests twice
` [PATCH v5 28/41] test: Use a local variable for test state
` [PATCH v5 29/41] test: Run driver-model tests using ut_run_list()
` [PATCH v5 30/41] test: Use return values in dm_test_run()
` [PATCH v5 31/41] test: Move the devicetree check into ut_run_list()
` [PATCH v5 32/41] test: Move restoring of driver model state to ut_run_list()
` [PATCH v5 33/41] test: log: Rename log main test file to log_ut.c
` [PATCH v5 34/41] test: Add a macros for finding tests in linker_lists
` [PATCH v5 35/41] test: Rename all linker lists to have a ut_ prefix
` [PATCH v5 36/41] test: Allow SPL to run any available test
` [PATCH v5 37/41] sandbox: Update os_find_u_boot() to find the .img file
` [PATCH v5 38/41] spl: Convert spl_fit to work with sandbox
` [PATCH v5 39/41] spl: test: Add a test for spl_load_simple_fit()
` [PATCH v5 40/41] test: sandbox: Move sandbox test docs into doc/develop
` [PATCH v5 41/41] doc: Explain briefly how to write new tests

[PATCH] inet_parse: Clarify IPv6 comment and error message
 2021-03-08  0:33 UTC  (2+ messages)

Errant readings on LM81 with T2080 SoC
 2021-03-08  0:31 UTC  (4+ messages)

stable-rc/queue/4.14 build: 201 builds: 0 failed, 201 passed, 69 warnings (v4.14.223-46-g755149b36d91)
 2021-03-08  0:30 UTC 

[PATCH v1] arm64: dts: imx8m: add pmu node
 2021-03-08  0:27 UTC  (3+ messages)

[RFC PATCH] autofs: find_autofs_mount overmounted parent support
 2021-03-08  0:28 UTC  (6+ messages)

[PATCH 00/25] KVM SGX virtualization support
 2021-03-08  0:19 UTC  (17+ messages)
` [PATCH 02/25] x86/cpufeatures: Add SGX1 and SGX2 sub-features
` [PATCH 06/25] x86/cpu/intel: Allow SGX virtualization without Launch Control support

[Bug 212107] New: Temperature increase by 15°C on radeon gpu
 2021-03-08  0:18 UTC  (2+ messages)
` [Bug 212107] "

What clockevents are needed to boot properly?
 2021-03-08  0:10 UTC 

stable-rc/queue/4.9 build: 197 builds: 0 failed, 197 passed, 4 warnings (v4.9.259-47-ga72abe756a5ef)
 2021-03-08  0:15 UTC 

[PATCH] configs: add PineTab defconfig
 2021-03-08  0:13 UTC  (5+ messages)

stable-rc/queue/5.4 build: 200 builds: 1 failed, 199 passed, 121 warnings (v5.4.102-93-geb81dae4b3276)
 2021-03-08  0:08 UTC 

[freescale-fslc:pr/280 11674/17539] drivers/irqchip/irq-imx-intmux.c:169:14: error: 'struct intmux_data' has no member named 'saved_reg'
 2021-03-08  0:05 UTC 

[RESEND PATCH] PCI: Factor functions of PCI function reset
 2021-03-07 23:56 UTC  (2+ messages)

[PATCH] PCI: acpiphp: Fixed coding style of open braces and comments
 2021-03-07 23:54 UTC 

[PATCH] libtracefs: An API to set the filtering of functions
 2021-03-08 23:53 UTC  (7+ messages)

Btrfs progs release 5.11
 2021-03-07 23:13 UTC  (2+ messages)

[PATCH v9 0/3] PCI: uniphier: Add PME/AER support for UniPhier PCIe host controller
 2021-03-07 23:43 UTC  (4+ messages)
` [PATCH v9 1/3] PCI: portdrv: Add pcie_port_service_get_irq() function

[PATCH] scripts/bash_aliases: Make man_lsfunc() more robust; Add sed_rm_ccomments()
 2021-03-07 23:32 UTC  (2+ messages)
` [PATCH v4] "

[RFC] tests in test/dm/video.c are not independent
 2021-03-07 23:27 UTC  (2+ messages)

[PATCH v4 00/42] test: Refactor tests to have a single test runner
 2021-03-07 23:21 UTC  (10+ messages)
` [PATCH v4 06/42] doc: Explain how to run tests without pytest
` [PATCH v4 39/42] doc: Move coccinelle into its own section
` [PATCH v4 42/42] doc: Explain briefly how to write new tests

[PATCH v2] input: s6sy761: fix coordinate read bit shift
 2021-03-07 23:13 UTC  (2+ messages)

Differences in mode switching depending on single program vs two program testing
 2021-03-07 23:13 UTC 

[PATCH] generic: test which tries to exercise AIO/DIO into unwritten space
 2021-03-07 23:11 UTC  (3+ messages)

[powerpc:merge] BUILD SUCCESS 103ebc760cccd96ab1ebc3558881106d48efdcea
 2021-03-07 23:09 UTC 

[powerpc:next-test] BUILD SUCCESS WITH WARNING 7c6d5b4b9e8a472043a26ccc22092aebbe65ca68
 2021-03-07 23:09 UTC 

[PATCHSET v2 0/4] xfs: small fixes for 5.12
 2021-03-07 23:05 UTC  (10+ messages)
` [PATCH 1/4] xfs: fix quota accounting when a mount is idmapped
` [PATCH 2/4] xfs: avoid buffer deadlocks when walking fs inodes
  ` [PATCH v2.1 "
` [PATCH 3/4] xfs: force log and push AIL to clear pinned inodes when aborting mount
` [PATCH 4/4] xfs: drop freeze protection when running GETFSMAP

[PATCH v1 0/2] mainline ti tsc2046 adc driver
 2021-03-07 23:05 UTC  (3+ messages)
` [PATCH v1 2/2] iio: adc: add ADC driver for the TI TSC2046 controller

[PATCH v2 00/10] fsck: API improvements (no conflicts with 'seen')
 2021-03-07 23:04 UTC  (3+ messages)
` [PATCH v3 00/22] fsck: API improvements

[PATCH] pico-imx6ul: Pass the PMIC I2C address in pmic_get()
 2021-03-07 23:05 UTC  (2+ messages)

[PATCH 0/2] ANATOP regulator driver
 2021-03-07 23:04 UTC  (3+ messages)
  ` [PATCH 1/2] power: regulator: add driver for ANATOP regulator

[PATCH 1/2] exec.3: Fix description of 'e' variants
 2021-03-07 23:01 UTC  (2+ messages)
` [PATCH 2/2] exec.3: Clarify that execvpe uses PATH from the caller, not envp

stable kernel checksumming fails
 2021-03-07 22:59 UTC  (3+ messages)

[PATCH 4.19 00/52] 4.19.179-rc1 review
 2021-03-07 22:57 UTC  (2+ messages)

[PATCH v1 1/2] Input: tsc2007 - convert to GPIO descriptors
 2021-03-07 22:57 UTC  (3+ messages)
` [PATCH v1 2/2] Input: tsc2007 - make use of device properties

[PATCH v5 0/8] Fork brute force attack mitigation
 2021-03-07 22:49 UTC  (9+ messages)
` [PATCH v5 7/8] Documentation: Add documentation for the Brute LSM

[PATCH v2 net] net: dsa: fix switchdev objects on bridge master mistakenly being applied on ports
 2021-03-07 22:49 UTC  (5+ messages)

[PATCH v2 0/8] ASoC: soc-pcm: cleanup each functions
 2021-03-07 22:37 UTC  (4+ messages)
` [PATCH 6/8] ASoC: soc-pcm: fixup dpcm_be_dai_startup() user count

[PATCH 00/20] binman: Support devicetree update in all entries
 2021-03-07 22:37 UTC  (8+ messages)
` [PATCH 16/20] binman: doc: Add documentation to htmldocs

[PATCH 1/9] udisks2: upgrade 2.9.1 -> 2.9.2 / replace '_git' by version in recipe-name
 2021-03-07 22:34 UTC  (9+ messages)
` [PATCH 2/9] poppler: upgrade 21.02.0 -> 21.03.0
` [PATCH 3/9] xfce4-panel: upgrade 4.16.1 -> 4.16.2
` [PATCH 4/9] xfce4-cpugraph-plugin: upgrade 1.2.1 -> 1.2.3
` [PATCH 5/9] xfce4-time-out-plugin: upgrade 1.1.1 -> 1.1.2
` [PATCH 6/9] mousepad: upgrade 0.5.2 -> 0.5.3
` [PATCH 7/9] xfce4-panel-profiles: 1.0.12 -> 1.0.13
` [PATCH 8/9] thunar: upgrade 4.16.2 -> 4.16.4
` [PATCH 9/9] xfce4-taskmanager: upgrade 1.4.0 -> 1.4.2

[PATCH 0/4] hw/block/pflash_cfi01: Remove pflash_cfi01_get_memory()
 2021-03-07 22:26 UTC  (5+ messages)
` [PATCH 1/4] hw/i386/pc: Get pflash MemoryRegion with sysbus_mmio_get_region()
` [PATCH 2/4] hw/mips/malta: "
` [PATCH 3/4] hw/xtensa/xtfpga: "
` [PATCH 4/4] hw/block/pflash_cfi01: Remove pflash_cfi01_get_memory()

stable-rc/queue/4.4 baseline: 104 runs, 11 regressions (v4.4.259-33-g7d5afb658c057)
 2021-03-07 22:32 UTC 

drivers/mmc/host/via-sdmmc.c:1274:5-8: Unneeded variable: "ret". Return "0" on line 1295
 2021-03-07 22:32 UTC  (2+ messages)
` [PATCH] mmc: via-sdmmc: fix returnvar.cocci warnings

[PATCH] tools include: Add __sum16 and __wsum definitions
 2021-03-07 22:30 UTC 

[PATCH v2] MIPS: kernel: Reserve exception base early to prevent corruption
 2021-03-07 22:27 UTC  (6+ messages)

[Buildroot] [PATCH 0/4] mender updates
 2021-03-07 22:25 UTC  (5+ messages)
` [Buildroot] [PATCH 1/4] package/mender-artifact: bump to version 3.4.1
` [Buildroot] [PATCH 2/4] package/mender: bump version to 2.4.2
` [Buildroot] [PATCH 3/4] package/mender-grubenv: bump version to f39c2c7ec7c9c24aae0108a9b04a0e6e61a3e96b
` [Buildroot] [PATCH 4/4] package/mender: Do not automatically select uboot tools if uboot is selected

[PATCH v3 1/3] input: gpio-keys: Remove extra call to input_sync
 2021-03-07 22:22 UTC  (3+ messages)
` [PATCH v3 2/3] input: gpio-keys: Use hrtimer for release timer
` [PATCH v3 3/3] input: gpio-keys: Use hrtimer for software debounce, if possible

[Buildroot] [PATCH] package/wine: bump to version 6.0
 2021-03-07 22:16 UTC  (2+ messages)

[PATCH v3 0/5] Allocate memmap from hotadded memory (per device)
 2021-03-07 22:14 UTC  (4+ messages)
` [PATCH v3 4/5] x86/Kconfig: Introduce ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE

[PATCH v2 0/5] PCI: dwc: improve msi handling
 2021-03-07 22:10 UTC  (5+ messages)
` [PATCH v2 5/5] PCI: dwc: Move dw_pcie_msi_init() from each users to designware host

[zen-kernel-zen-kernel:5.11/muqss 14/18] kernel/sched/MuQSS.c:141:36: error: 'CONFIG_SHARERQ' undeclared here (not in a function); did you mean
 2021-03-07 22:08 UTC 

[efi:urgent] BUILD SUCCESS 9e9888a0fe97b9501a40f717225d2bef7100a2c1
 2021-03-07 21:53 UTC 

[virtio-dev] How to register virtio MMIO device registers with KVM
 2021-03-07 21:52 UTC  (2+ messages)

[PATCH] wireguard: netlink: add multicast notification for peer changes
 2021-03-07 21:49 UTC  (3+ messages)

[PATCH 1/3] input: gpio-keys: Remove extra call to input_sync
 2021-03-07 21:47 UTC  (7+ messages)
` [PATCH 3/3] input: gpio-keys: Use hrtimer for software debounce

[Buildroot] [Bug 13586] New: grub failure with BR2_OPTIMIZE_3
 2021-03-07 21:46 UTC 

drivers/gpio/gpio-regmap.c:132:21: warning: Boolean result is used in bitwise operation. Clarify expression with parentheses
 2021-03-07 21:46 UTC 

[Buildroot] [PATCH] package/frotz: Update to version 2.53
 2021-03-07 21:41 UTC  (2+ messages)

[PATCH] PCI/VPD: Silence warning if optional VPD PROM is missing
 2021-03-07 21:34 UTC  (3+ messages)

[GIT PULL] m68k updates for 5.12 (take two)
 2021-03-07 21:30 UTC  (2+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-5.12-2 tag
 2021-03-07 21:30 UTC  (3+ messages)

[GIT PULL] parisc architecture fixes for kernel v5.12-rc333
 2021-03-07 21:30 UTC  (2+ messages)

FAILED: patch "[PATCH] dm verity: fix FEC for RS roots unaligned to block size" failed to apply to 4.19-stable tree
 2021-03-07 21:27 UTC  (2+ messages)

stable-rc/queue/5.4 baseline: 165 runs, 1 regressions (v5.4.102-87-g2a4eae4f2f284)
 2021-03-07 21:25 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.