All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-06-19 16:30:22 to 2020-06-19 16:45:30 UTC [more...]

[PATCH 4.4 000/101] 4.4.228-rc1 review
 2020-06-19 16:40 UTC  (2+ messages)

[PATCH 4.9 000/128] 4.9.228-rc1 review
 2020-06-19 14:33 UTC  (41+ messages)
` [PATCH 4.9 031/128] spi: No need to assign dummy value in spi_unregister_controller()
` [PATCH 4.9 055/128] media: si2157: Better check for running tuner in init
` [PATCH 4.9 059/128] Bluetooth: Add SCO fallback for invalid LMP parameters error
` [PATCH 4.9 060/128] kgdb: Prevent infinite recursive entries to the debugger
` [PATCH 4.9 061/128] spi: dw: Enable interrupts in accordance with DMA xfer mode
` [PATCH 4.9 062/128] clocksource: dw_apb_timer_of: Fix missing clockevent timers
` [PATCH 4.9 063/128] btrfs: do not ignore error from btrfs_next_leaf() when inserting checksums
` [PATCH 4.9 066/128] net: vmxnet3: fix possible buffer overflow caused by bad DMA value in vmxnet3_get_rss()
` [PATCH 4.9 067/128] staging: android: ion: use vmap instead of vm_map_ram
` [PATCH 4.9 070/128] media: dvb: return -EREMOTEIO on i2c transfer failure
` [PATCH 4.9 075/128] exit: Move preemption fixup up, move blocking operations down
` [PATCH 4.9 077/128] net: allwinner: Fix use correct return type for ndo_start_xmit()
` [PATCH 4.9 083/128] rtlwifi: Fix a double free in _rtl_usb_tx_urb_setup()
` [PATCH 4.9 086/128] mips: Add udelay lpj numbers adjustment
` [PATCH 4.9 088/128] m68k: mac: Dont call via_flush_cache() on Mac IIfx
` [PATCH 4.9 090/128] PCI: Dont disable decoding when mmio_always_on is set
` [PATCH 4.9 092/128] staging: greybus: sdio: Respect the cmd->busy_timeout from the mmc core
` [PATCH 4.9 093/128] ixgbe: fix signed-integer-overflow warning
` [PATCH 4.9 094/128] mmc: sdhci-esdhc-imx: fix the mask for tuning start point
` [PATCH 4.9 095/128] spi: dw: Return any value retrieved from the dma_transfer callback
` [PATCH 4.9 097/128] btrfs: send: emit file capabilities after chown
` [PATCH 4.9 098/128] mm: thp: make the THP mapcount atomic against __split_huge_pmd_locked()
` [PATCH 4.9 099/128] ima: Fix ima digest hash table key calculation
` [PATCH 4.9 100/128] ima: Directly assign the ima_default_policy pointer to ima_rules
` [PATCH 4.9 101/128] evm: Fix possible memory leak in evm_calc_hmac_or_hash()
` [PATCH 4.9 102/128] ext4: fix EXT_MAX_EXTENT/INDEX to check for zeroed eh_max
` [PATCH 4.9 104/128] btrfs: fix error handling when submitting direct I/O bio
` [PATCH 4.9 108/128] carl9170: remove P2P_GO support
` [PATCH 4.9 109/128] media: go7007: fix a miss of snd_card_free
` [PATCH 4.9 111/128] b43: Fix connection problem with WPA3
` [PATCH 4.9 113/128] igb: Report speed and duplex as unknown when device is runtime suspended
` [PATCH 4.9 115/128] pinctrl: samsung: Save/restore eint_mask over suspend for EINT_TYPE GPIOs
` [PATCH 4.9 116/128] sparc32: fix register window handling in genregs32_[gs]et()
` [PATCH 4.9 117/128] sparc64: fix misuses of access_process_vm() in genregs32_[sg]et()
` [PATCH 4.9 118/128] kernel/cpu_pm: Fix uninitted local in cpu_pm
` [PATCH 4.9 123/128] sunrpc: clean up properly in gss_mech_unregister()
` [PATCH 4.9 125/128] mtd: rawnand: pasemi: Fix the probe error path
` [PATCH 4.9 126/128] w1: omap-hdq: cleanup to add missing newline for some dev_dbg
` [PATCH 4.9 127/128] perf probe: Do not show the skipped events
` [PATCH 4.9 128/128] perf symbols: Fix debuginfo search for Ubuntu

[morimoto-linux:fw-cleanup-2020-06-19-v1 80/146] sound/soc/soc-pcm.c:2651:13: warning: incompatible integer to pointer conversion assigning to 'int from 'int'
 2020-06-19 16:45 UTC 

[PATCH v1 0/1] Add support for meson building
 2020-06-19 14:42 UTC  (5+ messages)
` [PATCH v1 1/1] "

[patch] update kernel documentation references in cgroups(7) and cpuset(7)
 2020-06-19 16:35 UTC 

[PATCHv2 0/2] SBS battery PEC support
 2020-06-19 16:42 UTC  (3+ messages)

linux-next: manual merge of the pidfd tree with the powerpc-fixes tree
 2020-06-19 14:01 UTC  (3+ messages)

Event delivery and "domain blocking" on PVHv2
 2020-06-19 16:41 UTC  (7+ messages)

[dm-crypt] [RFC PATCH 0/1] dm-crypt excessive overhead
 2020-06-19 16:41 UTC  (4+ messages)
`  "
` [dm-crypt] [RFC PATCH 1/1] Add DM_CRYPT_FORCE_INLINE flag to dm-crypt target
  `  "

[PATCH v7 00/36] DRM: fix struct sg_table nents vs. orig_nents misuse
 2020-06-19 14:45 UTC  (3+ messages)
  ` [PATCH v7 13/36] drm: msm: fix common struct sg_table related issues

[PATCH 4.14 000/190] 4.14.185-rc1 review
 2020-06-19 14:33 UTC  (106+ messages)
` [PATCH 4.14 001/190] ipv6: fix IPV6_ADDRFORM operation logic
` [PATCH 4.14 003/190] make user_access_begin() do access_ok()
` [PATCH 4.14 005/190] arch/openrisc: Fix issues with access_ok()
` [PATCH 4.14 006/190] x86: uaccess: Inhibit speculation past access_ok() in user_access_begin()
` [PATCH 4.14 007/190] lib: Reduce user_access_begin() boundaries in strncpy_from_user() and strnlen_user()
` [PATCH 4.14 008/190] serial: imx: Fix handling of TC irq in combination with DMA
` [PATCH 4.14 010/190] ARM: 8977/1: ptrace: Fix mask for thumb breakpoint hook
` [PATCH 4.14 011/190] sched/fair: Dont NUMA balance for kthreads
` [PATCH 4.14 014/190] powerpc/xive: Clear the page tables for the ESB IO mapping
` [PATCH 4.14 015/190] ath9k_htc: Silence undersized packet warnings
` [PATCH 4.14 016/190] perf probe: Accept the instance number of kretprobe event
` [PATCH 4.14 019/190] x86/PCI: Mark Intel C620 MROMs as having non-compliant BARs
` [PATCH 4.14 022/190] efi/efivars: Add missing kobject_put() in sysfs entry creation error path
` [PATCH 4.14 027/190] ACPI: CPPC: Fix reference count leak in acpi_cppc_processor_probe()
` [PATCH 4.14 028/190] ACPI: GED: add support for _Exx / _Lxx handler methods
` [PATCH 4.14 029/190] ACPI: PM: Avoid using power resources if there are none for D0
` [PATCH 4.14 030/190] cgroup, blkcg: Prepare some symbols for module and !CONFIG_CGROUP usages
` [PATCH 4.14 032/190] spi: bcm2835aux: Fix controller unregister order
` [PATCH 4.14 034/190] crypto: cavium/nitrox - Fix nitrox_get_first_device() when ndevlist is fully iterated
` [PATCH 4.14 035/190] ALSA: pcm: disallow linking stream to itself
` [PATCH 4.14 036/190] kvm: x86: Fix L1TF mitigation for shadow MMU
` [PATCH 4.14 038/190] KVM: x86: only do L1TF workaround on affected processors
` [PATCH 4.14 039/190] x86/speculation: Change misspelled STIPB to STIBP
` [PATCH 4.14 041/190] x86/speculation: Avoid force-disabling IBPB based on STIBP and enhanced IBRS
` [PATCH 4.14 042/190] x86/speculation: PR_SPEC_FORCE_DISABLE enforcement for indirect branches
` [PATCH 4.14 043/190] spi: dw: fix possible race condition
` [PATCH 4.14 045/190] spi: No need to assign dummy value in spi_unregister_controller()
` [PATCH 4.14 053/190] ovl: initialize error in ovl_copy_xattr
` [PATCH 4.14 054/190] proc: Use new_inode not new_inode_pseudo
` [PATCH 4.14 058/190] KVM: nVMX: Consult only the "basic" exit reason when routing nested exit
` [PATCH 4.14 061/190] KVM: arm64: Make vcpu_cp1x() work on Big Endian hosts
` [PATCH 4.14 062/190] ath9k: Fix use-after-free Read in ath9k_wmi_ctrl_rx
` [PATCH 4.14 063/190] ath9k: Fix use-after-free Write in ath9k_htc_rx_msg
` [PATCH 4.14 064/190] ath9x: Fix stack-out-of-bounds Write in ath9k_hif_usb_rx_cb
` [PATCH 4.14 065/190] ath9k: Fix general protection fault "
` [PATCH 4.14 066/190] Smack: slab-out-of-bounds in vsscanf
` [PATCH 4.14 067/190] mm/slub: fix a memory leak in sysfs_slab_add()
` [PATCH 4.14 069/190] perf: Add cond_resched() to task_function_call()
` [PATCH 4.14 070/190] agp/intel: Reinforce the barrier after GTT updates
` [PATCH 4.14 071/190] mmc: sdhci-msm: Clear tuning done flag while hs400 tuning
` [PATCH 4.14 080/190] spi: pxa2xx: Apply CS clk quirk to BXT
` [PATCH 4.14 081/190] net: ena: fix error returning in ena_com_get_hash_function()
` [PATCH 4.14 082/190] spi: dw: Zero DMA Tx and Rx configurations on stack
` [PATCH 4.14 083/190] ixgbe: Fix XDP redirect on archs with PAGE_SIZE above 4K
` [PATCH 4.14 084/190] MIPS: Loongson: Build ATI Radeon GPU driver as module
` [PATCH 4.14 087/190] spi: dw: Enable interrupts in accordance with DMA xfer mode
` [PATCH 4.14 089/190] clocksource: dw_apb_timer_of: Fix missing clockevent timers
` [PATCH 4.14 090/190] btrfs: do not ignore error from btrfs_next_leaf() when inserting checksums
` [PATCH 4.14 091/190] ARM: 8978/1: mm: make act_mm() respect THREAD_SIZE
` [PATCH 4.14 092/190] spi: dw: Fix Rx-only DMA transfers
` [PATCH 4.14 093/190] x86/kvm/hyper-v: Explicitly align hcall param for kvm_hyperv_exit
` [PATCH 4.14 094/190] net: vmxnet3: fix possible buffer overflow caused by bad DMA value in vmxnet3_get_rss()
` [PATCH 4.14 095/190] staging: android: ion: use vmap instead of vm_map_ram
` [PATCH 4.14 098/190] e1000: Distribute switch variables for initialization
` [PATCH 4.14 099/190] dt-bindings: display: mediatek: control dpi pins mode to avoid leakage
` [PATCH 4.14 100/190] audit: fix a net reference leak in audit_send_reply()
` [PATCH 4.14 102/190] media: platform: fcp: Set appropriate DMA parameters
` [PATCH 4.14 104/190] audit: fix a net reference leak in audit_list_rules_send()
` [PATCH 4.14 106/190] net: bcmgenet: set Rx mode before starting netif
` [PATCH 4.14 107/190] lib/mpi: Fix 64-bit MIPS build with Clang
` [PATCH 4.14 108/190] exit: Move preemption fixup up, move blocking operations down
` [PATCH 4.14 111/190] net: allwinner: Fix use correct return type for ndo_start_xmit()
` [PATCH 4.14 113/190] Crypto/chcr: fix for ccm(aes) failed test
` [PATCH 4.14 114/190] MIPS: Truncate link address into 32bit for 32bit kernel
` [PATCH 4.14 115/190] mips: cm: Fix an invalid error code of INTVN_*_ERR
` [PATCH 4.14 119/190] net: qed*: Reduce RX and TX default ring count when running inside kdump kernel
` [PATCH 4.14 121/190] rtlwifi: Fix a double free in _rtl_usb_tx_urb_setup()
` [PATCH 4.14 124/190] mips: MAAR: Use more precise address mask
` [PATCH 4.14 126/190] x86/mm: Stop printing BRK addresses
` [PATCH 4.14 130/190] MIPS: Fix IRQ tracing when call handle_fpe() and handle_msa_fpe()
` [PATCH 4.14 131/190] mmc: sdhci-msm: Set SDHCI_QUIRK_MULTIBLOCK_READ_ACMD12 quirk
` [PATCH 4.14 133/190] mmc: via-sdmmc: Respect the cmd->busy_timeout from the mmc core
` [PATCH 4.14 134/190] ixgbe: fix signed-integer-overflow warning
` [PATCH 4.14 139/190] string.h: fix incompatibility between FORTIFY_SOURCE and KASAN
` [PATCH 4.14 140/190] btrfs: send: emit file capabilities after chown
` [PATCH 4.14 142/190] ima: Fix ima digest hash table key calculation
` [PATCH 4.14 144/190] evm: Fix possible memory leak in evm_calc_hmac_or_hash()
` [PATCH 4.14 146/190] ext4: fix error pointer dereference
` [PATCH 4.14 148/190] PCI: Disable MSI for Freescale Layerscape PCIe RC mode
` [PATCH 4.14 150/190] PCI: Avoid FLR for AMD Starship USB 3.0
` [PATCH 4.14 154/190] vga_switcheroo: Deduplicate power state tracking
` [PATCH 4.14 155/190] vga_switcheroo: Use device link for HDA controller
` [PATCH 4.14 156/190] PCI: Generalize multi-function power dependency device links
` [PATCH 4.14 157/190] PCI: Add ACS quirk for Intel Root Complex Integrated Endpoints
` [PATCH 4.14 158/190] PCI: Unify ACS quirk desired vs provided checking
` [PATCH 4.14 159/190] btrfs: fix error handling when submitting direct I/O bio
` [PATCH 4.14 160/190] btrfs: fix wrong file range cleanup after an error filling dealloc range
` [PATCH 4.14 161/190] blk-mq: move _blk_mq_update_nr_hw_queues synchronize_rcu call
` [PATCH 4.14 164/190] e1000e: Relax condition to trigger reset for ME workaround
` [PATCH 4.14 165/190] carl9170: remove P2P_GO support
` [PATCH 4.14 167/190] b43legacy: Fix case where channel status is corrupted
` [PATCH 4.14 168/190] b43: Fix connection problem with WPA3
` [PATCH 4.14 169/190] b43_legacy: "
` [PATCH 4.14 170/190] media: ov5640: fix use of destroyed mutex
` [PATCH 4.14 171/190] igb: Report speed and duplex as unknown when device is runtime suspended
` [PATCH 4.14 174/190] sparc32: fix register window handling in genregs32_[gs]et()
` [PATCH 4.14 178/190] ARM: tegra: Correct PL310 Auxiliary Control Register initialization
` [PATCH 4.14 181/190] powerpc/64s: Save FSCR to init_task.thread.fscr after feature init
` [PATCH 4.14 182/190] kbuild: force to build vmlinux if CONFIG_MODVERSION=y
` [PATCH 4.14 184/190] sunrpc: clean up properly in gss_mech_unregister()
` [PATCH 4.14 185/190] mtd: rawnand: brcmnand: fix hamming oob layout
` [PATCH 4.14 186/190] mtd: rawnand: pasemi: Fix the probe error path
` [PATCH 4.14 188/190] perf probe: Do not show the skipped events
` [PATCH 4.14 189/190] perf probe: Fix to check blacklist address correctly
` [PATCH 4.14 190/190] perf symbols: Fix debuginfo search for Ubuntu

[PATCH] Ability to read the MKTME status from userspace
 2020-06-19 16:40 UTC  (23+ messages)

[PATCH] x86/asm/64: Align start of __clear_user() loop to 16-bytes
 2020-06-19 16:40 UTC  (2+ messages)
` [tip: x86/urgent] "

repurposing dhcp command
 2020-06-19 16:40 UTC  (2+ messages)

[PATCH 0/2] Migrate QRTR Nameservice to Kernel
 2020-06-19 14:46 UTC  (4+ messages)
` [PATCH 1/2] net: qrtr: Migrate nameservice to kernel from userspace

stable-rc/linux-5.4.y baseline: 60 runs, 1 regressions (v5.4.44-415-ge106c2769e2a)
 2020-06-19 16:39 UTC 

[PATCH -next] RDMA/rtrs: fix potential resources leaks
 2020-06-19 14:46 UTC  (3+ messages)

[PATCH v1 000/107] media: ti-vpe: cal: Add media controller support
 2020-06-19 14:46 UTC  (3+ messages)
` [PATCH v1 107/107] media: ti-vpe: cal: Implement media controller centric API

[PATCH v2 0/3] IOMMU user API enhancement
 2020-06-19 16:37 UTC  (15+ messages)
` [PATCH v2 1/3] docs: IOMMU user API

[PATCH 0/3] Add OpenSBI dynamic firmware support
 2020-06-19 16:37 UTC  (6+ messages)
` [PATCH 1/3] riscv: Unify Qemu's reset vector code path

[PULL] Pull request: u-boot-stm32 for v2020.07= u-boot-stm32-20200619
 2020-06-19 16:37 UTC 

[PATCH v2 0/6] crypto/fsl: add RNG support
 2020-06-19 16:37 UTC  (5+ messages)
` [PATCH v2 5/6] crypto/fsl: instantiate the RNG with prediciton resistance

[PATCH v4 0/4] Introduce 'yank' oob qmp command to recover from hanging qemu
 2020-06-19 16:29 UTC  (4+ messages)
` [PATCH v4 1/4] Introduce yank feature

[PATCH v4] hwmon:(adm1275) Enable adm1278 ADM1278_TEMP1_EN
 2020-06-19 14:48 UTC 

[PATCH v3 2/2] media: vimc: Add a control to display info on test image
 2020-06-19 16:36 UTC  (2+ messages)

[PATCH v6 00/19] The new cgroup slab memory controller
 2020-06-19 16:36 UTC  (3+ messages)
` [PATCH v6 07/19] mm: memcg/slab: allocate obj_cgroups for non-root slab pages

[PATCH v4] drm/fourcc: document modifier uniqueness requirements
 2020-06-19 16:36 UTC  (3+ messages)

[RESEND PATCH v27 11/15] leds: lp55xx: Add multicolor framework support to lp55xx
 2020-06-19 16:35 UTC  (11+ messages)

[PATCH 0/2] Sparse checkout status
 2020-06-19 16:35 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] git-prompt: include sparsity state as well

[Patch v1 0/3] Replace strbuf_write_fd with write_in_full
 2020-06-19 16:35 UTC  (3+ messages)
` [Patch v1 1/3] bugreport.c: replace "

[PATCH v5 00/26] powerpc/book3s/64/pkeys: Simplify the code
 2020-06-19 13:58 UTC  (3+ messages)
` [PATCH v5 25/26] powerpc/selftest/ptrace-pkey: Update the test to mark an invalid pkey correctly
` [PATCH v5 26/26] powerpc/selftest/ptrace-pkey: IAMR and uamor cannot be updated by ptrace

[Intel-gfx] [PATCH] drm/i915/gt: Initialise rps timestamp
 2020-06-19 16:34 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH V6 00/12] clk: imx8: add new clock binding for better pm support
 2020-06-19 14:50 UTC  (5+ messages)
` [PATCH V6 03/12] clk: imx: scu: add two cells binding support

[PATCH/RFC v2 0/2] treewide: fix _mmc_suspend() on PSCI
 2020-06-19 14:51 UTC  (2+ messages)

[PATCH 0/2] block: propagate discard alignment from format drivers to the guest
 2020-06-19 16:27 UTC  (3+ messages)

[GIT PULL] libata fixes for 5.8-rc2
 2020-06-19 14:51 UTC 

ld.lld: warning: drivers/built-in.a(misc/ds1682.o):(.data..compoundliteral) is being placed in '.data..compoundliteral'
 2020-06-19 16:32 UTC  (4+ messages)

[Buildroot] [PATCH 1/1] package/iproute2: fix build with uclibc
 2020-06-19 16:32 UTC  (3+ messages)

[PATCH v3 1/2 ] power: reset: add driver for LinkStation power off
 2020-06-19 14:52 UTC  (2+ messages)

[PATCH AUTOSEL 4.4 01/60] clk: sunxi: Fix incorrect usage of round_down()
 2020-06-19 16:31 UTC  (3+ messages)
` [PATCH AUTOSEL 4.4 03/60] iio: light: isl29125: fix iio_triggered_buffer_{predisable,postenable} positions

[PATCH 4.19 000/267] 4.19.129-rc1 review
 2020-06-19 14:30 UTC  (6+ messages)
` [PATCH 4.19 001/267] ipv6: fix IPV6_ADDRFORM operation logic
` [PATCH 4.19 010/267] x86: uaccess: Inhibit speculation past access_ok() in user_access_begin()
` [PATCH 4.19 012/267] btrfs: merge btrfs_find_device and find_device
` [PATCH 4.19 014/267] crypto: talitos - fix ECB and CBC algs ivsize
` [PATCH 4.19 016/267] ARM: 8977/1: ptrace: Fix mask for thumb breakpoint hook


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.