setrichacl(1) man page review comments
Hello Andreas, Here, some comments on the setrichacl(1) page. > .\" > .\" Richacl Manual Pages > .\" > .\" Copyright (C) 2015 Red Hat, Inc. > .\" W
View Articlerichacl(7) man page review comments
Hi Andreas, I'll probably have quite a few more comments on this page as I get to understand RichACLs better. Here's some comments from an initial re
View Article[PATCH v4 1/3] USB: serial: cp210x: New 16-bit register access functions.
cp210x_get_config and cp210x_set_config are cumbersome to use. This change introduces new register access functions for 16-bit values, instead of the
View Article[PATCH v4 2/3] USB: serial: cp210x: New 8-bit and 32-bit register access...
cp210x_get_config and cp210x_set_config are cumbersome to use. This change introduces new register access functions for 8 and 32-bit values, instead o
View Article[PATCH v4 3/3] USB: serial: cp210x: New access functions for large registers
cp210x_get_config and cp210x_set_config are cumbersome to use. This change switches large register access to use new block functions. The old function
View Article[PATCH 0/5] mm: workingset: make shadow node shrinker memcg aware
Hi, Workingset code was recently made memcg aware, but shadow node shrinker is still global. As a result, one small cgroup can consume all memory ava
View Article[PATCH 1/5] mm: memcontrol: enable kmem accounting for all cgroups in the...
Currently, in the legacy hierarchy kmem accounting is off for all cgroups by default and must be enabled explicitly by writing something to memory.kme
View Article[PATCH 2/5] mm: vmscan: pass root_mem_cgroup instead of NULL to memcg aware...
It's just convenient to implement a memcg aware shrinker when you know that shrink_control->memcg != NULL unless memcg_kmem_enabled() returns false.
View Article[PATCH 3/5] mm: memcontrol: zap memcg_kmem_online helper
As kmem accounting is now either enabled for all cgroups or disabled system-wide, there's no point in having memcg_kmem_online() helper - instead one
View Article[PATCH 4/5] radix-tree: account radix_tree_node to memory cgroup
Allocation of radix_tree_node objects can be easily triggered from userspace, so we should account them to memory cgroup. Besides, we need them accoun
View Article[PATCH 5/5] mm: workingset: make shadow node shrinker memcg aware
Workingset code was recently made memcg aware, but shadow node shrinker is still global. As a result, one small cgroup can consume all memory availabl
View Article[PATCH 0/4] powerpc/ps3: gelic_udbg: drop local versions of network data structs
Several network-related data structures are defined in gelic_udbg. These could be easily dropped and the standard ones defined in network headers coul
View Article[PATCH 1/4] powerpc/ps3: gelic_udbg: use struct ethhdr from...
Instead of defining a local version of struct ethhdr use the standard definition from <linux/if_ether.h>. The fields in the <linux/if_ether.h> defini
View Article[PATCH 2/4] powerpc/ps3: gelic_udbg: use struct vlan_hdr from...
Instead of defining the local struct vlantag use the standard definition of vlan_hdr from <linux/if_vlan.h>. The fields in the <linux/if_vlan.h> defi
View Article[PATCH 3/4] powerpc/ps3: gelic_udbg: use struct iphdr from <linux/ip.h>
Instead of defining a local version of struct iphdr use the standard definition from <linux/ip.h>. Several fields in the <linux/ip.h> definition have
View Article[PATCH 4/4] powerpc/ps3: gelic_udbg: use struct udphdr from <linux/udp.h>
Instead of defining a local version of struct udphdr use the standard definition from <linux/udp.h>. The 'src' field is named 'source' in the <linux/
View Article[PATCH v2 0/5] net: phy: dp83848: Add support for TI TLK10x Ethernet PHYs
Hello all, This series is [0] split into its logical components. Thanks, Andrew [0] http://www.spinics.net/lists/netdev/msg363106.html Andrew F. D
View Article[PATCH v2 1/5] net: phy: dp83848: Add macro for dp83848 compatible devices
Add a helper macro for defining dp83848 compatible phy devices. Update copyright info. Signed-off-by: Andrew F. Davis <afd@ti.com> --- drivers/net/p
View Article[PATCH v2 2/5] net: phy: dp83848: Add PHY ID for TI version of DP83848C
After acquiring National Semiconductor, TI appears to have changed the Vendor Model Number for the DP83848C PHYs, add this new ID to supported IDs. S
View Article[PATCH v2 3/5] net: phy: dp83848: Reorganize code for readability and safety
Reorganize code by moving the desired interrupt mask definition out of function. Also rearrange the enable/disable interrupt function to prevent accid
View Article