linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-02 06:24:06 to 2019-07-02 08:10:05 UTC [more...]

[PATCH 5.1 00/55] 5.1.16-stable review
 2019-07-02  8:02 UTC  (44+ messages)
` [PATCH 5.1 01/55] arm64: Dont unconditionally add -Wno-psabi to KBUILD_CFLAGS
` [PATCH 5.1 02/55] Revert "x86/uaccess, ftrace: Fix ftrace_likely_update() vs. SMAP"
` [PATCH 5.1 04/55] fs/proc/array.c: allow reporting eip/esp for all coredumping threads
` [PATCH 5.1 05/55] mm/mempolicy.c: fix an incorrect rebind node in mpol_rebind_nodemask
` [PATCH 5.1 06/55] fs/binfmt_flat.c: make load_flat_shared_library() work
` [PATCH 5.1 07/55] clk: tegra210: Fix default rates for HDA clocks
` [PATCH 5.1 08/55] clk: socfpga: stratix10: fix divider entry for the emac clocks
` [PATCH 5.1 09/55] drm/i915: Force 2*96 MHz cdclk on glk/cnl when audio power is enabled
` [PATCH 5.1 10/55] drm/i915: Save the old CDCLK atomic state
` [PATCH 5.1 11/55] drm/i915: Remove redundant store of logical CDCLK state
` [PATCH 5.1 12/55] drm/i915: Skip modeset for cdclk changes if possible
` [PATCH 5.1 13/55] mm: soft-offline: return -EBUSY if set_hwpoison_free_buddy_page() fails
` [PATCH 5.1 15/55] mm/page_idle.c: fix oops because end_pfn is larger than max_pfn
` [PATCH 5.1 16/55] mm, swap: fix THP swap out
` [PATCH 5.1 17/55] dm init: fix incorrect uses of kstrndup()
` [PATCH 5.1 18/55] dm log writes: make sure super sector log updates are written in order
` [PATCH 5.1 20/55] scsi: vmw_pscsi: Fix use-after-free in pvscsi_queue_lck()
` [PATCH 5.1 21/55] x86/speculation: Allow guests to use SSBD even if host does not
` [PATCH 5.1 22/55] x86/microcode: Fix the microcode load on CPU hotplug for real
` [PATCH 5.1 23/55] x86/resctrl: Prevent possible overrun during bitmap operations
` [PATCH 5.1 25/55] efi/memreserve: deal with memreserve entries in unmapped memory
` [PATCH 5.1 26/55] NFS/flexfiles: Use the correct TCP timeout for flexfiles I/O
` [PATCH 5.1 28/55] SUNRPC: Fix up calculation of client message length
` [PATCH 5.1 29/55] irqchip/mips-gic: Use the correct local interrupt map registers
` [PATCH 5.1 30/55] af_packet: Block execution of tasks waiting for transmit to complete in AF_PACKET
` [PATCH 5.1 31/55] bonding: Always enable vlan tx offload
` [PATCH 5.1 32/55] ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loop
` [PATCH 5.1 33/55] net/packet: fix memory leak in packet_set_ring()
` [PATCH 5.1 34/55] net: remove duplicate fetch in sock_getsockopt
` [PATCH 5.1 36/55] net: stmmac: set IC bit when transmitting frames with HW timestamp
` [PATCH 5.1 37/55] net/tls: fix page double free on TX cleanup
` [PATCH 5.1 39/55] team: Always enable vlan tx offload
` [PATCH 5.1 40/55] tipc: change to use register_pernet_device
` [PATCH 5.1 41/55] tipc: check msg->req data len in tipc_nl_compat_bearer_disable
` [PATCH 5.1 43/55] net: aquantia: fix vlans not working over bridged network
` [PATCH 5.1 44/55] bpf: simplify definition of BPF_FIB_LOOKUP related flags
` [PATCH 5.1 45/55] bpf: lpm_trie: check left child of last leftmost node for NULL
` [PATCH 5.1 47/55] bpf: fix unconnected udp hooks
` [PATCH 5.1 48/55] bpf: udp: Avoid calling reuseports bpf_prog from udp_gro
` [PATCH 5.1 50/55] arm64: futex: Avoid copying out uninitialised stack in failed cmpxchg()
` [PATCH 5.1 51/55] bpf, arm64: use more scalable stadd over ldxr / stxr loop in xadd
` [PATCH 5.1 53/55] RDMA: Directly cast the sockaddr union to sockaddr
` [PATCH 5.1 55/55] tipc: pass tunnel dev as NULL to udp_tunnel(6)_xmit_skb

[PATCH RESEND V4 1/5] clocksource: timer-of: Support getting clock frequency from DT
 2019-07-02  8:06 UTC  (4+ messages)
` [PATCH RESEND V4 4/5] arm64: dts: imx8mq: Add system counter node
` [PATCH RESEND V4 5/5] arm64: dts: imx8mm: "

[PATCH 4.14 00/43] 4.14.132-stable review
 2019-07-02  8:02 UTC  (19+ messages)
` [PATCH 4.14 01/43] perf ui helpline: Use strlcpy() as a shorter form of strncpy() + explicit set nul
` [PATCH 4.14 04/43] Revert "x86/uaccess, ftrace: Fix ftrace_likely_update() vs. SMAP"
` [PATCH 4.14 06/43] block: add a lower-level bio_add_page interface
` [PATCH 4.14 07/43] block: bio_iov_iter_get_pages: pin more pages for multi-segment IOs
` [PATCH 4.14 08/43] 9p/xen: fix check for xenbus_read error in front_probe
` [PATCH 4.14 11/43] 9p/rdma: remove useless check in cm_event_handler
` [PATCH 4.14 12/43] 9p: p9dirent_read: check network-provided name length
` [PATCH 4.14 13/43] net/9p: include trans_common.h to fix missing prototype warning
` [PATCH 4.14 15/43] Revert "compiler.h: update definition of unreachable()"
` [PATCH 4.14 16/43] fs/proc/array.c: allow reporting eip/esp for all coredumping threads
` [PATCH 4.14 17/43] mm/mempolicy.c: fix an incorrect rebind node in mpol_rebind_nodemask
` [PATCH 4.14 18/43] fs/binfmt_flat.c: make load_flat_shared_library() work
` [PATCH 4.14 20/43] dm log writes: make sure super sector log updates are written in order
` [PATCH 4.14 30/43] net: remove duplicate fetch in sock_getsockopt
` [PATCH 4.14 31/43] net: stmmac: fixed new system time seconds value calculation
` [PATCH 4.14 32/43] sctp: change to hold sk after auth shkey is created successfully
` [PATCH 4.14 33/43] tipc: change to use register_pernet_device
` [PATCH 4.14 34/43] tipc: check msg->req data len in tipc_nl_compat_bearer_disable

[PATCH 4.19 00/72] 4.19.57-stable review
 2019-07-02  8:02 UTC  (52+ messages)
` [PATCH 4.19 01/72] perf ui helpline: Use strlcpy() as a shorter form of strncpy() + explicit set nul
` [PATCH 4.19 03/72] perf header: Fix unchecked usage of strncpy()
` [PATCH 4.19 07/72] 9p/xen: fix check for xenbus_read error in front_probe
` [PATCH 4.19 08/72] 9p: Use a slab for allocating requests
` [PATCH 4.19 09/72] 9p: embed fcall in req to round down buffer allocs
` [PATCH 4.19 11/72] 9p: rename p9_free_req() function
` [PATCH 4.19 13/72] 9p/rdma: do not disconnect on down_interruptible EAGAIN
` [PATCH 4.19 14/72] 9p: Rename req to rreq in trans_fd
` [PATCH 4.19 15/72] 9p: acl: fix uninitialized iattr access
` [PATCH 4.19 16/72] 9p/rdma: remove useless check in cm_event_handler
` [PATCH 4.19 17/72] 9p: p9dirent_read: check network-provided name length
` [PATCH 4.19 18/72] 9p: potential NULL dereference
` [PATCH 4.19 19/72] 9p/trans_fd: abort p9_read_work if req status changed
` [PATCH 4.19 20/72] 9p/trans_fd: put worker reqs on destroy
` [PATCH 4.19 22/72] qmi_wwan: Fix out-of-bounds read
` [PATCH 4.19 23/72] Revert "usb: dwc3: gadget: Clear req->needs_extra_trb flag on cleanup"
` [PATCH 4.19 24/72] usb: dwc3: gadget: combine unaligned and zero flags
` [PATCH 4.19 25/72] usb: dwc3: gadget: track number of TRBs per request
` [PATCH 4.19 26/72] usb: dwc3: gadget: use num_trbs when skipping TRBs on ->dequeue()
` [PATCH 4.19 29/72] usb: dwc3: gadget: move requests to cancelled_list
` [PATCH 4.19 31/72] usb: dwc3: gadget: Clear req->needs_extra_trb flag on cleanup
` [PATCH 4.19 32/72] fs/proc/array.c: allow reporting eip/esp for all coredumping threads
` [PATCH 4.19 34/72] fs/binfmt_flat.c: make load_flat_shared_library() work
` [PATCH 4.19 36/72] mm: soft-offline: return -EBUSY if set_hwpoison_free_buddy_page() fails
` [PATCH 4.19 40/72] scsi: vmw_pscsi: Fix use-after-free in pvscsi_queue_lck()
` [PATCH 4.19 41/72] x86/speculation: Allow guests to use SSBD even if host does not
` [PATCH 4.19 42/72] x86/microcode: Fix the microcode load on CPU hotplug for real
` [PATCH 4.19 43/72] x86/resctrl: Prevent possible overrun during bitmap operations
` [PATCH 4.19 44/72] KVM: x86/mmu: Allocate PAE root array when using SVMs 32-bit NPT
` [PATCH 4.19 45/72] NFS/flexfiles: Use the correct TCP timeout for flexfiles I/O
` [PATCH 4.19 46/72] cpu/speculation: Warn on unsupported mitigations= parameter
` [PATCH 4.19 47/72] SUNRPC: Clean up initialisation of the struct rpc_rqst
` [PATCH 4.19 48/72] irqchip/mips-gic: Use the correct local interrupt map registers
` [PATCH 4.19 50/72] af_packet: Block execution of tasks waiting for transmit to complete in AF_PACKET
` [PATCH 4.19 51/72] bonding: Always enable vlan tx offload
` [PATCH 4.19 52/72] ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loop
` [PATCH 4.19 53/72] net/packet: fix memory leak in packet_set_ring()
` [PATCH 4.19 54/72] net: remove duplicate fetch in sock_getsockopt
` [PATCH 4.19 55/72] net: stmmac: fixed new system time seconds value calculation
` [PATCH 4.19 56/72] net: stmmac: set IC bit when transmitting frames with HW timestamp
` [PATCH 4.19 57/72] sctp: change to hold sk after auth shkey is created successfully
` [PATCH 4.19 58/72] team: Always enable vlan tx offload
` [PATCH 4.19 59/72] tipc: change to use register_pernet_device
` [PATCH 4.19 63/72] bpf: lpm_trie: check left child of last leftmost node for NULL
` [PATCH 4.19 64/72] bpf: fix nested bpf tracepoints with per-cpu data
` [PATCH 4.19 67/72] bpf: udp: ipv6: Avoid running reuseports bpf_prog from __udp6_lib_err
` [PATCH 4.19 68/72] arm64: futex: Avoid copying out uninitialised stack in failed cmpxchg()
` [PATCH 4.19 69/72] bpf, arm64: use more scalable stadd over ldxr / stxr loop in xadd
` [PATCH 4.19 70/72] futex: Update comments and docs about return values of arch futex code
` [PATCH 4.19 71/72] RDMA: Directly cast the sockaddr union to sockaddr
` [PATCH 4.19 72/72] tipc: pass tunnel dev as NULL to udp_tunnel(6)_xmit_skb

[PATCH] Staging: mt7621-dma: mtk-hsdma: fix a coding style issue
 2019-07-02  8:06 UTC 

[PATCH v2] f2fs: avoid out-of-range memory access
 2019-07-02  8:05 UTC 

[PATCH] rtl8xxxu: Fix wifi low signal strength issue of RTL8723BU
 2019-07-02  8:01 UTC  (3+ messages)

[PATCH v3 10/27] md: use kzalloc instead of kmalloc and memset
 2019-07-02  8:01 UTC 

[PATCH v3 27/27] sound: ppc: remove unneeded memset after dma_alloc_coherent
 2019-07-02  8:00 UTC 

[PATCH v3 26/27] sound: oss: use kzalloc rather than kmalloc with memset
 2019-07-02  8:00 UTC 

[PATCH v3 25/27] kernel: power: use kzalloc rather than kmalloc followed with memset
 2019-07-02  7:59 UTC 

[PATCH v3 24/27] fs: jffs2: use kzalloc rather than kmalloc followed with memset
 2019-07-02  7:59 UTC 

[PATCH v3 23/27] video: fbdev: remove unneeded memset after dma_alloc_coherent
 2019-07-02  7:59 UTC 

[PATCH v3 22/27] usb: remove unneeded memset after dma_alloc_coherent
 2019-07-02  7:59 UTC 

[PATCH v3 21/27] tty: remove unneeded memset
 2019-07-02  7:59 UTC 

[PATCH v3 20/27] staging: rtl8723bs: remove unneeded memset
 2019-07-02  7:59 UTC 

[PATCH v3 19/27] staging: rtl8*: use zeroing allocator rather than allocator followed with memset 0
 2019-07-02  7:59 UTC 

[PATCH v3 18/27] scsi: use zeroing allocator rather than allocator followed by memset 0
 2019-07-02  7:59 UTC 

[PATCH] crypto: cryptd - Fix skcipher instance memory leak
 2019-07-02  7:53 UTC 

[PATCH v3 17/27] scsi: remove unneeded memset
 2019-07-02  7:58 UTC 

[PATCH v3 16/27] net: remove unneeded memset
 2019-07-02  7:58 UTC 

[PATCH v3 15/27] net: use zeroing allocator rather than allocator followed by memset zero
 2019-07-02  7:58 UTC 

[PATCH v3 14/27] mtd: nand: use kzalloc instead of kmalloc and memset
 2019-07-02  7:58 UTC 

[PATCH v3 13/27] message: fusion: remove memset after pci_alloc_consistent
 2019-07-02  7:58 UTC 

[PATCH v2 0/3] make RB_DECLARE_CALLBACKS more generic
 2019-07-02  7:58 UTC  (4+ messages)
` [PATCH v2 1/3] augmented rbtree: add comments for RB_DECLARE_CALLBACKS macro
` [PATCH v2 2/3] augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macro
` [PATCH v2 3/3] augmented rbtree: rework the RB_DECLARE_CALLBACKS macro definition

[PATCH v3 12/27] media: use kzalloc instead of kmalloc and memset
 2019-07-02  7:58 UTC 

[PATCH v3 11/27] media: remove memset after dma_alloc_coherent/pci_alloc_consistent
 2019-07-02  7:58 UTC 

[PATCH v3 09/27] infiniband: remove unneeded memset
 2019-07-02  7:57 UTC 

[PATCH v3 08/27] i2c: busses: remove memset after dmam_alloc_coherent
 2019-07-02  7:57 UTC 

[PATCH v3 07/27] drm/amdgpu: remove memset after zalloc
 2019-07-02  7:57 UTC 

[PATCH v3 06/27] dma: remove memset after dma_alloc_coherent/dmam_alloc_coherent
 2019-07-02  7:57 UTC 

[PATCH v3 05/27] crypto: remove memset after dma_alloc_coherent
 2019-07-02  7:57 UTC 

[PATCH v3 04/27] block: remove memset after dma_alloc_coherent
 2019-07-02  7:57 UTC 

[PATCH v3 03/27] atm: idt77252: remove memset after dma_alloc_coherent
 2019-07-02  7:56 UTC 

[PATCH v3 02/27] ata: Remove memset after dma_alloc_coherent/dmam_alloc_coherent
 2019-07-02  7:56 UTC 

[PATCH v3 01/27] sh: mm: Remove call to memset after dma_alloc_coherent
 2019-07-02  7:55 UTC 

[PATCH V3] soc: imx-scu: Add SoC UID(unique identifier) support
 2019-07-02  7:45 UTC 

[PATCH V2] soc: imx-scu: Add SoC UID(unique identifier) support
 2019-07-02  7:51 UTC  (4+ messages)

[PATCH v2 0/5] Allocate memmap from hotadded memory
 2019-07-02  7:48 UTC  (8+ messages)

[PATCH] mm/z3fold: Fix z3fold_buddy_slots use after free
 2019-07-02  7:45 UTC  (2+ messages)

mgag200 fails kdump kernel booting
 2019-07-02  7:42 UTC  (7+ messages)

[PATCH net-next] hinic: remove standard netdev stats
 2019-07-01 23:40 UTC 

[PATCH] x86/stacktrace: Do not access user space memory unnecessarily
 2019-07-02  7:28 UTC  (2+ messages)

[PATCH v2 1/1] ARM: dts: colibri: introduce dts with UHS-I support enabled
 2019-07-02  7:26 UTC  (2+ messages)

[PATCH] soc: imx-scu: Add SoC UID(unique identifier) support
 2019-07-02  7:23 UTC  (7+ messages)

INFO: task hung in vhost_init_device_iotlb
 2019-07-02  7:23 UTC  (4+ messages)

Reminder: 2 open syzbot bugs in vhost subsystem
 2019-07-02  7:18 UTC  (4+ messages)

[PATCH] f2fs: avoid out-of-range memory access
 2019-07-02  7:15 UTC 

[PATCH v2] mdev: Send uevents around parent device registration
 2019-07-02  7:13 UTC  (8+ messages)

[PATCH 1/2] arm64: dts: imx8mq: Add gpio-ranges property
 2019-07-02  7:10 UTC  (2+ messages)

[PATCH v2] mmc: sdhci-msm: fix mutex while in spinlock
 2019-07-02  7:07 UTC  (2+ messages)

[PATCH RT v2] Fix a lockup in wait_for_completion() and friends
 2019-07-02  7:04 UTC  (10+ messages)

[PATCH v8 0/8] sched/deadline: fix cpusets bandwidth accounting
 2019-07-02  7:01 UTC  (7+ messages)
` [PATCH v8 7/8] sched/core: Prevent race condition between cpuset and __sched_setscheduler()
` [PATCH v8 8/8] rcu/tree: Setschedule gp ktread to SCHED_FIFO outside of atomic region

[PATCH 0/7] Optimize cgroup context switch
 2019-07-02  6:59 UTC  (8+ messages)
` [PATCH 1/7] perf: propagate perf_install_in_context errors up
` [PATCH 2/7] perf/cgroup: order events in RB tree by cgroup id
` [PATCH 3/7] perf: order iterators for visit_groups_merge into a min-heap
` [PATCH 4/7] perf: avoid a bounded set of visit_groups_merge iterators
` [PATCH 5/7] perf: cache perf_event_groups_first for cgroups
` [PATCH 6/7] perf: avoid double checking CPU and cgroup
` [PATCH 7/7] perf: rename visit_groups_merge to ctx_groups_sched_in

[PATCH] MAINTAINERS: Add FSI subsystem
 2019-07-02  6:55 UTC  (3+ messages)

[PATCH 3/3] x86/entry/64: Fix and clean up paranoid_exit
 2019-07-02  6:50 UTC  (2+ messages)
` [tip:x86/cpu] "

[PATCH 2/3] x86/entry/64: Don't compile ignore_sysret if 32-bit emulation is enabled
 2019-07-02  6:49 UTC  (2+ messages)
` [tip:x86/cpu] "

[PATCH 1/3] selftests/x86: Test SYSCALL and SYSENTER manually with TF set
 2019-07-02  6:49 UTC  (2+ messages)
` [tip:x86/cpu] "

[PATCH] net: stmmac: add sanity check to device_property_read_u32_array call
 2019-07-02  6:48 UTC  (11+ messages)

[RFC 0/2] Add workaround for core wake-up on IPI for i.MX8MQ
 2019-07-02  6:47 UTC  (4+ messages)

[PATCH -next] rslib: Make some functions static
 2019-07-02  6:46 UTC  (2+ messages)
` [tip:core/rslib] "

KASAN: use-after-free Write in xfrm_hash_rebuild
 2019-07-02  6:43 UTC  (3+ messages)

[x86/hotplug] e1056a25da: WARNING:at_arch/x86/kernel/apic/apic.c:#setup_local_APIC
 2019-07-02  6:40 UTC  (16+ messages)
` [LKP] "
                        ` [BUG] kvm: APIC emulation problem - was Re: [LKP] [x86/hotplug]

ARM setting up secure mode vector table
 2019-07-02  6:37 UTC 

[PATCH 00/12] ARM: davinci: da850-evm: remove more legacy GPIO calls
 2019-07-02  6:36 UTC  (3+ messages)

memory leak in nfs_get_client
 2019-07-02  6:31 UTC  (3+ messages)

Reminder: 18 open syzbot bugs in "fs/9p" subsystem
 2019-07-02  6:29 UTC 

[PATCH v2] remoteproc: copy parent dma_pfn_offset for vdev
 2019-07-02  6:27 UTC  (2+ messages)

Reminder: 5 open syzbot bugs in "net/hsr" subsystem
 2019-07-02  6:26 UTC 

[PATCH] selftests/ftrace: skip ftrace test if FTRACE was not enabled
 2019-07-02  6:23 UTC 

Reminder: 6 open syzbot bugs in "net/smc" subsystem
 2019-07-02  6:24 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).