All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-06-20 18:08:43 to 2019-06-20 18:22:37 UTC [more...]

[PATCH 4.14 00/45] 4.14.129-stable review
 2019-06-20 17:57 UTC  (23+ messages)
` [PATCH 4.14 03/45] be2net: Fix number of Rx queues used for flow hashing
` [PATCH 4.14 05/45] lapb: fixed leak of control-blocks
` [PATCH 4.14 06/45] neigh: fix use-after-free read in pneigh_get_next
` [PATCH 4.14 08/45] sctp: Free cookie before we memdup a new one
` [PATCH 4.14 22/45] gpio: fix gpio-adp5588 build errors
` [PATCH 4.14 24/45] net: aquantia: fix LRO with FCS error
` [PATCH 4.14 25/45] i2c: dev: fix potential memory leak in i2cdev_ioctl_rdwr
` [PATCH 4.14 27/45] configfs: Fix use-after-free when accessing sd->s_dentry
` [PATCH 4.14 28/45] perf data: Fix strncat may truncate build failure with recent gcc
` [PATCH 4.14 31/45] KVM: PPC: Book3S: Use new mutex to synchronize access to rtas token list
` [PATCH 4.14 32/45] KVM: PPC: Book3S HV: Dont take kvm->lock around kvm_for_each_vcpu
` [PATCH 4.14 33/45] net: sh_eth: fix mdio access in sh_eth_close() for R-Car Gen2 and RZ/A1 SoCs
` [PATCH 4.14 34/45] net: phy: dp83867: Set up RGMII TX delay
` [PATCH 4.14 35/45] scsi: libcxgbi: add a check for NULL pointer in cxgbi_check_route()
` [PATCH 4.14 36/45] scsi: smartpqi: properly set both the DMA mask and the coherent DMA mask
` [PATCH 4.14 37/45] scsi: scsi_dh_alua: Fix possible null-ptr-deref
` [PATCH 4.14 39/45] mlxsw: spectrum: Prevent force of 56G
` [PATCH 4.14 40/45] HID: wacom: Dont set tool type until were in range
` [PATCH 4.14 41/45] HID: wacom: Dont report anything prior to the tool entering range
` [PATCH 4.14 42/45] HID: wacom: Send BTN_TOUCH in response to INTUOSP2_BT eraser contact
` [PATCH 4.14 43/45] coredump: fix race condition between collapse_huge_page() and core dumping
` [PATCH 4.14 45/45] Abort file_remove_privs() for non-reg. files

[PATCH 4.19 00/61] 4.19.54-stable review
 2019-06-20 17:57 UTC  (60+ messages)
` [PATCH 4.19 01/61] ax25: fix inconsistent lock state in ax25_destroy_timer
` [PATCH 4.19 02/61] be2net: Fix number of Rx queues used for flow hashing
` [PATCH 4.19 04/61] ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zero
` [PATCH 4.19 05/61] lapb: fixed leak of control-blocks
` [PATCH 4.19 06/61] neigh: fix use-after-free read in pneigh_get_next
` [PATCH 4.19 08/61] net: openvswitch: do not free vport if register_netdevice() is failed
` [PATCH 4.19 09/61] nfc: Ensure presence of required attributes in the deactivate_target handler
` [PATCH 4.19 10/61] sctp: Free cookie before we memdup a new one
` [PATCH 4.19 11/61] sunhv: Fix device naming inconsistency between sunhv_console and sunhv_reg
` [PATCH 4.19 12/61] tipc: purge deferredq list for each grp member in tipc_group_delete
` [PATCH 4.19 13/61] vsock/virtio: set SOCK_DONE on peer shutdown
` [PATCH 4.19 14/61] net/mlx5: Avoid reloading already removed devices
` [PATCH 4.19 15/61] net: mvpp2: prs: Fix parser range for VID filtering
` [PATCH 4.19 16/61] net: mvpp2: prs: Use the correct helpers when removing all VID filters
` [PATCH 4.19 17/61] Staging: vc04_services: Fix a couple error codes
` [PATCH 4.19 18/61] perf/x86/intel/ds: Fix EVENT vs. UEVENT PEBS constraints
` [PATCH 4.19 19/61] netfilter: nf_queue: fix reinject verdict handling
` [PATCH 4.19 20/61] ipvs: Fix use-after-free in ip_vs_in
` [PATCH 4.19 21/61] selftests: netfilter: missing error check when setting up veth interface
` [PATCH 4.19 22/61] clk: ti: clkctrl: Fix clkdm_clk handling
` [PATCH 4.19 23/61] powerpc/powernv: Return for invalid IMC domain
` [PATCH 4.19 24/61] usb: xhci: Fix a potential null pointer dereference in xhci_debugfs_create_endpoint()
` [PATCH 4.19 25/61] mISDN: make sure device name is NUL terminated
` [PATCH 4.19 26/61] x86/CPU/AMD: Dont force the CPB cap when running under a hypervisor
` [PATCH 4.19 27/61] perf/ring_buffer: Fix exposing a temporarily decreased data_head
` [PATCH 4.19 28/61] perf/ring_buffer: Add ordering to rb->nest increment
` [PATCH 4.19 29/61] perf/ring-buffer: Always use {READ,WRITE}_ONCE() for rb->user_page data
` [PATCH 4.19 30/61] gpio: fix gpio-adp5588 build errors
` [PATCH 4.19 31/61] net: stmmac: update rx tail pointer register to fix rx dma hang issue
` [PATCH 4.19 32/61] net: tulip: de4x5: Drop redundant MODULE_DEVICE_TABLE()
` [PATCH 4.19 33/61] ACPI/PCI: PM: Add missing wakeup.flags.valid checks
` [PATCH 4.19 34/61] drm/etnaviv: lock MMU while dumping core
` [PATCH 4.19 35/61] net: aquantia: tx clean budget logic error
` [PATCH 4.19 36/61] net: aquantia: fix LRO with FCS error
` [PATCH 4.19 37/61] i2c: dev: fix potential memory leak in i2cdev_ioctl_rdwr
` [PATCH 4.19 38/61] ALSA: hda - Force polling mode on CNL for fixing codec communication
` [PATCH 4.19 39/61] configfs: Fix use-after-free when accessing sd->s_dentry
` [PATCH 4.19 40/61] perf data: Fix strncat may truncate build failure with recent gcc
` [PATCH 4.19 41/61] perf namespace: Protect reading threads namespace
` [PATCH 4.19 42/61] perf record: Fix s390 missing module symbol and warning for non-root users
` [PATCH 4.19 43/61] ia64: fix build errors by exporting paddr_to_nid()
` [PATCH 4.19 44/61] xen/pvcalls: Remove set but not used variable
` [PATCH 4.19 45/61] xenbus: Avoid deadlock during suspend due to open transactions
` [PATCH 4.19 46/61] KVM: PPC: Book3S: Use new mutex to synchronize access to rtas token list
` [PATCH 4.19 47/61] KVM: PPC: Book3S HV: Dont take kvm->lock around kvm_for_each_vcpu
` [PATCH 4.19 48/61] arm64: fix syscall_fn_t type
` [PATCH 4.19 49/61] arm64: use the correct function type in SYSCALL_DEFINE0
` [PATCH 4.19 50/61] arm64: use the correct function type for __arm64_sys_ni_syscall
` [PATCH 4.19 51/61] net: sh_eth: fix mdio access in sh_eth_close() for R-Car Gen2 and RZ/A1 SoCs
` [PATCH 4.19 52/61] net: phylink: ensure consistent phy interface mode
` [PATCH 4.19 53/61] net: phy: dp83867: Set up RGMII TX delay
` [PATCH 4.19 54/61] scsi: libcxgbi: add a check for NULL pointer in cxgbi_check_route()
` [PATCH 4.19 55/61] scsi: smartpqi: properly set both the DMA mask and the coherent DMA mask
` [PATCH 4.19 56/61] scsi: scsi_dh_alua: Fix possible null-ptr-deref
` [PATCH 4.19 57/61] scsi: libsas: delete sas port if expander discover failed
` [PATCH 4.19 58/61] mlxsw: spectrum: Prevent force of 56G
` [PATCH 4.19 59/61] ocfs2: fix error path kobject memory leak
` [PATCH 4.19 60/61] coredump: fix race condition between collapse_huge_page() and core dumping
` [PATCH 4.19 61/61] Abort file_remove_privs() for non-reg. files

[PATCH] Revert "ARM: dts: rockchip: add startup delay to rk3288-veyron panel-regulators"
 2019-06-20 18:20 UTC  (3+ messages)

[Qemu-devel] [PATCH 00/12] bitmaps: introduce 'bitmap' sync mode
 2019-06-20 18:13 UTC  (4+ messages)
` [Qemu-devel] [PATCH 05/12] hbitmap: enable merging across granularities

Linux 3.16.69
 2019-06-20 18:12 UTC 

[PATCH 5.1 00/98] 5.1.13-stable review
 2019-06-20 17:58 UTC  (98+ messages)
` [PATCH 5.1 01/98] netfilter: nat: fix udp checksum corruption
` [PATCH 5.1 02/98] ax25: fix inconsistent lock state in ax25_destroy_timer
` [PATCH 5.1 03/98] be2net: Fix number of Rx queues used for flow hashing
` [PATCH 5.1 04/98] hv_netvsc: Set probe mode to sync
` [PATCH 5.1 05/98] ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zero
` [PATCH 5.1 06/98] lapb: fixed leak of control-blocks
` [PATCH 5.1 07/98] neigh: fix use-after-free read in pneigh_get_next
` [PATCH 5.1 08/98] net: dsa: rtl8366: Fix up VLAN filtering
` [PATCH 5.1 09/98] net: openvswitch: do not free vport if register_netdevice() is failed
` [PATCH 5.1 10/98] net: tls, correctly account for copied bytes with multiple sk_msgs
` [PATCH 5.1 11/98] nfc: Ensure presence of required attributes in the deactivate_target handler
` [PATCH 5.1 12/98] sctp: Free cookie before we memdup a new one
` [PATCH 5.1 13/98] sunhv: Fix device naming inconsistency between sunhv_console and sunhv_reg
` [PATCH 5.1 14/98] tipc: purge deferredq list for each grp member in tipc_group_delete
` [PATCH 5.1 15/98] vsock/virtio: set SOCK_DONE on peer shutdown
` [PATCH 5.1 16/98] net/mlx5: Avoid reloading already removed devices
` [PATCH 5.1 17/98] vxlan: Dont assume linear buffers in error handler
` [PATCH 5.1 18/98] geneve: "
` [PATCH 5.1 19/98] net: mvpp2: prs: Fix parser range for VID filtering
` [PATCH 5.1 20/98] net: mvpp2: prs: Use the correct helpers when removing all VID filters
` [PATCH 5.1 21/98] net: dsa: microchip: Dont try to read stats for unused ports
` [PATCH 5.1 22/98] net: ethtool: Allow matching on vlan DEI bit
` [PATCH 5.1 23/98] net/mlx5: Update pci error handler entries and command translation
` [PATCH 5.1 24/98] mlxsw: spectrum_router: Refresh nexthop neighbour when it becomes dead
` [PATCH 5.1 25/98] net/mlx5e: Add ndo_set_feature for uplink representor
` [PATCH 5.1 26/98] mlxsw: spectrum_flower: Fix TOS matching
` [PATCH 5.1 27/98] net/mlx5e: Fix source port matching in fdb peer flow rule
` [PATCH 5.1 28/98] mlxsw: spectrum_buffers: Reduce pool size on Spectrum-2
` [PATCH 5.1 29/98] net/mlx5e: Support tagged tunnel over bond
` [PATCH 5.1 30/98] net: correct udp zerocopy refcnt also when zerocopy only on append
` [PATCH 5.1 31/98] net/mlx5e: Avoid detaching non-existing netdev under switchdev mode
` [PATCH 5.1 32/98] iio: imu: mpu6050: Fix FIFO layout for ICM20602
` [PATCH 5.1 33/98] staging: erofs: set sb->s_root to NULL when failing from __getname()
` [PATCH 5.1 34/98] Staging: vc04_services: Fix a couple error codes
` [PATCH 5.1 35/98] staging: wilc1000: Fix some double unlock bugs in wilc_wlan_cleanup()
` [PATCH 5.1 36/98] pinctrl: intel: Clear interrupt status in mask/unmask callback
` [PATCH 5.1 37/98] netfilter: nf_tables: fix oops during rule dump
` [PATCH 5.1 38/98] perf/x86/intel/ds: Fix EVENT vs. UEVENT PEBS constraints
` [PATCH 5.1 39/98] netfilter: nf_queue: fix reinject verdict handling
` [PATCH 5.1 40/98] netfilter: nft_fib: Fix existence check support
` [PATCH 5.1 41/98] ipvs: Fix use-after-free in ip_vs_in
` [PATCH 5.1 42/98] selftests: netfilter: missing error check when setting up veth interface
` [PATCH 5.1 43/98] clk: ti: clkctrl: Fix clkdm_clk handling
` [PATCH 5.1 44/98] powerpc/powernv: Return for invalid IMC domain
` [PATCH 5.1 45/98] usb: xhci: Fix a potential null pointer dereference in xhci_debugfs_create_endpoint()
` [PATCH 5.1 46/98] mISDN: make sure device name is NUL terminated
` [PATCH 5.1 47/98] x86/CPU/AMD: Dont force the CPB cap when running under a hypervisor
` [PATCH 5.1 48/98] perf/ring_buffer: Fix exposing a temporarily decreased data_head
` [PATCH 5.1 49/98] perf/ring_buffer: Add ordering to rb->nest increment
` [PATCH 5.1 50/98] perf/ring-buffer: Always use {READ,WRITE}_ONCE() for rb->user_page data
` [PATCH 5.1 51/98] gpio: fix gpio-adp5588 build errors
` [PATCH 5.1 52/98] net: stmmac: update rx tail pointer register to fix rx dma hang issue
` [PATCH 5.1 53/98] net: stmmac: fix csr_clk cant be zero issue
` [PATCH 5.1 54/98] net: stmmac: dwmac-mediatek: modify csr_clk value to fix mdio read/write fail
` [PATCH 5.1 55/98] io_uring: Fix __io_uring_register() false success
` [PATCH 5.1 56/98] dpaa2-eth: Fix potential spectre issue
` [PATCH 5.1 57/98] dpaa2-eth: Use PTR_ERR_OR_ZERO where appropriate
` [PATCH 5.1 58/98] net: tulip: de4x5: Drop redundant MODULE_DEVICE_TABLE()
` [PATCH 5.1 59/98] ACPI/PCI: PM: Add missing wakeup.flags.valid checks
` [PATCH 5.1 60/98] drm/etnaviv: lock MMU while dumping core
` [PATCH 5.1 61/98] net: aquantia: tx clean budget logic error
` [PATCH 5.1 62/98] net: aquantia: fix LRO with FCS error
` [PATCH 5.1 63/98] i2c: dev: fix potential memory leak in i2cdev_ioctl_rdwr
` [PATCH 5.1 64/98] ALSA: hda - Force polling mode on CNL for fixing codec communication
` [PATCH 5.1 65/98] configfs: Fix use-after-free when accessing sd->s_dentry
` [PATCH 5.1 66/98] perf data: Fix strncat may truncate build failure with recent gcc
` [PATCH 5.1 67/98] s390/zcrypt: Fix wrong dispatching for control domain CPRBs
` [PATCH 5.1 68/98] perf namespace: Protect reading threads namespace
` [PATCH 5.1 69/98] perf record: Fix s390 missing module symbol and warning for non-root users
` [PATCH 5.1 70/98] ia64: fix build errors by exporting paddr_to_nid()
` [PATCH 5.1 71/98] dpaa_eth: use only online CPU portals
` [PATCH 5.1 72/98] xen/pvcalls: Remove set but not used variable
` [PATCH 5.1 73/98] xenbus: Avoid deadlock during suspend due to open transactions
` [PATCH 5.1 74/98] dfs_cache: fix a wrong use of kfree in flush_cache_ent()
` [PATCH 5.1 75/98] KVM: PPC: Book3S HV: Use new mutex to synchronize MMU setup
` [PATCH 5.1 76/98] KVM: PPC: Book3S: Use new mutex to synchronize access to rtas token list
` [PATCH 5.1 77/98] KVM: PPC: Book3S HV: Dont take kvm->lock around kvm_for_each_vcpu
` [PATCH 5.1 78/98] ALSA: fireface: Use ULL suffixes for 64-bit constants
` [PATCH 5.1 79/98] arm64: fix syscall_fn_t type
` [PATCH 5.1 80/98] arm64: use the correct function type in SYSCALL_DEFINE0
` [PATCH 5.1 81/98] arm64: use the correct function type for __arm64_sys_ni_syscall
` [PATCH 5.1 82/98] net: sh_eth: fix mdio access in sh_eth_close() for R-Car Gen2 and RZ/A1 SoCs
` [PATCH 5.1 83/98] blk-mq: Fix memory leak in error handling
` [PATCH 5.1 84/98] net: phylink: ensure consistent phy interface mode
` [PATCH 5.1 85/98] net: phy: dp83867: fix speed 10 in sgmii mode
` [PATCH 5.1 86/98] net: phy: dp83867: increase SGMII autoneg timer duration
` [PATCH 5.1 87/98] net: phy: dp83867: Set up RGMII TX delay
` [PATCH 5.1 88/98] scsi: libcxgbi: add a check for NULL pointer in cxgbi_check_route()
` [PATCH 5.1 89/98] scsi: smartpqi: properly set both the DMA mask and the coherent DMA mask
` [PATCH 5.1 90/98] scsi: scsi_dh_alua: Fix possible null-ptr-deref
` [PATCH 5.1 91/98] scsi: libsas: delete sas port if expander discover failed
` [PATCH 5.1 92/98] mlxsw: spectrum: Prevent force of 56G
` [PATCH 5.1 93/98] ocfs2: fix error path kobject memory leak
` [PATCH 5.1 94/98] mm: mmu_gather: remove __tlb_reset_range() for force flush
` [PATCH 5.1 95/98] nvme-tcp: rename function to have nvme_tcp prefix
` [PATCH 5.1 96/98] nvme-tcp: fix possible null deref on a timed out io queue connect
` [PATCH 5.1 98/98] coredump: fix race condition between collapse_huge_page() and core dumping

[RFC/PATCH] gc: run more pre-detach operations under lock
 2019-06-20 18:13 UTC  (3+ messages)
` [PATCH 0/6] Change <non-empty?> GIT_TEST_* variables to <boolean>

[Buildroot] [PATCH 1/1] package/dtc: bump to version 1.5.0
 2019-06-20 18:20 UTC 

[dpdk-dev] [PATCH 00/28] vhost: add virtio-vhost-user transport
 2019-06-20 18:19 UTC  (4+ messages)
` [dpdk-dev] [PATCH 01/28] vhost: introduce vhost transport operations structure

[PATCH] mips: Remove q-accessors from non-64bit platforms
 2019-06-20 18:19 UTC  (3+ messages)

[RFC PATCH 0/3] Add a JSON Schema for trace2 events
 2019-06-20 18:15 UTC  (6+ messages)
` [RFC PATCH 3/3] trace2: add a schema validator "

[PATCH] pstore: no need to check return value of debugfs_create functions
 2019-06-20 18:16 UTC  (2+ messages)

[PATCH] fscrypt: document testing with xfstests
 2019-06-20 18:16 UTC 

[Qemu-devel] [RFC v1 0/5] RISC-V: Add firmware loading support and default
 2019-06-20 17:59 UTC  (7+ messages)
        ` [Qemu-devel] [Qemu-riscv] "
          ` [Qemu-riscv] [Qemu-devel] "

[PATCH] tests: kvm: Check for a kernel warning
 2019-06-20 18:15 UTC  (5+ messages)

[PATCH] fscrypt: remove selection of CONFIG_CRYPTO_SHA256
 2019-06-20 18:15 UTC 

[meta-networking][PATCH] openconnect: update to 8.02
 2019-06-20 18:14 UTC  (4+ messages)

[PATCH][next] lkdtm: remove redundant initialization of ret
 2019-06-20 18:13 UTC  (3+ messages)

[PATCH v5] arm64: kernel: implement fast refcount checking
 2019-06-20 18:10 UTC  (2+ messages)

[cip-dev] [Git][cip-project/cip-kernel/cip-kernel-sec][master] 5 commits: remotes: refer to configuration files
 2019-06-20 18:08 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.