All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-04-04 08:50:59 to 2019-04-04 09:01:54 UTC [more...]

[PATCH 4.19 000/187] 4.19.34-stable review
 2019-04-04  8:46 UTC  (38+ messages)
` [PATCH 4.19 001/187] arm64: debug: Dont propagate UNKNOWN FAR into si_code for debug signals
` [PATCH 4.19 002/187] ext4: cleanup bh release code in ext4_ind_remove_space()
` [PATCH 4.19 003/187] tty/serial: atmel: Add is_half_duplex helper
` [PATCH 4.19 005/187] CIFS: fix POSIX lock leak and invalid ptr deref
` [PATCH 4.19 006/187] h8300: use cc-cross-prefix instead of hardcoding h8300-unknown-linux-
` [PATCH 4.19 007/187] f2fs: fix to adapt small inline xattr space in __find_inline_xattr()
` [PATCH 4.19 008/187] f2fs: fix to avoid deadlock in f2fs_read_inline_dir()
` [PATCH 4.19 010/187] net/mlx5: Avoid panic when setting vport rate
` [PATCH 4.19 012/187] gpio: gpio-omap: fix level interrupt idling
` [PATCH 4.19 014/187] sysctl: handle overflow for file-max
` [PATCH 4.19 015/187] net: stmmac: Avoid sometimes uninitialized Clang warnings
` [PATCH 4.19 019/187] scsi: hisi_sas: Fix a timeout race of driver internal and SMP IO
` [PATCH 4.19 021/187] x86/hyperv: Fix kernel panic when kexec on HyperV
` [PATCH 4.19 022/187] perf c2c: Fix c2c report for empty numa node
` [PATCH 4.19 023/187] mm/sparse: fix a bad comparison
` [PATCH 4.19 025/187] mm/page_ext.c: fix an imbalance with kmemleak
` [PATCH 4.19 026/187] mm, swap: bounds check swap_info array accesses to avoid NULL derefs
` [PATCH 4.19 028/187] memcg: killed threads should not invoke memcg OOM killer
` [PATCH 4.19 029/187] mm, mempolicy: fix uninit memory access
` [PATCH 4.19 032/187] ocfs2: fix a panic problem caused by o2cb_ctl
` [PATCH 4.19 033/187] f2fs: do not use mutex lock in atomic context
` [PATCH 4.19 034/187] fs/file.c: initialize init_files.resize_wait
` [PATCH 4.19 035/187] page_poison: play nicely with KASAN
` [PATCH 4.19 036/187] cifs: use correct format characters
` [PATCH 4.19 037/187] dm thin: add sanity checks to thin-pool and external snapshot creation
` [PATCH 4.19 038/187] f2fs: fix to check inline_xattr_size boundary correctly
` [PATCH 4.19 040/187] cifs: Fix NULL pointer dereference of devname
` [PATCH 4.19 042/187] netfilter: nf_tables: check the result of dereferencing base_chain->stats
` [PATCH 4.19 045/187] fs: fix guard_bio_eod to check for real EOD errors
` [PATCH 4.19 046/187] tools lib traceevent: Fix buffer overflow in arg_eval
` [PATCH 4.19 047/187] PCI/PME: Fix hotplug/sysfs remove deadlock in pcie_pme_remove()
` [PATCH 4.19 049/187] mt76: fix a leaked reference by adding a missing of_node_put
` [PATCH 4.19 050/187] crypto: crypto4xx - add missing of_node_put after of_device_is_available
` [PATCH 4.19 051/187] crypto: cavium/zip - fix collision with generic cra_driver_name
` [PATCH 4.19 063/187] mmc: omap: fix the maximum timeout setting
` [PATCH 4.19 064/187] net: dsa: mv88e6xxx: Add lockdep classes to fix false positive splat
` [PATCH 4.19 065/187] e1000e: Fix -Wformat-truncation warnings

[PATCH 0/3] add actions to modify header fields
 2019-04-04  9:01 UTC  (6+ messages)
` [PATCH v2 1/3] ethdev: add actions to modify TCP "

[U-Boot] [PATCH v2 00/10] clk: imx: Add i.MX6 CLK support
 2019-04-04  9:01 UTC  (2+ messages)

[U-Boot] [PATCH] tools: imx8m_image: Fix 'unexpected operator' error
 2019-04-04  9:00 UTC  (5+ messages)

next-20190404 kselftest results
 2019-04-04  9:00 UTC  (3+ messages)

[PATCH v7 00/27] KVM: arm64: SVE guest support
 2019-04-04  8:59 UTC  (4+ messages)
` [PATCH v7 12/27] KVM: arm64/sve: System register context switch and access support

[PATCH 4.14 000/121] 4.14.111-stable review
 2019-04-04  8:48 UTC  (81+ messages)
` [PATCH 4.14 003/121] lib/int_sqrt: optimize initial value compute
` [PATCH 4.14 004/121] tty/serial: atmel: Add is_half_duplex helper
` [PATCH 4.14 006/121] mm: mempolicy: make mbind() return -EIO when MPOL_MF_STRICT is specified
` [PATCH 4.14 007/121] CIFS: fix POSIX lock leak and invalid ptr deref
` [PATCH 4.14 008/121] h8300: use cc-cross-prefix instead of hardcoding h8300-unknown-linux-
` [PATCH 4.14 010/121] tracing: kdb: Fix ftdump to not sleep
` [PATCH 4.14 011/121] net/mlx5: Avoid panic when setting vport rate
` [PATCH 4.14 014/121] include/linux/relay.h: fix percpu annotation in struct rchan
` [PATCH 4.14 016/121] enic: fix build warning without CONFIG_CPUMASK_OFFSTACK
` [PATCH 4.14 018/121] iio: adc: fix warning in Qualcomm PM8xxx HK/XOADC driver
` [PATCH 4.14 021/121] mm/page_ext.c: fix an imbalance with kmemleak
` [PATCH 4.14 022/121] mm, mempolicy: fix uninit memory access
` [PATCH 4.14 023/121] mm/vmalloc.c: fix kernel BUG at mm/vmalloc.c:512!
` [PATCH 4.14 024/121] mm/slab.c: kmemleak no scan alien caches
` [PATCH 4.14 026/121] f2fs: do not use mutex lock in atomic context
` [PATCH 4.14 028/121] page_poison: play nicely with KASAN
` [PATCH 4.14 029/121] cifs: use correct format characters
` [PATCH 4.14 031/121] cifs: Fix NULL pointer dereference of devname
` [PATCH 4.14 034/121] fs: fix guard_bio_eod to check for real EOD errors
` [PATCH 4.14 035/121] tools lib traceevent: Fix buffer overflow in arg_eval
` [PATCH 4.14 036/121] PCI/PME: Fix hotplug/sysfs remove deadlock in pcie_pme_remove()
` [PATCH 4.14 038/121] crypto: crypto4xx - add missing of_node_put after of_device_is_available
` [PATCH 4.14 039/121] crypto: cavium/zip - fix collision with generic cra_driver_name
` [PATCH 4.14 040/121] usb: chipidea: Grab the (legacy) USB PHY by phandle first
` [PATCH 4.14 042/121] powerpc/xmon: Fix opcode being uninitialized in print_insn_powerpc
` [PATCH 4.14 043/121] coresight: etm4x: Add support to enable ETMv4.2
` [PATCH 4.14 045/121] ARM: 8840/1: use a raw_spinlock_t in unwind
` [PATCH 4.14 046/121] iommu/io-pgtable-arm-v7s: Only kmemleak_ignore L2 tables
` [PATCH 4.14 047/121] powerpc/hugetlb: Handle mmap_min_addr correctly in get_unmapped_area callback
` [PATCH 4.14 050/121] mlxsw: spectrum: Avoid -Wformat-truncation warnings
` [PATCH 4.14 052/121] clk: fractional-divider: check parent rate only if flag is set
` [PATCH 4.14 053/121] cpufreq: acpi-cpufreq: Report if CPU doesnt support boost technologies
` [PATCH 4.14 054/121] efi: cper: Fix possible out-of-bounds access
` [PATCH 4.14 056/121] scsi: fcoe: make use of fip_mode enum complete
` [PATCH 4.14 058/121] SoC: imx-sgtl5000: add missing put_device()
` [PATCH 4.14 060/121] media: s5p-jpeg: Correct return type for mem2mem buffer helpers
` [PATCH 4.14 062/121] media: mx2_emmaprp: "
` [PATCH 4.14 063/121] media: mtk-jpeg: "
` [PATCH 4.14 064/121] vfs: fix preadv64v2 and pwritev64v2 compat syscalls with offset == -1
` [PATCH 4.14 065/121] HID: intel-ish-hid: avoid binding wrong ishtp_cl_device
` [PATCH 4.14 066/121] jbd2: fix race when writing superblock
` [PATCH 4.14 067/121] leds: lp55xx: fix null deref on firmware load failure
` [PATCH 4.14 071/121] netfilter: conntrack: fix cloned unconfirmed skb->_nfct race in __nf_conntrack_confirm
` [PATCH 4.14 072/121] ARM: 8833/1: Ensure that NEON code always compiles with Clang
` [PATCH 4.14 073/121] ALSA: PCM: check if ops are defined before suspending PCM
` [PATCH 4.14 074/121] usb: f_fs: Avoid crash due to out-of-scope stack ptr access
` [PATCH 4.14 075/121] sched/topology: Fix percpu data types in struct sd_data & struct s_data
` [PATCH 4.14 076/121] bcache: fix input overflow to cache set sysfs file io_error_halflife
` [PATCH 4.14 077/121] bcache: fix input overflow to sequential_cutoff
` [PATCH 4.14 078/121] bcache: improve sysfs_strtoul_clamp()
` [PATCH 4.14 080/121] iw_cxgb4: fix srqidx leak during connection abort
` [PATCH 4.14 081/121] fbdev: fbmem: fix memory access if logo is bigger than the screen
` [PATCH 4.14 082/121] cdrom: Fix race condition in cdrom_sysctl_register
` [PATCH 4.14 085/121] ASoC: fsl-asoc-card: fix object reference leaks in fsl_asoc_card_probe
` [PATCH 4.14 087/121] efi/memattr: Dont bail on zero VA if it equals the regions PA
` [PATCH 4.14 088/121] ARM: dts: lpc32xx: Remove leading 0x and 0s from bindings notation
` [PATCH 4.14 089/121] efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted
` [PATCH 4.14 091/121] mt7601u: bump supported EEPROM version
` [PATCH 4.14 093/121] ARM: avoid Cortex-A9 livelock on tight dmb loops
` [PATCH 4.14 094/121] bpf: fix missing prototype warnings
` [PATCH 4.14 095/121] cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix the accounting
` [PATCH 4.14 096/121] backlight: pwm_bl: Use gpiod_get_value_cansleep() to get initial state
` [PATCH 4.14 097/121] tty: increase the default flip buffer limit to 2*640K
` [PATCH 4.14 098/121] powerpc/pseries: Perform full re-add of CPU for topology update post-migration
` [PATCH 4.14 099/121] usb: dwc3: gadget: Fix OTG events when gadget driver isnt loaded
` [PATCH 4.14 100/121] media: mt9m111: set initial frame size other than 0x0
` [PATCH 4.14 102/121] soc/tegra: fuse: Fix illegal free of IO base address
` [PATCH 4.14 104/121] hpet: Fix missing = character in the __setup() code of hpet_mmap_enable
` [PATCH 4.14 105/121] cpu/hotplug: Mute hotplug lockdep during init
` [PATCH 4.14 107/121] dmaengine: qcom_hidma: assign channel cookie correctly
` [PATCH 4.14 109/121] netfilter: physdev: relax br_netfilter dependency
` [PATCH 4.14 110/121] media: s5p-jpeg: Check for fmt_ver_flag when doing fmt enumeration
` [PATCH 4.14 112/121] drm: Auto-set allow_fb_modifiers when given modifiers at plane init
` [PATCH 4.14 113/121] drm/nouveau: Stop using drm_crtc_force_disable
` [PATCH 4.14 115/121] selinux: do not override context on context mounts
` [PATCH 4.14 116/121] wlcore: Fix memory leak in case wl12xx_fetch_firmware failure
` [PATCH 4.14 118/121] clk: rockchip: fix frac settings of GPLL clock for rk3328
` [PATCH 4.14 121/121] ACPI / video: Extend chassis-type detection with a "Lunch Box" check

[PATCH] perf script: fix spelling mistake "multipe" -> "multiple"
 2019-04-04  8:58 UTC  (2+ messages)

[RFC v1 2/3] vfio-ccw: Prevent quiesce function going into an infinite loop
 2019-04-04  8:58 UTC 

[U-Boot] [PATCH v2 00/10] pinctrl: Split the common mux/drive/pull/schmitt func into per Soc
 2019-04-04  8:57 UTC  (4+ messages)
` [U-Boot] [PATCH v2 04/10] pinctrl: rockchip: Special treatment for RK3288 gpio0 pins' iomux

[U-Boot] [PATCH] board: rockchip: rk3399: add Rockpro64 board support
 2019-04-04  8:57 UTC  (4+ messages)

[Qemu-devel] [PATCH v6 1/2] hw/arm: Add arm SBSA reference machine, skeleton part
 2019-04-04  8:56 UTC  (5+ messages)

[PATCH] ath6kl: add some bounds checking
 2019-04-04  8:56 UTC  (2+ messages)

[PATCH 4.9 00/91] 4.9.168-stable review
 2019-04-04  8:48 UTC  (50+ messages)
` [PATCH 4.9 13/91] include/linux/relay.h: fix percpu annotation in struct rchan
` [PATCH 4.9 22/91] f2fs: do not use mutex lock in atomic context
` [PATCH 4.9 31/91] wil6210: check null pointer in _wil_cfg80211_merge_extra_ies
` [PATCH 4.9 32/91] crypto: crypto4xx - add missing of_node_put after of_device_is_available
` [PATCH 4.9 33/91] usb: chipidea: Grab the (legacy) USB PHY by phandle first
` [PATCH 4.9 35/91] coresight: etm4x: Add support to enable ETMv4.2
` [PATCH 4.9 36/91] ARM: 8840/1: use a raw_spinlock_t in unwind
` [PATCH 4.9 37/91] iommu/io-pgtable-arm-v7s: Only kmemleak_ignore L2 tables
` [PATCH 4.9 40/91] mlxsw: spectrum: Avoid -Wformat-truncation warnings
` [PATCH 4.9 41/91] IB/mlx4: Increase the timeout for CM cache
` [PATCH 4.9 42/91] scsi: megaraid_sas: return error when create DMA pool failed
` [PATCH 4.9 43/91] perf test: Fix failure of evsel-tp-sched test on s390
` [PATCH 4.9 44/91] SoC: imx-sgtl5000: add missing put_device()
` [PATCH 4.9 45/91] media: sh_veu: Correct return type for mem2mem buffer helpers
` [PATCH 4.9 46/91] media: s5p-jpeg: "
` [PATCH 4.9 48/91] media: mx2_emmaprp: "
` [PATCH 4.9 49/91] vfs: fix preadv64v2 and pwritev64v2 compat syscalls with offset == -1
` [PATCH 4.9 50/91] HID: intel-ish-hid: avoid binding wrong ishtp_cl_device
` [PATCH 4.9 52/91] iwlwifi: pcie: fix emergency path
` [PATCH 4.9 53/91] ACPI / video: Refactor and fix dmi_is_desktop()
` [PATCH 4.9 55/91] ARM: 8833/1: Ensure that NEON code always compiles with Clang
` [PATCH 4.9 58/91] bcache: fix input overflow to cache set sysfs file io_error_halflife
` [PATCH 4.9 59/91] bcache: fix input overflow to sequential_cutoff
` [PATCH 4.9 60/91] bcache: improve sysfs_strtoul_clamp()
` [PATCH 4.9 61/91] genirq: Avoid summation loops for /proc/stat
` [PATCH 4.9 62/91] iw_cxgb4: fix srqidx leak during connection abort
` [PATCH 4.9 63/91] fbdev: fbmem: fix memory access if logo is bigger than the screen
` [PATCH 4.9 65/91] e1000e: fix cyclic resets at link up with active tx
` [PATCH 4.9 66/91] ASoC: fsl-asoc-card: fix object reference leaks in fsl_asoc_card_probe
` [PATCH 4.9 67/91] efi/memattr: Dont bail on zero VA if it equals the regions PA
` [PATCH 4.9 69/91] soc: qcom: gsbi: Fix error handling in gsbi_probe()
` [PATCH 4.9 70/91] mt7601u: bump supported EEPROM version
` [PATCH 4.9 72/91] tty: increase the default flip buffer limit to 2*640K
` [PATCH 4.9 74/91] media: mt9m111: set initial frame size other than 0x0
` [PATCH 4.9 75/91] hwrng: virtio - Avoid repeated init of completion
` [PATCH 4.9 77/91] HID: intel-ish: ipc: handle PIMR before ish_wakeup also clear PISR busy_clear bit
` [PATCH 4.9 78/91] hpet: Fix missing = character in the __setup() code of hpet_mmap_enable
` [PATCH 4.9 79/91] dmaengine: imx-dma: fix warning comparison of distinct pointer types
` [PATCH 4.9 81/91] netfilter: physdev: relax br_netfilter dependency
` [PATCH 4.9 82/91] media: s5p-jpeg: Check for fmt_ver_flag when doing fmt enumeration
` [PATCH 4.9 84/91] drm/nouveau: Stop using drm_crtc_force_disable
` [PATCH 4.9 85/91] x86/build: Specify elf_i386 linker emulation explicitly for i386 objects
` [PATCH 4.9 86/91] selinux: do not override context on context mounts
` [PATCH 4.9 87/91] wlcore: Fix memory leak in case wl12xx_fetch_firmware failure
` [PATCH 4.9 88/91] x86/build: Mark per-CPU symbols as absolute explicitly for LLD
` [PATCH 4.9 89/91] dmaengine: tegra: avoid overflow of byte tracking
` [PATCH 4.9 90/91] drm/dp/mst: Configure no_stop_bit correctly for remote i2c xfers
` [PATCH 4.9 91/91] ACPI / video: Extend chassis-type detection with a "Lunch Box" check

[PATCH v1 0/6] Introduce AF_XDP PMD
 2019-04-04  8:51 UTC  (3+ messages)
` [PATCH v11 0/1] "
  ` [PATCH v11 1/1] net/af_xdp: introduce AF XDP PMD driver

[Qemu-devel] [PATCH] configure: Relax check for libseccomp
 2019-04-04  8:56 UTC  (5+ messages)

A kernel warning when entering suspend
 2019-04-04  8:55 UTC  (2+ messages)

[Qemu-devel] [PATCH] migration/ram.c: Fix codes conflict about bitmap_mutex
 2019-04-04  8:55 UTC  (3+ messages)

[PATCH v5 2/2] app/pdump: enhance to support multi-core capture
 2019-04-04  8:55 UTC  (4+ messages)
` [PATCH v6 0/2] app/pdump: enhance to support unique cores
  ` [PATCH v6 1/2] app/pdump: remove core restriction
  ` [PATCH v6 2/2] app/pdump: enhance to support multi-core capture

[PATCH RFC] gpio: pca953x: Configure wake-up path when wake-up is enabled
 2019-04-04  8:54 UTC  (2+ messages)

[PATCH v3 00/20] coresight: Add support for CPU-wide trace scenarios
 2019-04-04  8:53 UTC  (4+ messages)
` [PATCH v3 02/20] coresight: etm4x: Add kernel configuration for CONTEXTID

[I-PIPE] ipipe-core-4.19.33-arm-1 released
 2019-04-04  8:53 UTC 

[PATCH v2] vhost: fix null pointer checking
 2019-04-04  8:53 UTC 

[PATCH] drm/cirrus: rewrite and modernize driver
 2019-04-04  8:52 UTC  (7+ messages)

[thud][PATCH] ghostscript: Fix CVE-2019-3835 and CVE-2019-3838
 2019-04-04  8:51 UTC  (4+ messages)

[U-Boot] arm: sunxi: Bananapi_M2_Ultra not working with DM_MMC
 2019-04-04  8:51 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.